From 9ab7a22fa8ba085ac95268f6d4bc105b0e0eac69 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 20 Mar 2024 15:52:02 +0100 Subject: [PATCH] Fix licensing errors --- crates/google_ai/Cargo.toml | 1 + crates/google_ai/LICENSE-GPL | 1 + crates/open_ai/Cargo.toml | 1 + crates/open_ai/LICENSE-GPL | 1 + 4 files changed, 4 insertions(+) create mode 120000 crates/google_ai/LICENSE-GPL create mode 120000 crates/open_ai/LICENSE-GPL diff --git a/crates/google_ai/Cargo.toml b/crates/google_ai/Cargo.toml index 83a023c28e0a44e77b9b9c6675c00e8499de17a6..f6ef3daf2b685999f059f42ec20d870b71fe5f50 100644 --- a/crates/google_ai/Cargo.toml +++ b/crates/google_ai/Cargo.toml @@ -2,6 +2,7 @@ name = "google_ai" version = "0.1.0" edition = "2021" +publish = false license = "GPL-3.0-or-later" [lib] diff --git a/crates/google_ai/LICENSE-GPL b/crates/google_ai/LICENSE-GPL new file mode 120000 index 0000000000000000000000000000000000000000..89e542f750cd3860a0598eff0dc34b56d7336dc4 --- /dev/null +++ b/crates/google_ai/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file diff --git a/crates/open_ai/Cargo.toml b/crates/open_ai/Cargo.toml index 339310cdc8bbfbc7d0ed5141b911084792b85fb3..a1b01c0b9e3eb84db319ae7bb56672a7321eb2ff 100644 --- a/crates/open_ai/Cargo.toml +++ b/crates/open_ai/Cargo.toml @@ -2,6 +2,7 @@ name = "open_ai" version = "0.1.0" edition = "2021" +publish = false license = "GPL-3.0-or-later" [lib] diff --git a/crates/open_ai/LICENSE-GPL b/crates/open_ai/LICENSE-GPL new file mode 120000 index 0000000000000000000000000000000000000000..89e542f750cd3860a0598eff0dc34b56d7336dc4 --- /dev/null +++ b/crates/open_ai/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file