diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8c61504..a65b0877 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index bbabeba1..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,28 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Refinery -Upstream-Contact: Dániel Varró -Source: https://github.com/graphs4value/refinery - -# Sample paragraph, commented out: -# -# Files: src/* -# Copyright: $YEAR $NAME <$CONTACT> -# License: ... - -Files: .yarn/releases/*.cjs -Copyright: (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. -License: BSD-2-Clause AND MIT - -Files: .yarn/sdks/* -Copyright: (c) 2016-present, Yarn Contributors. All rights reserved. -License: BSD-2-Clause diff --git a/README.md b/README.md index d81fc9e2..82aaabdf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..464c5334 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,30 @@ +# SPDX-FileCopyrightText: 2021-2024 The Refinery Authors +# +# SPDX-License-Identifier: CC0-1.0 + +version = 1 +SPDX-PackageName = "Refinery" +SPDX-PackageSupplier = "Dániel Varró " +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"