From 16dd859d2460b90bdf454c4cbee2668cd4398e07 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 12 Apr 2019 18:06:45 +0200 Subject: Clarify license Closes #61 --- README.md | 4 ++++ abnf_to_pest/Cargo.toml | 1 + dhall/Cargo.toml | 1 + dhall_core/Cargo.toml | 1 + dhall_generator/Cargo.toml | 1 + dhall_parser/Cargo.toml | 1 + iter_patterns/Cargo.toml | 1 + 7 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 97c46f1..300f8ad 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ This is still quite unstable so use at your own risk. Documentation is severely You can see what's missing from the commented out tests in `dhall/src/normalize.rs` and `dhall/src/typecheck.rs`. +## License + +Licensed under the terms of the 2-Clause BSD License ([LICENSE](LICENSE) or +https://opensource.org/licenses/BSD-2-Clause) diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml index 2216b1c..ff4dc01 100644 --- a/abnf_to_pest/Cargo.toml +++ b/abnf_to_pest/Cargo.toml @@ -2,6 +2,7 @@ name = "abnf_to_pest" version = "0.1.0" authors = ["Nadrieril "] +license = "BSD-2-Clause" edition = "2018" [lib] diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 0c9b97a..c22492f 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -2,6 +2,7 @@ name = "dhall" version = "0.1.0" authors = ["NanoTech ", "Nadrieril "] +license = "BSD-2-Clause" edition = "2018" build = "build.rs" diff --git a/dhall_core/Cargo.toml b/dhall_core/Cargo.toml index c3c417a..5f84d35 100644 --- a/dhall_core/Cargo.toml +++ b/dhall_core/Cargo.toml @@ -2,6 +2,7 @@ name = "dhall_core" version = "0.1.0" authors = ["NanoTech ", "Nadrieril "] +license = "BSD-2-Clause" edition = "2018" [lib] diff --git a/dhall_generator/Cargo.toml b/dhall_generator/Cargo.toml index 2a6ca67..d58e2eb 100644 --- a/dhall_generator/Cargo.toml +++ b/dhall_generator/Cargo.toml @@ -2,6 +2,7 @@ name = "dhall_generator" version = "0.1.0" authors = ["Nadrieril "] +license = "BSD-2-Clause" edition = "2018" [lib] diff --git a/dhall_parser/Cargo.toml b/dhall_parser/Cargo.toml index 758c273..5ee7eca 100644 --- a/dhall_parser/Cargo.toml +++ b/dhall_parser/Cargo.toml @@ -2,6 +2,7 @@ name = "dhall_parser" version = "0.1.0" authors = ["Nadrieril "] +license = "BSD-2-Clause" edition = "2018" build = "build.rs" diff --git a/iter_patterns/Cargo.toml b/iter_patterns/Cargo.toml index d63669d..5a4c45f 100644 --- a/iter_patterns/Cargo.toml +++ b/iter_patterns/Cargo.toml @@ -2,6 +2,7 @@ name = "iter_patterns" version = "0.1.0" authors = ["Nadrieril "] +license = "BSD-2-Clause" edition = "2018" [lib] -- cgit v1.2.3