From 61d312fad1af12c17f8ff62528c9e6f629c7d1c3 Mon Sep 17 00:00:00 2001 From: SuperSandro2000 Date: Mon, 14 Oct 2024 11:24:53 +0000 Subject: [PATCH 1/2] Merge template changes Signed-off-by: SuperSandro2000 --- .github/CODEOWNERS | 1 + .github/renovate.json | 3 +++ LICENSE | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 LICENSE diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fc2a076 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @SuperSandro2000 @MarcelCoding diff --git a/.github/renovate.json b/.github/renovate.json index 774934d..713f41a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,9 @@ "SuperSandro2000" ], "dependencyDashboardOSVVulnerabilitySummary": "all", + "nix": { + "enabled": true + }, "osvVulnerabilityAlerts": true, "postUpgradeTasks": { "commands": ["./nix/update-pnpm-hash.sh"], diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..60f149c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 NüschtOS contributors + +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. From e4b1dfebe3b55ee52d5b4ab141407f82090e369e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 14 Oct 2024 13:30:35 +0200 Subject: [PATCH 2/2] Dedupe MIT license --- LICENSE-MIT | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 LICENSE-MIT diff --git a/LICENSE-MIT b/LICENSE-MIT deleted file mode 100644 index 7c4d75d..0000000 --- a/LICENSE-MIT +++ /dev/null @@ -1,18 +0,0 @@ -Copyright 2024 Marcel - -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/LICENSE-MIT b/LICENSE-MIT new file mode 120000 index 0000000..7a694c9 --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1 @@ +LICENSE \ No newline at end of file