Skip to content

Commit 5937acf

Browse files
committed
Add missing license headers to auxiliary files
Signed-off-by: Holger Frydrych <holger.frydrych@tngtech.com>
1 parent 1164a8c commit 5937acf

File tree

10 files changed

+39
-0
lines changed

10 files changed

+39
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Empty Circle CI configuration file to make pipeline pass
26

37
version: 2.1

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
root = true
26

37
[*]

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[flake8]
26
max-line-length = 119
37
exclude = src/spdx_tools/spdx/parser/tagvalue/parsetab.py, __init__.py

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# To get started with Dependabot version updates, you'll need to specify which
26
# package ecosystems to update and where the package manifests are located.
37
# Please see the documentation for all configuration options:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
__pycache__/
26
*.py[cod]
37
*.out

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
graft data
26
graft examples
37
graft spdx

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
version: "{build}"
26
image:
37
- Visual Studio 2019

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[build-system]
26
requires = ["setuptools>=61.2", "setuptools_scm[toml]>=3.4.3"]
37
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/python
2+
# SPDX-FileCopyrightText: 2023 spdx contributors
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
25

36
from setuptools import setup
47

stdeb.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 spdx contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[DEFAULT]
26
Depends = python-rdflib (>= 4.1.2), python-ply (>= 3.4)
37
Copyright-File = LICENSE

0 commit comments

Comments
 (0)