From 211188aa8ddf215248cec2cd217f16573e803df8 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Tue, 16 Jul 2024 15:10:48 -0600 Subject: Add an open source license This patch licences the repository under the BSD 3-Clause license (https://choosealicense.com/licenses/bsd-3-clause/). Signed-off-by: Rory Dudley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e400d70..743ef81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "dwarvish" version = "0.0.0" edition = "2021" -license = "MIT" +license = "BSD-3-Clause" description = "A (mostly) POSIX compliant shell and tiny functional programming language" [[bin]] -- cgit v1.2.3