From 51758db0cb3f1938e28dd0ae2640027253f29463 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Tue, 16 Aug 2016 15:03:27 +0200 Subject: [PATCH] add The MirOS Licence (OSI-approved), part 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit part 2 would be to actually list all relevant copyright years, and not a range (dash-delimited — actually ‘–’-delimited (en dash), not ‘-’-delimited (hyphen-minus)) either, but that’s still open: https://github.com/mycila/license-maven-plugin/issues/95 --- README.md | 1 + .../maven/plugin/license/templates/MirOS.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 license-maven-plugin/src/main/resources/com/mycila/maven/plugin/license/templates/MirOS.txt diff --git a/README.md b/README.md index 5614f7225..5fc5054b4 100755 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Maven license plugin comes with the following license templates: - APACHE 2 - BSD 2, 3, 4 - LGPL 3 + - MirOS - MIT - MPL 2 - WTFPL diff --git a/license-maven-plugin/src/main/resources/com/mycila/maven/plugin/license/templates/MirOS.txt b/license-maven-plugin/src/main/resources/com/mycila/maven/plugin/license/templates/MirOS.txt new file mode 100644 index 000000000..bcc3923e6 --- /dev/null +++ b/license-maven-plugin/src/main/resources/com/mycila/maven/plugin/license/templates/MirOS.txt @@ -0,0 +1,17 @@ +Copyright © ${project.inceptionYear} + ${owner} <${email}> + +Provided that these terms and disclaimer and all copyright notices +are retained or reproduced in an accompanying document, permission +is granted to deal in this work without restriction, including un‐ +limited rights to use, publicly perform, distribute, sell, modify, +merge, give away, or sublicence. + +This work is provided “AS IS” and WITHOUT WARRANTY of any kind, to +the utmost extent permitted by applicable law, neither express nor +implied; without malicious intent or gross negligence. In no event +may a licensor, author or contributor be held liable for indirect, +direct, other damage, loss, or other issues arising in any way out +of dealing in the work, even if advised of the possibility of such +damage or existence of a defect, except proven that it results out +of said person’s immediate fault when using the work as intended.