From edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 11 Jun 2024 09:45:18 +0200 Subject: refactor(common/): Remove the `files` subdirectory --- templates/shell/.licensure.yml | 2 +- templates/shell/LICENSE.spdx | 2 +- templates/shell/README.md | 2 +- templates/shell/docs/%INIT_APPLICATION_NAME.1.md | 2 +- templates/shell/init | 2 +- templates/shell/scripts/renew_copyright_header.sh | 2 +- templates/shell/shell_line_editor.sh | 2 +- templates/shell/treefmt.nix | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/shell') 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 -- cgit 1.4.1