diff options
author | Rory Dudley | 2024-04-11 23:23:26 -0600 |
---|---|---|
committer | Rory Dudley | 2024-04-11 23:23:26 -0600 |
commit | 0aba77c88d66d3b6fc5a28b9e7d77df718a6dcaf (patch) | |
tree | de956b02f4f634ef8c05a556a080b86adfde81be /Cargo.toml | |
parent | ee3633a9a3a7ae484b8a84aa5d5d578cab19a9c6 (diff) | |
download | dwarvish-docs.tar.gz |
Add a license filedocs
dwvsh is licensed under the BSD 2 Clause license.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]] |