From c5b615a11b48af91591de43cb4fa3ad9d41c4ecc Mon Sep 17 00:00:00 2001 From: Grzegorz Godlewski Date: Fri, 8 Aug 2025 16:24:09 +0200 Subject: [PATCH] Add LICENSE Previous license entry was probably set my npm init --- LICENSE | 23 +++++++++++++++++++++++ apps/ui/deno.json | 2 +- deno.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..31aa7938 --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +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. diff --git a/apps/ui/deno.json b/apps/ui/deno.json index 92c65114..ee7b55e1 100644 --- a/apps/ui/deno.json +++ b/apps/ui/deno.json @@ -17,7 +17,7 @@ "name": "Medical Informatics Engineering", "url": "https://www.mieweb.com/" }, - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/mieweb/wikiGDrive/issues" }, diff --git a/deno.json b/deno.json index 21feef0c..c4efd6c5 100644 --- a/deno.json +++ b/deno.json @@ -37,7 +37,7 @@ "url": "https://github.com/ggodlewski" } ], - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/mieweb/wikiGDrive/issues" },