Switch to the MIT or Apache 2.0 license

This commit is contained in:
Rodolphe Breard 2019-01-18 19:08:40 +01:00
parent c20fadf99d
commit 8173cb282a
16 changed files with 470 additions and 2072 deletions

View file

@ -8,8 +8,8 @@ keywords = ["opensmtpd", "filter", "mail"]
documentation = "https://docs.rs/opensmtpd/"
repository = "https://github.com/breard-r/rust-opensmtpd"
readme = "README.md"
license = "CECILL-B"
include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
license = "MIT OR Apache-2.0"
include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
[dependencies]
log = {version = "0.4", features = ["std"]}