Skip to content

Commit dbc552d

Browse files
committed
chores: be REUSE compliant
1 parent f628b69 commit dbc552d

Some content is hidden

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

43 files changed

+132
-43
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# EditorConfig is awesome: https://EditorConfig.org
22

3+
# SPDX-FileCopyrightText: (c) 2018-2023 Siemens
4+
# SPDX-License-Identifier: MIT
5+
36
# top-most EditorConfig file
47
root = true
58

.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: (c) 2018-2023 Siemens
2+
# SPDX-License-Identifier: MIT
3+
14
[flake8]
25
exclude = .git,__pycache__
36
max-complexity = 10

.github/workflows/deploy-documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: (c) 2022-2023 Siemens
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build documentation and deploy
25
on: [push]
36
jobs:

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4+
# SPDX-FileCopyrightText: (c) 2022-2023 Siemens
5+
# SPDX-License-Identifier: MIT
6+
47
name: Static checks
58

69
on:

.github/workflows/unit-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This workflow will install all necessary Python dependencies and run the unit tests
22

3+
# SPDX-FileCopyrightText: (c) 2022-2023 Siemens
4+
# SPDX-License-Identifier: MIT
5+
36
name: Unit tests
47

58
on:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: (c) 2018-2023 Siemens
2+
# SPDX-License-Identifier: MIT
3+
14
.vscode/
25
__pycache__
36
docs/

.markdownlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# markdownlint YAML configuration
22

3+
# SPDX-FileCopyrightText: (c) 2022-2023 Siemens
4+
# SPDX-License-Identifier: MIT
5+
36
# For an example, see
47
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
58

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
<!--
2+
# SPDX-FileCopyrightText: (c) 2019-2023 Siemens
3+
# SPDX-License-Identifier: MIT
4+
-->
5+
16
# SW360 Base Library for Python
27

38
## NEXT
49

510
* dependency updates to fix requests CVE-2023-32681.
11+
* be REUSE compliant
612

713
## V1.2.1
814

CreateCoverageReport.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# -----------------------------------------
22
# Run tests and create code coverage report
3+
4+
# SPDX-FileCopyrightText: (c) 2028-2023 Siemens
5+
# SPDX-License-Identifier: MIT
36
# -----------------------------------------
47

58
# 2021-12-20, T. Graf

LICENSES/MIT.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
# SPDX-FileCopyrightText: (c) 2018-2023 Siemens
3+
# SPDX-License-Identifier: MIT
4+
-->
5+
6+
# MIT License
7+
8+
Copyright (c) 2019-2023 Siemens
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy of
11+
this software and associated documentation files (the "Software"), to deal in
12+
the Software without restriction, including without limitation the rights to
13+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
14+
of the Software, and to permit persons to whom the Software is furnished to do
15+
so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice (including the next
18+
paragraph) shall be included in all copies or substantial portions of the
19+
Software.
20+
21+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27+
SOFTWARE.

0 commit comments

Comments
 (0)