From 2feabdb8bd4d03f1ca58386c9b7e9e1b3091b1d3 Mon Sep 17 00:00:00 2001 From: Nettika Date: Thu, 20 Nov 2025 09:50:40 -0800 Subject: [PATCH] Add license --- Cargo.toml | 1 + license.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 license.txt diff --git a/Cargo.toml b/Cargo.toml index 9bdaa42..4758d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ publish = ["nettika"] description = "A procedural macro that removes leading indentation from string literals." repository = "https://forge.leaf.ninja/nettika/dedent" readme = "readme.md" +license = "MIT" [lib] proc-macro = true diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..b57c356 --- /dev/null +++ b/license.txt @@ -0,0 +1,7 @@ +Copyright (c) 2025 Nettika + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.