diff --git a/crates/anthropic/Cargo.toml b/crates/anthropic/Cargo.toml index 35d849fb477568b169545cd4ec94bfe6c939ef19..6e19bbe665bb3c736c4839a871888351c8fdce70 100644 --- a/crates/anthropic/Cargo.toml +++ b/crates/anthropic/Cargo.toml @@ -3,7 +3,7 @@ name = "anthropic" version = "0.1.0" edition.workspace = true publish.workspace = true -license = "AGPL-3.0-or-later" +license = "GPL-3.0-or-later" [features] default = [] diff --git a/crates/anthropic/LICENSE-AGPL b/crates/anthropic/LICENSE-AGPL deleted file mode 120000 index 5f5cf25dc458e75f4050c7378c186fca9b68fd19..0000000000000000000000000000000000000000 --- a/crates/anthropic/LICENSE-AGPL +++ /dev/null @@ -1 +0,0 @@ -../../LICENSE-AGPL \ No newline at end of file diff --git a/crates/anthropic/LICENSE-GPL b/crates/anthropic/LICENSE-GPL new file mode 120000 index 0000000000000000000000000000000000000000..89e542f750cd3860a0598eff0dc34b56d7336dc4 --- /dev/null +++ b/crates/anthropic/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file