Fix licensing errors

Antonio Scandurra created

Change summary

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(+)

Detailed changes

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]

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]