summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRory Dudley2024-04-11 23:23:26 -0600
committerRory Dudley2024-04-11 23:23:26 -0600
commit0aba77c88d66d3b6fc5a28b9e7d77df718a6dcaf (patch)
treede956b02f4f634ef8c05a556a080b86adfde81be
parentee3633a9a3a7ae484b8a84aa5d5d578cab19a9c6 (diff)
downloaddwarvish-0aba77c88d66d3b6fc5a28b9e7d77df718a6dcaf.tar.gz
Add a license filedocs
dwvsh is licensed under the BSD 2 Clause license.
-rw-r--r--Cargo.toml2
-rw-r--r--LICENSE.txt9
2 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e400d70..ef4b6ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "dwarvish"
version = "0.0.0"
edition = "2021"
-license = "MIT"
+license = "BSD-2-Clause"
description = "A (mostly) POSIX compliant shell and tiny functional programming language"
[[bin]]
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..b0a14b3
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,9 @@
+Copyright 2024 Rory Dudley
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.