Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .reuse/dep5

This file was deleted.

6 changes: 1 addition & 5 deletions Emulsion.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version = 1
SPDX-PackageName = "Emulsion"
SPDX-PackageSupplier = "Friedrich von Never <friedrich@fornever.me>"
SPDX-PackageDownloadLocation = "https://github.com/codingteam/emulsion"

[[annotations]]
path = ".idea/**/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023-2024 Emulsion contributors <https://github.com/codingteam/emulsion>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "**.DotSettings"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2022 Emulsion contributors <https://github.com/codingteam/emulsion>"
SPDX-License-Identifier = "MIT"