Skip to content

Commit 596a5ec

Browse files
committed
chore(license): rename COPYING to LICENSE
Signed-off-by: Universal Studio <10200399+TMUniversal@users.noreply.github.com>
1 parent e789346 commit 596a5ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ archives:
7878
- goos: windows
7979
format: zip
8080
files:
81-
- COPYING
81+
- LICENSE
8282
- README.md
8383
- CHANGELOG.md
8484
- completions/*
@@ -174,9 +174,9 @@ scoops:
174174
# commit_author:
175175
# <<: *commit_author
176176
# homepage: *homepage
177-
# license_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
177+
# license_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/LICENSE
178178
# copyright: Copyright © 2023-2024 TMUniversal <me@tmuniversal.eu>
179-
# copyright_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
179+
# copyright_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/LICENSE
180180
# skip_upload: auto
181181
# release_notes_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/CHANGELOG.md
182182
# tags:
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Refer to [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
327327
## License
328328

329329
PaperCrypt is licensed under the terms of the GNU Affero General Public License, version 3.0 or
330-
later ([GNU AGPL-3.0-or-later](COPYING)).
330+
later ([GNU AGPL-3.0-or-later](LICENSE)).
331331

332332
[![License Logo](https://www.gnu.org/graphics/agplv3-with-text-162x68.png)](https://www.gnu.org/licenses/agpl-3.0.en.html)
333333

papercrypt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
// LicenseText is the license of the application as a string
3636
//
37-
//go:embed COPYING
37+
//go:embed LICENSE
3838
var LicenseText string
3939

4040
// ThirdPartyLicenses is THIRD_PARTY.md as a string

0 commit comments

Comments
 (0)