aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-05-09 20:20:32 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-05-10 11:07:50 +0200
commit1df96b041735d105f3e0043fd0868e159ddaff10 (patch)
treed252071219a43086c13bb6200791781ed95c3425 /babel.config.js
parent3669608b23a5a2dc4a70007a3a015f38d12743eb (diff)
downloadnextcloud-server-1df96b041735d105f3e0043fd0868e159ddaff10.tar.gz
nextcloud-server-1df96b041735d105f3e0043fd0868e159ddaff10.zip
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
index 3f523a8d2af..0cbaa9396cb 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
module.exports = {
plugins: [
'@babel/plugin-syntax-dynamic-import',