Happy New Year!
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Jan 2010 12:15:27 +0000 (12:15 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Jan 2010 12:15:27 +0000 (12:15 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31396 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/macosx/Info.plist.in
version_info.c

index 3a18e6283b118d565b90f76b36710f635fcaa9d2..072e30e56a6899cdfda075e407d72ac2eb2c63b3 100644 (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>
index bfa6794e7c96251aa7603efae533db1377b12eb9..065cbd2eae78f8c7a8cc5372132b90581c63246c 100644 (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";
 }