aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 13:15:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-01 13:15:11 +0200
commit9a699c1fad4dda2c68ce5612b35423c1528fdaa5 (patch)
tree24060757925d5adb35aebb2bd2db9d5de52f4b3b
parentfix(common/.licensure.yml): Correctly support latex projects (diff)
downloadflake-templates-9a699c1fad4dda2c68ce5612b35423c1528fdaa5.zip
chore(version): v0.4.2
-rw-r--r--NEWS.md6
-rw-r--r--templates/awk/.licensure.yml4
-rw-r--r--templates/c/.licensure.yml4
-rw-r--r--templates/latex/.licensure.yml4
-rw-r--r--templates/rust/.licensure.yml4
-rw-r--r--templates/shell/.licensure.yml4
6 files changed, 21 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 20d2458..08c2a6d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
+## [v0.4.2](https://codeberg.org/soispha/flake-templates/compare/f0f90a395d0d8deab7cb6d1e8cc732dc7cf2f168..v0.4.2) - 2024-04-01
+#### Bug Fixes
+- **(common/.licensure.yml)** Correctly support latex projects - ([f0f90a3](https://codeberg.org/soispha/flake-templates/commit/f0f90a395d0d8deab7cb6d1e8cc732dc7cf2f168)) - [@bpeetz](https://codeberg.org/bpeetz)
+
+- - -
+
## [v0.4.1](https://codeberg.org/soispha/flake-templates/compare/c49ff7634b13908fa0f9f6a2013697d490cb6766..v0.4.1) - 2024-04-01
#### Bug Fixes
- **(common/.licensure.yml)** Remove one last reference to Trixy - ([c49ff76](https://codeberg.org/soispha/flake-templates/commit/c49ff7634b13908fa0f9f6a2013697d490cb6766)) - [@bpeetz](https://codeberg.org/bpeetz)
diff --git a/templates/awk/.licensure.yml b/templates/awk/.licensure.yml
index 80d8f71..74efd9a 100644
--- a/templates/awk/.licensure.yml
+++ b/templates/awk/.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: "%"
diff --git a/templates/c/.licensure.yml b/templates/c/.licensure.yml
index 80d8f71..74efd9a 100644
--- a/templates/c/.licensure.yml
+++ b/templates/c/.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: "%"
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: "%"
diff --git a/templates/rust/.licensure.yml b/templates/rust/.licensure.yml
index 80d8f71..74efd9a 100644
--- a/templates/rust/.licensure.yml
+++ b/templates/rust/.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: "%"
diff --git a/templates/shell/.licensure.yml b/templates/shell/.licensure.yml
index 80d8f71..74efd9a 100644
--- a/templates/shell/.licensure.yml
+++ b/templates/shell/.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: "%"