Fix licensing errors
This commit is contained in:
parent
f2394c76f5
commit
9ab7a22fa8
4 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
name = "google_ai"
|
name = "google_ai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
1
crates/google_ai/LICENSE-GPL
Symbolic link
1
crates/google_ai/LICENSE-GPL
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../LICENSE-GPL
|
|
@ -2,6 +2,7 @@
|
||||||
name = "open_ai"
|
name = "open_ai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
1
crates/open_ai/LICENSE-GPL
Symbolic link
1
crates/open_ai/LICENSE-GPL
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../LICENSE-GPL
|
Loading…
Add table
Add a link
Reference in a new issue