Skip to content

Commit

Permalink
Replace reuse dep5 with REUSE.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Jan 15, 2025
1 parent bdc983d commit b24a5e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .reuse/dep5

This file was deleted.

24 changes: 24 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII)
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "sbomnix"
SPDX-PackageSupplier = "Technology Innovation Institute <https://tii.ae>"
SPDX-PackageDownloadLocation = "https://github.com/tiiuae/sbomnix"

[[annotations]]
SPDX-License-Identifier = "CC-BY-3.0"
SPDX-FileCopyrightText = "2022-2025 Technology Innovation Institute (TII)"
precedence = "closest"
path = [
"doc/img/*",
]

[[annotations]]
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = "2022-2025 Technology Innovation Institute (TII)"
precedence = "closest"
path = [
"flake.lock",
"VERSION",
"tests/resources/**",
]

0 comments on commit b24a5e3

Please sign in to comment.