summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/macosx/Info.plist.in4
-rw-r--r--wsutil/copyright_info.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index d0e98be59f..a0ac89f216 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 1998-2016 Wireshark Development Team</string>
+ <string>@VERSION@, Copyright 1998-2017 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@@ -230,7 +230,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 1998-2016 Wireshark Developers, GNU General Public License.</string>
+ <string>Copyright 1998-2017 Wireshark Developers, GNU General Public License.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
diff --git a/wsutil/copyright_info.c b/wsutil/copyright_info.c
index 81eea8fa3f..dc95e2fe05 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -31,7 +31,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2016 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2017 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\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";