From 931a4cd1ac5951e0384863ace8b0335a25397364 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 12 May 2025 20:12:15 +0200 Subject: [PATCH] CHORE: changed/added license to add waranty --- LICENCE.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 LICENCE.md diff --git a/LICENCE.md b/LICENCE.md new file mode 100644 index 0000000..3808985 --- /dev/null +++ b/LICENCE.md @@ -0,0 +1,21 @@ +Copyright (c) 2024-2025 Christian Martin + +All rights reserved. + +This software +and associated documentation files (the "Software") +are the exclusive property of Christian Martin. +You may not use, copy, modify, merge, publish, +distribute, sublicense, or sell copies of the Software, +in whole or in part, +without the express prior written permission of the copyright holder. + +For inquiries regarding licensing, please contact: +christian.martin3(at)gmx.net. + +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. diff --git a/package.json b/package.json index ca6d261..f9b6659 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "http://git.labos.goip.de/chris/jpclwe-materialIcons.git" }, - "license": "ISC", + "license": "", "author": "cm", "type": "commonjs", "main": "icons.js",