From 0aba77c88d66d3b6fc5a28b9e7d77df718a6dcaf Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Thu, 11 Apr 2024 23:23:26 -0600 Subject: Add a license file dwvsh is licensed under the BSD 2 Clause license. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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]] -- cgit v1.2.3