Skip to content

Commit

Permalink
Merge pull request #686 from noi-techpark/feature/convert-dep5-to-toml
Browse files Browse the repository at this point in the history
Feature/convert dep5 to toml
  • Loading branch information
RudiThoeni authored Feb 7, 2025
2 parents dca56c2 + e7d9292 commit d189439
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v5
- name: Test code
uses: noi-techpark/github-actions/npm-test@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v5
12 changes: 0 additions & 12 deletions .reuse/dep5

This file was deleted.

20 changes: 20 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

version = 1
SPDX-PackageName = "it.bz.opendatahub.databrowser"
SPDX-PackageSupplier = "NOI Techpark <digital@noi.bz.it>"
SPDX-PackageDownloadLocation = "https://github.com/noi-techpark/it.bz.opendatahub.databrowser"

[[annotations]]
path = [".githooks/**", ".github/**", ".husky/**", "infrastructure/**", ".gitignore", ".gitattributes", "databrowser/.env.example", "databrowser/.gitignore", "databrowser/.prettierrc", "databrowser/.vscode", "databrowser/**.json", "databrowser/public/fonts/**", "databrowser/public/**.png", "databrowser/public/**.svg", "databrowser/public/map-black-white.jpg", "databrowser/public/home/data.jpg", "databrowser/public/favicon.ico", "databrowser/public/site.webmanifest", "databrowser/src/assets/**", "databrowser/src/locales/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "(c) NOI Techpark <digital@noi.bz.it>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = "databrowser/src/cookieconsent/cookieconsent.css"
precedence = "aggregate"
SPDX-FileCopyrightText = "(c) 2020-2023 Orest Bida"
SPDX-License-Identifier = "MIT"

0 comments on commit d189439

Please sign in to comment.