Skip to content

Commit

Permalink
Updates license field to valid SPDX format
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Becker-Mayer authored and chifflier committed Apr 4, 2024
1 parent eb6094e commit a35e7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/der-parser"
repository = "https://github.com/rusticata/der-parser.git"
Expand Down
2 changes: 1 addition & 1 deletion der-oid-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "der-oid-macro"
description = "Macro to encode DER oids at compile time"
version = "0.5.0"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rusticata/der-parser"
repository = "https://github.com/rusticata/der-parser.git"
authors = ["Pierre Chifflier <[email protected]>", "Jannik Schürg <[email protected]>"]
Expand Down

0 comments on commit a35e7b7

Please sign in to comment.