Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .reuse/dep5

This file was deleted.

46 changes: 46 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version = 1
SPDX-PackageName = "NeonBee"
SPDX-PackageSupplier = "NeonBee <info@neonbee.io>"
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"
Loading