Skip to content

Commit

Permalink
chore: upgrade to REUSE 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Jul 19, 2024
1 parent 2a846ce commit d81d788
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083
with:
args: --include-meson-subprojects lint
publish-site:
Expand Down
28 changes: 0 additions & 28 deletions .reuse/dep5

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ Copyright (c) 2021-2024 [The Refinery Authors](CONTRIBUTORS.md)

Refinery is available under the [Eclipse Public License - v 2.0](https://www.eclipse.org/legal/epl-2.0/).

Refinery complies with the [REUSE Specification – Version 3.0](https://reuse.software/) to provide copyright and licensing information to each file, including files available under other licenses.
Refinery complies with the [REUSE Specification – Version 3.2](https://reuse.software/) to provide copyright and licensing information to each file, including files available under other licenses.
For more information, see the comments headers in each file and the license texts in the [LICENSES](LICENSES/) directory.
30 changes: 30 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SPDX-FileCopyrightText: 2021-2024 The Refinery Authors <https://refinery.tools/>
#
# SPDX-License-Identifier: CC0-1.0

version = 1
SPDX-PackageName = "Refinery"
SPDX-PackageSupplier = "Dániel Varró <daniel.varro@liu.se>"
SPDX-PackageDownloadLocation = "https://github.com/graphs4value/refinery"

[[annotations]]
path = ".yarn/releases/**.cjs"
SPDX-FileCopyrightText = [
"(c) 2016-present, Yarn Contributors. All rights reserved.",
"(c) 2014-present, Jon Schlinkert.",
"(c) 2014-2016, Jon Schlinkert.",
"(c) 2014-2017, Jon Schlinkert.",
"© 2015-2018, Jon Schlinkert.",
"(c) 2015-present, Jon Schlinkert.",
"(c) 2015, Rebecca Turner",
"Joyent, Inc. and other Node contributors.",
"Node.js contributors. All rights reserved.",
"(c) 2014 Blake Embrey (hello@blakeembrey.com)",
"(c) Facebook, Inc. and its affiliates.",
]
SPDX-License-Identifier = "BSD-2-Clause AND MIT"

[[annotations]]
path = ".yarn/sdks/**"
SPDX-FileCopyrightText = "(c) 2016-present, Yarn Contributors. All rights reserved."
SPDX-License-Identifier = "BSD-2-Clause"

0 comments on commit d81d788

Please sign in to comment.