about summary refs log tree commit diff stats
path: root/templates/latex/.licensure.yml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 12:56:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 12:56:56 +0200
commit4fec87e212697a3f58245eb71a054357aa9f0898 (patch)
tree1992ad88fcebdf90c6bd76d04728c085fb5fbe21 /templates/latex/.licensure.yml
parentrefactor(templates/unmaintained): Move out of the templates dir (diff)
downloadflake-templates-4fec87e212697a3f58245eb71a054357aa9f0898.tar.gz
flake-templates-4fec87e212697a3f58245eb71a054357aa9f0898.zip
refactor(templates): Instantiate all symlinks
Symlinks are copied verbatim, when nix initializes a template, thus
symlinking common files does not work.
Diffstat (limited to 'templates/latex/.licensure.yml')
-rw-r--r--templates/latex/.licensure.yml43
1 files changed, 36 insertions, 7 deletions
diff --git a/templates/latex/.licensure.yml b/templates/latex/.licensure.yml
index 551ddfc..b7f963a 100644
--- a/templates/latex/.licensure.yml
+++ b/templates/latex/.licensure.yml
@@ -14,6 +14,24 @@ excludes:
 # No default license configuration is provided. This section must be
 # configured by the user.
 licenses:
+  - files: tex
+    ident: CC-BY-SA-4.0
+    authors:
+      - name: Benedikt Peetz
+        email: "benedikt.peetz@b-peetz.de"
+
+    template: |
+      <TODO> 2024 - [year] (C) by [name of author]
+      SPDX-License-Identifier: CC-BY-SA-4.0
+
+      <TODO> is licensed under a
+      Creative Commons Attribution-ShareAlike 4.0 International License.
+
+      You should have received a copy of the license along with this
+      work.  If not, see <https://creativecommons.org/licenses/by-sa/4.0/>.
+
+    unwrap_text: false
+
   # Either a regex or the string "any" to determine to what files this
   # license should apply. It is common for projects to have files
   # under multiple licenses or with multiple copyright holders. This
@@ -27,7 +45,7 @@ licenses:
     #   found at: https://spdx.org/licenses/ but existence of the ident
     #   in this list it is not enforced unless auto_template is set to
     #   true.
-    ident: CC-BY-SA-4.0
+    ident: GPL-3.0-or-later
     #
     #   A list of authors who hold copyright over these files
     authors:
@@ -44,14 +62,25 @@ licenses:
     #      Name <email@example.com>. If multiple authors are provided the
     #      list is concatenated together with commas.
     template: |
-      <TODO> 2024 - [year] (C) by [name of author]
-      SPDX-License-Identifier: CC-BY-SA-4.0
+        Copyright (C) 2023 - [year]:
+        [name of author]
+        SPDX-License-Identifier: GPL-3.0-or-later
 
-      <TODO> is licensed under a
-      Creative Commons Attribution-ShareAlike 4.0 International License.
+        This file is part of the TODO.
 
-      You should have received a copy of the license along with this
-      work.  If not, see <https://creativecommons.org/licenses/by-sa/4.0/>.
+        Trixy is free software: you can redistribute it and/or modify
+        it under the terms of the Lesser GNU General Public License as
+        published by the Free Software Foundation, either version 3 of
+        the License, or (at your option) any later version.
+
+        This program is distributed in the hope that it will be useful,
+        but WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        GNU General Public License for more details.
+
+        You should have received a copy of the GNU General Public License
+        and the Lesser GNU General Public License along with this program.
+        If not, see <https://www.gnu.org/licenses/>.
 
 
     #   If auto_template is true then template is ignored and the SPDX