FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add missing SPDX license headers to files · avicoder/secureCodeBox@954e6f5 · GitHub

Add missing SPDX license headers to files · avicoder/secureCodeBox@954e6f5 · GitHub
Skip to content

Navigation Menu

Commit 954e6f5

Browse files
committed
Add missing SPDX license headers to files
This patch adds the SPDX leicense tags to all files missing license and copyright information. Files which does not allow comments in the file itself got the license info in a companion file named like the file itself and the suffix '.license'. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 07787d5 commit 954e6f5

862 files changed

Lines changed: 5177 additions & 1648 deletions

File tree

Some content is hidden

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

‎.codeclimate.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
version: "2" # required to adjust maintainability checks
26
checks:
37
file-lines:

‎.editorconfig‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# EditorConfig is awesome: https://EditorConfig.org
26

37
# top-most EditorConfig file

‎.envrc‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# shellcheck shell=sh
26
# https://direnv.net/man/direnv-stdlib.1.html
37
PATH_add bin

‎.eslintignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
**/node_modules
26
**/coverage
37
hooks/declarative-subsequent-scans/hook.js

‎.eslintrc.license‎

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

‎.github/ISSUE_TEMPLATE/bug_report.md‎

Lines changed: 6 additions & 0 deletions

‎.github/ISSUE_TEMPLATE/documentation_issue.md‎

Lines changed: 6 additions & 0 deletions

‎.github/ISSUE_TEMPLATE/feature_request.md‎

Lines changed: 6 additions & 0 deletions

‎.github/ISSUE_TEMPLATE/new_hook.md‎

Lines changed: 6 additions & 0 deletions

‎.github/ISSUE_TEMPLATE/new_security_scanner.md‎

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL