aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-01-01 14:09:29 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-01-01 13:21:26 +0000
commit1663c2afe7e108134fdd51a8a768bc258a92b3a8 (patch)
treef91177c33cc98a76c8874a1858dc084f21c73701 /wsutil
parente8e38b439fc6a6604fc3bbcd10082432f2abc975 (diff)
Welcome in 2015
Change-Id: Ib581b9383b211ea8dbcea1cadf98a2b8c3548ab5 Reviewed-on: https://code.wireshark.org/review/6204 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 eb4cc541c9..4fa675ada9 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -31,7 +31,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2015 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";