From e6430c2939e97eb86b8927d8a62b92735bc73959 Mon Sep 17 00:00:00 2001 From: Isaiah Becker-Mayer Date: Wed, 27 Mar 2024 11:47:45 -0500 Subject: [PATCH] Updates license field to valid SPDX format --- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- impl/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7aa32d..ddedb47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] description = "Parser/encoder for ASN.1 BER/DER data" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["BER","DER","ASN1","parser","nom"] homepage = "https://github.com/rusticata/asn1-rs" repository = "https://github.com/rusticata/asn1-rs.git" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 00ba631..785fd7b 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -3,7 +3,7 @@ name = "asn1-rs-derive" version = "0.5.0" authors = ["Pierre Chifflier "] description = "Derive macros for the `asn1-rs` crate" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/rusticata/asn1-rs" repository = "https://github.com/rusticata/asn1-rs.git" edition = "2018" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index f28a806..1c4c1dc 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -3,7 +3,7 @@ name = "asn1-rs-impl" version = "0.2.0" authors = ["Pierre Chifflier "] description = "Implementation details for the `asn1-rs` crate" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/rusticata/asn1-rs" repository = "https://github.com/rusticata/asn1-rs.git" edition = "2018"