From 4b428f79325bd6554969a5e8ca23d0d3d0efecf1 Mon Sep 17 00:00:00 2001 From: Proxyfil Date: Tue, 7 Apr 2026 16:39:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Added=20licences=20for=20the=202?= =?UTF-8?q?=20new=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.prettierignore | 4 ++++ frontend/eslint.config.cjs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/frontend/.prettierignore b/frontend/.prettierignore index 61a2fbd..f05da1a 100644 --- a/frontend/.prettierignore +++ b/frontend/.prettierignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Marlon W (Mawoka) +# +# SPDX-License-Identifier: MPL-2.0 + .gitignore src/lib/i18n/locales/*.json pnpm-lock.yaml diff --git a/frontend/eslint.config.cjs b/frontend/eslint.config.cjs index c8f513e..bdef373 100644 --- a/frontend/eslint.config.cjs +++ b/frontend/eslint.config.cjs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2023 Marlon W (Mawoka) +// +// SPDX-License-Identifier: MPL-2.0 + const { defineConfig, globalIgnores } = require('eslint/config'); const tsParser = require('@typescript-eslint/parser');