diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-09 20:20:32 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-10 11:07:50 +0200 |
commit | 1df96b041735d105f3e0043fd0868e159ddaff10 (patch) | |
tree | d252071219a43086c13bb6200791781ed95c3425 /babel.config.js | |
parent | 3669608b23a5a2dc4a70007a3a015f38d12743eb (diff) | |
download | nextcloud-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.js | 4 |
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', |