Happy new Year 2017 !

Change-Id: I8ae8a1fdc8d0df0779ef119c527f41dac9e0dbdb
Reviewed-on: https://code.wireshark.org/review/19476
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-01-01 00:00:01 +01:00 committed by Michael Mann
parent 4e5408cda9
commit d7ac90bfab
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-2016 Wireshark Development Team</string>
<string>@VERSION@, Copyright 1998-2017 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-2016 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2017 Wireshark Developers, GNU General Public License.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@ -31,7 +31,7 @@ const char *
get_copyright_info(void)
{
return
"Copyright 1998-2016 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"Copyright 1998-2017 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/old-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";