aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2020-01-01 01:00:00 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2020-01-01 08:57:21 +0000
commit5ba082d51db4af2d91f10f235739dc137369c70c (patch)
tree4117f859fb2eadcd690e57034f5e5cb21595389f /wsutil
parent3c77808cf3c6a9ea5c5050944a2b67f10ade7ded (diff)
Happy New Year 2020
Change-Id: Ic569e499d40def9397203510a121ff17a495ba9a Reviewed-on: https://code.wireshark.org/review/35616 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 c5ab8ffaa1..27d5423463 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -19,7 +19,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2019 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2020 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"License GPLv2+: GNU GPL version 2 or later <https://www.gnu.org/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";