REUSE lint compliance

- add copyright and licensing information to new files
This commit is contained in:
David Benque 2024-04-04 11:09:39 +01:00
parent e435d2c4af
commit ea5644659c
4 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# Config for our editors. # Config for our editors.
# See: https://EditorConfig.org # See: https://EditorConfig.org

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
node_modules/ node_modules/
www/components/ www/components/
www/bower_components/ www/bower_components/

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 XWiki CryptPad Team <contact@cryptpad.org> and contributors
//
// SPDX-License-Identifier: AGPL-3.0-or-later
module.exports = { module.exports = {
'env': { 'env': {
'browser': true, 'browser': true,

View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
set -euo pipefail set -euo pipefail
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )