chiark / gitweb /
cargo metadata: Claim the licence is GPL hippotat/1.0.0
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Sep 2022 18:56:55 +0000 (19:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Sep 2022 18:58:00 +0000 (19:58 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
macros/Cargo.toml

index 06bd902bc195b8b13de9b166a7ec02afc62749cd..f0ae298855cb3e35f4cc6a15042d54f265dfd4af 100644 (file)
@@ -7,7 +7,8 @@ name = "hippotat"
 version = "1.0.0"
 edition = "2018"
 description="Asinine HTTP-over-IP"
-license="GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception"
+license="GPL-3.0-or-later"
+# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception
 repository="https://salsa.debian.org/iwj/hippotat"
 homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
 
index 7de97bbbad259fab3759d1d271c8012ab7cbb5d6..da72f41f864a6ea9715a25937ec6d8f92af5c670 100644 (file)
@@ -7,7 +7,8 @@ name = "hippotat-macros"
 version = "1.0.0"
 edition = "2018"
 description="Asinine HTTP-over-IP, proc-macros"
-license="GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception"
+license="GPL-3.0-or-later"
+# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception
 repository="https://salsa.debian.org/iwj/hippotat"
 homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"