2024 copyright update - misc
This commit is contained in:
parent
970163813d
commit
79ca90648a
7 changed files with 7 additions and 7 deletions
|
@ -538,7 +538,7 @@ Visit the official homepage: https://www.wesnoth.org/
|
|||
.
|
||||
.SH COPYRIGHT
|
||||
.
|
||||
Copyright \(co 2003-2023 David White <davidnwhite@verizon.net>
|
||||
Copyright \(co 2003-2024 David White <davidnwhite@verizon.net>
|
||||
.br
|
||||
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
|
||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
|
|
@ -297,7 +297,7 @@ Visit the official homepage: https://www.wesnoth.org/
|
|||
.
|
||||
.SH COPYRIGHT
|
||||
.
|
||||
Copyright \(co 2003-2023 David White <davidnwhite@verizon.net>
|
||||
Copyright \(co 2003-2024 David White <davidnwhite@verizon.net>
|
||||
.br
|
||||
This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation.
|
||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
|
|
@ -20,7 +20,7 @@ BEGIN
|
|||
VALUE "ProductVersion", VERSION "\0"
|
||||
VALUE "ProductName", "The Battle for Wesnoth\0"
|
||||
VALUE "CompanyName", "The Battle for Wesnoth Project\0"
|
||||
VALUE "LegalCopyright", "(C) 2003-2023 The Battle for Wesnoth Project\0"
|
||||
VALUE "LegalCopyright", "(C) 2003-2024 The Battle for Wesnoth Project\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
@ -21,7 +21,7 @@ BEGIN
|
|||
VALUE "ProductVersion", VERSION "\0"
|
||||
VALUE "ProductName", "The Battle for Wesnoth\0"
|
||||
VALUE "CompanyName", "The Battle for Wesnoth Project\0"
|
||||
VALUE "LegalCopyright", "(C) 2003-2023 The Battle for Wesnoth Project\0"
|
||||
VALUE "LegalCopyright", "(C) 2003-2024 The Battle for Wesnoth Project\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
@ -20,7 +20,7 @@ BEGIN
|
|||
VALUE "ProductVersion", VERSION "\0"
|
||||
VALUE "ProductName", "The Battle for Wesnoth\0"
|
||||
VALUE "CompanyName", "The Battle for Wesnoth Project\0"
|
||||
VALUE "LegalCopyright", "(C) 2003-2023 The Battle for Wesnoth Project\0"
|
||||
VALUE "LegalCopyright", "(C) 2003-2024 The Battle for Wesnoth Project\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Fix_Xcode_Dependencies
|
||||
# Martin Hrubý (hrubymar10), 2016 - 2020, 2022-2023
|
||||
# Martin Hrubý (hrubymar10), 2016 - 2020, 2022-2024
|
||||
# Victor Sergienko (singalen), 2018
|
||||
#
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2003-2023 by The Battle for Wesnoth Project</string>
|
||||
<string>© 2003-2024 by The Battle for Wesnoth Project</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>SDLMain</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue