diff --git a/LICENCE.md b/LICENCE.md index 7a1b0f9..3808985 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -1,5 +1,21 @@ -Copyright (C) Christian Martin - All Rights Reserved -Unauthorized copying of this file, -via any medium is strictly prohibited -Proprietary and confidential -Written by Christian Martin, September 2024 +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-lock.json b/package-lock.json index d332837..8150992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,6 @@ "": { "name": "jpc-like-websites", "version": "1.0.0", - "license": "ISC", "dependencies": { "jpclw-extension": "git+https://git.labos.goip.de/chris/jpclw-extension.git" }, diff --git a/package.json b/package.json index 7b93e97..ceec5ba 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "cm", - "license": "ISC" + "license": "SEE LICENCE.md", "dependencies": { "jpclw-extension": "git+https://git.labos.goip.de/chris/jpclw-extension.git" }