Skip to content

Commit d8af73f

Browse files
WeltraumschafZero3141
authored andcommitted
Align SPDX headers w/ main repo
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent d9a8a13 commit d8af73f

Some content is hidden

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

51 files changed

+63
-87
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

README.md

Lines changed: 1 addition & 1 deletion

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

lombok.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

src/main/java/io/securecodebox/persistence/defectdojo/ScanType.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright 2021 iteratec GmbH
2-
// SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
32
//
43
// SPDX-License-Identifier: Apache-2.0
54

src/main/java/io/securecodebox/persistence/defectdojo/config/Config.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright 2021 iteratec GmbH
2-
// SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
32
//
43
// SPDX-License-Identifier: Apache-2.0
54

src/main/java/io/securecodebox/persistence/defectdojo/exception/LoopException.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright 2015-2021 iteratec GmbH
2-
// SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
32
//
43
// SPDX-License-Identifier: Apache-2.0
54

src/main/java/io/securecodebox/persistence/defectdojo/exception/PersistenceException.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright 2021 iteratec GmbH
2-
// SPDX-FileCopyrightText: 2023 iteratec GmbH
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
32
//
43
// SPDX-License-Identifier: Apache-2.0
54

0 commit comments

Comments
 (0)