From 5157d3e532ada821404dfb46d2b1c8a67e50ca87 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 10 Nov 2025 11:00:23 +0100 Subject: [PATCH] Copyright: Add missing headers --- .gitignore | 5 +++++ tools/compound/addAutoMirrored.py | 5 +++++ tools/compound/import_tokens.sh | 5 +++++ tools/danger/dangerfile-lint.js | 7 +++++++ tools/danger/dangerfile.js | 7 +++++++ tools/detekt/detekt.yml | 5 +++++ tools/rte/build_rte.sh | 5 +++++ 7 files changed, 39 insertions(+) diff --git a/.gitignore b/.gitignore index 5ed296ab80..77acaadb20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Copyright (c) 2025 Element Creations Ltd. +# +# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +# Please see LICENSE files in the repository root for full details. + # Built application files *.apk *.ap_ diff --git a/tools/compound/addAutoMirrored.py b/tools/compound/addAutoMirrored.py index a8e22c42a5..13386a8ae2 100644 --- a/tools/compound/addAutoMirrored.py +++ b/tools/compound/addAutoMirrored.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +# Copyright (c) 2025 Element Creations Ltd. +# +# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +# Please see LICENSE files in the repository root for full details. + files = [ "ic_compound_arrow_left.xml", "ic_compound_arrow_right.xml", diff --git a/tools/compound/import_tokens.sh b/tools/compound/import_tokens.sh index 700decf81e..a4b17b006c 100755 --- a/tools/compound/import_tokens.sh +++ b/tools/compound/import_tokens.sh @@ -1,5 +1,10 @@ #!/bin/bash +# Copyright (c) 2025 Element Creations Ltd. +# +# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +# Please see LICENSE files in the repository root for full details. + set -e BRANCH='main' diff --git a/tools/danger/dangerfile-lint.js b/tools/danger/dangerfile-lint.js index 8d704ef5a8..3023918656 100644 --- a/tools/danger/dangerfile-lint.js +++ b/tools/danger/dangerfile-lint.js @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2025 Element Creations Ltd. + * + * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. + * Please see LICENSE files in the repository root for full details. + */ + import { schedule } from 'danger' /** diff --git a/tools/danger/dangerfile.js b/tools/danger/dangerfile.js index 1d5945ec15..634696d432 100644 --- a/tools/danger/dangerfile.js +++ b/tools/danger/dangerfile.js @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2025 Element Creations Ltd. + * + * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. + * Please see LICENSE files in the repository root for full details. + */ + const {danger, warn} = require('danger') const fs = require('fs') const path = require('path') diff --git a/tools/detekt/detekt.yml b/tools/detekt/detekt.yml index aab640d906..cc99ecab5a 100644 --- a/tools/detekt/detekt.yml +++ b/tools/detekt/detekt.yml @@ -1,3 +1,8 @@ +# Copyright (c) 2025 Element Creations Ltd. +# +# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +# Please see LICENSE files in the repository root for full details. + # Default rules: https://github.com/detekt/detekt/blob/main/detekt-core/src/main/resources/default-detekt-config.yml style: diff --git a/tools/rte/build_rte.sh b/tools/rte/build_rte.sh index 9ad52fce56..bd1aa43791 100755 --- a/tools/rte/build_rte.sh +++ b/tools/rte/build_rte.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2025 Element Creations Ltd. +# +# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +# Please see LICENSE files in the repository root for full details. + # Exit on error set -e