diff options
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', |