summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRory Dudley2024-04-11 23:23:26 -0600
committerRory Dudley2024-04-11 23:23:26 -0600
commit0aba77c88d66d3b6fc5a28b9e7d77df718a6dcaf (patch)
treede956b02f4f634ef8c05a556a080b86adfde81be /Cargo.toml
parentee3633a9a3a7ae484b8a84aa5d5d578cab19a9c6 (diff)
downloaddwarvish-0aba77c88d66d3b6fc5a28b9e7d77df718a6dcaf.tar.gz
Add a license filedocs
dwvsh is licensed under the BSD 2 Clause license.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 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]]