From 92de9d42a6e556f73ab0a59ae49fa6b6775fd202 Mon Sep 17 00:00:00 2001 From: Cristian Le <cristian.le@mpsd.mpg.de> Date: Mon, 17 Jun 2024 14:29:13 +0200 Subject: [PATCH] Add LICENSE-* files to crates --- sqlx-cli/LICENSE-APACHE | 1 + sqlx-cli/LICENSE-MIT | 1 + sqlx-core/LICENSE-APACHE | 1 + sqlx-core/LICENSE-MIT | 1 + sqlx-macros-core/LICENSE-APACHE | 1 + sqlx-macros-core/LICENSE-MIT | 1 + sqlx-macros/LICENSE-APACHE | 1 + sqlx-macros/LICENSE-MIT | 1 + sqlx-mysql/LICENSE-APACHE | 1 + sqlx-mysql/LICENSE-MIT | 1 + sqlx-postgres/LICENSE-APACHE | 1 + sqlx-postgres/LICENSE-MIT | 1 + sqlx-sqlite/LICENSE-APACHE | 1 + sqlx-sqlite/LICENSE-MIT | 1 + sqlx-test/LICENSE-APACHE | 1 + sqlx-test/LICENSE-MIT | 1 + 16 files changed, 16 insertions(+) create mode 120000 sqlx-cli/LICENSE-APACHE create mode 120000 sqlx-cli/LICENSE-MIT create mode 120000 sqlx-core/LICENSE-APACHE create mode 120000 sqlx-core/LICENSE-MIT create mode 120000 sqlx-macros-core/LICENSE-APACHE create mode 120000 sqlx-macros-core/LICENSE-MIT create mode 120000 sqlx-macros/LICENSE-APACHE create mode 120000 sqlx-macros/LICENSE-MIT create mode 120000 sqlx-mysql/LICENSE-APACHE create mode 120000 sqlx-mysql/LICENSE-MIT create mode 120000 sqlx-postgres/LICENSE-APACHE create mode 120000 sqlx-postgres/LICENSE-MIT create mode 120000 sqlx-sqlite/LICENSE-APACHE create mode 120000 sqlx-sqlite/LICENSE-MIT create mode 120000 sqlx-test/LICENSE-APACHE create mode 120000 sqlx-test/LICENSE-MIT diff --git a/sqlx-cli/LICENSE-APACHE b/sqlx-cli/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-cli/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-cli/LICENSE-MIT b/sqlx-cli/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-cli/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-core/LICENSE-APACHE b/sqlx-core/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-core/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-core/LICENSE-MIT b/sqlx-core/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-core/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-macros-core/LICENSE-APACHE b/sqlx-macros-core/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-macros-core/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-macros-core/LICENSE-MIT b/sqlx-macros-core/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-macros-core/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-macros/LICENSE-APACHE b/sqlx-macros/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-macros/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-macros/LICENSE-MIT b/sqlx-macros/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-macros/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-mysql/LICENSE-APACHE b/sqlx-mysql/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-mysql/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-mysql/LICENSE-MIT b/sqlx-mysql/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-mysql/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-postgres/LICENSE-APACHE b/sqlx-postgres/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-postgres/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-postgres/LICENSE-MIT b/sqlx-postgres/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-postgres/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-sqlite/LICENSE-APACHE b/sqlx-sqlite/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-sqlite/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-sqlite/LICENSE-MIT b/sqlx-sqlite/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-sqlite/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/sqlx-test/LICENSE-APACHE b/sqlx-test/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/sqlx-test/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/sqlx-test/LICENSE-MIT b/sqlx-test/LICENSE-MIT new file mode 120000 index 00000000..76219eb7 --- /dev/null +++ b/sqlx-test/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file