diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:45:18 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:45:18 +0200 |
commit | edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b (patch) | |
tree | 8f8f3d93e08c2baa559457054bb16473233d0943 /templates | |
parent | fix(common/treefmt.nix): Improve the prettier formatting configuration (diff) | |
download | flake-templates-edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b.tar.gz flake-templates-edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b.zip |
refactor(common/): Remove the `files` subdirectory
Diffstat (limited to 'templates')
38 files changed, 38 insertions, 38 deletions
diff --git a/templates/awk/.licensure.yml b/templates/awk/.licensure.yml index 68a2454..60bd9d8 120000 --- a/templates/awk/.licensure.yml +++ b/templates/awk/.licensure.yml @@ -1 +1 @@ -../../common/files/.licensure.yml \ No newline at end of file +../../common/.licensure.yml \ No newline at end of file diff --git a/templates/awk/LICENSE.spdx b/templates/awk/LICENSE.spdx index c49b1dc..2aea17f 120000 --- a/templates/awk/LICENSE.spdx +++ b/templates/awk/LICENSE.spdx @@ -1 +1 @@ -../../common/files/LICENSE.spdx \ No newline at end of file +../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/awk/README.md b/templates/awk/README.md index 7f79e6c..749b078 120000 --- a/templates/awk/README.md +++ b/templates/awk/README.md @@ -1 +1 @@ -../../common/files/README.md \ No newline at end of file +../../common/README.md \ No newline at end of file diff --git a/templates/awk/docs/%INIT_APPLICATION_NAME.1.md b/templates/awk/docs/%INIT_APPLICATION_NAME.1.md index 8baad22..4ebb52b 120000 --- a/templates/awk/docs/%INIT_APPLICATION_NAME.1.md +++ b/templates/awk/docs/%INIT_APPLICATION_NAME.1.md @@ -1 +1 @@ -../../../common/files/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file +../../../common/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file diff --git a/templates/awk/init b/templates/awk/init index 2daec78..b0aa5bc 120000 --- a/templates/awk/init +++ b/templates/awk/init @@ -1 +1 @@ -../../common/files/init \ No newline at end of file +../../common/init \ No newline at end of file diff --git a/templates/awk/scripts/renew_copyright_header.sh b/templates/awk/scripts/renew_copyright_header.sh index 70917db..bafc9f4 120000 --- a/templates/awk/scripts/renew_copyright_header.sh +++ b/templates/awk/scripts/renew_copyright_header.sh @@ -1 +1 @@ -../../../common/files/scripts/renew_copyright_header.sh \ No newline at end of file +../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/awk/shell_line_editor.sh b/templates/awk/shell_line_editor.sh index 0d2f727..a139dce 120000 --- a/templates/awk/shell_line_editor.sh +++ b/templates/awk/shell_line_editor.sh @@ -1 +1 @@ -../../common/files/shell_line_editor.sh \ No newline at end of file +../../common/shell_line_editor.sh \ No newline at end of file diff --git a/templates/awk/treefmt.nix b/templates/awk/treefmt.nix index 94a5d85..bee7806 120000 --- a/templates/awk/treefmt.nix +++ b/templates/awk/treefmt.nix @@ -1 +1 @@ -../../common/files/treefmt.nix \ No newline at end of file +../../common/treefmt.nix \ No newline at end of file diff --git a/templates/c/.licensure.yml b/templates/c/.licensure.yml index 68a2454..60bd9d8 120000 --- a/templates/c/.licensure.yml +++ b/templates/c/.licensure.yml @@ -1 +1 @@ -../../common/files/.licensure.yml \ No newline at end of file +../../common/.licensure.yml \ No newline at end of file diff --git a/templates/c/LICENSE.spdx b/templates/c/LICENSE.spdx index c49b1dc..2aea17f 120000 --- a/templates/c/LICENSE.spdx +++ b/templates/c/LICENSE.spdx @@ -1 +1 @@ -../../common/files/LICENSE.spdx \ No newline at end of file +../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/c/README.md b/templates/c/README.md index 7f79e6c..749b078 120000 --- a/templates/c/README.md +++ b/templates/c/README.md @@ -1 +1 @@ -../../common/files/README.md \ No newline at end of file +../../common/README.md \ No newline at end of file diff --git a/templates/c/docs/%INIT_APPLICATION_NAME.1.md b/templates/c/docs/%INIT_APPLICATION_NAME.1.md index 8baad22..4ebb52b 120000 --- a/templates/c/docs/%INIT_APPLICATION_NAME.1.md +++ b/templates/c/docs/%INIT_APPLICATION_NAME.1.md @@ -1 +1 @@ -../../../common/files/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file +../../../common/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file diff --git a/templates/c/init b/templates/c/init index 2daec78..b0aa5bc 120000 --- a/templates/c/init +++ b/templates/c/init @@ -1 +1 @@ -../../common/files/init \ No newline at end of file +../../common/init \ No newline at end of file diff --git a/templates/c/scripts/renew_copyright_header.sh b/templates/c/scripts/renew_copyright_header.sh index 70917db..bafc9f4 120000 --- a/templates/c/scripts/renew_copyright_header.sh +++ b/templates/c/scripts/renew_copyright_header.sh @@ -1 +1 @@ -../../../common/files/scripts/renew_copyright_header.sh \ No newline at end of file +../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/c/shell_line_editor.sh b/templates/c/shell_line_editor.sh index 0d2f727..a139dce 120000 --- a/templates/c/shell_line_editor.sh +++ b/templates/c/shell_line_editor.sh @@ -1 +1 @@ -../../common/files/shell_line_editor.sh \ No newline at end of file +../../common/shell_line_editor.sh \ No newline at end of file diff --git a/templates/c/treefmt.nix b/templates/c/treefmt.nix index 94a5d85..bee7806 120000 --- a/templates/c/treefmt.nix +++ b/templates/c/treefmt.nix @@ -1 +1 @@ -../../common/files/treefmt.nix \ No newline at end of file +../../common/treefmt.nix \ No newline at end of file diff --git a/templates/latex/.licensure.yml b/templates/latex/.licensure.yml index 68a2454..60bd9d8 120000 --- a/templates/latex/.licensure.yml +++ b/templates/latex/.licensure.yml @@ -1 +1 @@ -../../common/files/.licensure.yml \ No newline at end of file +../../common/.licensure.yml \ No newline at end of file diff --git a/templates/latex/LICENSE.spdx b/templates/latex/LICENSE.spdx index c49b1dc..2aea17f 120000 --- a/templates/latex/LICENSE.spdx +++ b/templates/latex/LICENSE.spdx @@ -1 +1 @@ -../../common/files/LICENSE.spdx \ No newline at end of file +../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/latex/init b/templates/latex/init index 2daec78..b0aa5bc 120000 --- a/templates/latex/init +++ b/templates/latex/init @@ -1 +1 @@ -../../common/files/init \ No newline at end of file +../../common/init \ No newline at end of file diff --git a/templates/latex/scripts/renew_copyright_header.sh b/templates/latex/scripts/renew_copyright_header.sh index 70917db..bafc9f4 120000 --- a/templates/latex/scripts/renew_copyright_header.sh +++ b/templates/latex/scripts/renew_copyright_header.sh @@ -1 +1 @@ -../../../common/files/scripts/renew_copyright_header.sh \ No newline at end of file +../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/latex/shell_line_editor.sh b/templates/latex/shell_line_editor.sh index 0d2f727..a139dce 120000 --- a/templates/latex/shell_line_editor.sh +++ b/templates/latex/shell_line_editor.sh @@ -1 +1 @@ -../../common/files/shell_line_editor.sh \ No newline at end of file +../../common/shell_line_editor.sh \ No newline at end of file diff --git a/templates/latex/treefmt.nix b/templates/latex/treefmt.nix index 94a5d85..bee7806 120000 --- a/templates/latex/treefmt.nix +++ b/templates/latex/treefmt.nix @@ -1 +1 @@ -../../common/files/treefmt.nix \ No newline at end of file +../../common/treefmt.nix \ No newline at end of file diff --git a/templates/rust/.licensure.yml b/templates/rust/.licensure.yml index 68a2454..60bd9d8 120000 --- a/templates/rust/.licensure.yml +++ b/templates/rust/.licensure.yml @@ -1 +1 @@ -../../common/files/.licensure.yml \ No newline at end of file +../../common/.licensure.yml \ No newline at end of file diff --git a/templates/rust/LICENSE.spdx b/templates/rust/LICENSE.spdx index c49b1dc..2aea17f 120000 --- a/templates/rust/LICENSE.spdx +++ b/templates/rust/LICENSE.spdx @@ -1 +1 @@ -../../common/files/LICENSE.spdx \ No newline at end of file +../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/rust/README.md b/templates/rust/README.md index 7f79e6c..749b078 120000 --- a/templates/rust/README.md +++ b/templates/rust/README.md @@ -1 +1 @@ -../../common/files/README.md \ No newline at end of file +../../common/README.md \ No newline at end of file diff --git a/templates/rust/docs/%INIT_APPLICATION_NAME.1.md b/templates/rust/docs/%INIT_APPLICATION_NAME.1.md index 8baad22..4ebb52b 120000 --- a/templates/rust/docs/%INIT_APPLICATION_NAME.1.md +++ b/templates/rust/docs/%INIT_APPLICATION_NAME.1.md @@ -1 +1 @@ -../../../common/files/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file +../../../common/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file diff --git a/templates/rust/init b/templates/rust/init index 2daec78..b0aa5bc 120000 --- a/templates/rust/init +++ b/templates/rust/init @@ -1 +1 @@ -../../common/files/init \ No newline at end of file +../../common/init \ No newline at end of file diff --git a/templates/rust/scripts/renew_copyright_header.sh b/templates/rust/scripts/renew_copyright_header.sh index 70917db..bafc9f4 120000 --- a/templates/rust/scripts/renew_copyright_header.sh +++ b/templates/rust/scripts/renew_copyright_header.sh @@ -1 +1 @@ -../../../common/files/scripts/renew_copyright_header.sh \ No newline at end of file +../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/rust/shell_line_editor.sh b/templates/rust/shell_line_editor.sh index 0d2f727..a139dce 120000 --- a/templates/rust/shell_line_editor.sh +++ b/templates/rust/shell_line_editor.sh @@ -1 +1 @@ -../../common/files/shell_line_editor.sh \ No newline at end of file +../../common/shell_line_editor.sh \ No newline at end of file diff --git a/templates/rust/treefmt.nix b/templates/rust/treefmt.nix index 94a5d85..bee7806 120000 --- a/templates/rust/treefmt.nix +++ b/templates/rust/treefmt.nix @@ -1 +1 @@ -../../common/files/treefmt.nix \ No newline at end of file +../../common/treefmt.nix \ No newline at end of file diff --git a/templates/shell/.licensure.yml b/templates/shell/.licensure.yml index 68a2454..60bd9d8 120000 --- a/templates/shell/.licensure.yml +++ b/templates/shell/.licensure.yml @@ -1 +1 @@ -../../common/files/.licensure.yml \ No newline at end of file +../../common/.licensure.yml \ No newline at end of file diff --git a/templates/shell/LICENSE.spdx b/templates/shell/LICENSE.spdx index c49b1dc..2aea17f 120000 --- a/templates/shell/LICENSE.spdx +++ b/templates/shell/LICENSE.spdx @@ -1 +1 @@ -../../common/files/LICENSE.spdx \ No newline at end of file +../../common/LICENSE.spdx \ No newline at end of file diff --git a/templates/shell/README.md b/templates/shell/README.md index 7f79e6c..749b078 120000 --- a/templates/shell/README.md +++ b/templates/shell/README.md @@ -1 +1 @@ -../../common/files/README.md \ No newline at end of file +../../common/README.md \ No newline at end of file diff --git a/templates/shell/docs/%INIT_APPLICATION_NAME.1.md b/templates/shell/docs/%INIT_APPLICATION_NAME.1.md index 8baad22..4ebb52b 120000 --- a/templates/shell/docs/%INIT_APPLICATION_NAME.1.md +++ b/templates/shell/docs/%INIT_APPLICATION_NAME.1.md @@ -1 +1 @@ -../../../common/files/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file +../../../common/docs/%INIT_APPLICATION_NAME.1.md \ No newline at end of file diff --git a/templates/shell/init b/templates/shell/init index 2daec78..b0aa5bc 120000 --- a/templates/shell/init +++ b/templates/shell/init @@ -1 +1 @@ -../../common/files/init \ No newline at end of file +../../common/init \ No newline at end of file diff --git a/templates/shell/scripts/renew_copyright_header.sh b/templates/shell/scripts/renew_copyright_header.sh index 70917db..bafc9f4 120000 --- a/templates/shell/scripts/renew_copyright_header.sh +++ b/templates/shell/scripts/renew_copyright_header.sh @@ -1 +1 @@ -../../../common/files/scripts/renew_copyright_header.sh \ No newline at end of file +../../../common/scripts/renew_copyright_header.sh \ No newline at end of file diff --git a/templates/shell/shell_line_editor.sh b/templates/shell/shell_line_editor.sh index 0d2f727..a139dce 120000 --- a/templates/shell/shell_line_editor.sh +++ b/templates/shell/shell_line_editor.sh @@ -1 +1 @@ -../../common/files/shell_line_editor.sh \ No newline at end of file +../../common/shell_line_editor.sh \ No newline at end of file diff --git a/templates/shell/treefmt.nix b/templates/shell/treefmt.nix index 94a5d85..bee7806 120000 --- a/templates/shell/treefmt.nix +++ b/templates/shell/treefmt.nix @@ -1 +1 @@ -../../common/files/treefmt.nix \ No newline at end of file +../../common/treefmt.nix \ No newline at end of file |