From e769bad5d15416a759cb06938cbaa4e39f3c7b24 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sun, 23 Nov 2025 18:40:41 +0100 Subject: [PATCH] Legal: migrate to REUSE.toml Achieved via reuse convert-dep5 --- .reuse/dep5 | 12 ------------ Emulsion.sln | 6 +----- REUSE.toml | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 7d0d4cd0..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,12 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Emulsion -Upstream-Contact: Friedrich von Never -Source: https://github.com/codingteam/emulsion - -Files: .idea/**/* -Copyright: 2024 Emulsion contributors -License: MIT - -Files: *.DotSettings -Copyright: 2024 Emulsion contributors -License: MIT diff --git a/Emulsion.sln b/Emulsion.sln index f574de1d..51e252a9 100644 --- a/Emulsion.sln +++ b/Emulsion.sln @@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution renovate.json = renovate.json global.json = global.json global.json.license = global.json.license + REUSE.toml = REUSE.toml EndProjectSection EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Emulsion.Tests", "Emulsion.Tests\Emulsion.Tests.fsproj", "{1B3B65DD-FD58-45FA-B6FF-8532B513A7D9}" @@ -63,11 +64,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Emulsion.TestFramework", "E EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emulsion.MessageArchive.Frontend", "Emulsion.MessageArchive.Frontend\Emulsion.MessageArchive.Frontend.proj", "{A0FA9B40-4FD3-4EF9-AFCF-2CB7445A677E}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".reuse", ".reuse", "{E23EFD2B-A80C-4F15-B965-27416EE1CF09}" - ProjectSection(SolutionItems) = preProject - .reuse\dep5 = .reuse\dep5 - EndProjectSection -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{E3091B22-752A-4260-B4F3-903B9043479F}" ProjectSection(SolutionItems) = preProject scripts\Test-Encoding.ps1 = scripts\Test-Encoding.ps1 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..8d56b32b --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,16 @@ +version = 1 +SPDX-PackageName = "Emulsion" +SPDX-PackageSupplier = "Friedrich von Never " +SPDX-PackageDownloadLocation = "https://github.com/codingteam/emulsion" + +[[annotations]] +path = ".idea/**/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023-2024 Emulsion contributors " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "**.DotSettings" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019-2022 Emulsion contributors " +SPDX-License-Identifier = "MIT"