Skip to content

Commit 0be20ca

Browse files
committed
Add Missing SPDX Headers
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent c31d600 commit 0be20ca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-FileCopyrightText: the secureCodeBox authors
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
set -euo pipefail
48

59
java -jar ./build/libs/defectdojo-persistenceprovider-1.0.0-SNAPSHOT.jar "$@"

hooks/persistence-defectdojo/hook/src/test/java/io/securecodebox/persistence/config/PersistenceProviderConfigTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package io.securecodebox.persistence.config;
25

36
import io.securecodebox.persistence.exceptions.DefectDojoPersistenceException;

0 commit comments

Comments
 (0)