Unverified Commit 82f049d6 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #2001 from frisoft/master

Update license field following SPDX 2.1 license expression standard
parents 50787ed3 eb883a1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ name = "openssl-errors"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Custom error library support for the openssl crate."
repository = "https://github.com/sfackler/rust-openssl"
readme = "README.md"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
name = "openssl-macros"
version = "0.1.1"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Internal macros used by the openssl crate."

[lib]