diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-01 13:15:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-01 13:15:11 +0200 |
commit | 9a699c1fad4dda2c68ce5612b35423c1528fdaa5 (patch) | |
tree | 24060757925d5adb35aebb2bd2db9d5de52f4b3b /templates/latex/.licensure.yml | |
parent | fix(common/.licensure.yml): Correctly support latex projects (diff) | |
download | flake-templates-9a699c1fad4dda2c68ce5612b35423c1528fdaa5.tar.gz flake-templates-9a699c1fad4dda2c68ce5612b35423c1528fdaa5.zip |
chore(version): v0.4.2
Diffstat (limited to 'templates/latex/.licensure.yml')
-rw-r--r-- | templates/latex/.licensure.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/latex/.licensure.yml b/templates/latex/.licensure.yml index 80d8f71..74efd9a 100644 --- a/templates/latex/.licensure.yml +++ b/templates/latex/.licensure.yml @@ -5,6 +5,7 @@ excludes: - .*lock - \.git/.* - LICENSE.spdx + - LICENSE - COPYING - COPYING.LESSER - .*\.(rst|txt|pdf) @@ -14,7 +15,7 @@ excludes: # No default license configuration is provided. This section must be # configured by the user. licenses: - - files: tex + - files: \.tex ident: CC-BY-SA-4.0 authors: - name: Benedikt Peetz @@ -164,6 +165,7 @@ comments: - extensions: - tex + - bib commenter: type: line comment_char: "%" |