mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
fix: restore accidentally-deleted copyright notice (#5372)
Co-authored-by: lawrence <anonymous@null.null>
This commit is contained in:
parent
74262a65c2
commit
23c248a5e9
1 changed files with 2 additions and 1 deletions
|
@ -99,9 +99,10 @@ namespace
|
||||||
auto const AppIconName = "transmission"sv; // TODO(C++20): Use ""s
|
auto const AppIconName = "transmission"sv; // TODO(C++20): Use ""s
|
||||||
|
|
||||||
char const* const LICENSE =
|
char const* const LICENSE =
|
||||||
"Copyright 2005-2022. All code is copyrighted by the respective authors.\n"
|
"Copyright 2005-2023. All code is copyrighted by the respective authors.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Transmission can be redistributed and/or modified under the terms of the "
|
"Transmission can be redistributed and/or modified under the terms of the "
|
||||||
|
"GNU GPL, versions 2 or 3, or by any future license endorsed by Mnemosyne LLC."
|
||||||
"\n"
|
"\n"
|
||||||
"In addition, linking to and/or using OpenSSL is allowed.\n"
|
"In addition, linking to and/or using OpenSSL is allowed.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in a new issue