From 70bf057e4747244c1090837a469c8d85c503412f Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Johnson" Date: Sat, 3 Aug 2024 13:39:53 -0400 Subject: [PATCH] Update REUSE compliance to 3.2 (#434) --- .reuse/dep5 | 41 ----------------------------------------- REUSE.toml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 41 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index e37f748e2..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,41 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: libsir -Upstream-Contact: Ryan M. Lederman -Source: https://github.com/aremmell/libsir - -# Documentation -Files: docs/* -Copyright: 2018-2024 Ryan M. Lederman - 2018-2024 Jeffrey H. Johnson -License: MIT - -# GitHub templates -Files: .github/ISSUE_TEMPLATE/*.md -Copyright: 2018-2024 Ryan M. Lederman -License: MIT - -# Microsoft Visual Studio files -Files: msvs/* -Copyright: 2018-2024 Ryan M. Lederman -License: MIT - -# VSCode files -Files: .vscode/* -Copyright: 2018-2024 Ryan M. Lederman -License: MIT - -# VSCode workspace -Files: sir.code-workspace -Copyright: 2018-2024 Ryan M. Lederman -License: MIT - -# PlatformIO -Files: library.json -Copyright: 2018-2024 Ryan M. Lederman -License: MIT - -# MSVC-Wine -Files: .gitlab-ci/msvc/msvc-wine/* -Copyright: 2019-2024 Martin Storsjo - 2024 Sergey Kvachonok -License: ISC diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..893059b63 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,50 @@ +# SPDX-License-Identifier: MIT +# Copyright (c) 2018-2024 Jeffrey H. Johnson +# Copyright (c) 2018-2024 Ryan M. Lederman + +version = 1 +SPDX-PackageName = "libsir" +SPDX-PackageSupplier = "Ryan M. Lederman " +SPDX-PackageDownloadLocation = "https://github.com/aremmell/libsir" + +[[annotations]] +path = "docs/**" +precedence = "aggregate" +SPDX-FileCopyrightText = ["2018-2024 Ryan M. Lederman ", "2018-2024 Jeffrey H. Johnson "] +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = ".github/ISSUE_TEMPLATE/**.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Ryan M. Lederman " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "msvs/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Ryan M. Lederman " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = ".vscode/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Ryan M. Lederman " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "sir.code-workspace" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Ryan M. Lederman " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "library.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Ryan M. Lederman " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = ".gitlab-ci/msvc/msvc-wine/**" +precedence = "aggregate" +SPDX-FileCopyrightText = ["2019-2024 Martin Storsjo", "2024 Sergey Kvachonok"] +SPDX-License-Identifier = "ISC"