Skip to content

Commit

Permalink
REUSE update to .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jul 5, 2024
1 parent f930383 commit 29e276b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 'REUSE compliance check'
uses: fsfe/reuse-action@v3
uses: fsfe/reuse-action@v4
env:
DOCKER_CONTENT_TRUST: ''

Expand Down
8 changes: 0 additions & 8 deletions .reuse/dep5

This file was deleted.

15 changes: 15 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (C) Viktor Szakats. See LICENSE.md
# SPDX-License-Identifier: MIT

version = 1
SPDX-PackageName = "curl-for-win"
SPDX-PackageDownloadLocation = "https://github.com/curl/curl-for-win"

[[annotations]]
path = [
"curl-for-win-ca-cert*.pem",
"*.asc",
"*.patch",
]
SPDX-FileCopyrightText = "The curl-for-win project and its contributors."
SPDX-License-Identifier = "MIT"

0 comments on commit 29e276b

Please sign in to comment.