diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 18:01:22 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 18:01:22 +0200 |
commit | 15e4da626124710c58acb156c668cd5fb2733710 (patch) | |
tree | d83c4f9a0bbb8ff13dba9dfa4934f83536fb012f | |
parent | feat(common): Replace the hand-crafted licensing approach with reuse (diff) | |
download | flake-templates-15e4da626124710c58acb156c668cd5fb2733710.tar.gz flake-templates-15e4da626124710c58acb156c668cd5fb2733710.zip |
chore(templates): Use new common files
24 files changed, 9 insertions, 15 deletions
diff --git a/templates/awk/.licensure.yml b/templates/awk/.licensure.yml deleted file mode 120000 index 60bd9d8..0000000 --- a/templates/awk/.licensure.yml +++ /dev/null @@ -1 +0,0 @@ -../../common/.licensure.yml \ No newline at end of file diff --git a/templates/awk/.reuse b/templates/awk/.reuse new file mode 120000 index 0000000..ddf7e05 --- /dev/null +++ b/templates/awk/.reuse @@ -0,0 +1 @@ +../../common/.reuse \ No newline at end of file diff --git a/templates/awk/LICENSE.spdx b/templates/awk/LICENSE.spdx deleted file mode 120000 index 2aea17f..0000000 --- a/templates/awk/LICENSE.spdx +++ /dev/null @@ -1 +0,0 @@ -../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/awk/scripts/renew_copyright_header.sh b/templates/awk/scripts/renew_copyright_header.sh deleted file mode 120000 index bafc9f4..0000000 --- a/templates/awk/scripts/renew_copyright_header.sh +++ /dev/null @@ -1 +0,0 @@ -../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/c/.licensure.yml b/templates/c/.licensure.yml deleted file mode 120000 index 60bd9d8..0000000 --- a/templates/c/.licensure.yml +++ /dev/null @@ -1 +0,0 @@ -../../common/.licensure.yml \ No newline at end of file diff --git a/templates/c/.reuse b/templates/c/.reuse new file mode 120000 index 0000000..ddf7e05 --- /dev/null +++ b/templates/c/.reuse @@ -0,0 +1 @@ +../../common/.reuse \ No newline at end of file diff --git a/templates/c/LICENSE.spdx b/templates/c/LICENSE.spdx deleted file mode 120000 index 2aea17f..0000000 --- a/templates/c/LICENSE.spdx +++ /dev/null @@ -1 +0,0 @@ -../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/c/scripts/cprh.sh b/templates/c/scripts/cprh.sh new file mode 120000 index 0000000..d0101a2 --- /dev/null +++ b/templates/c/scripts/cprh.sh @@ -0,0 +1 @@ +../../../common/scripts/cprh.sh \ No newline at end of file diff --git a/templates/c/scripts/renew_copyright_header.sh b/templates/c/scripts/renew_copyright_header.sh deleted file mode 120000 index bafc9f4..0000000 --- a/templates/c/scripts/renew_copyright_header.sh +++ /dev/null @@ -1 +0,0 @@ -../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/latex/academia/.licensure.yml b/templates/latex/academia/.licensure.yml deleted file mode 120000 index 48d4b8e..0000000 --- a/templates/latex/academia/.licensure.yml +++ /dev/null @@ -1 +0,0 @@ -../../../common/.licensure.yml \ No newline at end of file diff --git a/templates/latex/academia/.reuse b/templates/latex/academia/.reuse new file mode 120000 index 0000000..d538161 --- /dev/null +++ b/templates/latex/academia/.reuse @@ -0,0 +1 @@ +../../../common/.reuse \ No newline at end of file diff --git a/templates/latex/academia/LICENSE.spdx b/templates/latex/academia/LICENSE.spdx deleted file mode 120000 index 6d7d5e1..0000000 --- a/templates/latex/academia/LICENSE.spdx +++ /dev/null @@ -1 +0,0 @@ -../../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/latex/academia/scripts/cprh.sh b/templates/latex/academia/scripts/cprh.sh new file mode 120000 index 0000000..03ffa2a --- /dev/null +++ b/templates/latex/academia/scripts/cprh.sh @@ -0,0 +1 @@ +../../../../common/scripts/cprh.sh \ No newline at end of file diff --git a/templates/latex/academia/scripts/renew_copyright_header.sh b/templates/latex/academia/scripts/renew_copyright_header.sh deleted file mode 120000 index bafc9f4..0000000 --- a/templates/latex/academia/scripts/renew_copyright_header.sh +++ /dev/null @@ -1 +0,0 @@ -../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/rust/.licensure.yml b/templates/rust/.licensure.yml deleted file mode 120000 index 60bd9d8..0000000 --- a/templates/rust/.licensure.yml +++ /dev/null @@ -1 +0,0 @@ -../../common/.licensure.yml \ No newline at end of file diff --git a/templates/rust/.reuse b/templates/rust/.reuse new file mode 120000 index 0000000..ddf7e05 --- /dev/null +++ b/templates/rust/.reuse @@ -0,0 +1 @@ +../../common/.reuse \ No newline at end of file diff --git a/templates/rust/LICENSE.spdx b/templates/rust/LICENSE.spdx deleted file mode 120000 index 2aea17f..0000000 --- a/templates/rust/LICENSE.spdx +++ /dev/null @@ -1 +0,0 @@ -../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/rust/scripts/cprh.sh b/templates/rust/scripts/cprh.sh new file mode 120000 index 0000000..d0101a2 --- /dev/null +++ b/templates/rust/scripts/cprh.sh @@ -0,0 +1 @@ +../../../common/scripts/cprh.sh \ No newline at end of file diff --git a/templates/rust/scripts/renew_copyright_header.sh b/templates/rust/scripts/renew_copyright_header.sh deleted file mode 120000 index bafc9f4..0000000 --- a/templates/rust/scripts/renew_copyright_header.sh +++ /dev/null @@ -1 +0,0 @@ -../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/shell/.licensure.yml b/templates/shell/.licensure.yml deleted file mode 120000 index 60bd9d8..0000000 --- a/templates/shell/.licensure.yml +++ /dev/null @@ -1 +0,0 @@ -../../common/.licensure.yml \ No newline at end of file diff --git a/templates/shell/.reuse b/templates/shell/.reuse new file mode 120000 index 0000000..ddf7e05 --- /dev/null +++ b/templates/shell/.reuse @@ -0,0 +1 @@ +../../common/.reuse \ No newline at end of file diff --git a/templates/shell/LICENSE.spdx b/templates/shell/LICENSE.spdx deleted file mode 120000 index 2aea17f..0000000 --- a/templates/shell/LICENSE.spdx +++ /dev/null @@ -1 +0,0 @@ -../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/shell/scripts/cprh.sh b/templates/shell/scripts/cprh.sh new file mode 120000 index 0000000..d0101a2 --- /dev/null +++ b/templates/shell/scripts/cprh.sh @@ -0,0 +1 @@ +../../../common/scripts/cprh.sh \ No newline at end of file diff --git a/templates/shell/scripts/renew_copyright_header.sh b/templates/shell/scripts/renew_copyright_header.sh deleted file mode 120000 index bafc9f4..0000000 --- a/templates/shell/scripts/renew_copyright_header.sh +++ /dev/null @@ -1 +0,0 @@ -../../../common/scripts/renew_copyright_header.sh \ No newline at end of file |