Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump fsfe/reuse-action from 4 to 5 #247

Merged
merged 2 commits into from
Feb 14, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE license check
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
18 changes: 0 additions & 18 deletions .reuse/dep5

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ All the project code is licensed under [the MIT license][docs.license].

The code generated from the upstream TDLib has the same license as TDLib, which is [the Boost Software License - Version 1.0][docs.license.bsl].

The license indication in the project's sources is compliant with the [REUSE specification v3.0][reuse.spec].
The license indication in the project's sources is compliant with the [REUSE specification v3.3][reuse.spec].

[discussions]: https://github.com/egramtel/tdsharp/discussions
[docs.changelog]: ./CHANGELOG.md
Expand All @@ -109,5 +109,5 @@ The license indication in the project's sources is compliant with the [REUSE spe
[docs.license]: ./LICENSE
[docs.maintainership]: ./MAINTAINERSHIP.md
[issues]: https://github.com/egramtel/tdsharp/issues
[reuse.spec]: https://reuse.software/spec-3.0/
[reuse.spec]: https://reuse.software/spec-3.3/
[tdlib-native.docs]: https://github.com/ForNeVeR/tdlib.native
28 changes: 28 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version = 1
SPDX-PackageName = "tdsharp"
SPDX-PackageSupplier = "tdsharp contributors <https://github.com/egramtel/tdsharp>"
SPDX-PackageDownloadLocation = "https://github.com/egramtel/tdsharp"

[[annotations]]
path = ".idea/**/*"
precedence = "override"
SPDX-FileCopyrightText = "2024 tdsharp contributors <https://github.com/egramtel/tdsharp>"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "TdLib.Api/Functions/*.cs"
precedence = "override"
SPDX-FileCopyrightText = [
"2025 tdsharp contributors <https://github.com/egramtel/tdsharp>",
"2025 TDLib contributors <https://github.com/tdlib/td>"
]
SPDX-License-Identifier = "MIT AND BSL-1.0"

[[annotations]]
path = "TdLib.Api/Objects/*.cs"
precedence = "override"
SPDX-FileCopyrightText = [
"2025 tdsharp contributors <https://github.com/egramtel/tdsharp>",
"2025 TDLib contributors <https://github.com/tdlib/td>"
]
SPDX-License-Identifier = "MIT AND BSL-1.0"
6 changes: 1 addition & 5 deletions TdLib.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
LICENSE = LICENSE
CONTRIBUTING.md = CONTRIBUTING.md
TdLib.sln.license = TdLib.sln.license
REUSE.toml = REUSE.toml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{178D86BC-A6CA-4A4D-AE1A-B9DC926D77CB}"
Expand All @@ -46,11 +47,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{08FD
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TdLib.Samples.GetChats.FSharp", "Samples\TdLib.Samples.GetChats.FSharp\TdLib.Samples.GetChats.FSharp.fsproj", "{B968D706-7538-4D67-B167-461B10BFB4C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".reuse", ".reuse", "{192616C6-D17F-400D-93CA-C86C5743A96F}"
ProjectSection(SolutionItems) = preProject
.reuse\dep5 = .reuse\dep5
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LICENSES", "LICENSES", "{5399309F-760D-4FE6-B158-706A37F3B04B}"
ProjectSection(SolutionItems) = preProject
LICENSES\BSL-1.0.txt = LICENSES\BSL-1.0.txt
Expand Down
Loading