Skip to content

Commit e769bad

Browse files
committed
Legal: migrate to REUSE.toml
Achieved via reuse convert-dep5
1 parent 2424396 commit e769bad

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.reuse/dep5

Lines changed: 0 additions & 12 deletions
This file was deleted.

Emulsion.sln

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2525
renovate.json = renovate.json
2626
global.json = global.json
2727
global.json.license = global.json.license
28+
REUSE.toml = REUSE.toml
2829
EndProjectSection
2930
EndProject
3031
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
6364
EndProject
6465
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emulsion.MessageArchive.Frontend", "Emulsion.MessageArchive.Frontend\Emulsion.MessageArchive.Frontend.proj", "{A0FA9B40-4FD3-4EF9-AFCF-2CB7445A677E}"
6566
EndProject
66-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".reuse", ".reuse", "{E23EFD2B-A80C-4F15-B965-27416EE1CF09}"
67-
ProjectSection(SolutionItems) = preProject
68-
.reuse\dep5 = .reuse\dep5
69-
EndProjectSection
70-
EndProject
7167
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{E3091B22-752A-4260-B4F3-903B9043479F}"
7268
ProjectSection(SolutionItems) = preProject
7369
scripts\Test-Encoding.ps1 = scripts\Test-Encoding.ps1

REUSE.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version = 1
2+
SPDX-PackageName = "Emulsion"
3+
SPDX-PackageSupplier = "Friedrich von Never <friedrich@fornever.me>"
4+
SPDX-PackageDownloadLocation = "https://github.com/codingteam/emulsion"
5+
6+
[[annotations]]
7+
path = ".idea/**/**"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2023-2024 Emulsion contributors <https://github.com/codingteam/emulsion>"
10+
SPDX-License-Identifier = "MIT"
11+
12+
[[annotations]]
13+
path = "**.DotSettings"
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2019-2022 Emulsion contributors <https://github.com/codingteam/emulsion>"
16+
SPDX-License-Identifier = "MIT"

0 commit comments

Comments
 (0)