Browse Source

CHORE: adjusted licence to include exclusion of waranty

dev-feat-component_preview
chris 2 months ago
parent
commit
c0b43e38d1
  1. 26
      LICENCE.md
  2. 1
      package-lock.json
  3. 2
      package.json

26
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.

1
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"
},

2
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"
}

Loading…
Cancel
Save