📄 Added licences for the 2 new files

This commit is contained in:
Proxyfil
2026-04-07 16:39:49 +02:00
parent a009febb56
commit 4b428f7932
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
#
# SPDX-License-Identifier: MPL-2.0
.gitignore .gitignore
src/lib/i18n/locales/*.json src/lib/i18n/locales/*.json
pnpm-lock.yaml pnpm-lock.yaml
+4
View File
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
//
// SPDX-License-Identifier: MPL-2.0
const { defineConfig, globalIgnores } = require('eslint/config'); const { defineConfig, globalIgnores } = require('eslint/config');
const tsParser = require('@typescript-eslint/parser'); const tsParser = require('@typescript-eslint/parser');