Happy new year!

svn path=/trunk/; revision=54529
This commit is contained in:
Stig Bjørlykke 2014-01-01 12:20:27 +00:00
parent 451c30ef81
commit ddda691c2b
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright 1998-2013 Wireshark Development Team</string>
<string>@VERSION@, Copyright 1998-2014 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@ -62,7 +62,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2013 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2014 Wireshark Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
</dict>

View File

@ -835,7 +835,7 @@ const char *
get_copyright_info(void)
{
return
"Copyright 1998-2013 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> and contributors.\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";
}