Happy New Year!

svn path=/trunk/; revision=31396
This commit is contained in:
Stig Bjørlykke 2010-01-01 12:15:27 +00:00
parent 1fdc2edc99
commit 8c3069eadb
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright 1998-2009 Wireshark Development Team</string>
<string>@VERSION@, Copyright 1998-2010 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@ -48,7 +48,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2009 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2010 Wireshark Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
</dict>

View File

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