File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ Refer to [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
327327## License
328328
329329PaperCrypt 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
Original file line number Diff line number Diff 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
3838var LicenseText string
3939
4040// ThirdPartyLicenses is THIRD_PARTY.md as a string
You can’t perform that action at this time.
0 commit comments