aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2021-01-01 11:11:59 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2021-01-01 11:36:23 +0000
commit85bf15fd7614cf3291b0c9d0cb682bdba5ad920b (patch)
tree44c094c653818d64900c0a0118245b87f5f7f026 /wsutil
parentee78d8e6161f6aa3830f6a59d8cf02086c317765 (diff)
Happy New Year 2021
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 27d5423463..feeaab0021 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -19,7 +19,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2020 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2021 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";