Happy New Year!
authorStig Bjørlykke <stig@bjorlykke.org>
Sun, 1 Jan 2012 10:02:11 +0000 (10:02 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Sun, 1 Jan 2012 10:02:11 +0000 (10:02 -0000)
svn path=/trunk/; revision=40353

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

index 1f911a4367fd995e94c5f76dc9a253e661a56c31..8616958b2a3674da856e91fbb302a0648adde41f 100644 (file)
@@ -8,7 +8,7 @@
     <key>CFBundleExecutable</key>
     <string>Wireshark</string>
     <key>CFBundleGetInfoString</key>
-    <string>@VERSION@, Copyright 1998-2011 Wireshark Development Team</string>
+    <string>@VERSION@, Copyright 1998-2012 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-2011 Wireshark Developers, GNU General Public License.</string>
+    <string>Copyright 1998-2012 Wireshark Developers, GNU General Public License.</string>
     <key>LSMinimumSystemVersion</key>
     <string>10.3</string>
 </dict>
index 381c1a4b75a3bd526bb2346d27fbc145d50da8d4..887b9836dc944aa811cd1bc5f12c0f3828aab417 100644 (file)
@@ -580,7 +580,7 @@ const char *
 get_copyright_info(void)
 {
        return
-"Copyright 1998-2011 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+"Copyright 1998-2012 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";
 }