aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-01-01 12:20:27 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2014-01-01 12:20:27 +0000
commitddda691c2bbf4e4898c25b65b7090ead75f53a96 (patch)
tree92972e746887bbea3e0a46de8b71fb590a012e0f
parent451c30ef815763a48137a93ac60b6af43f976ad4 (diff)
downloadwireshark-ddda691c2bbf4e4898c25b65b7090ead75f53a96.tar.gz
wireshark-ddda691c2bbf4e4898c25b65b7090ead75f53a96.tar.bz2
wireshark-ddda691c2bbf4e4898c25b65b7090ead75f53a96.zip
Happy new year!
svn path=/trunk/; revision=54529
-rw-r--r--packaging/macosx/Info.plist.in4
-rw-r--r--version_info.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index 7d4365873a..e870e6d591 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -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>
diff --git a/version_info.c b/version_info.c
index b1e9d8b4ff..15c5612db2 100644
--- a/version_info.c
+++ b/version_info.c
@@ -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";
}