Skip to content

Commit a091f2b

Browse files
committed
Legal: migrate to REUSE.toml
Achieved via reuse convert-dep5
1 parent 76c5ed4 commit a091f2b

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.reuse/dep5

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

Emulsion.sln

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26124.0
@@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2323
.dockerignore = .dockerignore
2424
.editorconfig = .editorconfig
2525
renovate.json = renovate.json
26+
REUSE.toml = REUSE.toml
2627
EndProjectSection
2728
EndProject
2829
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Emulsion.Tests", "Emulsion.Tests\Emulsion.Tests.fsproj", "{1B3B65DD-FD58-45FA-B6FF-8532B513A7D9}"
@@ -61,11 +62,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Emulsion.TestFramework", "E
6162
EndProject
6263
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emulsion.MessageArchive.Frontend", "Emulsion.MessageArchive.Frontend\Emulsion.MessageArchive.Frontend.proj", "{A0FA9B40-4FD3-4EF9-AFCF-2CB7445A677E}"
6364
EndProject
64-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".reuse", ".reuse", "{E23EFD2B-A80C-4F15-B965-27416EE1CF09}"
65-
ProjectSection(SolutionItems) = preProject
66-
.reuse\dep5 = .reuse\dep5
67-
EndProjectSection
68-
EndProject
6965
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{E3091B22-752A-4260-B4F3-903B9043479F}"
7066
ProjectSection(SolutionItems) = preProject
7167
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)