From a742d3da4ffe8137542236e136c60f27c0c24b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?= Date: Sun, 31 Mar 2024 21:55:35 +0200 Subject: [PATCH] Symlink license files in all crate directories. Resolves #2760. --- contrib/db_pools/codegen/LICENSE-APACHE | 1 + contrib/db_pools/codegen/LICENSE-MIT | 1 + contrib/db_pools/lib/LICENSE-APACHE | 1 + contrib/db_pools/lib/LICENSE-MIT | 1 + contrib/dyn_templates/LICENSE-APACHE | 1 + contrib/dyn_templates/LICENSE-MIT | 1 + contrib/sync_db_pools/codegen/LICENSE-APACHE | 1 + contrib/sync_db_pools/codegen/LICENSE-MIT | 1 + contrib/sync_db_pools/lib/LICENSE-APACHE | 1 + contrib/sync_db_pools/lib/LICENSE-MIT | 1 + contrib/ws/LICENSE-APACHE | 1 + contrib/ws/LICENSE-MIT | 1 + core/codegen/LICENSE-APACHE | 1 + core/codegen/LICENSE-MIT | 1 + core/http/LICENSE-APACHE | 1 + core/http/LICENSE-MIT | 1 + core/lib/LICENSE-APACHE | 1 + core/lib/LICENSE-MIT | 1 + 18 files changed, 18 insertions(+) create mode 120000 contrib/db_pools/codegen/LICENSE-APACHE create mode 120000 contrib/db_pools/codegen/LICENSE-MIT create mode 120000 contrib/db_pools/lib/LICENSE-APACHE create mode 120000 contrib/db_pools/lib/LICENSE-MIT create mode 120000 contrib/dyn_templates/LICENSE-APACHE create mode 120000 contrib/dyn_templates/LICENSE-MIT create mode 120000 contrib/sync_db_pools/codegen/LICENSE-APACHE create mode 120000 contrib/sync_db_pools/codegen/LICENSE-MIT create mode 120000 contrib/sync_db_pools/lib/LICENSE-APACHE create mode 120000 contrib/sync_db_pools/lib/LICENSE-MIT create mode 120000 contrib/ws/LICENSE-APACHE create mode 120000 contrib/ws/LICENSE-MIT create mode 120000 core/codegen/LICENSE-APACHE create mode 120000 core/codegen/LICENSE-MIT create mode 120000 core/http/LICENSE-APACHE create mode 120000 core/http/LICENSE-MIT create mode 120000 core/lib/LICENSE-APACHE create mode 120000 core/lib/LICENSE-MIT diff --git a/contrib/db_pools/codegen/LICENSE-APACHE b/contrib/db_pools/codegen/LICENSE-APACHE new file mode 120000 index 0000000000..6e2b1da875 --- /dev/null +++ b/contrib/db_pools/codegen/LICENSE-APACHE @@ -0,0 +1 @@ +../../../LICENSE-APACHE \ No newline at end of file diff --git a/contrib/db_pools/codegen/LICENSE-MIT b/contrib/db_pools/codegen/LICENSE-MIT new file mode 120000 index 0000000000..98cefa6a6a --- /dev/null +++ b/contrib/db_pools/codegen/LICENSE-MIT @@ -0,0 +1 @@ +../../../LICENSE-MIT \ No newline at end of file diff --git a/contrib/db_pools/lib/LICENSE-APACHE b/contrib/db_pools/lib/LICENSE-APACHE new file mode 120000 index 0000000000..6e2b1da875 --- /dev/null +++ b/contrib/db_pools/lib/LICENSE-APACHE @@ -0,0 +1 @@ +../../../LICENSE-APACHE \ No newline at end of file diff --git a/contrib/db_pools/lib/LICENSE-MIT b/contrib/db_pools/lib/LICENSE-MIT new file mode 120000 index 0000000000..98cefa6a6a --- /dev/null +++ b/contrib/db_pools/lib/LICENSE-MIT @@ -0,0 +1 @@ +../../../LICENSE-MIT \ No newline at end of file diff --git a/contrib/dyn_templates/LICENSE-APACHE b/contrib/dyn_templates/LICENSE-APACHE new file mode 120000 index 0000000000..1cd601d0a3 --- /dev/null +++ b/contrib/dyn_templates/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/contrib/dyn_templates/LICENSE-MIT b/contrib/dyn_templates/LICENSE-MIT new file mode 120000 index 0000000000..b2cfbdc7b0 --- /dev/null +++ b/contrib/dyn_templates/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/contrib/sync_db_pools/codegen/LICENSE-APACHE b/contrib/sync_db_pools/codegen/LICENSE-APACHE new file mode 120000 index 0000000000..6e2b1da875 --- /dev/null +++ b/contrib/sync_db_pools/codegen/LICENSE-APACHE @@ -0,0 +1 @@ +../../../LICENSE-APACHE \ No newline at end of file diff --git a/contrib/sync_db_pools/codegen/LICENSE-MIT b/contrib/sync_db_pools/codegen/LICENSE-MIT new file mode 120000 index 0000000000..98cefa6a6a --- /dev/null +++ b/contrib/sync_db_pools/codegen/LICENSE-MIT @@ -0,0 +1 @@ +../../../LICENSE-MIT \ No newline at end of file diff --git a/contrib/sync_db_pools/lib/LICENSE-APACHE b/contrib/sync_db_pools/lib/LICENSE-APACHE new file mode 120000 index 0000000000..6e2b1da875 --- /dev/null +++ b/contrib/sync_db_pools/lib/LICENSE-APACHE @@ -0,0 +1 @@ +../../../LICENSE-APACHE \ No newline at end of file diff --git a/contrib/sync_db_pools/lib/LICENSE-MIT b/contrib/sync_db_pools/lib/LICENSE-MIT new file mode 120000 index 0000000000..98cefa6a6a --- /dev/null +++ b/contrib/sync_db_pools/lib/LICENSE-MIT @@ -0,0 +1 @@ +../../../LICENSE-MIT \ No newline at end of file diff --git a/contrib/ws/LICENSE-APACHE b/contrib/ws/LICENSE-APACHE new file mode 120000 index 0000000000..1cd601d0a3 --- /dev/null +++ b/contrib/ws/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/contrib/ws/LICENSE-MIT b/contrib/ws/LICENSE-MIT new file mode 120000 index 0000000000..b2cfbdc7b0 --- /dev/null +++ b/contrib/ws/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/core/codegen/LICENSE-APACHE b/core/codegen/LICENSE-APACHE new file mode 120000 index 0000000000..1cd601d0a3 --- /dev/null +++ b/core/codegen/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/core/codegen/LICENSE-MIT b/core/codegen/LICENSE-MIT new file mode 120000 index 0000000000..b2cfbdc7b0 --- /dev/null +++ b/core/codegen/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/core/http/LICENSE-APACHE b/core/http/LICENSE-APACHE new file mode 120000 index 0000000000..1cd601d0a3 --- /dev/null +++ b/core/http/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/core/http/LICENSE-MIT b/core/http/LICENSE-MIT new file mode 120000 index 0000000000..b2cfbdc7b0 --- /dev/null +++ b/core/http/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/core/lib/LICENSE-APACHE b/core/lib/LICENSE-APACHE new file mode 120000 index 0000000000..1cd601d0a3 --- /dev/null +++ b/core/lib/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/core/lib/LICENSE-MIT b/core/lib/LICENSE-MIT new file mode 120000 index 0000000000..b2cfbdc7b0 --- /dev/null +++ b/core/lib/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file