Skip to content

Commit b788176

Browse files
fix license identifiers
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 21c47d4 commit b788176

86 files changed

Lines changed: 86 additions & 86 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.

src/spdx3/bump_from_spdx2/actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from typing import List
55

src/spdx3/bump_from_spdx2/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from copy import deepcopy
55

src/spdx3/bump_from_spdx2/bump_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from typing import Optional, Union
55

src/spdx3/bump_from_spdx2/checksum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from spdx3.model.hash import Hash, HashAlgorithm
55
from spdx.model.checksum import Checksum as Spdx2_Checksum

src/spdx3/bump_from_spdx2/creation_information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from datetime import datetime
55
from typing import List

src/spdx3/bump_from_spdx2/external_document_ref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from typing import List
55

src/spdx3/bump_from_spdx2/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from spdx3.bump_from_spdx2.checksum import bump_checksum
55
from spdx3.bump_from_spdx2.message import print_missing_conversion

src/spdx3/bump_from_spdx2/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
import sys

src/spdx3/bump_from_spdx2/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from spdx3.bump_from_spdx2.actor import bump_actor
55
from spdx3.bump_from_spdx2.bump_utils import handle_no_assertion_or_none

src/spdx3/bump_from_spdx2/relationship.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2023 spdx contributors
2-
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44
from typing import Optional, Tuple
55

0 commit comments

Comments
 (0)