aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-18 21:19:57 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-18 21:20:52 -0700
commit65f88b72165d9ea0e554eb2d403939f397e0f5bb (patch)
tree82d882ade2ea6fab0607055ad419aca8e042c70d
parent1e23343b40531ae9061a14e184c860b959de1ae0 (diff)
downloadfatcat-65f88b72165d9ea0e554eb2d403939f397e0f5bb.tar.gz
fatcat-65f88b72165d9ea0e554eb2d403939f397e0f5bb.zip
rust: use SPDX exact short license names
-rw-r--r--rust/Cargo.toml2
-rw-r--r--rust/fatcat-openapi/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 4a00bc39..3b84df22 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata"
homepage = "https://fatcat.wiki"
repository = "https://github.com/internetarchive/fatcat"
-license = "AGPL 3.0"
+license = "AGPL-3.0-or-later"
[workspace]
members = ["fatcat-openapi"]
diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml
index 30cc41da..3f4066c3 100644
--- a/rust/fatcat-openapi/Cargo.toml
+++ b/rust/fatcat-openapi/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "Fatcat is an editable bibliographic database. This OpenAPI code-generated crate container HTTP API models, endpoints, and other auto-generated types useful for both client and server implementations of the catalog API."
homepage = "https://fatcat.wiki"
repository = "https://github.com/internetarchive/fatcat"
-license = "CC-0"
+license = "CC0-1.0"
[features]
default = ["client", "server"]