Skip to content

Commit 0394511

Browse files
authored
Merge pull request #649 from db-ui/feat-reuse
feat: added REUSE compliance check
2 parents 347b5b1 + 855b9f1 commit 0394511

File tree

1,797 files changed

+5925
-1608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,797 files changed

+5925
-1608
lines changed

.commitlintrc.json.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

.config/.lintstagedrc.json.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

.ecrc.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# For more information about the properties used in
26
# this file, please see the EditorConfig documentation:
37
# https://editorconfig.org/

.env.template.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
**/build
26
**/public
37
**/out

.eslintrc.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
module.exports = {
2-
env: {
3-
browser: true,
4-
es2021: true,
5-
node: true
6-
}
7-
};
1+
// SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
5+
// eslint-disable-next-line unicorn/prefer-module
6+
module.exports = { env: { browser: true, es2021: true, node: true } };

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
* text=auto eol=lf

.github/actions/cancel-workflow/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
---
26
name: "Cancel Workflow"
37
description: "Cancel this workflow on failure"

0 commit comments

Comments
 (0)