From 7532526aba0c590452d937432e71bbf0d430956d Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 31 Mar 2025 16:30:48 +0200 Subject: [PATCH] chore: add license symlink to workspace members --- static-serve-macro/LICENSE-APACHE | 1 + static-serve-macro/LICENSE-MIT | 1 + static-serve/LICENSE-APACHE | 1 + static-serve/LICENSE-MIT | 1 + 4 files changed, 4 insertions(+) create mode 120000 static-serve-macro/LICENSE-APACHE create mode 120000 static-serve-macro/LICENSE-MIT create mode 120000 static-serve/LICENSE-APACHE create mode 120000 static-serve/LICENSE-MIT diff --git a/static-serve-macro/LICENSE-APACHE b/static-serve-macro/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/static-serve-macro/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/static-serve-macro/LICENSE-MIT b/static-serve-macro/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/static-serve-macro/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/static-serve/LICENSE-APACHE b/static-serve/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/static-serve/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/static-serve/LICENSE-MIT b/static-serve/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/static-serve/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file