Copyright: Add missing headers

This commit is contained in:
Benoit Marty
2025-11-10 11:00:23 +01:00
committed by Benoit Marty
parent 9c02075305
commit 5157d3e532
7 changed files with 39 additions and 0 deletions

View File

@@ -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",

View File

@@ -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'

View File

@@ -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'
/**

View File

@@ -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')

View File

@@ -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:

View File

@@ -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