New Year.
authorStig Bjørlykke <stig@bjorlykke.org>
Sat, 1 Jan 2011 12:23:21 +0000 (12:23 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Sat, 1 Jan 2011 12:23:21 +0000 (12:23 -0000)
svn path=/trunk/; revision=35322

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

index 072e30e56a6899cdfda075e407d72ac2eb2c63b3..2b90b3b505dd3e0a9f8fbdaa42e0b2d42aeb37d9 100644 (file)
@@ -8,7 +8,7 @@
     <key>CFBundleExecutable</key>
     <string>Wireshark</string>
     <key>CFBundleGetInfoString</key>
-    <string>@VERSION@, Copyright 1998-2010 Wireshark Development Team</string>
+    <string>@VERSION@, Copyright 1998-2011 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-2010 Wireshark Developers, GNU General Public License.</string>
+    <string>Copyright 1998-2011 Wireshark Developers, GNU General Public License.</string>
     <key>LSMinimumSystemVersion</key>
     <string>10.3</string>
 </dict>
index 68b6a1c369f595cd7f3eefb8efd0a233a8462947..cc49ca0a7c1dde38d01b3f2850d813a41489903c 100644 (file)
@@ -581,7 +581,7 @@ const char *
 get_copyright_info(void)
 {
        return
-"Copyright 1998-2010 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+"Copyright 1998-2011 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";
 }