Happy New Year 2021

(cherry picked from commit 85bf15fd76)
This commit is contained in:
Stig Bjørlykke 2021-01-01 10:11:59 +00:00 committed by Pascal Quantin
parent 17b2a16b5a
commit f95baf9c9c
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright 1998-2020 Wireshark Development Team</string>
<string>@VERSION@, Copyright 1998-2021 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@ -230,7 +230,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2020 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2021 Wireshark Developers, GNU General Public License.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@ -19,7 +19,7 @@ const char *
get_copyright_info(void)
{
return
"Copyright 1998-2020 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"Copyright 1998-2021 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"License GPLv2+: GNU GPL version 2 or later <https://www.gnu.org/licenses/gpl-2.0.html>\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";