From 65f88b72165d9ea0e554eb2d403939f397e0f5bb Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Sep 2019 21:19:57 -0700 Subject: rust: use SPDX exact short license names --- rust/fatcat-openapi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/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 "] 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"] -- cgit v1.2.3