aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-01-01 12:24:06 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2018-01-01 11:25:19 +0000
commit564a3fae124afaaf6b2d7f2b9cda716fbd7f6f14 (patch)
treeb84cf434b415ef6eeb84cd9113a23090522e4546 /wsutil
parent3ab56e1c2af911ad532f77dd03653d82aeadd0ea (diff)
Happy New Year 2018!
Change-Id: I61ece8256384786c718fe2c1bc8813560fa372eb Reviewed-on: https://code.wireshark.org/review/25094 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/copyright_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/copyright_info.c b/wsutil/copyright_info.c
index d4f6ae731a..b7f4945400 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -19,7 +19,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2017 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2018 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";