diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index a9599ca0a..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,41 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: NeonBee -Upstream-Contact: NeonBee -Source: https://github.com/SAP/NeonBee - -#### Java Sources and Resources - -Files: src/* -Copyright: 2019 SAP SE or an SAP affiliate company and NeonBee contributors -License: EPL-2.0 - -#### NeonBee Documents - -Files: docs/* -Copyright: 2019 SAP SE or an SAP affiliate company and NeonBee contributors -License: EPL-2.0 - -Files: *.md -Copyright: 2019 SAP SE or an SAP affiliate company and NeonBee contributors -License: EPL-2.0 - -#### NeonBee Build - -Files: Dockerfile gradle.properties *.gradle gradle/spotless/* gradle/pmd/* gradle/checkstyle/* gradle/findbugs/* gradle/gitlog/* gradle/release.sh .github/* publishToMaven.sh CHANGELOG.* -Copyright: 2019 SAP SE or an SAP affiliate company and NeonBee contributors -License: EPL-2.0 - -Files: gradle/wrapper/* gradlew gradlew.bat -Copyright: Gradle Inc. 2020 -License: Apache-2.0 - -#### NeonBee Build Resources - -Files: resources/* -Copyright: 2019 SAP SE or an SAP affiliate company and NeonBee contributors -License: EPL-2.0 - -#### Tools -Files: .editorconfig .gitignore .gitattributes .dockerignore .vscode/settings.json -Copyright: 2019 SAP SE or an SAP affiliate company and NeonBee contributors -License: CC0-1.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..5d2a6dbaf --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,46 @@ +version = 1 +SPDX-PackageName = "NeonBee" +SPDX-PackageSupplier = "NeonBee " +SPDX-PackageDownloadLocation = "https://github.com/SAP/NeonBee" + +[[annotations]] +path = "src/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 SAP SE or an SAP affiliate company and NeonBee contributors" +SPDX-License-Identifier = "EPL-2.0" + +[[annotations]] +path = "docs/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 SAP SE or an SAP affiliate company and NeonBee contributors" +SPDX-License-Identifier = "EPL-2.0" + +[[annotations]] +path = "**.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 SAP SE or an SAP affiliate company and NeonBee contributors" +SPDX-License-Identifier = "EPL-2.0" + +[[annotations]] +path = ["Dockerfile", "gradle.properties", "**.gradle", "gradle/spotless/**", "gradle/pmd/**", "gradle/checkstyle/**", "gradle/findbugs/**", "gradle/gitlog/**", "gradle/release.sh", ".github/**", "publishToMaven.sh", "CHANGELOG.**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 SAP SE or an SAP affiliate company and NeonBee contributors" +SPDX-License-Identifier = "EPL-2.0" + +[[annotations]] +path = ["gradle/wrapper/**", "gradlew", "gradlew.bat"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Gradle Inc. 2020" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "resources/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 SAP SE or an SAP affiliate company and NeonBee contributors" +SPDX-License-Identifier = "EPL-2.0" + +[[annotations]] +path = [".editorconfig", ".gitignore", ".gitattributes", ".dockerignore", ".vscode/settings.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 SAP SE or an SAP affiliate company and NeonBee contributors" +SPDX-License-Identifier = "CC0-1.0"