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 83a023c28e..f6ef3daf2b 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 0000000000..89e542f750 --- /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 339310cdc8..a1b01c0b9e 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 0000000000..89e542f750 --- /dev/null +++ b/crates/open_ai/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file