diff options
Diffstat (limited to 'templates/awk')
l--------- | templates/awk/.licensure.yml | 2 | ||||
l--------- | templates/awk/LICENSE.spdx | 2 | ||||
l--------- | templates/awk/README.md | 2 | ||||
l--------- | templates/awk/docs/%INIT_APPLICATION_NAME.1.md | 2 | ||||
l--------- | templates/awk/init | 2 | ||||
l--------- | templates/awk/scripts/renew_copyright_header.sh | 2 | ||||
l--------- | templates/awk/shell_line_editor.sh | 2 | ||||
l--------- | templates/awk/treefmt.nix | 2 |
8 files changed, 8 insertions, 8 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 |