Skip to content

Commit 35accca

Browse files
committed
feat: added licenses
1 parent 8487bd9 commit 35accca

Some content is hidden

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

63 files changed

+237
-8
lines changed

.commitlintrc.json.license

+3
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
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

+3
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

+3
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

+4
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

+3
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

+4
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

+6-7
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

+4
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

+4
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"

.github/actions/download-tar-artifact/action.yml

+4
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: "Download Tar Artifact"
37
description: "Downloads an artifact and unzips it"

.github/actions/extract-branch/action.yml

+4
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: "Extract branch name"
37
description: "Extract branch name based on pr or push"

.github/actions/npm-cache/action.yml

+5-1
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
name: "NPM Cache Action"
26
description: "Initialize NPM Cache"
37
runs:
@@ -8,7 +12,7 @@ runs:
812
# https://github.com/actions/setup-node
913
uses: actions/setup-node@v4
1014
with:
11-
node-version-file: '.nvmrc'
15+
node-version-file: ".nvmrc"
1216

1317
- name: Display node and npm version
1418
shell: bash

.github/actions/upload-tar-artifact/action.yml

+4
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: "Upload Tar Artifact"
37
description: "Upload an artifact and zips it as {name}.tar.gz"

.github/dependabot.yml

+4
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
version: 2
37
updates:

.github/labeler.yml

+4
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
# Add 'cicd' label to any file changes inside .github dir
37
cicd:

.github/scripts/auto-update-pr.js

+4
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
module.exports = async ({ github, context }, head, base) => {
26
try {
37
const { repo, owner } = context.repo;

.github/scripts/build-gh-page.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
if [[ $NAME == "true" ]]; then
48
echo "Erro: Missing NAME variable"
59
exit 1

.github/scripts/cleanup-gh-pages.js

+4
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
* Fetches all branches and deletes all review-branches in github pages
37
*/

.github/scripts/get-release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
if [[ $GITHUB_REF == refs/tags/v* ]]
48
then
59
if [[ $GITHUB_ACTOR != 'dependabot[bot]' ]]

.github/scripts/package-version.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
SEMVER_VERSION=$(npx --no find-versions-cli "$TAG")
48
if [[ $RELEASE == "true" ]]
59
then

.github/scripts/publish-npm.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
if [[ -z $VALID_SEMVER_VERSION ]]; then
48
echo "Version is missing!"
59
exit 1

.github/workflows/00-init.yml

+4
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
name: Init Workflow
26

37
on:

.github/workflows/00-scan-secrets.yml

+4
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
name: Leaked Secrets Scan
26

37
on:

.github/workflows/01-build.yml

+4
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
name: Build Pages
26

37
on:

.github/workflows/01-get-publish-version.yml

+4
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: Get and save publish version
37

.github/workflows/01-lint.yml

+4
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
name: Lint
26

37
on:

.github/workflows/01-test.yml

+4
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
name: Test
26

37
on:

.github/workflows/02-deploy-gh-pages.yml

+4
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: Deploy to gh-pages
37

.github/workflows/03-publish-packages.yml

+4
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: Publish all Packages to Registries
37

.github/workflows/99-add-url-comment.yml

+4
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: 💬 Add url for gh-page as issue comment to PR
37

.github/workflows/99-auto-merge.yml

+4
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: Dependabot auto-merge
37
on:

.github/workflows/99-auto-update-pr.yml

+4
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: Auto Update PR
37

.github/workflows/99-codeql-analysis.yml

+4
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: "CodeQL"
37
on:

.github/workflows/99-dependency-review.yml

+4
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: "Dependency Review"
37
on:

.github/workflows/99-labeler.yml

+4
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: "Pull Request Labeler"
37
on:

.github/workflows/99-reuse-compliance-check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
# SPDX-FileCopyrightText: 2025 DB Systel GmbH
6+
#
7+
# SPDX-License-Identifier: Apache-2.0
8+
59
name: REUSE Compliance Check
610

711
on: [push, pull_request]

.github/workflows/cleanup.yml

+4
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: Cleans all preview pages for gh-pages
37

.github/workflows/default.yml

+4
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
name: Default push workflow
26

37
on:

.github/workflows/pull-request-opened.yml

+4
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: On-Pull-Request opened
37

.github/workflows/pull-request.yml

+4
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: Default On-Pull-Request
37

.github/workflows/release.yml

+4
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
name: Test and publish to package registries after new GitHub release
26

37
on:

.gitignore

+4
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
.DS_Store
26
node_modules
37
npm-debug.log

.husky/.gitignore

+4
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
_

.husky/commit-msg.license

+3
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

.husky/pre-commit.license

+3
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

.jscpd.json.license

+3
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

.markdown-lint.yml

+4
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
###########################
37
###########################

.markdownlintignore.license

+3
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

.mdlrc

+4
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
rules "~MD010", "~MD013", "~MD024"

.nojekyll.license

+3
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

.np-config.json.license

+3
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

.npmignore

+4
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
/*/
37
!/build/

0 commit comments

Comments
 (0)