summaryrefslogtreecommitdiff
path: root/wsutil/copyright_info.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-01-01 14:37:21 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2016-01-01 14:08:30 +0000
commitbd9dfbaf8d955d21b58181219f28b8b052acc79a (patch)
treeeea1fde7cd4d596361a5bad7d4db739be3d24b23 /wsutil/copyright_info.c
parent34aeec604ef1326f5123bfd3e61f9bc6b41af9e0 (diff)
downloadwireshark-bd9dfbaf8d955d21b58181219f28b8b052acc79a.tar.gz
Welcome in 2016
Change-Id: I727dcd07093de7cb9381804fbcf4c0e1a99a3d6c Reviewed-on: https://code.wireshark.org/review/12989 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'wsutil/copyright_info.c')
-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 4fa675ada9..81eea8fa3f 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -31,7 +31,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2016 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";