anthropic: Fix license (#23867)

This PR fixes the license for the `anthropic` crate.

It was mistakenly licensed as AGPL, despite being used outside of
collab. It should be licensed as GPL.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-01-29 18:03:20 -05:00 committed by GitHub
parent ff72c6358e
commit 19383036d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -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 = []

View file

@ -1 +0,0 @@
../../LICENSE-AGPL

View file

@ -0,0 +1 @@
../../LICENSE-GPL