From edc2a126900a7df96a1c7f1f6c96b6d8ad4f041b Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Tue, 11 Jun 2024 09:45:18 +0200
Subject: refactor(common/): Remove the `files` subdirectory

---
 templates/latex/.licensure.yml                    | 2 +-
 templates/latex/LICENSE.spdx                      | 2 +-
 templates/latex/init                              | 2 +-
 templates/latex/scripts/renew_copyright_header.sh | 2 +-
 templates/latex/shell_line_editor.sh              | 2 +-
 templates/latex/treefmt.nix                       | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'templates/latex')

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
-- 
cgit 1.4.1