diff --git a/crates/anthropic/Cargo.toml b/crates/anthropic/Cargo.toml index 35d849fb47..6e19bbe665 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 5f5cf25dc4..0000000000 --- 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 0000000000..89e542f750 --- /dev/null +++ b/crates/anthropic/LICENSE-GPL @@ -0,0 +1 @@ +../../LICENSE-GPL \ No newline at end of file