summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-04-26 19:10:41 +0200
committerGitHub <noreply@github.com>2024-04-26 19:10:41 +0200
commit8ef7b2ef63a809bc9136ed6c730a73269060f29a (patch)
treec76ab95e07dbdcbffca30720a2ba2902f2b92bfa /.eslintrc.js
parent0ace1fe5ca9e7c7e8a51bd91d8007d58deb2e096 (diff)
parentb2d9bf1fa9c11fd57da9ea874f2653085862f948 (diff)
Merge pull request #12204 from nextcloud/chore/spdx
chore: Migrate to SPDX headers
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index fc548f0c1..6c23b72ee 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
module.exports = {
extends: [
'@nextcloud',