about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 13:14:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 13:14:40 +0200
commitf0f90a395d0d8deab7cb6d1e8cc732dc7cf2f168 (patch)
tree8c371e5334e1a63ea8ad7db2e01139e32d59458a
parentchore(version): v0.4.1 (diff)
downloadflake-templates-f0f90a395d0d8deab7cb6d1e8cc732dc7cf2f168.tar.gz
flake-templates-f0f90a395d0d8deab7cb6d1e8cc732dc7cf2f168.zip
fix(common/.licensure.yml): Correctly support latex projects
-rw-r--r--common/.licensure.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/.licensure.yml b/common/.licensure.yml
index 80d8f71..74efd9a 100644
--- a/common/.licensure.yml
+++ b/common/.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: "%"