mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
fix: restore accidentally-deleted copyright notice (#5372)
Co-authored-by: lawrence <anonymous@null.null>
This commit is contained in:
@@ -99,9 +99,10 @@ namespace
|
||||
auto const AppIconName = "transmission"sv; // TODO(C++20): Use ""s
|
||||
|
||||
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"
|
||||
"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"
|
||||
"In addition, linking to and/or using OpenSSL is allowed.\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user