From: Mike Stepanek (mstepane) Date: Thu, 20 Jan 2022 16:46:30 +0000 (+0000) Subject: Pull request #3238: Copyright: Update year to 2022 X-Git-Tag: 3.1.21.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85d80187c85e40ffd691c3e015ecbc0d49b8e69;p=thirdparty%2Fsnort3.git Pull request #3238: Copyright: Update year to 2022 Merge in SNORT/snort3 from ~NIHDESAI/snort3:happy_new_year_2022 to master Squashed commit of the following: commit 47346abba4bd3c517ff6ccfb586a332900e56805 Author: ND Date: Tue Jan 18 14:25:20 2022 -0500 Copyright: Update year to 2022 --- diff --git a/daqs/daq_file.c b/daqs/daq_file.c index 16d64bd0f..ebad16b81 100644 --- a/daqs/daq_file.c +++ b/daqs/daq_file.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/daqs/daq_hext.c b/daqs/daq_hext.c index 213ebca15..67655d1e2 100644 --- a/daqs/daq_hext.c +++ b/daqs/daq_hext.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/daqs/daq_user.h b/daqs/daq_user.h index 97e9861c8..a682af5cf 100644 --- a/daqs/daq_user.h +++ b/daqs/daq_user.h @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_alert.cc b/src/actions/act_alert.cc index a2b4e9e20..fbc9fe705 100644 --- a/src/actions/act_alert.cc +++ b/src/actions/act_alert.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_block.cc b/src/actions/act_block.cc index 7a910c308..6dce6fad2 100644 --- a/src/actions/act_block.cc +++ b/src/actions/act_block.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_drop.cc b/src/actions/act_drop.cc index 444720457..0df4ac691 100644 --- a/src/actions/act_drop.cc +++ b/src/actions/act_drop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_log.cc b/src/actions/act_log.cc index b230d6683..8f84b8673 100644 --- a/src/actions/act_log.cc +++ b/src/actions/act_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_pass.cc b/src/actions/act_pass.cc index 6a86561d0..02492076b 100644 --- a/src/actions/act_pass.cc +++ b/src/actions/act_pass.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_react.cc b/src/actions/act_react.cc index acac4a9e3..0c205c9e7 100644 --- a/src/actions/act_react.cc +++ b/src/actions/act_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/actions/act_reject.cc b/src/actions/act_reject.cc index b1a02f32b..c888ed6ec 100644 --- a/src/actions/act_reject.cc +++ b/src/actions/act_reject.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/actions/act_replace.cc b/src/actions/act_replace.cc index 73697d328..d49986add 100644 --- a/src/actions/act_replace.cc +++ b/src/actions/act_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/actions.cc b/src/actions/actions.cc index 2942920b4..ec3df45f7 100644 --- a/src/actions/actions.cc +++ b/src/actions/actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/actions.h b/src/actions/actions.h index 5f3978981..b3c7ed44a 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/ips_actions.cc b/src/actions/ips_actions.cc index c63215844..3726dab4b 100644 --- a/src/actions/ips_actions.cc +++ b/src/actions/ips_actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/ips_actions.h b/src/actions/ips_actions.h index 578aabf38..c3df4ce90 100644 --- a/src/actions/ips_actions.h +++ b/src/actions/ips_actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/catch_main.cc b/src/catch/catch_main.cc index 1b6366c56..b57fa4cb6 100644 --- a/src/catch/catch_main.cc +++ b/src/catch/catch_main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/snort_catch.h b/src/catch/snort_catch.h index d0e4916db..e222a49be 100644 --- a/src/catch/snort_catch.h +++ b/src/catch/snort_catch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/unit_test.cc b/src/catch/unit_test.cc index eff3b45c3..473fe18d2 100644 --- a/src/catch/unit_test.cc +++ b/src/catch/unit_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/catch/unit_test.h b/src/catch/unit_test.h index e20be9ce6..66bed88fa 100644 --- a/src/catch/unit_test.h +++ b/src/catch/unit_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_api.cc b/src/codecs/codec_api.cc index 2079d118b..42168c043 100644 --- a/src/codecs/codec_api.cc +++ b/src/codecs/codec_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_api.h b/src/codecs/codec_api.h index 59db523cc..884349a6a 100644 --- a/src/codecs/codec_api.h +++ b/src/codecs/codec_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_module.cc b/src/codecs/codec_module.cc index 16c6c6a9a..421721d39 100644 --- a/src/codecs/codec_module.cc +++ b/src/codecs/codec_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/codec_module.h b/src/codecs/codec_module.h index e09069996..9e90cf481 100644 --- a/src/codecs/codec_module.h +++ b/src/codecs/codec_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_auth.cc b/src/codecs/ip/cd_auth.cc index 8774e0e87..bce24651a 100644 --- a/src/codecs/ip/cd_auth.cc +++ b/src/codecs/ip/cd_auth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_bad_proto.cc b/src/codecs/ip/cd_bad_proto.cc index 2390c4721..31215be4f 100644 --- a/src/codecs/ip/cd_bad_proto.cc +++ b/src/codecs/ip/cd_bad_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_dst_opts.cc b/src/codecs/ip/cd_dst_opts.cc index 686a8a34b..e2de2b7be 100644 --- a/src/codecs/ip/cd_dst_opts.cc +++ b/src/codecs/ip/cd_dst_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_esp.cc b/src/codecs/ip/cd_esp.cc index d12946e73..cf8ed3e8a 100644 --- a/src/codecs/ip/cd_esp.cc +++ b/src/codecs/ip/cd_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_frag.cc b/src/codecs/ip/cd_frag.cc index 4f612846b..f89201481 100644 --- a/src/codecs/ip/cd_frag.cc +++ b/src/codecs/ip/cd_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_gre.cc b/src/codecs/ip/cd_gre.cc index 071dd36a7..bb76073b9 100644 --- a/src/codecs/ip/cd_gre.cc +++ b/src/codecs/ip/cd_gre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_hop_opts.cc b/src/codecs/ip/cd_hop_opts.cc index bdd415135..2925f9015 100644 --- a/src/codecs/ip/cd_hop_opts.cc +++ b/src/codecs/ip/cd_hop_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_icmp4.cc b/src/codecs/ip/cd_icmp4.cc index b50309853..a66eda07b 100644 --- a/src/codecs/ip/cd_icmp4.cc +++ b/src/codecs/ip/cd_icmp4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_icmp6.cc b/src/codecs/ip/cd_icmp6.cc index 86f0b2f89..a2772278f 100644 --- a/src/codecs/ip/cd_icmp6.cc +++ b/src/codecs/ip/cd_icmp6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_igmp.cc b/src/codecs/ip/cd_igmp.cc index bfa1bf520..5604d6631 100644 --- a/src/codecs/ip/cd_igmp.cc +++ b/src/codecs/ip/cd_igmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_ipv4.cc b/src/codecs/ip/cd_ipv4.cc index 17cd41997..486d73f99 100644 --- a/src/codecs/ip/cd_ipv4.cc +++ b/src/codecs/ip/cd_ipv4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_ipv6.cc b/src/codecs/ip/cd_ipv6.cc index 617939faa..bc76866fd 100644 --- a/src/codecs/ip/cd_ipv6.cc +++ b/src/codecs/ip/cd_ipv6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_mobility.cc b/src/codecs/ip/cd_mobility.cc index 92d8d14cd..fd5aec93e 100644 --- a/src/codecs/ip/cd_mobility.cc +++ b/src/codecs/ip/cd_mobility.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_no_next.cc b/src/codecs/ip/cd_no_next.cc index a093a10f8..1a3e5945c 100644 --- a/src/codecs/ip/cd_no_next.cc +++ b/src/codecs/ip/cd_no_next.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/ip/cd_pgm.cc b/src/codecs/ip/cd_pgm.cc index e6a067731..4dada907a 100644 --- a/src/codecs/ip/cd_pgm.cc +++ b/src/codecs/ip/cd_pgm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_routing.cc b/src/codecs/ip/cd_routing.cc index 409d34205..640f3b618 100644 --- a/src/codecs/ip/cd_routing.cc +++ b/src/codecs/ip/cd_routing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_tcp.cc b/src/codecs/ip/cd_tcp.cc index 6a38242dc..54d9c4cd6 100644 --- a/src/codecs/ip/cd_tcp.cc +++ b/src/codecs/ip/cd_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/cd_udp.cc b/src/codecs/ip/cd_udp.cc index 930045fa5..482f5ad7c 100644 --- a/src/codecs/ip/cd_udp.cc +++ b/src/codecs/ip/cd_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/ip/checksum.h b/src/codecs/ip/checksum.h index d06191a53..f0c547f23 100644 --- a/src/codecs/ip/checksum.h +++ b/src/codecs/ip/checksum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_arp.cc b/src/codecs/link/cd_arp.cc index e6fa06dfb..502cbbc3c 100644 --- a/src/codecs/link/cd_arp.cc +++ b/src/codecs/link/cd_arp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_ciscometadata.cc b/src/codecs/link/cd_ciscometadata.cc index d9714ca76..6a29b3bf3 100644 --- a/src/codecs/link/cd_ciscometadata.cc +++ b/src/codecs/link/cd_ciscometadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_erspan2.cc b/src/codecs/link/cd_erspan2.cc index 7bff3fce5..a14bc94fb 100644 --- a/src/codecs/link/cd_erspan2.cc +++ b/src/codecs/link/cd_erspan2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_erspan3.cc b/src/codecs/link/cd_erspan3.cc index 2f412aac8..d69b77184 100644 --- a/src/codecs/link/cd_erspan3.cc +++ b/src/codecs/link/cd_erspan3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_fabricpath.cc b/src/codecs/link/cd_fabricpath.cc index be3e99c79..b07cc6a69 100644 --- a/src/codecs/link/cd_fabricpath.cc +++ b/src/codecs/link/cd_fabricpath.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_mpls.cc b/src/codecs/link/cd_mpls.cc index 1ee565e1a..dda940e3c 100644 --- a/src/codecs/link/cd_mpls.cc +++ b/src/codecs/link/cd_mpls.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_ppp_encap.cc b/src/codecs/link/cd_ppp_encap.cc index d9623734d..bcbc35817 100644 --- a/src/codecs/link/cd_ppp_encap.cc +++ b/src/codecs/link/cd_ppp_encap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_pppoe.cc b/src/codecs/link/cd_pppoe.cc index 37dc3605c..46d036209 100644 --- a/src/codecs/link/cd_pppoe.cc +++ b/src/codecs/link/cd_pppoe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/link/cd_trans_bridge.cc b/src/codecs/link/cd_trans_bridge.cc index 85fbd8552..43d03048f 100644 --- a/src/codecs/link/cd_trans_bridge.cc +++ b/src/codecs/link/cd_trans_bridge.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/link/cd_vlan.cc b/src/codecs/link/cd_vlan.cc index 6741edd80..ec02b5250 100644 --- a/src/codecs/link/cd_vlan.cc +++ b/src/codecs/link/cd_vlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_default.cc b/src/codecs/misc/cd_default.cc index 5cffdd2f1..d07d7339b 100644 --- a/src/codecs/misc/cd_default.cc +++ b/src/codecs/misc/cd_default.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_geneve.cc b/src/codecs/misc/cd_geneve.cc index 726c3c852..ebbdd736a 100644 --- a/src/codecs/misc/cd_geneve.cc +++ b/src/codecs/misc/cd_geneve.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_gtp.cc b/src/codecs/misc/cd_gtp.cc index cdba7e510..9a2058093 100644 --- a/src/codecs/misc/cd_gtp.cc +++ b/src/codecs/misc/cd_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/misc/cd_icmp4_ip.cc b/src/codecs/misc/cd_icmp4_ip.cc index fc3dc4a15..44e946022 100644 --- a/src/codecs/misc/cd_icmp4_ip.cc +++ b/src/codecs/misc/cd_icmp4_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_icmp6_ip.cc b/src/codecs/misc/cd_icmp6_ip.cc index 743cba32b..bf189e083 100644 --- a/src/codecs/misc/cd_icmp6_ip.cc +++ b/src/codecs/misc/cd_icmp6_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_llc.cc b/src/codecs/misc/cd_llc.cc index a6b627722..c134471b0 100644 --- a/src/codecs/misc/cd_llc.cc +++ b/src/codecs/misc/cd_llc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_teredo.cc b/src/codecs/misc/cd_teredo.cc index 663165fdb..faacf060b 100644 --- a/src/codecs/misc/cd_teredo.cc +++ b/src/codecs/misc/cd_teredo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/misc/cd_user.cc b/src/codecs/misc/cd_user.cc index 981c848e3..34ddc2148 100644 --- a/src/codecs/misc/cd_user.cc +++ b/src/codecs/misc/cd_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_vxlan.cc b/src/codecs/misc/cd_vxlan.cc index a628ef55a..6d9080474 100644 --- a/src/codecs/misc/cd_vxlan.cc +++ b/src/codecs/misc/cd_vxlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/root/cd_eth.cc b/src/codecs/root/cd_eth.cc index 6d85e456a..805d84e8f 100644 --- a/src/codecs/root/cd_eth.cc +++ b/src/codecs/root/cd_eth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/codecs/root/cd_raw.cc b/src/codecs/root/cd_raw.cc index 41b8ff08e..5529035ca 100644 --- a/src/codecs/root/cd_raw.cc +++ b/src/codecs/root/cd_raw.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/connectors.cc b/src/connectors/connectors.cc index ec91e03ac..ebab562fc 100644 --- a/src/connectors/connectors.cc +++ b/src/connectors/connectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/connectors.h b/src/connectors/connectors.h index 451c3973b..6215638cc 100644 --- a/src/connectors/connectors.h +++ b/src/connectors/connectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector.cc b/src/connectors/file_connector/file_connector.cc index 8d60aa590..9265c9943 100644 --- a/src/connectors/file_connector/file_connector.cc +++ b/src/connectors/file_connector/file_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector.h b/src/connectors/file_connector/file_connector.h index 46a1ba0ba..5d19354c8 100644 --- a/src/connectors/file_connector/file_connector.h +++ b/src/connectors/file_connector/file_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector_config.h b/src/connectors/file_connector/file_connector_config.h index e623f85de..ec166c473 100644 --- a/src/connectors/file_connector/file_connector_config.h +++ b/src/connectors/file_connector/file_connector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector_module.cc b/src/connectors/file_connector/file_connector_module.cc index 05cd55296..3f617ab95 100644 --- a/src/connectors/file_connector/file_connector_module.cc +++ b/src/connectors/file_connector/file_connector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/file_connector_module.h b/src/connectors/file_connector/file_connector_module.h index ba939ffd9..fcea424c3 100644 --- a/src/connectors/file_connector/file_connector_module.h +++ b/src/connectors/file_connector/file_connector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/test/file_connector_module_test.cc b/src/connectors/file_connector/test/file_connector_module_test.cc index 794290100..8a4b1b32e 100644 --- a/src/connectors/file_connector/test/file_connector_module_test.cc +++ b/src/connectors/file_connector/test/file_connector_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/file_connector/test/file_connector_test.cc b/src/connectors/file_connector/test/file_connector_test.cc index 607bfeecf..40c28b7c6 100644 --- a/src/connectors/file_connector/test/file_connector_test.cc +++ b/src/connectors/file_connector/test/file_connector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector.cc b/src/connectors/tcp_connector/tcp_connector.cc index 2d0d24f93..34a6aec73 100644 --- a/src/connectors/tcp_connector/tcp_connector.cc +++ b/src/connectors/tcp_connector/tcp_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector.h b/src/connectors/tcp_connector/tcp_connector.h index ef243dbc9..73c983e58 100644 --- a/src/connectors/tcp_connector/tcp_connector.h +++ b/src/connectors/tcp_connector/tcp_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector_config.h b/src/connectors/tcp_connector/tcp_connector_config.h index 5ab65ceca..87d1acf72 100644 --- a/src/connectors/tcp_connector/tcp_connector_config.h +++ b/src/connectors/tcp_connector/tcp_connector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector_module.cc b/src/connectors/tcp_connector/tcp_connector_module.cc index 1a961b67f..f60774442 100644 --- a/src/connectors/tcp_connector/tcp_connector_module.cc +++ b/src/connectors/tcp_connector/tcp_connector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/tcp_connector_module.h b/src/connectors/tcp_connector/tcp_connector_module.h index fa86a9a79..4d90d944a 100644 --- a/src/connectors/tcp_connector/tcp_connector_module.h +++ b/src/connectors/tcp_connector/tcp_connector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/test/tcp_connector_module_test.cc b/src/connectors/tcp_connector/test/tcp_connector_module_test.cc index c99474c21..6629834cf 100644 --- a/src/connectors/tcp_connector/test/tcp_connector_module_test.cc +++ b/src/connectors/tcp_connector/test/tcp_connector_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/connectors/tcp_connector/test/tcp_connector_test.cc b/src/connectors/tcp_connector/test/tcp_connector_test.cc index c238448b9..1bd4aa942 100644 --- a/src/connectors/tcp_connector/test/tcp_connector_test.cc +++ b/src/connectors/tcp_connector/test/tcp_connector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control.cc b/src/control/control.cc index bed0bec33..ff4964a91 100644 --- a/src/control/control.cc +++ b/src/control/control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control.h b/src/control/control.h index b797e4834..6bc60750d 100644 --- a/src/control/control.h +++ b/src/control/control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control_mgmt.cc b/src/control/control_mgmt.cc index 9ed179ad9..b18f0ddc9 100644 --- a/src/control/control_mgmt.cc +++ b/src/control/control_mgmt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control_mgmt.h b/src/control/control_mgmt.h index d860bc615..ddb19a37d 100644 --- a/src/control/control_mgmt.h +++ b/src/control/control_mgmt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp.cc b/src/decompress/file_decomp.cc index 7c3e48c94..0798467ca 100644 --- a/src/decompress/file_decomp.cc +++ b/src/decompress/file_decomp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp.h b/src/decompress/file_decomp.h index 275f60ac9..baf688c5a 100644 --- a/src/decompress/file_decomp.h +++ b/src/decompress/file_decomp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_pdf.cc b/src/decompress/file_decomp_pdf.cc index aae3c7c14..e863fe65a 100644 --- a/src/decompress/file_decomp_pdf.cc +++ b/src/decompress/file_decomp_pdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_pdf.h b/src/decompress/file_decomp_pdf.h index 95e02a272..6095ba6f2 100644 --- a/src/decompress/file_decomp_pdf.h +++ b/src/decompress/file_decomp_pdf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/decompress/file_decomp_swf.cc b/src/decompress/file_decomp_swf.cc index b42a11407..4b7f464ad 100644 --- a/src/decompress/file_decomp_swf.cc +++ b/src/decompress/file_decomp_swf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_swf.h b/src/decompress/file_decomp_swf.h index aa90abc7c..4fb7d4231 100644 --- a/src/decompress/file_decomp_swf.h +++ b/src/decompress/file_decomp_swf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/decompress/file_decomp_zip.cc b/src/decompress/file_decomp_zip.cc index 79e7d0e33..cb6023d26 100644 --- a/src/decompress/file_decomp_zip.cc +++ b/src/decompress/file_decomp_zip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp_zip.h b/src/decompress/file_decomp_zip.h index 9a950bf6d..d1df33e18 100644 --- a/src/decompress/file_decomp_zip.h +++ b/src/decompress/file_decomp_zip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_olefile.cc b/src/decompress/file_olefile.cc index 28b3209c6..7144448d6 100644 --- a/src/decompress/file_olefile.cc +++ b/src/decompress/file_olefile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_olefile.h b/src/decompress/file_olefile.h index 0d2e407a7..10aecdcf2 100644 --- a/src/decompress/file_olefile.h +++ b/src/decompress/file_olefile.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_oleheader.cc b/src/decompress/file_oleheader.cc index 8852d8525..64bf52490 100644 --- a/src/decompress/file_oleheader.cc +++ b/src/decompress/file_oleheader.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_oleheader.h b/src/decompress/file_oleheader.h index 7a560ac5d..1cc5437a0 100644 --- a/src/decompress/file_oleheader.h +++ b/src/decompress/file_oleheader.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/test/file_olefile_test.cc b/src/decompress/test/file_olefile_test.cc index d3934ecf5..38735e469 100644 --- a/src/decompress/test/file_olefile_test.cc +++ b/src/decompress/test/file_olefile_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/test/file_oleheader_test.cc b/src/decompress/test/file_oleheader_test.cc index 88c5f9ebf..3a225063e 100644 --- a/src/decompress/test/file_oleheader_test.cc +++ b/src/decompress/test/file_oleheader_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/context_switcher.cc b/src/detection/context_switcher.cc index 08e828faa..f3c2256ba 100644 --- a/src/detection/context_switcher.cc +++ b/src/detection/context_switcher.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/context_switcher.h b/src/detection/context_switcher.h index 43808b42f..f7957a4a8 100644 --- a/src/detection/context_switcher.h +++ b/src/detection/context_switcher.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detect.cc b/src/detection/detect.cc index 5f47cc84b..881d805ad 100644 --- a/src/detection/detect.cc +++ b/src/detection/detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/detect.h b/src/detection/detect.h index 0deab8e6b..2a0776652 100644 --- a/src/detection/detect.h +++ b/src/detection/detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/detect_trace.cc b/src/detection/detect_trace.cc index 3e043e500..8b6c727e1 100644 --- a/src/detection/detect_trace.cc +++ b/src/detection/detect_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detect_trace.h b/src/detection/detect_trace.h index 1b8de352f..4cf7a6510 100644 --- a/src/detection/detect_trace.h +++ b/src/detection/detect_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_engine.cc b/src/detection/detection_engine.cc index 90a816466..c0e0e6ddf 100644 --- a/src/detection/detection_engine.cc +++ b/src/detection/detection_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_engine.h b/src/detection/detection_engine.h index dfb1eb278..205af0886 100644 --- a/src/detection/detection_engine.h +++ b/src/detection/detection_engine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_module.cc b/src/detection/detection_module.cc index 29c7d3119..12597bdb5 100644 --- a/src/detection/detection_module.cc +++ b/src/detection/detection_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_module.h b/src/detection/detection_module.h index 0f5cb3f47..bf81fdda7 100644 --- a/src/detection/detection_module.h +++ b/src/detection/detection_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/detection_options.cc b/src/detection/detection_options.cc index 30aaa8ee4..887f678c2 100644 --- a/src/detection/detection_options.cc +++ b/src/detection/detection_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/detection_options.h b/src/detection/detection_options.h index 5dcd822c2..4582a577d 100644 --- a/src/detection/detection_options.h +++ b/src/detection/detection_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/detection_util.cc b/src/detection/detection_util.cc index 1c9c30753..a181e3e47 100644 --- a/src/detection/detection_util.cc +++ b/src/detection/detection_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/detection_util.h b/src/detection/detection_util.h index dd0008d94..a74651cb6 100644 --- a/src/detection/detection_util.h +++ b/src/detection/detection_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/fp_config.cc b/src/detection/fp_config.cc index 8eb89f50a..32c56a0b4 100644 --- a/src/detection/fp_config.cc +++ b/src/detection/fp_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_config.h b/src/detection/fp_config.h index 245223a9b..143736063 100644 --- a/src/detection/fp_config.h +++ b/src/detection/fp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_create.cc b/src/detection/fp_create.cc index 647458d83..75c7434fc 100644 --- a/src/detection/fp_create.cc +++ b/src/detection/fp_create.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_create.h b/src/detection/fp_create.h index 5b15af3cf..f5e76a4ed 100644 --- a/src/detection/fp_create.h +++ b/src/detection/fp_create.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_detect.cc b/src/detection/fp_detect.cc index e78eccefb..6c8e02a16 100644 --- a/src/detection/fp_detect.cc +++ b/src/detection/fp_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_detect.h b/src/detection/fp_detect.h index bfce59c45..53ebc14a3 100644 --- a/src/detection/fp_detect.h +++ b/src/detection/fp_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/fp_utils.cc b/src/detection/fp_utils.cc index c4c745b56..702e38e7b 100644 --- a/src/detection/fp_utils.cc +++ b/src/detection/fp_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/fp_utils.h b/src/detection/fp_utils.h index 84a564470..7bc80a2bb 100644 --- a/src/detection/fp_utils.h +++ b/src/detection/fp_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/ips_context.cc b/src/detection/ips_context.cc index 606636fb1..9295f136b 100644 --- a/src/detection/ips_context.cc +++ b/src/detection/ips_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/ips_context.h b/src/detection/ips_context.h index bf8c12240..b23622c47 100644 --- a/src/detection/ips_context.h +++ b/src/detection/ips_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/ips_context_chain.cc b/src/detection/ips_context_chain.cc index 598dc4a42..df5e796ae 100644 --- a/src/detection/ips_context_chain.cc +++ b/src/detection/ips_context_chain.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/ips_context_chain.h b/src/detection/ips_context_chain.h index 88e5bf28c..02283b481 100644 --- a/src/detection/ips_context_chain.h +++ b/src/detection/ips_context_chain.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/ips_context_data.cc b/src/detection/ips_context_data.cc index 1e623532d..f56c10a0d 100644 --- a/src/detection/ips_context_data.cc +++ b/src/detection/ips_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/ips_context_data.h b/src/detection/ips_context_data.h index 2bf98c1da..b58cb7f26 100644 --- a/src/detection/ips_context_data.h +++ b/src/detection/ips_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/pattern_match_data.h b/src/detection/pattern_match_data.h index 1eabb4b8e..dbe49d7f1 100644 --- a/src/detection/pattern_match_data.h +++ b/src/detection/pattern_match_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/pcrm.cc b/src/detection/pcrm.cc index 07b9f4650..0017452bc 100644 --- a/src/detection/pcrm.cc +++ b/src/detection/pcrm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/pcrm.h b/src/detection/pcrm.h index 17b43a503..99af36178 100644 --- a/src/detection/pcrm.h +++ b/src/detection/pcrm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/regex_offload.cc b/src/detection/regex_offload.cc index 950fd3405..6df961bfd 100644 --- a/src/detection/regex_offload.cc +++ b/src/detection/regex_offload.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/regex_offload.h b/src/detection/regex_offload.h index b4a1dc5eb..62205867f 100644 --- a/src/detection/regex_offload.h +++ b/src/detection/regex_offload.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/rtn_checks.cc b/src/detection/rtn_checks.cc index 6aa737033..01931458f 100644 --- a/src/detection/rtn_checks.cc +++ b/src/detection/rtn_checks.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/rtn_checks.h b/src/detection/rtn_checks.h index ed836797e..f64b4f89b 100644 --- a/src/detection/rtn_checks.h +++ b/src/detection/rtn_checks.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/rule_option_types.h b/src/detection/rule_option_types.h index fe8fa91fd..c1dbc2c37 100644 --- a/src/detection/rule_option_types.h +++ b/src/detection/rule_option_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/rules.cc b/src/detection/rules.cc index c2b34ffc8..b97669671 100644 --- a/src/detection/rules.cc +++ b/src/detection/rules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/detection/rules.h b/src/detection/rules.h index 833c7fb84..816a1a541 100644 --- a/src/detection/rules.h +++ b/src/detection/rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/service_map.cc b/src/detection/service_map.cc index 08f647e7c..89ef5de62 100644 --- a/src/detection/service_map.cc +++ b/src/detection/service_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/service_map.h b/src/detection/service_map.h index d7023130e..be2456e2a 100644 --- a/src/detection/service_map.h +++ b/src/detection/service_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/sfrim.cc b/src/detection/sfrim.cc index ac2dd2d7c..b68985440 100644 --- a/src/detection/sfrim.cc +++ b/src/detection/sfrim.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/sfrim.h b/src/detection/sfrim.h index 91e3a9837..67e5b08bc 100644 --- a/src/detection/sfrim.h +++ b/src/detection/sfrim.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/signature.cc b/src/detection/signature.cc index fdf158772..eb8e39656 100644 --- a/src/detection/signature.cc +++ b/src/detection/signature.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/signature.h b/src/detection/signature.h index 191da25b3..43821cf06 100644 --- a/src/detection/signature.h +++ b/src/detection/signature.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/detection/tag.cc b/src/detection/tag.cc index d8e315dfd..81730b8cc 100644 --- a/src/detection/tag.cc +++ b/src/detection/tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/tag.h b/src/detection/tag.h index bc044ffb3..45afd88cc 100644 --- a/src/detection/tag.h +++ b/src/detection/tag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/treenodes.cc b/src/detection/treenodes.cc index e59a86100..63cdabad3 100644 --- a/src/detection/treenodes.cc +++ b/src/detection/treenodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/detection/treenodes.h b/src/detection/treenodes.h index e06d28634..6304cbd28 100644 --- a/src/detection/treenodes.h +++ b/src/detection/treenodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/dump_config/config_data.cc b/src/dump_config/config_data.cc index 459070d8b..fd6af39d8 100644 --- a/src/dump_config/config_data.cc +++ b/src/dump_config/config_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/config_data.h b/src/dump_config/config_data.h index c87e25ed5..524f663c7 100644 --- a/src/dump_config/config_data.h +++ b/src/dump_config/config_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/config_output.cc b/src/dump_config/config_output.cc index 5e9893e1f..0c5c51ee3 100644 --- a/src/dump_config/config_output.cc +++ b/src/dump_config/config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/config_output.h b/src/dump_config/config_output.h index c92ad7e36..10b4253b6 100644 --- a/src/dump_config/config_output.h +++ b/src/dump_config/config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/json_config_output.cc b/src/dump_config/json_config_output.cc index e1da2db64..d769134f6 100644 --- a/src/dump_config/json_config_output.cc +++ b/src/dump_config/json_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/json_config_output.h b/src/dump_config/json_config_output.h index 7b81bf696..891509d58 100644 --- a/src/dump_config/json_config_output.h +++ b/src/dump_config/json_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/text_config_output.cc b/src/dump_config/text_config_output.cc index c0090e2fb..191d8be54 100644 --- a/src/dump_config/text_config_output.cc +++ b/src/dump_config/text_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/dump_config/text_config_output.h b/src/dump_config/text_config_output.h index 631761c1c..c86f16ee4 100644 --- a/src/dump_config/text_config_output.h +++ b/src/dump_config/text_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/events/event.cc b/src/events/event.cc index 02d6a08c5..bb61fda1c 100644 --- a/src/events/event.cc +++ b/src/events/event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/event.h b/src/events/event.h index 4ddcd61db..570d0deb1 100644 --- a/src/events/event.h +++ b/src/events/event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/events/event_queue.cc b/src/events/event_queue.cc index eaa2d90b7..dbe837dc3 100644 --- a/src/events/event_queue.cc +++ b/src/events/event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/event_queue.h b/src/events/event_queue.h index 71aac9ee3..9461bacd8 100644 --- a/src/events/event_queue.h +++ b/src/events/event_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/sfeventq.cc b/src/events/sfeventq.cc index 8c58f850e..a6d25f317 100644 --- a/src/events/sfeventq.cc +++ b/src/events/sfeventq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/events/sfeventq.h b/src/events/sfeventq.h index c1c9943be..104b41b0d 100644 --- a/src/events/sfeventq.h +++ b/src/events/sfeventq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/circular_buffer.cc b/src/file_api/circular_buffer.cc index d181b7ed3..e2f49e9f1 100644 --- a/src/file_api/circular_buffer.cc +++ b/src/file_api/circular_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/circular_buffer.h b/src/file_api/circular_buffer.h index 50a640d67..ba7d273f2 100644 --- a/src/file_api/circular_buffer.h +++ b/src/file_api/circular_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_api.cc b/src/file_api/file_api.cc index b644a791d..e06882e0b 100644 --- a/src/file_api/file_api.cc +++ b/src/file_api/file_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_api.h b/src/file_api/file_api.h index 991a0d924..dd06165a5 100644 --- a/src/file_api/file_api.h +++ b/src/file_api/file_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_cache.cc b/src/file_api/file_cache.cc index 293dc9104..981e290e7 100644 --- a/src/file_api/file_cache.cc +++ b/src/file_api/file_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_cache.h b/src/file_api/file_cache.h index e0ed486f3..69de8c2e2 100644 --- a/src/file_api/file_cache.h +++ b/src/file_api/file_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_capture.cc b/src/file_api/file_capture.cc index c53b5545f..5f6997655 100644 --- a/src/file_api/file_capture.cc +++ b/src/file_api/file_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_capture.h b/src/file_api/file_capture.h index c45fcec6b..561a14d33 100644 --- a/src/file_api/file_capture.h +++ b/src/file_api/file_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_config.cc b/src/file_api/file_config.cc index 3170dc9fd..2d5d01318 100644 --- a/src/file_api/file_config.cc +++ b/src/file_api/file_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_config.h b/src/file_api/file_config.h index bb3f4ca7d..7dd3111c2 100644 --- a/src/file_api/file_config.h +++ b/src/file_api/file_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_flows.cc b/src/file_api/file_flows.cc index ad4387df3..124b0cfcb 100644 --- a/src/file_api/file_flows.cc +++ b/src/file_api/file_flows.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_flows.h b/src/file_api/file_flows.h index 3656749af..6a3387620 100644 --- a/src/file_api/file_flows.h +++ b/src/file_api/file_flows.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_identifier.cc b/src/file_api/file_identifier.cc index fffe1ddac..895c693b0 100644 --- a/src/file_api/file_identifier.cc +++ b/src/file_api/file_identifier.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_identifier.h b/src/file_api/file_identifier.h index bf2dcb5a5..06edc035a 100644 --- a/src/file_api/file_identifier.h +++ b/src/file_api/file_identifier.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_lib.cc b/src/file_api/file_lib.cc index 5d31fba6b..03edbeb7e 100644 --- a/src/file_api/file_lib.cc +++ b/src/file_api/file_lib.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_lib.h b/src/file_api/file_lib.h index 459aed616..c1ae21f15 100644 --- a/src/file_api/file_lib.h +++ b/src/file_api/file_lib.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_log.cc b/src/file_api/file_log.cc index a95ae0f3f..47baf60fc 100644 --- a/src/file_api/file_log.cc +++ b/src/file_api/file_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_mempool.cc b/src/file_api/file_mempool.cc index 89bde6c7f..8d81c78b3 100644 --- a/src/file_api/file_mempool.cc +++ b/src/file_api/file_mempool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_mempool.h b/src/file_api/file_mempool.h index 809208097..c9e2129fb 100644 --- a/src/file_api/file_mempool.h +++ b/src/file_api/file_mempool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_module.cc b/src/file_api/file_module.cc index 49bb22d1b..9f86a05f3 100644 --- a/src/file_api/file_module.cc +++ b/src/file_api/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_module.h b/src/file_api/file_module.h index 000e37017..923b568d8 100644 --- a/src/file_api/file_module.h +++ b/src/file_api/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_segment.cc b/src/file_api/file_segment.cc index 50b29c6af..d98346a9d 100644 --- a/src/file_api/file_segment.cc +++ b/src/file_api/file_segment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_segment.h b/src/file_api/file_segment.h index 39a59e1ea..a897ab6d8 100644 --- a/src/file_api/file_segment.h +++ b/src/file_api/file_segment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_service.cc b/src/file_api/file_service.cc index ca351ca5f..1a269b986 100644 --- a/src/file_api/file_service.cc +++ b/src/file_api/file_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_service.h b/src/file_api/file_service.h index f96288002..c3287dfe2 100644 --- a/src/file_api/file_service.h +++ b/src/file_api/file_service.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_stats.cc b/src/file_api/file_stats.cc index b3970f00d..4bae25a11 100644 --- a/src/file_api/file_stats.cc +++ b/src/file_api/file_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_stats.h b/src/file_api/file_stats.h index c38c98bb0..c35272a76 100644 --- a/src/file_api/file_stats.h +++ b/src/file_api/file_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/detection_filter.cc b/src/filters/detection_filter.cc index 1499f5350..5b94efba7 100644 --- a/src/filters/detection_filter.cc +++ b/src/filters/detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/detection_filter.h b/src/filters/detection_filter.h index 34df64778..20311708d 100644 --- a/src/filters/detection_filter.h +++ b/src/filters/detection_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/rate_filter.cc b/src/filters/rate_filter.cc index 6dc8d6b03..e9d7f46f5 100644 --- a/src/filters/rate_filter.cc +++ b/src/filters/rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/rate_filter.h b/src/filters/rate_filter.h index 6594653e2..440076c2f 100644 --- a/src/filters/rate_filter.h +++ b/src/filters/rate_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfrf.cc b/src/filters/sfrf.cc index 8d6dbbe69..892e310ec 100644 --- a/src/filters/sfrf.cc +++ b/src/filters/sfrf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfrf.h b/src/filters/sfrf.h index 9e0921452..18f432a43 100644 --- a/src/filters/sfrf.h +++ b/src/filters/sfrf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfrf_test.cc b/src/filters/sfrf_test.cc index 85ff86ac4..cc857ca5e 100644 --- a/src/filters/sfrf_test.cc +++ b/src/filters/sfrf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthd.cc b/src/filters/sfthd.cc index 080e2915c..a8b84a055 100644 --- a/src/filters/sfthd.cc +++ b/src/filters/sfthd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthd.h b/src/filters/sfthd.h index 8c84d59b3..495b07536 100644 --- a/src/filters/sfthd.h +++ b/src/filters/sfthd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthd_test.cc b/src/filters/sfthd_test.cc index e9c12843e..023d70b97 100644 --- a/src/filters/sfthd_test.cc +++ b/src/filters/sfthd_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthreshold.cc b/src/filters/sfthreshold.cc index 1bd666e39..40d7d8460 100644 --- a/src/filters/sfthreshold.cc +++ b/src/filters/sfthreshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/filters/sfthreshold.h b/src/filters/sfthreshold.h index e2c71d3ad..f61d0947d 100644 --- a/src/filters/sfthreshold.h +++ b/src/filters/sfthreshold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/deferred_trust.cc b/src/flow/deferred_trust.cc index 7deb82acf..1f6d52d86 100644 --- a/src/flow/deferred_trust.cc +++ b/src/flow/deferred_trust.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/deferred_trust.h b/src/flow/deferred_trust.h index e4e43af79..1750a2194 100644 --- a/src/flow/deferred_trust.h +++ b/src/flow/deferred_trust.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/expect_cache.cc b/src/flow/expect_cache.cc index 6324dce0f..b0271ba0b 100644 --- a/src/flow/expect_cache.cc +++ b/src/flow/expect_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/expect_cache.h b/src/flow/expect_cache.h index 1f88aac38..d7e486600 100644 --- a/src/flow/expect_cache.h +++ b/src/flow/expect_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow.cc b/src/flow/flow.cc index 99e49ff87..dd30e5052 100644 --- a/src/flow/flow.cc +++ b/src/flow/flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow.h b/src/flow/flow.h index 208f4fe7d..36e073bcd 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_cache.cc b/src/flow/flow_cache.cc index f899b8939..f76c9071a 100644 --- a/src/flow/flow_cache.cc +++ b/src/flow/flow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_cache.h b/src/flow/flow_cache.h index 9b5fb5e26..7c81da004 100644 --- a/src/flow/flow_cache.h +++ b/src/flow/flow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_config.h b/src/flow/flow_config.h index 5d132c146..bd89ec93a 100644 --- a/src/flow/flow_config.h +++ b/src/flow/flow_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_control.cc b/src/flow/flow_control.cc index 919624054..783996935 100644 --- a/src/flow/flow_control.cc +++ b/src/flow/flow_control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_control.h b/src/flow/flow_control.h index 28d1c4fe7..cc2eec4c6 100644 --- a/src/flow/flow_control.h +++ b/src/flow/flow_control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_data.cc b/src/flow/flow_data.cc index 1d221c1a8..a1334a4c3 100644 --- a/src/flow/flow_data.cc +++ b/src/flow/flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_data.h b/src/flow/flow_data.h index f1ac3eda5..1142c0680 100644 --- a/src/flow/flow_data.h +++ b/src/flow/flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_key.cc b/src/flow/flow_key.cc index e4e08390e..b638d8bba 100644 --- a/src/flow/flow_key.cc +++ b/src/flow/flow_key.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_key.h b/src/flow/flow_key.h index 9086e1ead..98f09ccbd 100644 --- a/src/flow/flow_key.h +++ b/src/flow/flow_key.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/flow_stash.cc b/src/flow/flow_stash.cc index 2049650bb..bc98b7dc2 100644 --- a/src/flow/flow_stash.cc +++ b/src/flow/flow_stash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_stash.h b/src/flow/flow_stash.h index 180cc84fd..6094c691b 100644 --- a/src/flow/flow_stash.h +++ b/src/flow/flow_stash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/flow_uni_list.h b/src/flow/flow_uni_list.h index a566e5305..2d161e74f 100644 --- a/src/flow/flow_uni_list.h +++ b/src/flow/flow_uni_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha.cc b/src/flow/ha.cc index 628196417..43c5ddde1 100644 --- a/src/flow/ha.cc +++ b/src/flow/ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha.h b/src/flow/ha.h index 576f0da20..9c54fde7b 100644 --- a/src/flow/ha.h +++ b/src/flow/ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha_module.cc b/src/flow/ha_module.cc index a4af327a8..d060757ad 100644 --- a/src/flow/ha_module.cc +++ b/src/flow/ha_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/ha_module.h b/src/flow/ha_module.h index 54645cbc2..6cde451ca 100644 --- a/src/flow/ha_module.h +++ b/src/flow/ha_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/prune_stats.h b/src/flow/prune_stats.h index 735530571..1a97824e1 100644 --- a/src/flow/prune_stats.h +++ b/src/flow/prune_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/session.h b/src/flow/session.h index c846dd6e0..da11790f4 100644 --- a/src/flow/session.h +++ b/src/flow/session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/flow/stash_item.h b/src/flow/stash_item.h index 95882d680..879b091fd 100644 --- a/src/flow/stash_item.h +++ b/src/flow/stash_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/deferred_trust_test.cc b/src/flow/test/deferred_trust_test.cc index f91b8963e..dfe9da472 100644 --- a/src/flow/test/deferred_trust_test.cc +++ b/src/flow/test/deferred_trust_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/flow_cache_test.cc b/src/flow/test/flow_cache_test.cc index df3cf6ceb..aa9af717b 100644 --- a/src/flow/test/flow_cache_test.cc +++ b/src/flow/test/flow_cache_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/flow_control_test.cc b/src/flow/test/flow_control_test.cc index 4527fddee..6174ed748 100644 --- a/src/flow/test/flow_control_test.cc +++ b/src/flow/test/flow_control_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/flow_stash_test.cc b/src/flow/test/flow_stash_test.cc index 2e4f11807..0bffa3979 100644 --- a/src/flow/test/flow_stash_test.cc +++ b/src/flow/test/flow_stash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/flow_test.cc b/src/flow/test/flow_test.cc index 872cd642d..eace4f931 100644 --- a/src/flow/test/flow_test.cc +++ b/src/flow/test/flow_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/ha_test.cc b/src/flow/test/ha_test.cc index 9d1d21183..a6efa6557 100644 --- a/src/flow/test/ha_test.cc +++ b/src/flow/test/ha_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/flow/test/session_test.cc b/src/flow/test/session_test.cc index 45ab0b326..2d3ab9ee1 100644 --- a/src/flow/test/session_test.cc +++ b/src/flow/test/session_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/base_api.h b/src/framework/base_api.h index d65d337e3..3897ae0b0 100644 --- a/src/framework/base_api.h +++ b/src/framework/base_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/bits.h b/src/framework/bits.h index cbe8bee2d..c7004c2c5 100644 --- a/src/framework/bits.h +++ b/src/framework/bits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/codec.cc b/src/framework/codec.cc index 1c4db1235..a4d7773a3 100644 --- a/src/framework/codec.cc +++ b/src/framework/codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/codec.h b/src/framework/codec.h index b7e6d0c90..cbfdff1b6 100644 --- a/src/framework/codec.h +++ b/src/framework/codec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/connector.h b/src/framework/connector.h index c3791c93d..c18f631f4 100644 --- a/src/framework/connector.h +++ b/src/framework/connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/counts.h b/src/framework/counts.h index 05fa4db2c..16510016b 100644 --- a/src/framework/counts.h +++ b/src/framework/counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/framework/cursor.cc b/src/framework/cursor.cc index 6c540ebde..c83070043 100644 --- a/src/framework/cursor.cc +++ b/src/framework/cursor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/cursor.h b/src/framework/cursor.h index ead8d7bb8..679a11a0e 100644 --- a/src/framework/cursor.h +++ b/src/framework/cursor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/framework/data_bus.cc b/src/framework/data_bus.cc index 585019b88..12bea2593 100644 --- a/src/framework/data_bus.cc +++ b/src/framework/data_bus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/data_bus.h b/src/framework/data_bus.h index cd1836132..59d901e30 100644 --- a/src/framework/data_bus.h +++ b/src/framework/data_bus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/decode_data.h b/src/framework/decode_data.h index 21c5ab1b8..7de4ac179 100644 --- a/src/framework/decode_data.h +++ b/src/framework/decode_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/endianness.h b/src/framework/endianness.h index 9249fe7a9..45a5df638 100644 --- a/src/framework/endianness.h +++ b/src/framework/endianness.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/framework/file_policy.cc b/src/framework/file_policy.cc index cd8ca57aa..cd74d6cc1 100644 --- a/src/framework/file_policy.cc +++ b/src/framework/file_policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/file_policy.h b/src/framework/file_policy.h index d166505d4..a0fe8cc07 100644 --- a/src/framework/file_policy.h +++ b/src/framework/file_policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/inspector.cc b/src/framework/inspector.cc index ca8341e74..9d103c67c 100644 --- a/src/framework/inspector.cc +++ b/src/framework/inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/inspector.h b/src/framework/inspector.h index 0dc3804c3..96d453c90 100644 --- a/src/framework/inspector.h +++ b/src/framework/inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/ips_action.h b/src/framework/ips_action.h index 87fbaad1d..160ec6a74 100644 --- a/src/framework/ips_action.h +++ b/src/framework/ips_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/ips_option.cc b/src/framework/ips_option.cc index 6d68c7dad..b6a900fcd 100644 --- a/src/framework/ips_option.cc +++ b/src/framework/ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/ips_option.h b/src/framework/ips_option.h index e23936b78..e5165374f 100644 --- a/src/framework/ips_option.h +++ b/src/framework/ips_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/logger.h b/src/framework/logger.h index fb7044b7b..3ce253c84 100644 --- a/src/framework/logger.h +++ b/src/framework/logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/lua_api.h b/src/framework/lua_api.h index c33be0884..7e97bd475 100644 --- a/src/framework/lua_api.h +++ b/src/framework/lua_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/module.cc b/src/framework/module.cc index a1b39f4a7..46e10cde6 100644 --- a/src/framework/module.cc +++ b/src/framework/module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/module.h b/src/framework/module.h index b8aa52886..1c84dd99a 100644 --- a/src/framework/module.h +++ b/src/framework/module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/mpse.cc b/src/framework/mpse.cc index cc4d73a2c..ae69e18fa 100644 --- a/src/framework/mpse.cc +++ b/src/framework/mpse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/mpse.h b/src/framework/mpse.h index b110fc1f0..ca12f5c5f 100644 --- a/src/framework/mpse.h +++ b/src/framework/mpse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/mpse_batch.cc b/src/framework/mpse_batch.cc index 4d41f1590..c1ce91fe1 100644 --- a/src/framework/mpse_batch.cc +++ b/src/framework/mpse_batch.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/mpse_batch.h b/src/framework/mpse_batch.h index b443c8df1..c0a88042a 100644 --- a/src/framework/mpse_batch.h +++ b/src/framework/mpse_batch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/packet_constraints.cc b/src/framework/packet_constraints.cc index e51f1ab68..41f0d72f9 100644 --- a/src/framework/packet_constraints.cc +++ b/src/framework/packet_constraints.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/packet_constraints.h b/src/framework/packet_constraints.h index c5fb8cf4b..91c2d1940 100644 --- a/src/framework/packet_constraints.h +++ b/src/framework/packet_constraints.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/parameter.cc b/src/framework/parameter.cc index 476e8b4a0..d9816c2bd 100644 --- a/src/framework/parameter.cc +++ b/src/framework/parameter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/parameter.h b/src/framework/parameter.h index 9aff7386f..8131b3988 100644 --- a/src/framework/parameter.h +++ b/src/framework/parameter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/policy_selector.h b/src/framework/policy_selector.h index 4f420a27a..ab0e5e46f 100644 --- a/src/framework/policy_selector.h +++ b/src/framework/policy_selector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/range.cc b/src/framework/range.cc index 66d356b4b..f0cb4e62b 100644 --- a/src/framework/range.cc +++ b/src/framework/range.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/range.h b/src/framework/range.h index 4b53a1593..ceafc5962 100644 --- a/src/framework/range.h +++ b/src/framework/range.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/so_rule.h b/src/framework/so_rule.h index 7c069338c..a42ac791a 100644 --- a/src/framework/so_rule.h +++ b/src/framework/so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/test/data_bus_test.cc b/src/framework/test/data_bus_test.cc index c3cda1973..b9f1a9444 100644 --- a/src/framework/test/data_bus_test.cc +++ b/src/framework/test/data_bus_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/value.cc b/src/framework/value.cc index 7992908ce..7174148c9 100644 --- a/src/framework/value.cc +++ b/src/framework/value.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/value.h b/src/framework/value.h index a19b6055d..5a5be81ce 100644 --- a/src/framework/value.h +++ b/src/framework/value.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/ghash.cc b/src/hash/ghash.cc index 86b96a34b..f4fe35211 100644 --- a/src/hash/ghash.cc +++ b/src/hash/ghash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/ghash.h b/src/hash/ghash.h index 17f126102..810b62095 100644 --- a/src/hash/ghash.h +++ b/src/hash/ghash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/hash_defs.h b/src/hash/hash_defs.h index 2567662c5..4faefad82 100644 --- a/src/hash/hash_defs.h +++ b/src/hash/hash_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/hash_key_operations.cc b/src/hash/hash_key_operations.cc index 7dffad242..acce3b08a 100644 --- a/src/hash/hash_key_operations.cc +++ b/src/hash/hash_key_operations.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/hash_key_operations.h b/src/hash/hash_key_operations.h index 1f6be7512..451b2363b 100644 --- a/src/hash/hash_key_operations.h +++ b/src/hash/hash_key_operations.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/hash_lru_cache.cc b/src/hash/hash_lru_cache.cc index 3ba68598e..1328ddb24 100644 --- a/src/hash/hash_lru_cache.cc +++ b/src/hash/hash_lru_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/hash_lru_cache.h b/src/hash/hash_lru_cache.h index 8eb02914a..f8cae2bf5 100644 --- a/src/hash/hash_lru_cache.h +++ b/src/hash/hash_lru_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/hashes.cc b/src/hash/hashes.cc index 52b44baa2..dd8237d25 100644 --- a/src/hash/hashes.cc +++ b/src/hash/hashes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/hashes.h b/src/hash/hashes.h index 599904de4..e5cb64002 100644 --- a/src/hash/hashes.h +++ b/src/hash/hashes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/lru_cache_shared.cc b/src/hash/lru_cache_shared.cc index 0b58c2a52..f30275d95 100644 --- a/src/hash/lru_cache_shared.cc +++ b/src/hash/lru_cache_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/lru_cache_shared.h b/src/hash/lru_cache_shared.h index 2a71ead9b..7e2d9d13b 100644 --- a/src/hash/lru_cache_shared.h +++ b/src/hash/lru_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/primetable.cc b/src/hash/primetable.cc index 2995581ab..1deae7025 100644 --- a/src/hash/primetable.cc +++ b/src/hash/primetable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/primetable.h b/src/hash/primetable.h index bf87b9127..b78cca314 100644 --- a/src/hash/primetable.h +++ b/src/hash/primetable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/test/ghash_test.cc b/src/hash/test/ghash_test.cc index 2d13efcaa..808d0b82c 100644 --- a/src/hash/test/ghash_test.cc +++ b/src/hash/test/ghash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/test/hash_lru_cache_test.cc b/src/hash/test/hash_lru_cache_test.cc index 85a100712..c8242a64d 100644 --- a/src/hash/test/hash_lru_cache_test.cc +++ b/src/hash/test/hash_lru_cache_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/test/lru_cache_shared_test.cc b/src/hash/test/lru_cache_shared_test.cc index acbc9e6dd..9d7f1abc0 100644 --- a/src/hash/test/lru_cache_shared_test.cc +++ b/src/hash/test/lru_cache_shared_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/test/xhash_test.cc b/src/hash/test/xhash_test.cc index 028cc367c..b4c4987c2 100644 --- a/src/hash/test/xhash_test.cc +++ b/src/hash/test/xhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/test/zhash_test.cc b/src/hash/test/zhash_test.cc index 9cb3654e7..8af9b44d9 100644 --- a/src/hash/test/zhash_test.cc +++ b/src/hash/test/zhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/hash/xhash.cc b/src/hash/xhash.cc index 117e2e696..f4d2d0715 100644 --- a/src/hash/xhash.cc +++ b/src/hash/xhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/xhash.h b/src/hash/xhash.h index 1fef367f8..9df2fc5a4 100644 --- a/src/hash/xhash.h +++ b/src/hash/xhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/zhash.cc b/src/hash/zhash.cc index 84045aa20..cddad1fc3 100644 --- a/src/hash/zhash.cc +++ b/src/hash/zhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/hash/zhash.h b/src/hash/zhash.h index c6c4a38ef..e2e4dce5f 100644 --- a/src/hash/zhash.h +++ b/src/hash/zhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/helpers/base64_encoder.cc b/src/helpers/base64_encoder.cc index 6313e3398..22fe76361 100644 --- a/src/helpers/base64_encoder.cc +++ b/src/helpers/base64_encoder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/base64_encoder.h b/src/helpers/base64_encoder.h index d18c9fc5e..21ebedd4f 100644 --- a/src/helpers/base64_encoder.h +++ b/src/helpers/base64_encoder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/bitop.h b/src/helpers/bitop.h index 5ad8ecf29..c31bc7555 100644 --- a/src/helpers/bitop.h +++ b/src/helpers/bitop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/boyer_moore_search.cc b/src/helpers/boyer_moore_search.cc index 0d0a0777d..a377d6fe4 100644 --- a/src/helpers/boyer_moore_search.cc +++ b/src/helpers/boyer_moore_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/boyer_moore_search.h b/src/helpers/boyer_moore_search.h index 52002d8af..87719f007 100644 --- a/src/helpers/boyer_moore_search.h +++ b/src/helpers/boyer_moore_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/buffer_data.cc b/src/helpers/buffer_data.cc index 1b0186cff..399839c57 100644 --- a/src/helpers/buffer_data.cc +++ b/src/helpers/buffer_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/buffer_data.h b/src/helpers/buffer_data.h index d8636c55d..561786e7d 100644 --- a/src/helpers/buffer_data.h +++ b/src/helpers/buffer_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/chunk.cc b/src/helpers/chunk.cc index 971750844..b09b5c950 100644 --- a/src/helpers/chunk.cc +++ b/src/helpers/chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/chunk.h b/src/helpers/chunk.h index 4c3d5e15b..635e89fbd 100644 --- a/src/helpers/chunk.h +++ b/src/helpers/chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/directory.cc b/src/helpers/directory.cc index 9ee676389..4836e2574 100644 --- a/src/helpers/directory.cc +++ b/src/helpers/directory.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/directory.h b/src/helpers/directory.h index 352943b2b..bf91447f7 100644 --- a/src/helpers/directory.h +++ b/src/helpers/directory.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/discovery_filter.cc b/src/helpers/discovery_filter.cc index e77de0cec..c075a53a2 100644 --- a/src/helpers/discovery_filter.cc +++ b/src/helpers/discovery_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/discovery_filter.h b/src/helpers/discovery_filter.h index 0388a4996..12c479431 100644 --- a/src/helpers/discovery_filter.h +++ b/src/helpers/discovery_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/flag_context.h b/src/helpers/flag_context.h index 8859bd1f4..ae5f8be51 100644 --- a/src/helpers/flag_context.h +++ b/src/helpers/flag_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/hyper_scratch_allocator.cc b/src/helpers/hyper_scratch_allocator.cc index c954384bf..19c94d709 100644 --- a/src/helpers/hyper_scratch_allocator.cc +++ b/src/helpers/hyper_scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/hyper_scratch_allocator.h b/src/helpers/hyper_scratch_allocator.h index 7d8acd842..6c1eb7f67 100644 --- a/src/helpers/hyper_scratch_allocator.h +++ b/src/helpers/hyper_scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/hyper_search.cc b/src/helpers/hyper_search.cc index de150dbd2..5eeead051 100644 --- a/src/helpers/hyper_search.cc +++ b/src/helpers/hyper_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/hyper_search.h b/src/helpers/hyper_search.h index 4c1afbae2..32a9073ff 100644 --- a/src/helpers/hyper_search.h +++ b/src/helpers/hyper_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/json_stream.cc b/src/helpers/json_stream.cc index 39d34010e..86bce0661 100644 --- a/src/helpers/json_stream.cc +++ b/src/helpers/json_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/json_stream.h b/src/helpers/json_stream.h index b6b85bd1c..bbad1c45c 100644 --- a/src/helpers/json_stream.h +++ b/src/helpers/json_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/literal_search.cc b/src/helpers/literal_search.cc index aec03d709..b6987d090 100644 --- a/src/helpers/literal_search.cc +++ b/src/helpers/literal_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/literal_search.h b/src/helpers/literal_search.h index b6fd0f1af..fa706b704 100644 --- a/src/helpers/literal_search.h +++ b/src/helpers/literal_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/markup.cc b/src/helpers/markup.cc index 064983fad..8de4778b3 100644 --- a/src/helpers/markup.cc +++ b/src/helpers/markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/markup.h b/src/helpers/markup.h index 012f326bd..e452c3c55 100644 --- a/src/helpers/markup.h +++ b/src/helpers/markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/process.cc b/src/helpers/process.cc index da7897591..fb0c02d1b 100644 --- a/src/helpers/process.cc +++ b/src/helpers/process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/process.h b/src/helpers/process.h index 38f6bbedb..885252a62 100644 --- a/src/helpers/process.h +++ b/src/helpers/process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/ring.h b/src/helpers/ring.h index 4afe18586..f461609e6 100644 --- a/src/helpers/ring.h +++ b/src/helpers/ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/ring_logic.h b/src/helpers/ring_logic.h index 24d097fbe..62a68424d 100644 --- a/src/helpers/ring_logic.h +++ b/src/helpers/ring_logic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/scratch_allocator.cc b/src/helpers/scratch_allocator.cc index 8401c8411..ae4c00922 100644 --- a/src/helpers/scratch_allocator.cc +++ b/src/helpers/scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/scratch_allocator.h b/src/helpers/scratch_allocator.h index d3a73186a..d75fd1c69 100644 --- a/src/helpers/scratch_allocator.h +++ b/src/helpers/scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/sigsafe.cc b/src/helpers/sigsafe.cc index ec28c9733..ff42a4f3e 100644 --- a/src/helpers/sigsafe.cc +++ b/src/helpers/sigsafe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/sigsafe.h b/src/helpers/sigsafe.h index 58ed1a0fd..178cfacb1 100644 --- a/src/helpers/sigsafe.h +++ b/src/helpers/sigsafe.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/test/bitop_test.cc b/src/helpers/test/bitop_test.cc index fa97bcad7..c2be096e3 100644 --- a/src/helpers/test/bitop_test.cc +++ b/src/helpers/test/bitop_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/test/boyer_moore_search_test.cc b/src/helpers/test/boyer_moore_search_test.cc index 3f6efee42..c088c87b5 100644 --- a/src/helpers/test/boyer_moore_search_test.cc +++ b/src/helpers/test/boyer_moore_search_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/test/hyper_search_test.cc b/src/helpers/test/hyper_search_test.cc index 5c88ecd96..9634ba188 100644 --- a/src/helpers/test/hyper_search_test.cc +++ b/src/helpers/test/hyper_search_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/test/json_stream_test.cc b/src/helpers/test/json_stream_test.cc index 2aec9185b..06c1bf08f 100644 --- a/src/helpers/test/json_stream_test.cc +++ b/src/helpers/test/json_stream_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache.cc b/src/host_tracker/host_cache.cc index 9c5198e38..fd5b9a0ab 100644 --- a/src/host_tracker/host_cache.cc +++ b/src/host_tracker/host_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache.h b/src/host_tracker/host_cache.h index 0cce3e362..0d3b51a8c 100644 --- a/src/host_tracker/host_cache.h +++ b/src/host_tracker/host_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_allocator.cc b/src/host_tracker/host_cache_allocator.cc index bd151d75f..6f752981a 100644 --- a/src/host_tracker/host_cache_allocator.cc +++ b/src/host_tracker/host_cache_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_allocator.h b/src/host_tracker/host_cache_allocator.h index ec61eb5fd..a14219c3c 100644 --- a/src/host_tracker/host_cache_allocator.h +++ b/src/host_tracker/host_cache_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_interface.h b/src/host_tracker/host_cache_interface.h index c376e2f19..b57136efb 100644 --- a/src/host_tracker/host_cache_interface.h +++ b/src/host_tracker/host_cache_interface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_module.cc b/src/host_tracker/host_cache_module.cc index 903066dec..44d4a62c3 100644 --- a/src/host_tracker/host_cache_module.cc +++ b/src/host_tracker/host_cache_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_cache_module.h b/src/host_tracker/host_cache_module.h index c96eb08c0..5144c9561 100644 --- a/src/host_tracker/host_cache_module.h +++ b/src/host_tracker/host_cache_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker.cc b/src/host_tracker/host_tracker.cc index 492df191e..cc48bf6cf 100644 --- a/src/host_tracker/host_tracker.cc +++ b/src/host_tracker/host_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker.h b/src/host_tracker/host_tracker.h index 860eef587..9c7f22d68 100644 --- a/src/host_tracker/host_tracker.h +++ b/src/host_tracker/host_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker_module.cc b/src/host_tracker/host_tracker_module.cc index 080cf411d..7a1bbef6f 100644 --- a/src/host_tracker/host_tracker_module.cc +++ b/src/host_tracker/host_tracker_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/host_tracker_module.h b/src/host_tracker/host_tracker_module.h index c0a64ad97..992eea50b 100644 --- a/src/host_tracker/host_tracker_module.h +++ b/src/host_tracker/host_tracker_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_cache_allocator_ht_test.cc b/src/host_tracker/test/host_cache_allocator_ht_test.cc index 54eca9a7d..846283169 100644 --- a/src/host_tracker/test/host_cache_allocator_ht_test.cc +++ b/src/host_tracker/test/host_cache_allocator_ht_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_cache_allocator_test.cc b/src/host_tracker/test/host_cache_allocator_test.cc index 438f4e196..312f73891 100644 --- a/src/host_tracker/test/host_cache_allocator_test.cc +++ b/src/host_tracker/test/host_cache_allocator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_cache_module_test.cc b/src/host_tracker/test/host_cache_module_test.cc index 63d0b7c28..05ed3740b 100644 --- a/src/host_tracker/test/host_cache_module_test.cc +++ b/src/host_tracker/test/host_cache_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_cache_test.cc b/src/host_tracker/test/host_cache_test.cc index 025f5bd4a..3b2dff476 100644 --- a/src/host_tracker/test/host_cache_test.cc +++ b/src/host_tracker/test/host_cache_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_tracker_module_test.cc b/src/host_tracker/test/host_tracker_module_test.cc index ab5c635fc..1607d13c3 100644 --- a/src/host_tracker/test/host_tracker_module_test.cc +++ b/src/host_tracker/test/host_tracker_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/host_tracker/test/host_tracker_test.cc b/src/host_tracker/test/host_tracker_test.cc index 358615029..7afe66229 100644 --- a/src/host_tracker/test/host_tracker_test.cc +++ b/src/host_tracker/test/host_tracker_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/asn1_detect.cc b/src/ips_options/asn1_detect.cc index b9df547be..dde3359a7 100644 --- a/src/ips_options/asn1_detect.cc +++ b/src/ips_options/asn1_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/asn1_detect.h b/src/ips_options/asn1_detect.h index ff8b31bee..c102e963f 100644 --- a/src/ips_options/asn1_detect.h +++ b/src/ips_options/asn1_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/asn1_util.cc b/src/ips_options/asn1_util.cc index 16f18434b..179decceb 100644 --- a/src/ips_options/asn1_util.cc +++ b/src/ips_options/asn1_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/asn1_util.h b/src/ips_options/asn1_util.h index 96ddc27f3..535405616 100644 --- a/src/ips_options/asn1_util.h +++ b/src/ips_options/asn1_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/extract.cc b/src/ips_options/extract.cc index 7bed91681..2fba7a547 100644 --- a/src/ips_options/extract.cc +++ b/src/ips_options/extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/extract.h b/src/ips_options/extract.h index 918399ffb..a6fd1675f 100644 --- a/src/ips_options/extract.h +++ b/src/ips_options/extract.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_ack.cc b/src/ips_options/ips_ack.cc index dcf3df476..98a83cb04 100644 --- a/src/ips_options/ips_ack.cc +++ b/src/ips_options/ips_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_asn1.cc b/src/ips_options/ips_asn1.cc index b9cb456a5..426300828 100644 --- a/src/ips_options/ips_asn1.cc +++ b/src/ips_options/ips_asn1.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_base64.cc b/src/ips_options/ips_base64.cc index fc9ccdac1..c78104327 100644 --- a/src/ips_options/ips_base64.cc +++ b/src/ips_options/ips_base64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_ber_data.cc b/src/ips_options/ips_ber_data.cc index 554d09ef3..c62b7c2d4 100644 --- a/src/ips_options/ips_ber_data.cc +++ b/src/ips_options/ips_ber_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_ber_skip.cc b/src/ips_options/ips_ber_skip.cc index 742199bad..0d305ab99 100644 --- a/src/ips_options/ips_ber_skip.cc +++ b/src/ips_options/ips_ber_skip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_bufferlen.cc b/src/ips_options/ips_bufferlen.cc index d7bedd665..fdb53a49b 100644 --- a/src/ips_options/ips_bufferlen.cc +++ b/src/ips_options/ips_bufferlen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_byte_extract.cc b/src/ips_options/ips_byte_extract.cc index 05a7ead42..0e0717540 100644 --- a/src/ips_options/ips_byte_extract.cc +++ b/src/ips_options/ips_byte_extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_byte_jump.cc b/src/ips_options/ips_byte_jump.cc index e44048127..6931e426d 100644 --- a/src/ips_options/ips_byte_jump.cc +++ b/src/ips_options/ips_byte_jump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_byte_math.cc b/src/ips_options/ips_byte_math.cc index 4869212fa..02aefcd28 100644 --- a/src/ips_options/ips_byte_math.cc +++ b/src/ips_options/ips_byte_math.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_byte_test.cc b/src/ips_options/ips_byte_test.cc index 6bcced7aa..0a25f4181 100644 --- a/src/ips_options/ips_byte_test.cc +++ b/src/ips_options/ips_byte_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_classtype.cc b/src/ips_options/ips_classtype.cc index 3f7164be8..403f38c36 100644 --- a/src/ips_options/ips_classtype.cc +++ b/src/ips_options/ips_classtype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_content.cc b/src/ips_options/ips_content.cc index ff284357f..29877d810 100644 --- a/src/ips_options/ips_content.cc +++ b/src/ips_options/ips_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_cvs.cc b/src/ips_options/ips_cvs.cc index 51973a0a4..efed00056 100644 --- a/src/ips_options/ips_cvs.cc +++ b/src/ips_options/ips_cvs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_detection_filter.cc b/src/ips_options/ips_detection_filter.cc index 17a857453..8ee3c2510 100644 --- a/src/ips_options/ips_detection_filter.cc +++ b/src/ips_options/ips_detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_dsize.cc b/src/ips_options/ips_dsize.cc index 93b1151ed..dc62fa2d8 100644 --- a/src/ips_options/ips_dsize.cc +++ b/src/ips_options/ips_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_enable.cc b/src/ips_options/ips_enable.cc index 062d753a0..bb5cac22b 100644 --- a/src/ips_options/ips_enable.cc +++ b/src/ips_options/ips_enable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_file_data.cc b/src/ips_options/ips_file_data.cc index 76a320f67..ecdf3e9c6 100644 --- a/src/ips_options/ips_file_data.cc +++ b/src/ips_options/ips_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_file_type.cc b/src/ips_options/ips_file_type.cc index 25aca6b9b..80bb4031e 100644 --- a/src/ips_options/ips_file_type.cc +++ b/src/ips_options/ips_file_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_flags.cc b/src/ips_options/ips_flags.cc index 9f4e2998c..8ffd6f5e0 100644 --- a/src/ips_options/ips_flags.cc +++ b/src/ips_options/ips_flags.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_flow.cc b/src/ips_options/ips_flow.cc index 6408418ac..10f38f6f4 100644 --- a/src/ips_options/ips_flow.cc +++ b/src/ips_options/ips_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_flowbits.cc b/src/ips_options/ips_flowbits.cc index e1d95a48b..e3f7638b6 100644 --- a/src/ips_options/ips_flowbits.cc +++ b/src/ips_options/ips_flowbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_flowbits.h b/src/ips_options/ips_flowbits.h index f5051e086..caaee5766 100644 --- a/src/ips_options/ips_flowbits.h +++ b/src/ips_options/ips_flowbits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_fragbits.cc b/src/ips_options/ips_fragbits.cc index 42ee6eb04..cb8cc9a43 100644 --- a/src/ips_options/ips_fragbits.cc +++ b/src/ips_options/ips_fragbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_fragoffset.cc b/src/ips_options/ips_fragoffset.cc index 7efcfcef6..af9f22988 100644 --- a/src/ips_options/ips_fragoffset.cc +++ b/src/ips_options/ips_fragoffset.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_gid.cc b/src/ips_options/ips_gid.cc index 8b98de585..8f9ce5ab2 100644 --- a/src/ips_options/ips_gid.cc +++ b/src/ips_options/ips_gid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_hash.cc b/src/ips_options/ips_hash.cc index 214a5ad45..e2003f9e9 100644 --- a/src/ips_options/ips_hash.cc +++ b/src/ips_options/ips_hash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_icmp_id.cc b/src/ips_options/ips_icmp_id.cc index e89bde3ae..21c960fc6 100644 --- a/src/ips_options/ips_icmp_id.cc +++ b/src/ips_options/ips_icmp_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_icmp_seq.cc b/src/ips_options/ips_icmp_seq.cc index fff474c9c..f0c794d13 100644 --- a/src/ips_options/ips_icmp_seq.cc +++ b/src/ips_options/ips_icmp_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_icode.cc b/src/ips_options/ips_icode.cc index ddf2d94e7..c16f78547 100644 --- a/src/ips_options/ips_icode.cc +++ b/src/ips_options/ips_icode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_id.cc b/src/ips_options/ips_id.cc index b4f83a81a..bce0b406b 100644 --- a/src/ips_options/ips_id.cc +++ b/src/ips_options/ips_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_ip_proto.cc b/src/ips_options/ips_ip_proto.cc index 5fe150ead..b050992e3 100644 --- a/src/ips_options/ips_ip_proto.cc +++ b/src/ips_options/ips_ip_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_ipopts.cc b/src/ips_options/ips_ipopts.cc index d05015ce9..739f586fd 100644 --- a/src/ips_options/ips_ipopts.cc +++ b/src/ips_options/ips_ipopts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_isdataat.cc b/src/ips_options/ips_isdataat.cc index 0c5c572ec..3fac166c7 100644 --- a/src/ips_options/ips_isdataat.cc +++ b/src/ips_options/ips_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/ips_itype.cc b/src/ips_options/ips_itype.cc index 9fc4de5f3..7489c1871 100644 --- a/src/ips_options/ips_itype.cc +++ b/src/ips_options/ips_itype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_luajit.cc b/src/ips_options/ips_luajit.cc index 3be72fec6..b1a1cd174 100644 --- a/src/ips_options/ips_luajit.cc +++ b/src/ips_options/ips_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_metadata.cc b/src/ips_options/ips_metadata.cc index 68fab67f9..8bdc0ab91 100644 --- a/src/ips_options/ips_metadata.cc +++ b/src/ips_options/ips_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_msg.cc b/src/ips_options/ips_msg.cc index 7164ea7ed..38b358211 100644 --- a/src/ips_options/ips_msg.cc +++ b/src/ips_options/ips_msg.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_options.cc b/src/ips_options/ips_options.cc index a140ee8bb..31fcb2bb1 100644 --- a/src/ips_options/ips_options.cc +++ b/src/ips_options/ips_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_options.h b/src/ips_options/ips_options.h index 3245b1c52..d0b2969bd 100644 --- a/src/ips_options/ips_options.h +++ b/src/ips_options/ips_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_pcre.cc b/src/ips_options/ips_pcre.cc index 4b4465b7e..dfa8cd4fb 100644 --- a/src/ips_options/ips_pcre.cc +++ b/src/ips_options/ips_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // Copyright (C) 2003 Brian Caswell // Copyright (C) 2003 Michael J. Pomraning diff --git a/src/ips_options/ips_pkt_data.cc b/src/ips_options/ips_pkt_data.cc index 5191c89e3..ff87c0542 100644 --- a/src/ips_options/ips_pkt_data.cc +++ b/src/ips_options/ips_pkt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_priority.cc b/src/ips_options/ips_priority.cc index 894a924ac..7170232cc 100644 --- a/src/ips_options/ips_priority.cc +++ b/src/ips_options/ips_priority.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_raw_data.cc b/src/ips_options/ips_raw_data.cc index b3eef4e8f..b2976d0e2 100644 --- a/src/ips_options/ips_raw_data.cc +++ b/src/ips_options/ips_raw_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_reference.cc b/src/ips_options/ips_reference.cc index c842cff37..2a801cc8a 100644 --- a/src/ips_options/ips_reference.cc +++ b/src/ips_options/ips_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_regex.cc b/src/ips_options/ips_regex.cc index d0492b7a9..21617a4f3 100644 --- a/src/ips_options/ips_regex.cc +++ b/src/ips_options/ips_regex.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_rem.cc b/src/ips_options/ips_rem.cc index 92cc8b901..b5af2f103 100644 --- a/src/ips_options/ips_rem.cc +++ b/src/ips_options/ips_rem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_replace.cc b/src/ips_options/ips_replace.cc index 5f56cd8e2..e443e49d4 100644 --- a/src/ips_options/ips_replace.cc +++ b/src/ips_options/ips_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/ips_options/ips_rev.cc b/src/ips_options/ips_rev.cc index 47f205308..cbba85139 100644 --- a/src/ips_options/ips_rev.cc +++ b/src/ips_options/ips_rev.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_rpc.cc b/src/ips_options/ips_rpc.cc index 7e66eed5c..a35f76db6 100644 --- a/src/ips_options/ips_rpc.cc +++ b/src/ips_options/ips_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_sd_pattern.cc b/src/ips_options/ips_sd_pattern.cc index 544e2d034..d5000bdd7 100644 --- a/src/ips_options/ips_sd_pattern.cc +++ b/src/ips_options/ips_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_seq.cc b/src/ips_options/ips_seq.cc index 771e9c5e5..81b771a97 100644 --- a/src/ips_options/ips_seq.cc +++ b/src/ips_options/ips_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_service.cc b/src/ips_options/ips_service.cc index 446bb5de3..be6db34f8 100644 --- a/src/ips_options/ips_service.cc +++ b/src/ips_options/ips_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_sid.cc b/src/ips_options/ips_sid.cc index 3c35dd39d..f9084169f 100644 --- a/src/ips_options/ips_sid.cc +++ b/src/ips_options/ips_sid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_so.cc b/src/ips_options/ips_so.cc index ddc002261..32e1d8dd1 100644 --- a/src/ips_options/ips_so.cc +++ b/src/ips_options/ips_so.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_soid.cc b/src/ips_options/ips_soid.cc index 4b19024ce..2a720ea73 100644 --- a/src/ips_options/ips_soid.cc +++ b/src/ips_options/ips_soid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_tag.cc b/src/ips_options/ips_tag.cc index e96ac3055..96962c586 100644 --- a/src/ips_options/ips_tag.cc +++ b/src/ips_options/ips_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_target.cc b/src/ips_options/ips_target.cc index 18a294344..5075c78d9 100644 --- a/src/ips_options/ips_target.cc +++ b/src/ips_options/ips_target.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_tos.cc b/src/ips_options/ips_tos.cc index 46b995c05..a749610a9 100644 --- a/src/ips_options/ips_tos.cc +++ b/src/ips_options/ips_tos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_ttl.cc b/src/ips_options/ips_ttl.cc index b88146999..0c500ab49 100644 --- a/src/ips_options/ips_ttl.cc +++ b/src/ips_options/ips_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_vba_data.cc b/src/ips_options/ips_vba_data.cc index 0a3c6f7ff..1a049507c 100644 --- a/src/ips_options/ips_vba_data.cc +++ b/src/ips_options/ips_vba_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_vba_data.h b/src/ips_options/ips_vba_data.h index 67b8d30a4..ead07a3b5 100644 --- a/src/ips_options/ips_vba_data.h +++ b/src/ips_options/ips_vba_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_window.cc b/src/ips_options/ips_window.cc index c176ac7aa..ad3836f04 100644 --- a/src/ips_options/ips_window.cc +++ b/src/ips_options/ips_window.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/sd_credit_card.cc b/src/ips_options/sd_credit_card.cc index 62dff059e..1d7826ea4 100644 --- a/src/ips_options/sd_credit_card.cc +++ b/src/ips_options/sd_credit_card.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/sd_credit_card.h b/src/ips_options/sd_credit_card.h index be0136fd3..28aa4f464 100644 --- a/src/ips_options/sd_credit_card.h +++ b/src/ips_options/sd_credit_card.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ips_options/test/ips_regex_test.cc b/src/ips_options/test/ips_regex_test.cc index a6b1236b6..e84e187fc 100644 --- a/src/ips_options/test/ips_regex_test.cc +++ b/src/ips_options/test/ips_regex_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_config.h b/src/latency/latency_config.h index 28f2caf38..cc4862b2d 100644 --- a/src/latency/latency_config.h +++ b/src/latency/latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_module.cc b/src/latency/latency_module.cc index 9a89161d3..4915f5ab6 100644 --- a/src/latency/latency_module.cc +++ b/src/latency/latency_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_module.h b/src/latency/latency_module.h index 0796a5abf..cfc168e72 100644 --- a/src/latency/latency_module.h +++ b/src/latency/latency_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_rules.h b/src/latency/latency_rules.h index cdcf16c14..06ed285ca 100644 --- a/src/latency/latency_rules.h +++ b/src/latency/latency_rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_stats.h b/src/latency/latency_stats.h index 9146e7176..4f1dd7c65 100644 --- a/src/latency/latency_stats.h +++ b/src/latency/latency_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_timer.h b/src/latency/latency_timer.h index 330ecdabc..3dec58b22 100644 --- a/src/latency/latency_timer.h +++ b/src/latency/latency_timer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/latency_util.h b/src/latency/latency_util.h index be3f40f17..1db5060bd 100644 --- a/src/latency/latency_util.h +++ b/src/latency/latency_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/packet_latency.cc b/src/latency/packet_latency.cc index 84ce294fd..733a9ad89 100644 --- a/src/latency/packet_latency.cc +++ b/src/latency/packet_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/packet_latency.h b/src/latency/packet_latency.h index 03242ff4b..e5d967e95 100644 --- a/src/latency/packet_latency.h +++ b/src/latency/packet_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/packet_latency_config.h b/src/latency/packet_latency_config.h index 06628294c..222b1fa87 100644 --- a/src/latency/packet_latency_config.h +++ b/src/latency/packet_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency.cc b/src/latency/rule_latency.cc index caa7aebf1..224e27f74 100644 --- a/src/latency/rule_latency.cc +++ b/src/latency/rule_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency.h b/src/latency/rule_latency.h index 47820a8c6..464b0e1b0 100644 --- a/src/latency/rule_latency.h +++ b/src/latency/rule_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency_config.h b/src/latency/rule_latency_config.h index 8a9304121..38c04414d 100644 --- a/src/latency/rule_latency_config.h +++ b/src/latency/rule_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/latency/rule_latency_state.h b/src/latency/rule_latency_state.h index 0dcc51d73..38403c3a3 100644 --- a/src/latency/rule_latency_state.h +++ b/src/latency/rule_latency_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/log.cc b/src/log/log.cc index e1a23f6d5..a83a0453c 100644 --- a/src/log/log.cc +++ b/src/log/log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/log/log.h b/src/log/log.h index b0271febc..49e476a7e 100644 --- a/src/log/log.h +++ b/src/log/log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/log/log_text.cc b/src/log/log_text.cc index be739cd8a..653002967 100644 --- a/src/log/log_text.cc +++ b/src/log/log_text.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/log_text.h b/src/log/log_text.h index 530a97e0e..d91cb44cd 100644 --- a/src/log/log_text.h +++ b/src/log/log_text.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/messages.cc b/src/log/messages.cc index 56be484b0..b8c224d22 100644 --- a/src/log/messages.cc +++ b/src/log/messages.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/messages.h b/src/log/messages.h index 44d0fd42d..e2bdaf89b 100644 --- a/src/log/messages.h +++ b/src/log/messages.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/log/obfuscator.cc b/src/log/obfuscator.cc index a0dfb2753..1b5685407 100644 --- a/src/log/obfuscator.cc +++ b/src/log/obfuscator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/obfuscator.h b/src/log/obfuscator.h index 03fdf5273..3ef60bd0d 100644 --- a/src/log/obfuscator.h +++ b/src/log/obfuscator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/test/obfuscator_test.cc b/src/log/test/obfuscator_test.cc index d5e3c32ee..8fbe636a4 100644 --- a/src/log/test/obfuscator_test.cc +++ b/src/log/test/obfuscator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/text_log.cc b/src/log/text_log.cc index fe120e02f..d4c9862ee 100644 --- a/src/log/text_log.cc +++ b/src/log/text_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/text_log.h b/src/log/text_log.h index c1b3b2153..9d00dd87c 100644 --- a/src/log/text_log.h +++ b/src/log/text_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/log/u2_packet.cc b/src/log/u2_packet.cc index cd035aa1a..0e0e75c5a 100644 --- a/src/log/u2_packet.cc +++ b/src/log/u2_packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/u2_packet.h b/src/log/u2_packet.h index 50e41dd6a..585cc9a9c 100644 --- a/src/log/u2_packet.h +++ b/src/log/u2_packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/log/unified2.h b/src/log/unified2.h index f50fdd78e..4589139a7 100644 --- a/src/log/unified2.h +++ b/src/log/unified2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/loggers/alert_csv.cc b/src/loggers/alert_csv.cc index 87dfe53ab..118ea3454 100644 --- a/src/loggers/alert_csv.cc +++ b/src/loggers/alert_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_fast.cc b/src/loggers/alert_fast.cc index b0f62b5e2..150144a89 100644 --- a/src/loggers/alert_fast.cc +++ b/src/loggers/alert_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/src/loggers/alert_full.cc b/src/loggers/alert_full.cc index 8e63f4aff..90741c75d 100644 --- a/src/loggers/alert_full.cc +++ b/src/loggers/alert_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/src/loggers/alert_json.cc b/src/loggers/alert_json.cc index 3c3596758..5bc6422f3 100644 --- a/src/loggers/alert_json.cc +++ b/src/loggers/alert_json.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_luajit.cc b/src/loggers/alert_luajit.cc index 0783e2fd5..61f6c0c77 100644 --- a/src/loggers/alert_luajit.cc +++ b/src/loggers/alert_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_syslog.cc b/src/loggers/alert_syslog.cc index 1ca842622..dd5b9378d 100644 --- a/src/loggers/alert_syslog.cc +++ b/src/loggers/alert_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/loggers/alert_talos.cc b/src/loggers/alert_talos.cc index 2ff14773c..48c2bc00d 100644 --- a/src/loggers/alert_talos.cc +++ b/src/loggers/alert_talos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_unixsock.cc b/src/loggers/alert_unixsock.cc index 648dea9c9..eeb319447 100644 --- a/src/loggers/alert_unixsock.cc +++ b/src/loggers/alert_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/src/loggers/log_codecs.cc b/src/loggers/log_codecs.cc index e2dd6d257..f38f1e9be 100644 --- a/src/loggers/log_codecs.cc +++ b/src/loggers/log_codecs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/log_hext.cc b/src/loggers/log_hext.cc index 4df68f6f8..4f7773d91 100644 --- a/src/loggers/log_hext.cc +++ b/src/loggers/log_hext.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/log_pcap.cc b/src/loggers/log_pcap.cc index 65676bd8e..cf611532a 100644 --- a/src/loggers/log_pcap.cc +++ b/src/loggers/log_pcap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/loggers/loggers.cc b/src/loggers/loggers.cc index 07bd431c4..ebebef390 100644 --- a/src/loggers/loggers.cc +++ b/src/loggers/loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/loggers.h b/src/loggers/loggers.h index 6a91949d6..86a031560 100644 --- a/src/loggers/loggers.h +++ b/src/loggers/loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/loggers/unified2.cc b/src/loggers/unified2.cc index 030bfc579..d21f26677 100644 --- a/src/loggers/unified2.cc +++ b/src/loggers/unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/lua/lua.cc b/src/lua/lua.cc index 925b00bd6..f33516bdd 100644 --- a/src/lua/lua.cc +++ b/src/lua/lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua.h b/src/lua/lua.h index dd67aca3a..1019df71b 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_arg.h b/src/lua/lua_arg.h index c0b1d3695..24210a194 100644 --- a/src/lua/lua_arg.h +++ b/src/lua/lua_arg.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_iface.h b/src/lua/lua_iface.h index ec19b5af8..b3ffc1167 100644 --- a/src/lua/lua_iface.h +++ b/src/lua/lua_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_ref.cc b/src/lua/lua_ref.cc index a3eca5d41..92584b23f 100644 --- a/src/lua/lua_ref.cc +++ b/src/lua/lua_ref.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_ref.h b/src/lua/lua_ref.h index fada38f41..2ac21c7cc 100644 --- a/src/lua/lua_ref.h +++ b/src/lua/lua_ref.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_script.h b/src/lua/lua_script.h index 06ee6a5ec..107a5db99 100644 --- a/src/lua/lua_script.h +++ b/src/lua/lua_script.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_stack.h b/src/lua/lua_stack.h index b9fbdfff1..5704a25e9 100644 --- a/src/lua/lua_stack.h +++ b/src/lua/lua_stack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_table.h b/src/lua/lua_table.h index e5dabdaa9..69f87031a 100644 --- a/src/lua/lua_table.h +++ b/src/lua/lua_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_util.cc b/src/lua/lua_util.cc index eb8cdef69..fa055f8f8 100644 --- a/src/lua/lua_util.cc +++ b/src/lua/lua_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_util.h b/src/lua/lua_util.h index e89ca2657..fec6f1c72 100644 --- a/src/lua/lua_util.h +++ b/src/lua/lua_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/test/lua_stack_test.cc b/src/lua/test/lua_stack_test.cc index 4e104c27b..02c60ac5d 100644 --- a/src/lua/test/lua_stack_test.cc +++ b/src/lua/test/lua_stack_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/test/lua_test_common.h b/src/lua/test/lua_test_common.h index cce4c2c29..9a4013548 100644 --- a/src/lua/test/lua_test_common.h +++ b/src/lua/test/lua_test_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main.cc b/src/main.cc index 2530b874d..44b6ab670 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main.h b/src/main.h index 94cca638c..14cbf7a4e 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/ac_shell_cmd.cc b/src/main/ac_shell_cmd.cc index 7b61026eb..7b44a58be 100644 --- a/src/main/ac_shell_cmd.cc +++ b/src/main/ac_shell_cmd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/ac_shell_cmd.h b/src/main/ac_shell_cmd.h index 54e9d1241..47cf77a9c 100644 --- a/src/main/ac_shell_cmd.h +++ b/src/main/ac_shell_cmd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/analyzer.cc b/src/main/analyzer.cc index 8a08e503f..aa8f137b5 100644 --- a/src/main/analyzer.cc +++ b/src/main/analyzer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/analyzer.h b/src/main/analyzer.h index e2d984763..bd6c5b0ef 100644 --- a/src/main/analyzer.h +++ b/src/main/analyzer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/analyzer_command.cc b/src/main/analyzer_command.cc index e32928a16..726e4f8a3 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/analyzer_command.h b/src/main/analyzer_command.h index 5dc8b3755..f2e4fa08c 100644 --- a/src/main/analyzer_command.h +++ b/src/main/analyzer_command.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/bootstrap.lua b/src/main/bootstrap.lua index 278121379..3afcb10d5 100644 --- a/src/main/bootstrap.lua +++ b/src/main/bootstrap.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you can redistribute it and/or modify it -- under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/finalize.lua b/src/main/finalize.lua index 9b06e0cec..420f7cd28 100644 --- a/src/main/finalize.lua +++ b/src/main/finalize.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you can redistribute it and/or modify it -- under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/help.cc b/src/main/help.cc index 6497d3170..0d4fc3157 100644 --- a/src/main/help.cc +++ b/src/main/help.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/help.h b/src/main/help.h index e6caf9f3d..599ea3963 100644 --- a/src/main/help.h +++ b/src/main/help.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/modules.cc b/src/main/modules.cc index dec205545..07b71f33b 100644 --- a/src/main/modules.cc +++ b/src/main/modules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/modules.h b/src/main/modules.h index 75f0ccb30..eea47e81e 100644 --- a/src/main/modules.h +++ b/src/main/modules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/oops_handler.cc b/src/main/oops_handler.cc index 6b1fba701..47b2fb821 100644 --- a/src/main/oops_handler.cc +++ b/src/main/oops_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/oops_handler.h b/src/main/oops_handler.h index d80e2129f..b9b5bbdc5 100644 --- a/src/main/oops_handler.h +++ b/src/main/oops_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/policy.cc b/src/main/policy.cc index 7680beea9..440e09746 100644 --- a/src/main/policy.cc +++ b/src/main/policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/policy.h b/src/main/policy.h index 1dbd08117..ebdf7ed7b 100644 --- a/src/main/policy.h +++ b/src/main/policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/reload_tracker.cc b/src/main/reload_tracker.cc index 6c07c3285..8ca021d90 100644 --- a/src/main/reload_tracker.cc +++ b/src/main/reload_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/reload_tracker.h b/src/main/reload_tracker.h index 043e0f8f3..edc0b37c3 100644 --- a/src/main/reload_tracker.h +++ b/src/main/reload_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/shell.cc b/src/main/shell.cc index 1936074e1..483912eee 100644 --- a/src/main/shell.cc +++ b/src/main/shell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/shell.h b/src/main/shell.h index 93d0b804a..a4a329304 100644 --- a/src/main/shell.h +++ b/src/main/shell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/snort.cc b/src/main/snort.cc index 10e5daac6..a0bae63c0 100644 --- a/src/main/snort.cc +++ b/src/main/snort.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/snort.h b/src/main/snort.h index 0c0d782c2..ee5edb9da 100644 --- a/src/main/snort.h +++ b/src/main/snort.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // Copyright (C) 1998-2005 Martin Roesch // diff --git a/src/main/snort_config.cc b/src/main/snort_config.cc index 5d379a669..89d0e8c48 100644 --- a/src/main/snort_config.cc +++ b/src/main/snort_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/snort_config.h b/src/main/snort_config.h index ecacaa642..75b18b299 100644 --- a/src/main/snort_config.h +++ b/src/main/snort_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/snort_debug.cc b/src/main/snort_debug.cc index 9d13bc8eb..7b53c43ab 100644 --- a/src/main/snort_debug.cc +++ b/src/main/snort_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/main/snort_debug.h b/src/main/snort_debug.h index 0b163f6f8..cce96afa5 100644 --- a/src/main/snort_debug.h +++ b/src/main/snort_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/main/snort_module.cc b/src/main/snort_module.cc index 360c9a47e..0c8b464c7 100644 --- a/src/main/snort_module.cc +++ b/src/main/snort_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/snort_module.h b/src/main/snort_module.h index 6f99f0be8..8573e8383 100644 --- a/src/main/snort_module.h +++ b/src/main/snort_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/snort_types.h b/src/main/snort_types.h index 2e577ec3d..5ec0972b4 100644 --- a/src/main/snort_types.h +++ b/src/main/snort_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/swapper.cc b/src/main/swapper.cc index db69b8e05..853f4e46a 100644 --- a/src/main/swapper.cc +++ b/src/main/swapper.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/swapper.h b/src/main/swapper.h index 722d90300..ffe7c9d69 100644 --- a/src/main/swapper.h +++ b/src/main/swapper.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/test/distill_verdict_test.cc b/src/main/test/distill_verdict_test.cc index 377bf90eb..9c426cbb5 100644 --- a/src/main/test/distill_verdict_test.cc +++ b/src/main/test/distill_verdict_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/test/stubs.h b/src/main/test/stubs.h index a2e466df4..41416d947 100644 --- a/src/main/test/stubs.h +++ b/src/main/test/stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/thread.cc b/src/main/thread.cc index d749a6690..348371980 100644 --- a/src/main/thread.cc +++ b/src/main/thread.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/thread.h b/src/main/thread.h index a1719e4bb..5bc795ad8 100644 --- a/src/main/thread.h +++ b/src/main/thread.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/thread_config.cc b/src/main/thread_config.cc index 91664bc14..7740d5dcd 100644 --- a/src/main/thread_config.cc +++ b/src/main/thread_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/thread_config.h b/src/main/thread_config.h index 98cec1484..8c945d744 100644 --- a/src/main/thread_config.h +++ b/src/main/thread_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/action_manager.cc b/src/managers/action_manager.cc index c15f5f304..013ae7118 100644 --- a/src/managers/action_manager.cc +++ b/src/managers/action_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/action_manager.h b/src/managers/action_manager.h index 0c297fedb..fb55a5b17 100644 --- a/src/managers/action_manager.h +++ b/src/managers/action_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/codec_manager.cc b/src/managers/codec_manager.cc index 5ab8bfa1b..6bb5310f3 100644 --- a/src/managers/codec_manager.cc +++ b/src/managers/codec_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/codec_manager.h b/src/managers/codec_manager.h index b6a77d7fb..e723bf93e 100644 --- a/src/managers/codec_manager.h +++ b/src/managers/codec_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/connector_manager.cc b/src/managers/connector_manager.cc index 302246409..feb63162f 100644 --- a/src/managers/connector_manager.cc +++ b/src/managers/connector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/connector_manager.h b/src/managers/connector_manager.h index b3e123093..511a6cb48 100644 --- a/src/managers/connector_manager.h +++ b/src/managers/connector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/coreinit.lua b/src/managers/coreinit.lua index b98bbda07..effcd2501 100644 --- a/src/managers/coreinit.lua +++ b/src/managers/coreinit.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you can redistribute it and/or modify it -- under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/event_manager.cc b/src/managers/event_manager.cc index c44106cb3..e1373c37c 100644 --- a/src/managers/event_manager.cc +++ b/src/managers/event_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/event_manager.h b/src/managers/event_manager.h index 5ddd7f5c2..373995f30 100644 --- a/src/managers/event_manager.h +++ b/src/managers/event_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/inspector_manager.cc b/src/managers/inspector_manager.cc index 5eca04b48..f43453ff7 100644 --- a/src/managers/inspector_manager.cc +++ b/src/managers/inspector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/inspector_manager.h b/src/managers/inspector_manager.h index da76869a2..0d6a33cd1 100644 --- a/src/managers/inspector_manager.h +++ b/src/managers/inspector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/ips_manager.cc b/src/managers/ips_manager.cc index 91805a293..22753c8b5 100644 --- a/src/managers/ips_manager.cc +++ b/src/managers/ips_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/ips_manager.h b/src/managers/ips_manager.h index f9bfe7efe..f3c008605 100644 --- a/src/managers/ips_manager.h +++ b/src/managers/ips_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/lua_plugin_defs.h b/src/managers/lua_plugin_defs.h index 4efc683dd..4886b05d4 100644 --- a/src/managers/lua_plugin_defs.h +++ b/src/managers/lua_plugin_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/module_manager.cc b/src/managers/module_manager.cc index 4a1e35b6a..888507266 100644 --- a/src/managers/module_manager.cc +++ b/src/managers/module_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/module_manager.h b/src/managers/module_manager.h index 9c4386c50..2dcd3f79e 100644 --- a/src/managers/module_manager.h +++ b/src/managers/module_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/mpse_manager.cc b/src/managers/mpse_manager.cc index c333cb927..f3ecd1595 100644 --- a/src/managers/mpse_manager.cc +++ b/src/managers/mpse_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/mpse_manager.h b/src/managers/mpse_manager.h index ca7d50fca..89d0edc91 100644 --- a/src/managers/mpse_manager.h +++ b/src/managers/mpse_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/plugin_manager.cc b/src/managers/plugin_manager.cc index 14ae9f28d..204380340 100644 --- a/src/managers/plugin_manager.cc +++ b/src/managers/plugin_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/plugin_manager.h b/src/managers/plugin_manager.h index 7d44b4ed7..082942569 100644 --- a/src/managers/plugin_manager.h +++ b/src/managers/plugin_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/policy_selector_manager.cc b/src/managers/policy_selector_manager.cc index 27df15f01..299b2403e 100644 --- a/src/managers/policy_selector_manager.cc +++ b/src/managers/policy_selector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/policy_selector_manager.h b/src/managers/policy_selector_manager.h index 27bc5fddc..20b1f4a04 100644 --- a/src/managers/policy_selector_manager.h +++ b/src/managers/policy_selector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/script_manager.cc b/src/managers/script_manager.cc index d6deb2aed..c885ed905 100644 --- a/src/managers/script_manager.cc +++ b/src/managers/script_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/script_manager.h b/src/managers/script_manager.h index c354bad25..5235e24e0 100644 --- a/src/managers/script_manager.h +++ b/src/managers/script_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/so_manager.cc b/src/managers/so_manager.cc index 90cfe7e24..35b90f053 100644 --- a/src/managers/so_manager.cc +++ b/src/managers/so_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/so_manager.h b/src/managers/so_manager.h index cb4109850..a286d8ea2 100644 --- a/src/managers/so_manager.h +++ b/src/managers/so_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_allocator.cc b/src/memory/memory_allocator.cc index 502962054..18a463b74 100644 --- a/src/memory/memory_allocator.cc +++ b/src/memory/memory_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_allocator.h b/src/memory/memory_allocator.h index 10c4a85dc..f86753f8c 100644 --- a/src/memory/memory_allocator.h +++ b/src/memory/memory_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_cap.cc b/src/memory/memory_cap.cc index 684f90a05..fd803321c 100644 --- a/src/memory/memory_cap.cc +++ b/src/memory/memory_cap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_cap.h b/src/memory/memory_cap.h index 1f7ece093..53fa5f4df 100644 --- a/src/memory/memory_cap.h +++ b/src/memory/memory_cap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_config.h b/src/memory/memory_config.h index 45c0c4d99..395178401 100644 --- a/src/memory/memory_config.h +++ b/src/memory/memory_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_manager.cc b/src/memory/memory_manager.cc index 070c9fb67..81b357193 100644 --- a/src/memory/memory_manager.cc +++ b/src/memory/memory_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_module.cc b/src/memory/memory_module.cc index 31152168a..5cf307953 100644 --- a/src/memory/memory_module.cc +++ b/src/memory/memory_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_module.h b/src/memory/memory_module.h index 456f23241..b3116649f 100644 --- a/src/memory/memory_module.h +++ b/src/memory/memory_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/prune_handler.cc b/src/memory/prune_handler.cc index c8b949a87..4c454a4ff 100644 --- a/src/memory/prune_handler.cc +++ b/src/memory/prune_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/prune_handler.h b/src/memory/prune_handler.h index 2bde83b3c..cb1343d66 100644 --- a/src/memory/prune_handler.h +++ b/src/memory/prune_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_b64.cc b/src/mime/decode_b64.cc index 067db6316..36b925c10 100644 --- a/src/mime/decode_b64.cc +++ b/src/mime/decode_b64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_b64.h b/src/mime/decode_b64.h index 11ab61ba0..bdb3d6a16 100644 --- a/src/mime/decode_b64.h +++ b/src/mime/decode_b64.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_base.cc b/src/mime/decode_base.cc index eb4354c32..74052cddd 100644 --- a/src/mime/decode_base.cc +++ b/src/mime/decode_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_base.h b/src/mime/decode_base.h index fc097eaa4..d3d7cd73e 100644 --- a/src/mime/decode_base.h +++ b/src/mime/decode_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_bit.cc b/src/mime/decode_bit.cc index bfefa91f8..a9260c5dd 100644 --- a/src/mime/decode_bit.cc +++ b/src/mime/decode_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_bit.h b/src/mime/decode_bit.h index 3cd41207b..af8dbd802 100644 --- a/src/mime/decode_bit.h +++ b/src/mime/decode_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_buffer.cc b/src/mime/decode_buffer.cc index f44ee018e..0986bbb33 100644 --- a/src/mime/decode_buffer.cc +++ b/src/mime/decode_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_buffer.h b/src/mime/decode_buffer.h index bb7b50fc5..45c3ead5d 100644 --- a/src/mime/decode_buffer.h +++ b/src/mime/decode_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_qp.cc b/src/mime/decode_qp.cc index 111087b85..156bef0c1 100644 --- a/src/mime/decode_qp.cc +++ b/src/mime/decode_qp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_qp.h b/src/mime/decode_qp.h index 7d8b630d7..808d4eb45 100644 --- a/src/mime/decode_qp.h +++ b/src/mime/decode_qp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/decode_uu.cc b/src/mime/decode_uu.cc index b6c450b50..f6e4be918 100644 --- a/src/mime/decode_uu.cc +++ b/src/mime/decode_uu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/decode_uu.h b/src/mime/decode_uu.h index fb261c70b..ad922d335 100644 --- a/src/mime/decode_uu.h +++ b/src/mime/decode_uu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_config.cc b/src/mime/file_mime_config.cc index 0dface366..59df61464 100644 --- a/src/mime/file_mime_config.cc +++ b/src/mime/file_mime_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_config.h b/src/mime/file_mime_config.h index 4ab94eecb..d0b3f9408 100644 --- a/src/mime/file_mime_config.h +++ b/src/mime/file_mime_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_context_data.cc b/src/mime/file_mime_context_data.cc index c78590f81..58b438f8b 100644 --- a/src/mime/file_mime_context_data.cc +++ b/src/mime/file_mime_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_context_data.h b/src/mime/file_mime_context_data.h index 646fe454e..caca97f7d 100644 --- a/src/mime/file_mime_context_data.h +++ b/src/mime/file_mime_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_decode.cc b/src/mime/file_mime_decode.cc index 8fef717c5..6e301f33b 100644 --- a/src/mime/file_mime_decode.cc +++ b/src/mime/file_mime_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_decode.h b/src/mime/file_mime_decode.h index df0218e68..e19d109e0 100644 --- a/src/mime/file_mime_decode.h +++ b/src/mime/file_mime_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_log.cc b/src/mime/file_mime_log.cc index 5ab68398d..a84521443 100644 --- a/src/mime/file_mime_log.cc +++ b/src/mime/file_mime_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_log.h b/src/mime/file_mime_log.h index f514a4776..80fd69d1f 100644 --- a/src/mime/file_mime_log.h +++ b/src/mime/file_mime_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_paf.cc b/src/mime/file_mime_paf.cc index 0f1382437..d040cd87b 100644 --- a/src/mime/file_mime_paf.cc +++ b/src/mime/file_mime_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_paf.h b/src/mime/file_mime_paf.h index c649f7e32..8ba513a3c 100644 --- a/src/mime/file_mime_paf.h +++ b/src/mime/file_mime_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/mime/file_mime_process.cc b/src/mime/file_mime_process.cc index e9d24336f..6f1750030 100644 --- a/src/mime/file_mime_process.cc +++ b/src/mime/file_mime_process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/mime/file_mime_process.h b/src/mime/file_mime_process.h index c3cb527f7..67599df8d 100644 --- a/src/mime/file_mime_process.h +++ b/src/mime/file_mime_process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/app_info_table.cc b/src/network_inspectors/appid/app_info_table.cc index 08fc48106..4cc357126 100644 --- a/src/network_inspectors/appid/app_info_table.cc +++ b/src/network_inspectors/appid/app_info_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/app_info_table.h b/src/network_inspectors/appid/app_info_table.h index fe0aa9627..47f71c7e3 100644 --- a/src/network_inspectors/appid/app_info_table.h +++ b/src/network_inspectors/appid/app_info_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_api.cc b/src/network_inspectors/appid/appid_api.cc index ae1c455e8..245423009 100644 --- a/src/network_inspectors/appid/appid_api.cc +++ b/src/network_inspectors/appid/appid_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_api.h b/src/network_inspectors/appid/appid_api.h index 94d592971..f59562c91 100644 --- a/src/network_inspectors/appid/appid_api.h +++ b/src/network_inspectors/appid/appid_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_app_descriptor.cc b/src/network_inspectors/appid/appid_app_descriptor.cc index c9e5352f4..4bd63fc18 100644 --- a/src/network_inspectors/appid/appid_app_descriptor.cc +++ b/src/network_inspectors/appid/appid_app_descriptor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. //-------------------------------------------------------------------------- // appid_app_descriptor.cc author Shravan Rangaraju diff --git a/src/network_inspectors/appid/appid_app_descriptor.h b/src/network_inspectors/appid/appid_app_descriptor.h index 17f0d7df9..57822661d 100644 --- a/src/network_inspectors/appid/appid_app_descriptor.h +++ b/src/network_inspectors/appid/appid_app_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_config.cc b/src/network_inspectors/appid/appid_config.cc index 8bcca664a..a4257625b 100644 --- a/src/network_inspectors/appid/appid_config.cc +++ b/src/network_inspectors/appid/appid_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_config.h b/src/network_inspectors/appid/appid_config.h index f44c06e5a..f954da94c 100644 --- a/src/network_inspectors/appid/appid_config.h +++ b/src/network_inspectors/appid/appid_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_data_decrypt_event_handler.h b/src/network_inspectors/appid/appid_data_decrypt_event_handler.h index 41b3e9483..15c06af34 100644 --- a/src/network_inspectors/appid/appid_data_decrypt_event_handler.h +++ b/src/network_inspectors/appid/appid_data_decrypt_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_dcerpc_event_handler.h b/src/network_inspectors/appid/appid_dcerpc_event_handler.h index 12eeb82a1..cc8026500 100644 --- a/src/network_inspectors/appid/appid_dcerpc_event_handler.h +++ b/src/network_inspectors/appid/appid_dcerpc_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_debug.cc b/src/network_inspectors/appid/appid_debug.cc index eee1f72c1..938e4f4f5 100644 --- a/src/network_inspectors/appid/appid_debug.cc +++ b/src/network_inspectors/appid/appid_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_debug.h b/src/network_inspectors/appid/appid_debug.h index fe0404ea0..a1c086803 100644 --- a/src/network_inspectors/appid/appid_debug.h +++ b/src/network_inspectors/appid/appid_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_detector.cc b/src/network_inspectors/appid/appid_detector.cc index 14a29a0a2..237558a39 100644 --- a/src/network_inspectors/appid/appid_detector.cc +++ b/src/network_inspectors/appid/appid_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_detector.h b/src/network_inspectors/appid/appid_detector.h index 738ca7db7..c43ed67d6 100644 --- a/src/network_inspectors/appid/appid_detector.h +++ b/src/network_inspectors/appid/appid_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_discovery.cc b/src/network_inspectors/appid/appid_discovery.cc index 0df7d941e..1aa54d6aa 100644 --- a/src/network_inspectors/appid/appid_discovery.cc +++ b/src/network_inspectors/appid/appid_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_discovery.h b/src/network_inspectors/appid/appid_discovery.h index f8d9451fd..c4fe30cfe 100644 --- a/src/network_inspectors/appid/appid_discovery.h +++ b/src/network_inspectors/appid/appid_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_dns_session.h b/src/network_inspectors/appid/appid_dns_session.h index 512b38bcf..9534fdc54 100644 --- a/src/network_inspectors/appid/appid_dns_session.h +++ b/src/network_inspectors/appid/appid_dns_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_efp_process_event_handler.cc b/src/network_inspectors/appid/appid_efp_process_event_handler.cc index 46a7429bb..a8e4bdb0b 100644 --- a/src/network_inspectors/appid/appid_efp_process_event_handler.cc +++ b/src/network_inspectors/appid/appid_efp_process_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_efp_process_event_handler.h b/src/network_inspectors/appid/appid_efp_process_event_handler.h index e5fbe28ea..165f6517f 100644 --- a/src/network_inspectors/appid/appid_efp_process_event_handler.h +++ b/src/network_inspectors/appid/appid_efp_process_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_ha.cc b/src/network_inspectors/appid/appid_ha.cc index 9f2fbd14d..edcee9b10 100644 --- a/src/network_inspectors/appid/appid_ha.cc +++ b/src/network_inspectors/appid/appid_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_ha.h b/src/network_inspectors/appid/appid_ha.h index 2d4a16254..9222023dd 100644 --- a/src/network_inspectors/appid/appid_ha.h +++ b/src/network_inspectors/appid/appid_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http2_req_body_event_handler.h b/src/network_inspectors/appid/appid_http2_req_body_event_handler.h index 115d54217..f4e6e4dbf 100644 --- a/src/network_inspectors/appid/appid_http2_req_body_event_handler.h +++ b/src/network_inspectors/appid/appid_http2_req_body_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_event_handler.cc b/src/network_inspectors/appid/appid_http_event_handler.cc index be93e9155..a5cdf5ab9 100644 --- a/src/network_inspectors/appid/appid_http_event_handler.cc +++ b/src/network_inspectors/appid/appid_http_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_event_handler.h b/src/network_inspectors/appid/appid_http_event_handler.h index 7b82d4cad..1904b6909 100644 --- a/src/network_inspectors/appid/appid_http_event_handler.h +++ b/src/network_inspectors/appid/appid_http_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_session.cc b/src/network_inspectors/appid/appid_http_session.cc index 094af1d8f..e358ece03 100644 --- a/src/network_inspectors/appid/appid_http_session.cc +++ b/src/network_inspectors/appid/appid_http_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_http_session.h b/src/network_inspectors/appid/appid_http_session.h index 04d518736..2c7d80bac 100644 --- a/src/network_inspectors/appid/appid_http_session.h +++ b/src/network_inspectors/appid/appid_http_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_inspector.cc b/src/network_inspectors/appid/appid_inspector.cc index 9d9bf96c1..a6f90629d 100644 --- a/src/network_inspectors/appid/appid_inspector.cc +++ b/src/network_inspectors/appid/appid_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_inspector.h b/src/network_inspectors/appid/appid_inspector.h index c853d5a66..2ff92ee10 100644 --- a/src/network_inspectors/appid/appid_inspector.h +++ b/src/network_inspectors/appid/appid_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_module.cc b/src/network_inspectors/appid/appid_module.cc index b2bc54b67..abe438ada 100644 --- a/src/network_inspectors/appid/appid_module.cc +++ b/src/network_inspectors/appid/appid_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_module.h b/src/network_inspectors/appid/appid_module.h index ee31207f4..ce59a8c10 100644 --- a/src/network_inspectors/appid/appid_module.h +++ b/src/network_inspectors/appid/appid_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h b/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h index a47f03b5f..64ba8d94e 100644 --- a/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h +++ b/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_peg_counts.cc b/src/network_inspectors/appid/appid_peg_counts.cc index 7644ded58..2c87d2ff4 100644 --- a/src/network_inspectors/appid/appid_peg_counts.cc +++ b/src/network_inspectors/appid/appid_peg_counts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_peg_counts.h b/src/network_inspectors/appid/appid_peg_counts.h index f4004ff57..4d80e0174 100644 --- a/src/network_inspectors/appid/appid_peg_counts.h +++ b/src/network_inspectors/appid/appid_peg_counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_service_event_handler.cc b/src/network_inspectors/appid/appid_service_event_handler.cc index 6be33be16..34d73db6d 100644 --- a/src/network_inspectors/appid/appid_service_event_handler.cc +++ b/src/network_inspectors/appid/appid_service_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_service_event_handler.h b/src/network_inspectors/appid/appid_service_event_handler.h index a8ae433eb..85d1506f4 100644 --- a/src/network_inspectors/appid/appid_service_event_handler.h +++ b/src/network_inspectors/appid/appid_service_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_session.cc b/src/network_inspectors/appid/appid_session.cc index d81cd9684..d302887c8 100644 --- a/src/network_inspectors/appid/appid_session.cc +++ b/src/network_inspectors/appid/appid_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_session.h b/src/network_inspectors/appid/appid_session.h index b95c6e4d5..9877c4988 100644 --- a/src/network_inspectors/appid/appid_session.h +++ b/src/network_inspectors/appid/appid_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_session_api.cc b/src/network_inspectors/appid/appid_session_api.cc index d3d2dfec5..2a194e2c4 100644 --- a/src/network_inspectors/appid/appid_session_api.cc +++ b/src/network_inspectors/appid/appid_session_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_session_api.h b/src/network_inspectors/appid/appid_session_api.h index 3dfed7e16..27dea5dcf 100644 --- a/src/network_inspectors/appid/appid_session_api.h +++ b/src/network_inspectors/appid/appid_session_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_ssh_event_handler.cc b/src/network_inspectors/appid/appid_ssh_event_handler.cc index fe994f7ed..0308c4765 100644 --- a/src/network_inspectors/appid/appid_ssh_event_handler.cc +++ b/src/network_inspectors/appid/appid_ssh_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_ssh_event_handler.h b/src/network_inspectors/appid/appid_ssh_event_handler.h index 5ad70b0a5..70645ef7a 100644 --- a/src/network_inspectors/appid/appid_ssh_event_handler.h +++ b/src/network_inspectors/appid/appid_ssh_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_stats.cc b/src/network_inspectors/appid/appid_stats.cc index e780f448e..d10f3cb2c 100644 --- a/src/network_inspectors/appid/appid_stats.cc +++ b/src/network_inspectors/appid/appid_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_stats.h b/src/network_inspectors/appid/appid_stats.h index e32f8d939..e0b0a58ed 100644 --- a/src/network_inspectors/appid/appid_stats.h +++ b/src/network_inspectors/appid/appid_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_types.h b/src/network_inspectors/appid/appid_types.h index 58e2157c2..1162a223c 100644 --- a/src/network_inspectors/appid/appid_types.h +++ b/src/network_inspectors/appid/appid_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/ip_funcs.h b/src/network_inspectors/appid/appid_utils/ip_funcs.h index 62e38ad79..76b192479 100644 --- a/src/network_inspectors/appid/appid_utils/ip_funcs.h +++ b/src/network_inspectors/appid/appid_utils/ip_funcs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/sf_mlmp.cc b/src/network_inspectors/appid/appid_utils/sf_mlmp.cc index c106bbd17..319fcaea8 100644 --- a/src/network_inspectors/appid/appid_utils/sf_mlmp.cc +++ b/src/network_inspectors/appid/appid_utils/sf_mlmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_utils/sf_mlmp.h b/src/network_inspectors/appid/appid_utils/sf_mlmp.h index 06df72312..d495e2864 100644 --- a/src/network_inspectors/appid/appid_utils/sf_mlmp.h +++ b/src/network_inspectors/appid/appid_utils/sf_mlmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/application_ids.h b/src/network_inspectors/appid/application_ids.h index 48deec361..8ad49b095 100644 --- a/src/network_inspectors/appid/application_ids.h +++ b/src/network_inspectors/appid/application_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit.cc b/src/network_inspectors/appid/client_plugins/client_app_bit.cc index fdfedca2a..77573bd82 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit.h b/src/network_inspectors/appid/client_plugins/client_app_bit.h index bfeefedd9..fd56de341 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit.h +++ b/src/network_inspectors/appid/client_plugins/client_app_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc index 9e10e33a0..7ac5d8f51 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h index eeb4751bf..82419d467 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h +++ b/src/network_inspectors/appid/client_plugins/client_app_bit_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_msn.cc b/src/network_inspectors/appid/client_plugins/client_app_msn.cc index 1607dd214..45ecc04d4 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_msn.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_msn.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_msn.h b/src/network_inspectors/appid/client_plugins/client_app_msn.h index 973747bea..0e71c62ea 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_msn.h +++ b/src/network_inspectors/appid/client_plugins/client_app_msn.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_rtp.cc b/src/network_inspectors/appid/client_plugins/client_app_rtp.cc index 9b1bc2853..110f09857 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_rtp.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_rtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_rtp.h b/src/network_inspectors/appid/client_plugins/client_app_rtp.h index a174e0bc8..21fcae51c 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_rtp.h +++ b/src/network_inspectors/appid/client_plugins/client_app_rtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc index 6831076a6..7aea0be20 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h index 0f68e1664..61d0ef2c3 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h +++ b/src/network_inspectors/appid/client_plugins/client_app_timbuktu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_tns.cc b/src/network_inspectors/appid/client_plugins/client_app_tns.cc index b5edff947..181b4fe81 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_tns.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_tns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_tns.h b/src/network_inspectors/appid/client_plugins/client_app_tns.h index ac9014ad6..5135d7b00 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_tns.h +++ b/src/network_inspectors/appid/client_plugins/client_app_tns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_vnc.cc b/src/network_inspectors/appid/client_plugins/client_app_vnc.cc index 78393ae6f..e74765a0e 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_vnc.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_vnc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_app_vnc.h b/src/network_inspectors/appid/client_plugins/client_app_vnc.h index b6c12c59d..67f98a640 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_vnc.h +++ b/src/network_inspectors/appid/client_plugins/client_app_vnc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_detector.cc b/src/network_inspectors/appid/client_plugins/client_detector.cc index 8aa302f39..8087421e0 100644 --- a/src/network_inspectors/appid/client_plugins/client_detector.cc +++ b/src/network_inspectors/appid/client_plugins/client_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_detector.h b/src/network_inspectors/appid/client_plugins/client_detector.h index 97e959959..4be6b85ee 100644 --- a/src/network_inspectors/appid/client_plugins/client_detector.h +++ b/src/network_inspectors/appid/client_plugins/client_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_discovery.cc b/src/network_inspectors/appid/client_plugins/client_discovery.cc index 9ca686607..3e7482093 100644 --- a/src/network_inspectors/appid/client_plugins/client_discovery.cc +++ b/src/network_inspectors/appid/client_plugins/client_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/client_discovery.h b/src/network_inspectors/appid/client_plugins/client_discovery.h index a99985bc9..58782f482 100644 --- a/src/network_inspectors/appid/client_plugins/client_discovery.h +++ b/src/network_inspectors/appid/client_plugins/client_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/client_plugins/efp_ca_patterns.cc b/src/network_inspectors/appid/client_plugins/efp_ca_patterns.cc index fab0bfe8c..ee047867c 100644 --- a/src/network_inspectors/appid/client_plugins/efp_ca_patterns.cc +++ b/src/network_inspectors/appid/client_plugins/efp_ca_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/client_plugins/efp_ca_patterns.h b/src/network_inspectors/appid/client_plugins/efp_ca_patterns.h index 53cded9f9..dca3167ec 100644 --- a/src/network_inspectors/appid/client_plugins/efp_ca_patterns.h +++ b/src/network_inspectors/appid/client_plugins/efp_ca_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h b/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h index 373b760d9..892440618 100644 --- a/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h +++ b/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/client_plugins/test/efp_ca_patterns_test.cc b/src/network_inspectors/appid/client_plugins/test/efp_ca_patterns_test.cc index add4f1aa3..a8946cba9 100644 --- a/src/network_inspectors/appid/client_plugins/test/efp_ca_patterns_test.cc +++ b/src/network_inspectors/appid/client_plugins/test/efp_ca_patterns_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/detector_dns.cc b/src/network_inspectors/appid/detector_plugins/detector_dns.cc index fd33cb34d..ac630c88f 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_dns.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_dns.h b/src/network_inspectors/appid/detector_plugins/detector_dns.h index d0b965c20..8b4664796 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_dns.h +++ b/src/network_inspectors/appid/detector_plugins/detector_dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_imap.cc b/src/network_inspectors/appid/detector_plugins/detector_imap.cc index beab8606c..ced8f4ee6 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_imap.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_imap.h b/src/network_inspectors/appid/detector_plugins/detector_imap.h index 3ec0d35cc..0085a1035 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_imap.h +++ b/src/network_inspectors/appid/detector_plugins/detector_imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc b/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc index 014417e0a..4bafbc2a2 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_kerberos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_kerberos.h b/src/network_inspectors/appid/detector_plugins/detector_kerberos.h index 5bcea61be..27041eae5 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_kerberos.h +++ b/src/network_inspectors/appid/detector_plugins/detector_kerberos.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pattern.cc b/src/network_inspectors/appid/detector_plugins/detector_pattern.cc index 62d03620a..dff7e0e24 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pattern.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pattern.h b/src/network_inspectors/appid/detector_plugins/detector_pattern.h index c46e96789..1a22a3c3a 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pattern.h +++ b/src/network_inspectors/appid/detector_plugins/detector_pattern.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pop3.cc b/src/network_inspectors/appid/detector_plugins/detector_pop3.cc index 4763ab167..bbe62cb0e 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pop3.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_pop3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_pop3.h b/src/network_inspectors/appid/detector_plugins/detector_pop3.h index 210628a03..637cc9fc8 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_pop3.h +++ b/src/network_inspectors/appid/detector_plugins/detector_pop3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_sip.cc b/src/network_inspectors/appid/detector_plugins/detector_sip.cc index 3342c6a79..c36ae7a80 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_sip.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_sip.h b/src/network_inspectors/appid/detector_plugins/detector_sip.h index f14cbda4b..ae1d269c2 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_sip.h +++ b/src/network_inspectors/appid/detector_plugins/detector_sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_smtp.cc b/src/network_inspectors/appid/detector_plugins/detector_smtp.cc index 5c4903a85..dd8bcf796 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_smtp.cc +++ b/src/network_inspectors/appid/detector_plugins/detector_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/detector_smtp.h b/src/network_inspectors/appid/detector_plugins/detector_smtp.h index 3a2c512b8..c82d34f4d 100644 --- a/src/network_inspectors/appid/detector_plugins/detector_smtp.h +++ b/src/network_inspectors/appid/detector_plugins/detector_smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/dns_patterns.cc b/src/network_inspectors/appid/detector_plugins/dns_patterns.cc index d7eb01707..0068d1743 100644 --- a/src/network_inspectors/appid/detector_plugins/dns_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/dns_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/dns_patterns.h b/src/network_inspectors/appid/detector_plugins/dns_patterns.h index a84e66dfe..82b61d851 100644 --- a/src/network_inspectors/appid/detector_plugins/dns_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/dns_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc b/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc index caf00e59b..267937c1f 100644 --- a/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/http_url_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/http_url_patterns.h b/src/network_inspectors/appid/detector_plugins/http_url_patterns.h index fc95ba8ee..542b2df69 100644 --- a/src/network_inspectors/appid/detector_plugins/http_url_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/http_url_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/detector_plugins/sip_patterns.cc b/src/network_inspectors/appid/detector_plugins/sip_patterns.cc index e990f6669..6475e1a54 100644 --- a/src/network_inspectors/appid/detector_plugins/sip_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/sip_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/sip_patterns.h b/src/network_inspectors/appid/detector_plugins/sip_patterns.h index 8c44c7aba..59d185db0 100644 --- a/src/network_inspectors/appid/detector_plugins/sip_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/sip_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc b/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc index 451822e44..da555cc93 100644 --- a/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/ssh_patterns.h b/src/network_inspectors/appid/detector_plugins/ssh_patterns.h index 00dd5d77a..231b3b1ec 100644 --- a/src/network_inspectors/appid/detector_plugins/ssh_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/ssh_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/ssl_patterns.cc b/src/network_inspectors/appid/detector_plugins/ssl_patterns.cc index 96d4d6f44..626d273c8 100644 --- a/src/network_inspectors/appid/detector_plugins/ssl_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/ssl_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/ssl_patterns.h b/src/network_inspectors/appid/detector_plugins/ssl_patterns.h index 0f4a0d1d5..6f4b729eb 100644 --- a/src/network_inspectors/appid/detector_plugins/ssl_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/ssl_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/test/detector_plugins_mock.h b/src/network_inspectors/appid/detector_plugins/test/detector_plugins_mock.h index 932f2f615..0a6356a00 100644 --- a/src/network_inspectors/appid/detector_plugins/test/detector_plugins_mock.h +++ b/src/network_inspectors/appid/detector_plugins/test/detector_plugins_mock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc b/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc index fe7359693..236e7d282 100644 --- a/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc +++ b/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc b/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc index 30ce4ba31..56f8e382f 100644 --- a/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc +++ b/src/network_inspectors/appid/detector_plugins/test/detector_smtp_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/test/http_url_patterns_test.cc b/src/network_inspectors/appid/detector_plugins/test/http_url_patterns_test.cc index ac3cfce5d..79ed8240a 100644 --- a/src/network_inspectors/appid/detector_plugins/test/http_url_patterns_test.cc +++ b/src/network_inspectors/appid/detector_plugins/test/http_url_patterns_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/host_port_app_cache.cc b/src/network_inspectors/appid/host_port_app_cache.cc index ea31c42af..616f979e2 100644 --- a/src/network_inspectors/appid/host_port_app_cache.cc +++ b/src/network_inspectors/appid/host_port_app_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/host_port_app_cache.h b/src/network_inspectors/appid/host_port_app_cache.h index d60f14389..62ae8b578 100644 --- a/src/network_inspectors/appid/host_port_app_cache.h +++ b/src/network_inspectors/appid/host_port_app_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/ips_appid_option.cc b/src/network_inspectors/appid/ips_appid_option.cc index 127416710..5fe37644d 100644 --- a/src/network_inspectors/appid/ips_appid_option.cc +++ b/src/network_inspectors/appid/ips_appid_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/length_app_cache.h b/src/network_inspectors/appid/length_app_cache.h index bf5d3ee66..d10060ddf 100644 --- a/src/network_inspectors/appid/length_app_cache.h +++ b/src/network_inspectors/appid/length_app_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_api.cc b/src/network_inspectors/appid/lua_detector_api.cc index 5d4caad85..2f20579ad 100644 --- a/src/network_inspectors/appid/lua_detector_api.cc +++ b/src/network_inspectors/appid/lua_detector_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_api.h b/src/network_inspectors/appid/lua_detector_api.h index 61d1db4f1..8d849689c 100644 --- a/src/network_inspectors/appid/lua_detector_api.h +++ b/src/network_inspectors/appid/lua_detector_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_flow_api.cc b/src/network_inspectors/appid/lua_detector_flow_api.cc index 72e763d23..da4dabbe9 100644 --- a/src/network_inspectors/appid/lua_detector_flow_api.cc +++ b/src/network_inspectors/appid/lua_detector_flow_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_flow_api.h b/src/network_inspectors/appid/lua_detector_flow_api.h index 4ad5d1d06..849f13ad1 100644 --- a/src/network_inspectors/appid/lua_detector_flow_api.h +++ b/src/network_inspectors/appid/lua_detector_flow_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_module.cc b/src/network_inspectors/appid/lua_detector_module.cc index 31af1003b..d9414813e 100644 --- a/src/network_inspectors/appid/lua_detector_module.cc +++ b/src/network_inspectors/appid/lua_detector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_module.h b/src/network_inspectors/appid/lua_detector_module.h index f85e1cfb7..d380f8bee 100644 --- a/src/network_inspectors/appid/lua_detector_module.h +++ b/src/network_inspectors/appid/lua_detector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/lua_detector_util.h b/src/network_inspectors/appid/lua_detector_util.h index e30df2c3c..2fb09630a 100644 --- a/src/network_inspectors/appid/lua_detector_util.h +++ b/src/network_inspectors/appid/lua_detector_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/dcerpc.cc b/src/network_inspectors/appid/service_plugins/dcerpc.cc index adbcb1608..917bd3078 100644 --- a/src/network_inspectors/appid/service_plugins/dcerpc.cc +++ b/src/network_inspectors/appid/service_plugins/dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/dcerpc.h b/src/network_inspectors/appid/service_plugins/dcerpc.h index ae4e68525..a2fe494a5 100644 --- a/src/network_inspectors/appid/service_plugins/dcerpc.h +++ b/src/network_inspectors/appid/service_plugins/dcerpc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bgp.cc b/src/network_inspectors/appid/service_plugins/service_bgp.cc index b8d71584d..3f4ceb75e 100644 --- a/src/network_inspectors/appid/service_plugins/service_bgp.cc +++ b/src/network_inspectors/appid/service_plugins/service_bgp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bgp.h b/src/network_inspectors/appid/service_plugins/service_bgp.h index 8f14c6b13..43e28b325 100644 --- a/src/network_inspectors/appid/service_plugins/service_bgp.h +++ b/src/network_inspectors/appid/service_plugins/service_bgp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bit.cc b/src/network_inspectors/appid/service_plugins/service_bit.cc index 859b4cb5c..aed6c119b 100644 --- a/src/network_inspectors/appid/service_plugins/service_bit.cc +++ b/src/network_inspectors/appid/service_plugins/service_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bit.h b/src/network_inspectors/appid/service_plugins/service_bit.h index a5127617d..4a4113b47 100644 --- a/src/network_inspectors/appid/service_plugins/service_bit.h +++ b/src/network_inspectors/appid/service_plugins/service_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bootp.cc b/src/network_inspectors/appid/service_plugins/service_bootp.cc index f57b60242..060970d85 100644 --- a/src/network_inspectors/appid/service_plugins/service_bootp.cc +++ b/src/network_inspectors/appid/service_plugins/service_bootp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_bootp.h b/src/network_inspectors/appid/service_plugins/service_bootp.h index 8c3ac604b..66572dbf1 100644 --- a/src/network_inspectors/appid/service_plugins/service_bootp.h +++ b/src/network_inspectors/appid/service_plugins/service_bootp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_dcerpc.cc b/src/network_inspectors/appid/service_plugins/service_dcerpc.cc index a0be8bfbe..83e20ecad 100644 --- a/src/network_inspectors/appid/service_plugins/service_dcerpc.cc +++ b/src/network_inspectors/appid/service_plugins/service_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_dcerpc.h b/src/network_inspectors/appid/service_plugins/service_dcerpc.h index f49ed849a..184ba9c1d 100644 --- a/src/network_inspectors/appid/service_plugins/service_dcerpc.h +++ b/src/network_inspectors/appid/service_plugins/service_dcerpc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_detector.cc b/src/network_inspectors/appid/service_plugins/service_detector.cc index e2ad0039f..af9aff23b 100644 --- a/src/network_inspectors/appid/service_plugins/service_detector.cc +++ b/src/network_inspectors/appid/service_plugins/service_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_detector.h b/src/network_inspectors/appid/service_plugins/service_detector.h index f7cfa23e2..5de4e6423 100644 --- a/src/network_inspectors/appid/service_plugins/service_detector.h +++ b/src/network_inspectors/appid/service_plugins/service_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_discovery.cc b/src/network_inspectors/appid/service_plugins/service_discovery.cc index f038848ab..884ea2b5d 100644 --- a/src/network_inspectors/appid/service_plugins/service_discovery.cc +++ b/src/network_inspectors/appid/service_plugins/service_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_discovery.h b/src/network_inspectors/appid/service_plugins/service_discovery.h index 200cb141e..c05bf5be7 100644 --- a/src/network_inspectors/appid/service_plugins/service_discovery.h +++ b/src/network_inspectors/appid/service_plugins/service_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ftp.cc b/src/network_inspectors/appid/service_plugins/service_ftp.cc index 4bc1742bc..e324ee29d 100644 --- a/src/network_inspectors/appid/service_plugins/service_ftp.cc +++ b/src/network_inspectors/appid/service_plugins/service_ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ftp.h b/src/network_inspectors/appid/service_plugins/service_ftp.h index 82b55fd52..c446b821d 100644 --- a/src/network_inspectors/appid/service_plugins/service_ftp.h +++ b/src/network_inspectors/appid/service_plugins/service_ftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_irc.cc b/src/network_inspectors/appid/service_plugins/service_irc.cc index 23cf431e8..4f9a78ce5 100644 --- a/src/network_inspectors/appid/service_plugins/service_irc.cc +++ b/src/network_inspectors/appid/service_plugins/service_irc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_irc.h b/src/network_inspectors/appid/service_plugins/service_irc.h index 4421c48d9..9842fda26 100644 --- a/src/network_inspectors/appid/service_plugins/service_irc.h +++ b/src/network_inspectors/appid/service_plugins/service_irc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_lpr.cc b/src/network_inspectors/appid/service_plugins/service_lpr.cc index e4c2d67a5..d9f2b050e 100644 --- a/src/network_inspectors/appid/service_plugins/service_lpr.cc +++ b/src/network_inspectors/appid/service_plugins/service_lpr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_lpr.h b/src/network_inspectors/appid/service_plugins/service_lpr.h index f4a69f893..2d2b23476 100644 --- a/src/network_inspectors/appid/service_plugins/service_lpr.h +++ b/src/network_inspectors/appid/service_plugins/service_lpr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mdns.cc b/src/network_inspectors/appid/service_plugins/service_mdns.cc index a6b95396a..107506398 100644 --- a/src/network_inspectors/appid/service_plugins/service_mdns.cc +++ b/src/network_inspectors/appid/service_plugins/service_mdns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mdns.h b/src/network_inspectors/appid/service_plugins/service_mdns.h index 7ad100e6a..074089b9d 100644 --- a/src/network_inspectors/appid/service_plugins/service_mdns.h +++ b/src/network_inspectors/appid/service_plugins/service_mdns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mysql.cc b/src/network_inspectors/appid/service_plugins/service_mysql.cc index e5add2e32..7b59b764c 100644 --- a/src/network_inspectors/appid/service_plugins/service_mysql.cc +++ b/src/network_inspectors/appid/service_plugins/service_mysql.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_mysql.h b/src/network_inspectors/appid/service_plugins/service_mysql.h index 3780b0e3c..6bb3c5bee 100644 --- a/src/network_inspectors/appid/service_plugins/service_mysql.h +++ b/src/network_inspectors/appid/service_plugins/service_mysql.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_netbios.cc b/src/network_inspectors/appid/service_plugins/service_netbios.cc index e5a9739ec..d22b89af0 100644 --- a/src/network_inspectors/appid/service_plugins/service_netbios.cc +++ b/src/network_inspectors/appid/service_plugins/service_netbios.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_netbios.h b/src/network_inspectors/appid/service_plugins/service_netbios.h index 7f1054a33..304d6f908 100644 --- a/src/network_inspectors/appid/service_plugins/service_netbios.h +++ b/src/network_inspectors/appid/service_plugins/service_netbios.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_nntp.cc b/src/network_inspectors/appid/service_plugins/service_nntp.cc index 341388dec..ddd7b5491 100644 --- a/src/network_inspectors/appid/service_plugins/service_nntp.cc +++ b/src/network_inspectors/appid/service_plugins/service_nntp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_nntp.h b/src/network_inspectors/appid/service_plugins/service_nntp.h index 0b90e5cb0..6bd0ff4f1 100644 --- a/src/network_inspectors/appid/service_plugins/service_nntp.h +++ b/src/network_inspectors/appid/service_plugins/service_nntp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ntp.cc b/src/network_inspectors/appid/service_plugins/service_ntp.cc index d14871579..1add4dca6 100644 --- a/src/network_inspectors/appid/service_plugins/service_ntp.cc +++ b/src/network_inspectors/appid/service_plugins/service_ntp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ntp.h b/src/network_inspectors/appid/service_plugins/service_ntp.h index 0f820a41b..d8b37e8da 100644 --- a/src/network_inspectors/appid/service_plugins/service_ntp.h +++ b/src/network_inspectors/appid/service_plugins/service_ntp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_radius.cc b/src/network_inspectors/appid/service_plugins/service_radius.cc index 1d52ac308..e807b598d 100644 --- a/src/network_inspectors/appid/service_plugins/service_radius.cc +++ b/src/network_inspectors/appid/service_plugins/service_radius.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_radius.h b/src/network_inspectors/appid/service_plugins/service_radius.h index 8bc7e153b..47b85d38a 100644 --- a/src/network_inspectors/appid/service_plugins/service_radius.h +++ b/src/network_inspectors/appid/service_plugins/service_radius.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_regtest.cc b/src/network_inspectors/appid/service_plugins/service_regtest.cc index ef42fe909..fe28fc64b 100644 --- a/src/network_inspectors/appid/service_plugins/service_regtest.cc +++ b/src/network_inspectors/appid/service_plugins/service_regtest.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_plugins/service_regtest.h b/src/network_inspectors/appid/service_plugins/service_regtest.h index 9d7b0e190..e138dc913 100644 --- a/src/network_inspectors/appid/service_plugins/service_regtest.h +++ b/src/network_inspectors/appid/service_plugins/service_regtest.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_plugins/service_rexec.cc b/src/network_inspectors/appid/service_plugins/service_rexec.cc index 6f863b0a5..deb240cec 100644 --- a/src/network_inspectors/appid/service_plugins/service_rexec.cc +++ b/src/network_inspectors/appid/service_plugins/service_rexec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rexec.h b/src/network_inspectors/appid/service_plugins/service_rexec.h index 5d439596a..e0893f398 100644 --- a/src/network_inspectors/appid/service_plugins/service_rexec.h +++ b/src/network_inspectors/appid/service_plugins/service_rexec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rfb.cc b/src/network_inspectors/appid/service_plugins/service_rfb.cc index c81b09221..40bdf9b15 100644 --- a/src/network_inspectors/appid/service_plugins/service_rfb.cc +++ b/src/network_inspectors/appid/service_plugins/service_rfb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rfb.h b/src/network_inspectors/appid/service_plugins/service_rfb.h index d276be6e3..6a6bb36ad 100644 --- a/src/network_inspectors/appid/service_plugins/service_rfb.h +++ b/src/network_inspectors/appid/service_plugins/service_rfb.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rlogin.cc b/src/network_inspectors/appid/service_plugins/service_rlogin.cc index 260f24270..5c465393f 100644 --- a/src/network_inspectors/appid/service_plugins/service_rlogin.cc +++ b/src/network_inspectors/appid/service_plugins/service_rlogin.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rlogin.h b/src/network_inspectors/appid/service_plugins/service_rlogin.h index 9b6138d4c..7017db6fe 100644 --- a/src/network_inspectors/appid/service_plugins/service_rlogin.h +++ b/src/network_inspectors/appid/service_plugins/service_rlogin.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rpc.cc b/src/network_inspectors/appid/service_plugins/service_rpc.cc index 3f5cf97b3..a52b8627d 100644 --- a/src/network_inspectors/appid/service_plugins/service_rpc.cc +++ b/src/network_inspectors/appid/service_plugins/service_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rpc.h b/src/network_inspectors/appid/service_plugins/service_rpc.h index 0ab1d9954..ac655ffc9 100644 --- a/src/network_inspectors/appid/service_plugins/service_rpc.h +++ b/src/network_inspectors/appid/service_plugins/service_rpc.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rshell.cc b/src/network_inspectors/appid/service_plugins/service_rshell.cc index 68b00ca79..da2561608 100644 --- a/src/network_inspectors/appid/service_plugins/service_rshell.cc +++ b/src/network_inspectors/appid/service_plugins/service_rshell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rshell.h b/src/network_inspectors/appid/service_plugins/service_rshell.h index 2da5ae7e0..f9a659fe6 100644 --- a/src/network_inspectors/appid/service_plugins/service_rshell.h +++ b/src/network_inspectors/appid/service_plugins/service_rshell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rsync.cc b/src/network_inspectors/appid/service_plugins/service_rsync.cc index 2aebe8532..79e190003 100644 --- a/src/network_inspectors/appid/service_plugins/service_rsync.cc +++ b/src/network_inspectors/appid/service_plugins/service_rsync.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rsync.h b/src/network_inspectors/appid/service_plugins/service_rsync.h index 40fb87676..4aa4351df 100644 --- a/src/network_inspectors/appid/service_plugins/service_rsync.h +++ b/src/network_inspectors/appid/service_plugins/service_rsync.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rtmp.cc b/src/network_inspectors/appid/service_plugins/service_rtmp.cc index 9b4ee4e0c..11b065798 100644 --- a/src/network_inspectors/appid/service_plugins/service_rtmp.cc +++ b/src/network_inspectors/appid/service_plugins/service_rtmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_rtmp.h b/src/network_inspectors/appid/service_plugins/service_rtmp.h index d19019916..e9d72e7e3 100644 --- a/src/network_inspectors/appid/service_plugins/service_rtmp.h +++ b/src/network_inspectors/appid/service_plugins/service_rtmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_snmp.cc b/src/network_inspectors/appid/service_plugins/service_snmp.cc index dcb3d93f4..f6d10c911 100644 --- a/src/network_inspectors/appid/service_plugins/service_snmp.cc +++ b/src/network_inspectors/appid/service_plugins/service_snmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_snmp.h b/src/network_inspectors/appid/service_plugins/service_snmp.h index c10c1ed35..2c2c34975 100644 --- a/src/network_inspectors/appid/service_plugins/service_snmp.h +++ b/src/network_inspectors/appid/service_plugins/service_snmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ssl.cc b/src/network_inspectors/appid/service_plugins/service_ssl.cc index 0a4d2dd0b..69a168911 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssl.cc +++ b/src/network_inspectors/appid/service_plugins/service_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_ssl.h b/src/network_inspectors/appid/service_plugins/service_ssl.h index ff52dc40c..b056f2ea8 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssl.h +++ b/src/network_inspectors/appid/service_plugins/service_ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_telnet.cc b/src/network_inspectors/appid/service_plugins/service_telnet.cc index 9ee8a09f5..3ee91920f 100644 --- a/src/network_inspectors/appid/service_plugins/service_telnet.cc +++ b/src/network_inspectors/appid/service_plugins/service_telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_telnet.h b/src/network_inspectors/appid/service_plugins/service_telnet.h index 698f09973..8af9888e9 100644 --- a/src/network_inspectors/appid/service_plugins/service_telnet.h +++ b/src/network_inspectors/appid/service_plugins/service_telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tftp.cc b/src/network_inspectors/appid/service_plugins/service_tftp.cc index 88f41c7d0..edbf4a0e5 100644 --- a/src/network_inspectors/appid/service_plugins/service_tftp.cc +++ b/src/network_inspectors/appid/service_plugins/service_tftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tftp.h b/src/network_inspectors/appid/service_plugins/service_tftp.h index cd994d22a..d5527536e 100644 --- a/src/network_inspectors/appid/service_plugins/service_tftp.h +++ b/src/network_inspectors/appid/service_plugins/service_tftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_timbuktu.cc b/src/network_inspectors/appid/service_plugins/service_timbuktu.cc index 3bce0785e..037e8a1ee 100644 --- a/src/network_inspectors/appid/service_plugins/service_timbuktu.cc +++ b/src/network_inspectors/appid/service_plugins/service_timbuktu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_timbuktu.h b/src/network_inspectors/appid/service_plugins/service_timbuktu.h index 5e46e7b3c..d6d0a6364 100644 --- a/src/network_inspectors/appid/service_plugins/service_timbuktu.h +++ b/src/network_inspectors/appid/service_plugins/service_timbuktu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tns.cc b/src/network_inspectors/appid/service_plugins/service_tns.cc index ac2e20dda..5c5334580 100644 --- a/src/network_inspectors/appid/service_plugins/service_tns.cc +++ b/src/network_inspectors/appid/service_plugins/service_tns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/service_tns.h b/src/network_inspectors/appid/service_plugins/service_tns.h index b81cd2695..5267d70a0 100644 --- a/src/network_inspectors/appid/service_plugins/service_tns.h +++ b/src/network_inspectors/appid/service_plugins/service_tns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_plugins/test/service_netbios_test.cc b/src/network_inspectors/appid/service_plugins/test/service_netbios_test.cc index f23ec06a1..626eb8319 100644 --- a/src/network_inspectors/appid/service_plugins/test/service_netbios_test.cc +++ b/src/network_inspectors/appid/service_plugins/test/service_netbios_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_plugins/test/service_plugin_mock.h b/src/network_inspectors/appid/service_plugins/test/service_plugin_mock.h index af0eba7f2..e535be3a3 100644 --- a/src/network_inspectors/appid/service_plugins/test/service_plugin_mock.h +++ b/src/network_inspectors/appid/service_plugins/test/service_plugin_mock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc b/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc index 40614c3ee..0aa9f202c 100644 --- a/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc +++ b/src/network_inspectors/appid/service_plugins/test/service_rsync_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/service_state.cc b/src/network_inspectors/appid/service_state.cc index 17f5ade3c..dafe1f3e9 100644 --- a/src/network_inspectors/appid/service_state.cc +++ b/src/network_inspectors/appid/service_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/service_state.h b/src/network_inspectors/appid/service_state.h index 11090dacc..37171913b 100644 --- a/src/network_inspectors/appid/service_state.h +++ b/src/network_inspectors/appid/service_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/test/app_info_table_test.cc b/src/network_inspectors/appid/test/app_info_table_test.cc index c3a053551..17b0ce6ac 100644 --- a/src/network_inspectors/appid/test/app_info_table_test.cc +++ b/src/network_inspectors/appid/test/app_info_table_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_api_test.cc b/src/network_inspectors/appid/test/appid_api_test.cc index fb610d982..fe6f46c53 100644 --- a/src/network_inspectors/appid/test/appid_api_test.cc +++ b/src/network_inspectors/appid/test/appid_api_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_debug_test.cc b/src/network_inspectors/appid/test/appid_debug_test.cc index cef3da949..346f85be5 100644 --- a/src/network_inspectors/appid/test/appid_debug_test.cc +++ b/src/network_inspectors/appid/test/appid_debug_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_detector_test.cc b/src/network_inspectors/appid/test/appid_detector_test.cc index 9a9edfe7d..cae4b0c2f 100644 --- a/src/network_inspectors/appid/test/appid_detector_test.cc +++ b/src/network_inspectors/appid/test/appid_detector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_discovery_test.cc b/src/network_inspectors/appid/test/appid_discovery_test.cc index 79471860b..dfd74fbba 100644 --- a/src/network_inspectors/appid/test/appid_discovery_test.cc +++ b/src/network_inspectors/appid/test/appid_discovery_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_efp_process_event_handler_test.cc b/src/network_inspectors/appid/test/appid_efp_process_event_handler_test.cc index 1309e6059..9eb612cb2 100644 --- a/src/network_inspectors/appid/test/appid_efp_process_event_handler_test.cc +++ b/src/network_inspectors/appid/test/appid_efp_process_event_handler_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_http_event_test.cc b/src/network_inspectors/appid/test/appid_http_event_test.cc index 220c75fe9..f9418a62d 100644 --- a/src/network_inspectors/appid/test/appid_http_event_test.cc +++ b/src/network_inspectors/appid/test/appid_http_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_http_session_test.cc b/src/network_inspectors/appid/test/appid_http_session_test.cc index acb1f6b81..bfaf60e74 100644 --- a/src/network_inspectors/appid/test/appid_http_session_test.cc +++ b/src/network_inspectors/appid/test/appid_http_session_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_definitions.h b/src/network_inspectors/appid/test/appid_mock_definitions.h index acae461ee..476ad3958 100644 --- a/src/network_inspectors/appid/test/appid_mock_definitions.h +++ b/src/network_inspectors/appid/test/appid_mock_definitions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_flow.h b/src/network_inspectors/appid/test/appid_mock_flow.h index 54a3230fd..1642ad8a9 100644 --- a/src/network_inspectors/appid/test/appid_mock_flow.h +++ b/src/network_inspectors/appid/test/appid_mock_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_http_session.h b/src/network_inspectors/appid/test/appid_mock_http_session.h index d51e10e5c..27fef68ab 100644 --- a/src/network_inspectors/appid/test/appid_mock_http_session.h +++ b/src/network_inspectors/appid/test/appid_mock_http_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_inspector.h b/src/network_inspectors/appid/test/appid_mock_inspector.h index 7b9ec922c..7b8035455 100644 --- a/src/network_inspectors/appid/test/appid_mock_inspector.h +++ b/src/network_inspectors/appid/test/appid_mock_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_mock_session.h b/src/network_inspectors/appid/test/appid_mock_session.h index cc03b14d0..dcbc15e2b 100644 --- a/src/network_inspectors/appid/test/appid_mock_session.h +++ b/src/network_inspectors/appid/test/appid_mock_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/appid_session_api_test.cc b/src/network_inspectors/appid/test/appid_session_api_test.cc index a82f96346..8ad89685f 100644 --- a/src/network_inspectors/appid/test/appid_session_api_test.cc +++ b/src/network_inspectors/appid/test/appid_session_api_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/service_state_test.cc b/src/network_inspectors/appid/test/service_state_test.cc index 522e12dc8..40dfc363e 100644 --- a/src/network_inspectors/appid/test/service_state_test.cc +++ b/src/network_inspectors/appid/test/service_state_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/tp_appid_types_test.cc b/src/network_inspectors/appid/test/tp_appid_types_test.cc index 535075f49..eb76d6a24 100644 --- a/src/network_inspectors/appid/test/tp_appid_types_test.cc +++ b/src/network_inspectors/appid/test/tp_appid_types_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/tp_lib_handler_test.cc b/src/network_inspectors/appid/test/tp_lib_handler_test.cc index af4ac1195..5ff7b6024 100644 --- a/src/network_inspectors/appid/test/tp_lib_handler_test.cc +++ b/src/network_inspectors/appid/test/tp_lib_handler_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/test/tp_mock.cc b/src/network_inspectors/appid/test/tp_mock.cc index 29db0b692..3a6cd2d3c 100644 --- a/src/network_inspectors/appid/test/tp_mock.cc +++ b/src/network_inspectors/appid/test/tp_mock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/tp_appid_module_api.h b/src/network_inspectors/appid/tp_appid_module_api.h index 9ccc6ec3f..c44d665af 100644 --- a/src/network_inspectors/appid/tp_appid_module_api.h +++ b/src/network_inspectors/appid/tp_appid_module_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/tp_appid_session_api.h b/src/network_inspectors/appid/tp_appid_session_api.h index 1c12e5b45..c0fb2fd23 100644 --- a/src/network_inspectors/appid/tp_appid_session_api.h +++ b/src/network_inspectors/appid/tp_appid_session_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/tp_appid_types.h b/src/network_inspectors/appid/tp_appid_types.h index 586f28596..cb2eef427 100644 --- a/src/network_inspectors/appid/tp_appid_types.h +++ b/src/network_inspectors/appid/tp_appid_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/tp_appid_utils.cc b/src/network_inspectors/appid/tp_appid_utils.cc index 62c6bbdd3..35b36879b 100644 --- a/src/network_inspectors/appid/tp_appid_utils.cc +++ b/src/network_inspectors/appid/tp_appid_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/tp_appid_utils.h b/src/network_inspectors/appid/tp_appid_utils.h index bc17e3a70..fb794139d 100644 --- a/src/network_inspectors/appid/tp_appid_utils.h +++ b/src/network_inspectors/appid/tp_appid_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/tp_lib_handler.cc b/src/network_inspectors/appid/tp_lib_handler.cc index 932e7d040..2f0658bc7 100644 --- a/src/network_inspectors/appid/tp_lib_handler.cc +++ b/src/network_inspectors/appid/tp_lib_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/tp_lib_handler.h b/src/network_inspectors/appid/tp_lib_handler.h index 4a10602f3..c9e6f6123 100644 --- a/src/network_inspectors/appid/tp_lib_handler.h +++ b/src/network_inspectors/appid/tp_lib_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/arp_spoof/arp_module.cc b/src/network_inspectors/arp_spoof/arp_module.cc index a459a154b..0a907909c 100644 --- a/src/network_inspectors/arp_spoof/arp_module.cc +++ b/src/network_inspectors/arp_spoof/arp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/arp_spoof/arp_module.h b/src/network_inspectors/arp_spoof/arp_module.h index 81813a5ab..cea5a47cf 100644 --- a/src/network_inspectors/arp_spoof/arp_module.h +++ b/src/network_inspectors/arp_spoof/arp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/arp_spoof/arp_spoof.cc b/src/network_inspectors/arp_spoof/arp_spoof.cc index 8333d3765..ac77ace33 100644 --- a/src/network_inspectors/arp_spoof/arp_spoof.cc +++ b/src/network_inspectors/arp_spoof/arp_spoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // Copyright (C) 2001-2004 Jeff Nathan // diff --git a/src/network_inspectors/binder/bind_module.cc b/src/network_inspectors/binder/bind_module.cc index 8ad488d24..0a444b1ab 100644 --- a/src/network_inspectors/binder/bind_module.cc +++ b/src/network_inspectors/binder/bind_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/bind_module.h b/src/network_inspectors/binder/bind_module.h index 426226229..3b561c72a 100644 --- a/src/network_inspectors/binder/bind_module.h +++ b/src/network_inspectors/binder/bind_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/binder.cc b/src/network_inspectors/binder/binder.cc index c22698802..1fa26e9db 100644 --- a/src/network_inspectors/binder/binder.cc +++ b/src/network_inspectors/binder/binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/binding.cc b/src/network_inspectors/binder/binding.cc index 459e4af06..282bde171 100644 --- a/src/network_inspectors/binder/binding.cc +++ b/src/network_inspectors/binder/binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/binder/binding.h b/src/network_inspectors/binder/binding.h index c9b705ef7..04e62a0e0 100644 --- a/src/network_inspectors/binder/binding.h +++ b/src/network_inspectors/binder/binding.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/network_inspectors.cc b/src/network_inspectors/network_inspectors.cc index 669add068..127f811b6 100644 --- a/src/network_inspectors/network_inspectors.cc +++ b/src/network_inspectors/network_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/network_inspectors.h b/src/network_inspectors/network_inspectors.h index 00ad1f4e3..8d98c2699 100644 --- a/src/network_inspectors/network_inspectors.h +++ b/src/network_inspectors/network_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm.cc b/src/network_inspectors/normalize/norm.cc index 49007235d..3a2100ef6 100644 --- a/src/network_inspectors/normalize/norm.cc +++ b/src/network_inspectors/normalize/norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm.h b/src/network_inspectors/normalize/norm.h index 44002380b..766399d22 100644 --- a/src/network_inspectors/normalize/norm.h +++ b/src/network_inspectors/normalize/norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm_module.cc b/src/network_inspectors/normalize/norm_module.cc index 3f22443bc..fd37a7f8a 100644 --- a/src/network_inspectors/normalize/norm_module.cc +++ b/src/network_inspectors/normalize/norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/norm_module.h b/src/network_inspectors/normalize/norm_module.h index 3b08e5e1e..8f2c6818e 100644 --- a/src/network_inspectors/normalize/norm_module.h +++ b/src/network_inspectors/normalize/norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/normalize.cc b/src/network_inspectors/normalize/normalize.cc index 6a0d566a5..dbd00ef79 100644 --- a/src/network_inspectors/normalize/normalize.cc +++ b/src/network_inspectors/normalize/normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/normalize/normalize.h b/src/network_inspectors/normalize/normalize.h index 422457dba..89bda7b0b 100644 --- a/src/network_inspectors/normalize/normalize.h +++ b/src/network_inspectors/normalize/normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/packet_capture/capture_module.cc b/src/network_inspectors/packet_capture/capture_module.cc index 5bf1cce94..c0a84af5a 100644 --- a/src/network_inspectors/packet_capture/capture_module.cc +++ b/src/network_inspectors/packet_capture/capture_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_capture/capture_module.h b/src/network_inspectors/packet_capture/capture_module.h index f7f780533..c6e75a023 100644 --- a/src/network_inspectors/packet_capture/capture_module.h +++ b/src/network_inspectors/packet_capture/capture_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_capture/packet_capture.cc b/src/network_inspectors/packet_capture/packet_capture.cc index 9e5aed2f7..1ddcc6adf 100644 --- a/src/network_inspectors/packet_capture/packet_capture.cc +++ b/src/network_inspectors/packet_capture/packet_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_capture/packet_capture.h b/src/network_inspectors/packet_capture/packet_capture.h index 9cc1b7033..c5741787e 100644 --- a/src/network_inspectors/packet_capture/packet_capture.h +++ b/src/network_inspectors/packet_capture/packet_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_tracer/packet_tracer.cc b/src/network_inspectors/packet_tracer/packet_tracer.cc index 7d0634c27..e128e38ce 100644 --- a/src/network_inspectors/packet_tracer/packet_tracer.cc +++ b/src/network_inspectors/packet_tracer/packet_tracer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_tracer/packet_tracer.h b/src/network_inspectors/packet_tracer/packet_tracer.h index 176463848..46f58b86d 100644 --- a/src/network_inspectors/packet_tracer/packet_tracer.h +++ b/src/network_inspectors/packet_tracer/packet_tracer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_tracer/packet_tracer_module.cc b/src/network_inspectors/packet_tracer/packet_tracer_module.cc index ee7a88a99..b596cd26f 100644 --- a/src/network_inspectors/packet_tracer/packet_tracer_module.cc +++ b/src/network_inspectors/packet_tracer/packet_tracer_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/packet_tracer/packet_tracer_module.h b/src/network_inspectors/packet_tracer/packet_tracer_module.h index 83dc45f9f..48c81fb3b 100644 --- a/src/network_inspectors/packet_tracer/packet_tracer_module.h +++ b/src/network_inspectors/packet_tracer/packet_tracer_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/base_tracker.cc b/src/network_inspectors/perf_monitor/base_tracker.cc index ae9ea1ec4..d4969b20e 100644 --- a/src/network_inspectors/perf_monitor/base_tracker.cc +++ b/src/network_inspectors/perf_monitor/base_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/base_tracker.h b/src/network_inspectors/perf_monitor/base_tracker.h index 8a3f0cec1..ecede2c6b 100644 --- a/src/network_inspectors/perf_monitor/base_tracker.h +++ b/src/network_inspectors/perf_monitor/base_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/cpu_tracker.cc b/src/network_inspectors/perf_monitor/cpu_tracker.cc index 349c5fdd0..b8842b86e 100644 --- a/src/network_inspectors/perf_monitor/cpu_tracker.cc +++ b/src/network_inspectors/perf_monitor/cpu_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/cpu_tracker.h b/src/network_inspectors/perf_monitor/cpu_tracker.h index 4ec814639..dd2558fdd 100644 --- a/src/network_inspectors/perf_monitor/cpu_tracker.h +++ b/src/network_inspectors/perf_monitor/cpu_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/csv_formatter.cc b/src/network_inspectors/perf_monitor/csv_formatter.cc index 31462a978..4b247f909 100644 --- a/src/network_inspectors/perf_monitor/csv_formatter.cc +++ b/src/network_inspectors/perf_monitor/csv_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/csv_formatter.h b/src/network_inspectors/perf_monitor/csv_formatter.h index 6fbc15ee9..59918b518 100644 --- a/src/network_inspectors/perf_monitor/csv_formatter.h +++ b/src/network_inspectors/perf_monitor/csv_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/fbs_formatter.cc b/src/network_inspectors/perf_monitor/fbs_formatter.cc index 3942da162..92789a8b5 100644 --- a/src/network_inspectors/perf_monitor/fbs_formatter.cc +++ b/src/network_inspectors/perf_monitor/fbs_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/fbs_formatter.h b/src/network_inspectors/perf_monitor/fbs_formatter.h index 976851876..6d8861121 100644 --- a/src/network_inspectors/perf_monitor/fbs_formatter.h +++ b/src/network_inspectors/perf_monitor/fbs_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_ip_tracker.cc b/src/network_inspectors/perf_monitor/flow_ip_tracker.cc index 6b6a32e63..9bb154ca5 100644 --- a/src/network_inspectors/perf_monitor/flow_ip_tracker.cc +++ b/src/network_inspectors/perf_monitor/flow_ip_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_ip_tracker.h b/src/network_inspectors/perf_monitor/flow_ip_tracker.h index f1bef4dc6..63ceccb6b 100644 --- a/src/network_inspectors/perf_monitor/flow_ip_tracker.h +++ b/src/network_inspectors/perf_monitor/flow_ip_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_tracker.cc b/src/network_inspectors/perf_monitor/flow_tracker.cc index 4a285514d..7232559ed 100644 --- a/src/network_inspectors/perf_monitor/flow_tracker.cc +++ b/src/network_inspectors/perf_monitor/flow_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/flow_tracker.h b/src/network_inspectors/perf_monitor/flow_tracker.h index b4e3ce9cb..b436bee16 100644 --- a/src/network_inspectors/perf_monitor/flow_tracker.h +++ b/src/network_inspectors/perf_monitor/flow_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/json_formatter.cc b/src/network_inspectors/perf_monitor/json_formatter.cc index f8d048f06..0781bafbe 100644 --- a/src/network_inspectors/perf_monitor/json_formatter.cc +++ b/src/network_inspectors/perf_monitor/json_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/json_formatter.h b/src/network_inspectors/perf_monitor/json_formatter.h index c20bccf0c..715b5bfcf 100644 --- a/src/network_inspectors/perf_monitor/json_formatter.h +++ b/src/network_inspectors/perf_monitor/json_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_formatter.cc b/src/network_inspectors/perf_monitor/perf_formatter.cc index 02905afea..9202790ce 100644 --- a/src/network_inspectors/perf_monitor/perf_formatter.cc +++ b/src/network_inspectors/perf_monitor/perf_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_formatter.h b/src/network_inspectors/perf_monitor/perf_formatter.h index afc71ccb9..57b4ea155 100644 --- a/src/network_inspectors/perf_monitor/perf_formatter.h +++ b/src/network_inspectors/perf_monitor/perf_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_module.cc b/src/network_inspectors/perf_monitor/perf_module.cc index 4c685c58b..6bb3aa0b9 100644 --- a/src/network_inspectors/perf_monitor/perf_module.cc +++ b/src/network_inspectors/perf_monitor/perf_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_module.h b/src/network_inspectors/perf_monitor/perf_module.h index ee7d53036..e893327ec 100644 --- a/src/network_inspectors/perf_monitor/perf_module.h +++ b/src/network_inspectors/perf_monitor/perf_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_monitor.cc b/src/network_inspectors/perf_monitor/perf_monitor.cc index e7d75b992..1dd601eea 100644 --- a/src/network_inspectors/perf_monitor/perf_monitor.cc +++ b/src/network_inspectors/perf_monitor/perf_monitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/perf_monitor/perf_monitor.h b/src/network_inspectors/perf_monitor/perf_monitor.h index 9bc667487..1b207162c 100644 --- a/src/network_inspectors/perf_monitor/perf_monitor.h +++ b/src/network_inspectors/perf_monitor/perf_monitor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_pegs.h b/src/network_inspectors/perf_monitor/perf_pegs.h index 4eb45ae31..991dbd432 100644 --- a/src/network_inspectors/perf_monitor/perf_pegs.h +++ b/src/network_inspectors/perf_monitor/perf_pegs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_reload_tuner.h b/src/network_inspectors/perf_monitor/perf_reload_tuner.h index 11a99c92a..6f3ba11aa 100644 --- a/src/network_inspectors/perf_monitor/perf_reload_tuner.h +++ b/src/network_inspectors/perf_monitor/perf_reload_tuner.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_tracker.cc b/src/network_inspectors/perf_monitor/perf_tracker.cc index debc967de..cd8ea5f17 100644 --- a/src/network_inspectors/perf_monitor/perf_tracker.cc +++ b/src/network_inspectors/perf_monitor/perf_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/perf_tracker.h b/src/network_inspectors/perf_monitor/perf_tracker.h index e0684027f..2eecbf49c 100644 --- a/src/network_inspectors/perf_monitor/perf_tracker.h +++ b/src/network_inspectors/perf_monitor/perf_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/text_formatter.cc b/src/network_inspectors/perf_monitor/text_formatter.cc index 3a2f45b80..144668a35 100644 --- a/src/network_inspectors/perf_monitor/text_formatter.cc +++ b/src/network_inspectors/perf_monitor/text_formatter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/perf_monitor/text_formatter.h b/src/network_inspectors/perf_monitor/text_formatter.h index 9cc380d10..72d0f68ab 100644 --- a/src/network_inspectors/perf_monitor/text_formatter.h +++ b/src/network_inspectors/perf_monitor/text_formatter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ipobj.cc b/src/network_inspectors/port_scan/ipobj.cc index 74604968e..d3b1b65d3 100644 --- a/src/network_inspectors/port_scan/ipobj.cc +++ b/src/network_inspectors/port_scan/ipobj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ipobj.h b/src/network_inspectors/port_scan/ipobj.h index e1d1718c4..0a77f955b 100644 --- a/src/network_inspectors/port_scan/ipobj.h +++ b/src/network_inspectors/port_scan/ipobj.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/port_scan.cc b/src/network_inspectors/port_scan/port_scan.cc index 6a8c52a60..6ef7eaf84 100644 --- a/src/network_inspectors/port_scan/port_scan.cc +++ b/src/network_inspectors/port_scan/port_scan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ps_detect.cc b/src/network_inspectors/port_scan/ps_detect.cc index f4bb57258..105788ef9 100644 --- a/src/network_inspectors/port_scan/ps_detect.cc +++ b/src/network_inspectors/port_scan/ps_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ps_detect.h b/src/network_inspectors/port_scan/ps_detect.h index db3d98211..dd6db6c0e 100644 --- a/src/network_inspectors/port_scan/ps_detect.h +++ b/src/network_inspectors/port_scan/ps_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/port_scan/ps_inspect.h b/src/network_inspectors/port_scan/ps_inspect.h index de7f8a61f..f8944a69c 100644 --- a/src/network_inspectors/port_scan/ps_inspect.h +++ b/src/network_inspectors/port_scan/ps_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ps_module.cc b/src/network_inspectors/port_scan/ps_module.cc index 5054a3001..63c29c459 100644 --- a/src/network_inspectors/port_scan/ps_module.cc +++ b/src/network_inspectors/port_scan/ps_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ps_module.h b/src/network_inspectors/port_scan/ps_module.h index 5ef7df074..798b436ee 100644 --- a/src/network_inspectors/port_scan/ps_module.h +++ b/src/network_inspectors/port_scan/ps_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/port_scan/ps_pegs.h b/src/network_inspectors/port_scan/ps_pegs.h index 11e2fe1bd..9b14682d0 100644 --- a/src/network_inspectors/port_scan/ps_pegs.h +++ b/src/network_inspectors/port_scan/ps_pegs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_common.h b/src/network_inspectors/reputation/reputation_common.h index f0afd5194..4bc610dc8 100644 --- a/src/network_inspectors/reputation/reputation_common.h +++ b/src/network_inspectors/reputation/reputation_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/reputation/reputation_config.h b/src/network_inspectors/reputation/reputation_config.h index f274471db..e92addbf5 100644 --- a/src/network_inspectors/reputation/reputation_config.h +++ b/src/network_inspectors/reputation/reputation_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/reputation/reputation_inspect.cc b/src/network_inspectors/reputation/reputation_inspect.cc index 656158608..f2f3f54e7 100644 --- a/src/network_inspectors/reputation/reputation_inspect.cc +++ b/src/network_inspectors/reputation/reputation_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/reputation/reputation_inspect.h b/src/network_inspectors/reputation/reputation_inspect.h index 85d6e6c8d..715523905 100644 --- a/src/network_inspectors/reputation/reputation_inspect.h +++ b/src/network_inspectors/reputation/reputation_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_module.cc b/src/network_inspectors/reputation/reputation_module.cc index c713318d3..5bcd6541c 100644 --- a/src/network_inspectors/reputation/reputation_module.cc +++ b/src/network_inspectors/reputation/reputation_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_module.h b/src/network_inspectors/reputation/reputation_module.h index 2e767297e..5b221d3a8 100644 --- a/src/network_inspectors/reputation/reputation_module.h +++ b/src/network_inspectors/reputation/reputation_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_parse.cc b/src/network_inspectors/reputation/reputation_parse.cc index f9e0c6898..d6e038942 100644 --- a/src/network_inspectors/reputation/reputation_parse.cc +++ b/src/network_inspectors/reputation/reputation_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/reputation/reputation_parse.h b/src/network_inspectors/reputation/reputation_parse.h index 3f5c4fd82..6c354a416 100644 --- a/src/network_inspectors/reputation/reputation_parse.h +++ b/src/network_inspectors/reputation/reputation_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/data_purge_cmd.cc b/src/network_inspectors/rna/data_purge_cmd.cc index 956827ca4..586f89076 100644 --- a/src/network_inspectors/rna/data_purge_cmd.cc +++ b/src/network_inspectors/rna/data_purge_cmd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/data_purge_cmd.h b/src/network_inspectors/rna/data_purge_cmd.h index f4b255808..4c5f7bd12 100644 --- a/src/network_inspectors/rna/data_purge_cmd.h +++ b/src/network_inspectors/rna/data_purge_cmd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_app_discovery.cc b/src/network_inspectors/rna/rna_app_discovery.cc index e810ff6d8..1bee49eed 100644 --- a/src/network_inspectors/rna/rna_app_discovery.cc +++ b/src/network_inspectors/rna/rna_app_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_app_discovery.h b/src/network_inspectors/rna/rna_app_discovery.h index 3cb4ed4d1..fc552e1a3 100644 --- a/src/network_inspectors/rna/rna_app_discovery.h +++ b/src/network_inspectors/rna/rna_app_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_config.h b/src/network_inspectors/rna/rna_config.h index eef01a04b..1bb63036a 100644 --- a/src/network_inspectors/rna/rna_config.h +++ b/src/network_inspectors/rna/rna_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_cpe_os.h b/src/network_inspectors/rna/rna_cpe_os.h index 68e83e4b7..780abbdd0 100644 --- a/src/network_inspectors/rna/rna_cpe_os.h +++ b/src/network_inspectors/rna/rna_cpe_os.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_event_handler.cc b/src/network_inspectors/rna/rna_event_handler.cc index ec0761d01..dd47d5e41 100644 --- a/src/network_inspectors/rna/rna_event_handler.cc +++ b/src/network_inspectors/rna/rna_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_event_handler.h b/src/network_inspectors/rna/rna_event_handler.h index 0dfa386f3..621abdd69 100644 --- a/src/network_inspectors/rna/rna_event_handler.h +++ b/src/network_inspectors/rna/rna_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint.cc b/src/network_inspectors/rna/rna_fingerprint.cc index ef8f3d380..8ab709527 100644 --- a/src/network_inspectors/rna/rna_fingerprint.cc +++ b/src/network_inspectors/rna/rna_fingerprint.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint.h b/src/network_inspectors/rna/rna_fingerprint.h index de2c9dae7..cdcbf0c24 100644 --- a/src/network_inspectors/rna/rna_fingerprint.h +++ b/src/network_inspectors/rna/rna_fingerprint.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_smb.cc b/src/network_inspectors/rna/rna_fingerprint_smb.cc index 0c71525a3..44562f4c1 100644 --- a/src/network_inspectors/rna/rna_fingerprint_smb.cc +++ b/src/network_inspectors/rna/rna_fingerprint_smb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_smb.h b/src/network_inspectors/rna/rna_fingerprint_smb.h index 299a9d259..66b2e5882 100644 --- a/src/network_inspectors/rna/rna_fingerprint_smb.h +++ b/src/network_inspectors/rna/rna_fingerprint_smb.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_tcp.cc b/src/network_inspectors/rna/rna_fingerprint_tcp.cc index 49d7fa0fa..12b7f4726 100644 --- a/src/network_inspectors/rna/rna_fingerprint_tcp.cc +++ b/src/network_inspectors/rna/rna_fingerprint_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_tcp.h b/src/network_inspectors/rna/rna_fingerprint_tcp.h index a6091b95e..adfa8ae19 100644 --- a/src/network_inspectors/rna/rna_fingerprint_tcp.h +++ b/src/network_inspectors/rna/rna_fingerprint_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_ua.cc b/src/network_inspectors/rna/rna_fingerprint_ua.cc index c3d28f6a8..c9e936fb8 100644 --- a/src/network_inspectors/rna/rna_fingerprint_ua.cc +++ b/src/network_inspectors/rna/rna_fingerprint_ua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_ua.h b/src/network_inspectors/rna/rna_fingerprint_ua.h index 8b7bae017..b81bbb4b8 100644 --- a/src/network_inspectors/rna/rna_fingerprint_ua.h +++ b/src/network_inspectors/rna/rna_fingerprint_ua.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_udp.cc b/src/network_inspectors/rna/rna_fingerprint_udp.cc index 6c3003339..58cb1f4c1 100644 --- a/src/network_inspectors/rna/rna_fingerprint_udp.cc +++ b/src/network_inspectors/rna/rna_fingerprint_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_udp.h b/src/network_inspectors/rna/rna_fingerprint_udp.h index 4ca3cb1e0..b695dd8c0 100644 --- a/src/network_inspectors/rna/rna_fingerprint_udp.h +++ b/src/network_inspectors/rna/rna_fingerprint_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_flow.cc b/src/network_inspectors/rna/rna_flow.cc index dde407043..96d6f94de 100644 --- a/src/network_inspectors/rna/rna_flow.cc +++ b/src/network_inspectors/rna/rna_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_flow.h b/src/network_inspectors/rna/rna_flow.h index 7c7d3b119..088555c4d 100644 --- a/src/network_inspectors/rna/rna_flow.h +++ b/src/network_inspectors/rna/rna_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_inspector.cc b/src/network_inspectors/rna/rna_inspector.cc index 3ee97c10e..ce8c154bd 100644 --- a/src/network_inspectors/rna/rna_inspector.cc +++ b/src/network_inspectors/rna/rna_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_inspector.h b/src/network_inspectors/rna/rna_inspector.h index 78dbcb52e..a3a8e45c3 100644 --- a/src/network_inspectors/rna/rna_inspector.h +++ b/src/network_inspectors/rna/rna_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_logger.cc b/src/network_inspectors/rna/rna_logger.cc index 3c91b0c8d..00cd19dd5 100644 --- a/src/network_inspectors/rna/rna_logger.cc +++ b/src/network_inspectors/rna/rna_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/rna_logger.h b/src/network_inspectors/rna/rna_logger.h index fe626185f..c1dbdc139 100644 --- a/src/network_inspectors/rna/rna_logger.h +++ b/src/network_inspectors/rna/rna_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/rna_logger_common.h b/src/network_inspectors/rna/rna_logger_common.h index 6d18e867d..70145d259 100644 --- a/src/network_inspectors/rna/rna_logger_common.h +++ b/src/network_inspectors/rna/rna_logger_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/rna_mac_cache.cc b/src/network_inspectors/rna/rna_mac_cache.cc index ab1741a5e..152f4b39b 100644 --- a/src/network_inspectors/rna/rna_mac_cache.cc +++ b/src/network_inspectors/rna/rna_mac_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_mac_cache.h b/src/network_inspectors/rna/rna_mac_cache.h index 82e0dfcf2..55ae54eb2 100644 --- a/src/network_inspectors/rna/rna_mac_cache.h +++ b/src/network_inspectors/rna/rna_mac_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_module.cc b/src/network_inspectors/rna/rna_module.cc index 1ef7a7f91..547cb37b1 100644 --- a/src/network_inspectors/rna/rna_module.cc +++ b/src/network_inspectors/rna/rna_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_module.h b/src/network_inspectors/rna/rna_module.h index 36c846652..21d8bb2c3 100644 --- a/src/network_inspectors/rna/rna_module.h +++ b/src/network_inspectors/rna/rna_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_name.h b/src/network_inspectors/rna/rna_name.h index fbb321eb6..9dc92f474 100644 --- a/src/network_inspectors/rna/rna_name.h +++ b/src/network_inspectors/rna/rna_name.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_pnd.cc b/src/network_inspectors/rna/rna_pnd.cc index f6ba28b8c..edf078170 100644 --- a/src/network_inspectors/rna/rna_pnd.cc +++ b/src/network_inspectors/rna/rna_pnd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/rna_pnd.h b/src/network_inspectors/rna/rna_pnd.h index 2a68b01c0..b810cc467 100644 --- a/src/network_inspectors/rna/rna_pnd.h +++ b/src/network_inspectors/rna/rna_pnd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/test/rna_flow_stubs.cc b/src/network_inspectors/rna/test/rna_flow_stubs.cc index 8521aeb2e..7ad16ede9 100644 --- a/src/network_inspectors/rna/test/rna_flow_stubs.cc +++ b/src/network_inspectors/rna/test/rna_flow_stubs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/test/rna_module_mock.h b/src/network_inspectors/rna/test/rna_module_mock.h index 033948abf..eedf2e6ff 100644 --- a/src/network_inspectors/rna/test/rna_module_mock.h +++ b/src/network_inspectors/rna/test/rna_module_mock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/test/rna_module_stubs.h b/src/network_inspectors/rna/test/rna_module_stubs.h index 7064e8175..a032bd2e7 100644 --- a/src/network_inspectors/rna/test/rna_module_stubs.h +++ b/src/network_inspectors/rna/test/rna_module_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/test/rna_module_test.cc b/src/network_inspectors/rna/test/rna_module_test.cc index 60711e603..208325605 100644 --- a/src/network_inspectors/rna/test/rna_module_test.cc +++ b/src/network_inspectors/rna/test/rna_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/active.cc b/src/packet_io/active.cc index 1330ade92..2ccdc6094 100644 --- a/src/packet_io/active.cc +++ b/src/packet_io/active.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/active.h b/src/packet_io/active.h index acd7655c0..7d2e37901 100644 --- a/src/packet_io/active.h +++ b/src/packet_io/active.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/active_action.h b/src/packet_io/active_action.h index cae45a389..7c932db07 100644 --- a/src/packet_io/active_action.h +++ b/src/packet_io/active_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq.cc b/src/packet_io/sfdaq.cc index fe61e4b89..fae6ef59b 100644 --- a/src/packet_io/sfdaq.cc +++ b/src/packet_io/sfdaq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/sfdaq.h b/src/packet_io/sfdaq.h index 052b0f13b..c9ca83488 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/sfdaq_config.cc b/src/packet_io/sfdaq_config.cc index 946339844..c31487695 100644 --- a/src/packet_io/sfdaq_config.cc +++ b/src/packet_io/sfdaq_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_config.h b/src/packet_io/sfdaq_config.h index a3e5f9a94..55306cf01 100644 --- a/src/packet_io/sfdaq_config.h +++ b/src/packet_io/sfdaq_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_instance.cc b/src/packet_io/sfdaq_instance.cc index 4f506e3d8..faace17c0 100644 --- a/src/packet_io/sfdaq_instance.cc +++ b/src/packet_io/sfdaq_instance.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_instance.h b/src/packet_io/sfdaq_instance.h index 04e7fb8c2..3742f2539 100644 --- a/src/packet_io/sfdaq_instance.h +++ b/src/packet_io/sfdaq_instance.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/sfdaq_module.cc b/src/packet_io/sfdaq_module.cc index 5e875c642..125329386 100644 --- a/src/packet_io/sfdaq_module.cc +++ b/src/packet_io/sfdaq_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/sfdaq_module.h b/src/packet_io/sfdaq_module.h index 8811206fa..d138d5f11 100644 --- a/src/packet_io/sfdaq_module.h +++ b/src/packet_io/sfdaq_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/test/sfdaq_module_test.cc b/src/packet_io/test/sfdaq_module_test.cc index 79ffa43be..3501d6591 100644 --- a/src/packet_io/test/sfdaq_module_test.cc +++ b/src/packet_io/test/sfdaq_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/packet_io/trough.cc b/src/packet_io/trough.cc index df0d91f8e..1bac4e5b9 100644 --- a/src/packet_io/trough.cc +++ b/src/packet_io/trough.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/packet_io/trough.h b/src/packet_io/trough.h index 6e3205238..7479e2973 100644 --- a/src/packet_io/trough.h +++ b/src/packet_io/trough.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/arg_list.cc b/src/parser/arg_list.cc index 60514e53b..68c42ceb8 100644 --- a/src/parser/arg_list.cc +++ b/src/parser/arg_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/arg_list.h b/src/parser/arg_list.h index 163bdeedd..716fdded6 100644 --- a/src/parser/arg_list.h +++ b/src/parser/arg_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/cmd_line.cc b/src/parser/cmd_line.cc index 0f8db252a..05ff311c2 100644 --- a/src/parser/cmd_line.cc +++ b/src/parser/cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/cmd_line.h b/src/parser/cmd_line.h index f80a50640..e75786a01 100644 --- a/src/parser/cmd_line.h +++ b/src/parser/cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/config_file.cc b/src/parser/config_file.cc index 7acab0bef..0b9a15b66 100644 --- a/src/parser/config_file.cc +++ b/src/parser/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/config_file.h b/src/parser/config_file.h index 42d3df092..c8580ea2c 100644 --- a/src/parser/config_file.h +++ b/src/parser/config_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_conf.cc b/src/parser/parse_conf.cc index 8e800a7c8..f9c73e209 100644 --- a/src/parser/parse_conf.cc +++ b/src/parser/parse_conf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // Copyright (C) 2000,2001 Andrew R. Baker diff --git a/src/parser/parse_conf.h b/src/parser/parse_conf.h index 9062fe79b..69ec922b7 100644 --- a/src/parser/parse_conf.h +++ b/src/parser/parse_conf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_ip.cc b/src/parser/parse_ip.cc index 13fa0629e..a324dcad4 100644 --- a/src/parser/parse_ip.cc +++ b/src/parser/parse_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_ip.h b/src/parser/parse_ip.h index 9652d43ab..61095daea 100644 --- a/src/parser/parse_ip.h +++ b/src/parser/parse_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_ports.cc b/src/parser/parse_ports.cc index c926043ce..d4890bd6e 100644 --- a/src/parser/parse_ports.cc +++ b/src/parser/parse_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_ports.h b/src/parser/parse_ports.h index 16619621d..3ad64885a 100644 --- a/src/parser/parse_ports.h +++ b/src/parser/parse_ports.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_rule.cc b/src/parser/parse_rule.cc index 33df6c67c..23f376cd6 100644 --- a/src/parser/parse_rule.cc +++ b/src/parser/parse_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_rule.h b/src/parser/parse_rule.h index 634b51e0e..ca281a02b 100644 --- a/src/parser/parse_rule.h +++ b/src/parser/parse_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parse_so_rule.cc b/src/parser/parse_so_rule.cc index 3c7872163..f60de470e 100644 --- a/src/parser/parse_so_rule.cc +++ b/src/parser/parse_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_so_rule.h b/src/parser/parse_so_rule.h index 304dae95f..c8dd89b72 100644 --- a/src/parser/parse_so_rule.h +++ b/src/parser/parse_so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_stream.cc b/src/parser/parse_stream.cc index f71018f56..7e546d403 100644 --- a/src/parser/parse_stream.cc +++ b/src/parser/parse_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_stream.h b/src/parser/parse_stream.h index 08d89558e..4f76c1691 100644 --- a/src/parser/parse_stream.h +++ b/src/parser/parse_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_utils.cc b/src/parser/parse_utils.cc index 5701c0cc8..13c0a252f 100644 --- a/src/parser/parse_utils.cc +++ b/src/parser/parse_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parse_utils.h b/src/parser/parse_utils.h index d2ffe8417..42499ad07 100644 --- a/src/parser/parse_utils.h +++ b/src/parser/parse_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/parser/parser.cc b/src/parser/parser.cc index b6a524821..a7e9bf95d 100644 --- a/src/parser/parser.cc +++ b/src/parser/parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/parser.h b/src/parser/parser.h index 6c7ded60a..a7407143c 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/vars.cc b/src/parser/vars.cc index b8a75d5ba..d8b336b18 100644 --- a/src/parser/vars.cc +++ b/src/parser/vars.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/parser/vars.h b/src/parser/vars.h index 0ac61300a..0d129f9ad 100644 --- a/src/parser/vars.h +++ b/src/parser/vars.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/payload_injector/payload_injector.cc b/src/payload_injector/payload_injector.cc index 3bd29fc57..b542b7dca 100644 --- a/src/payload_injector/payload_injector.cc +++ b/src/payload_injector/payload_injector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/payload_injector.h b/src/payload_injector/payload_injector.h index c95e717a4..a60e07b6f 100644 --- a/src/payload_injector/payload_injector.h +++ b/src/payload_injector/payload_injector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/payload_injector_config.h b/src/payload_injector/payload_injector_config.h index 4c3295076..5003511c3 100644 --- a/src/payload_injector/payload_injector_config.h +++ b/src/payload_injector/payload_injector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/payload_injector_module.cc b/src/payload_injector/payload_injector_module.cc index 9addb1c67..a2ecee221 100644 --- a/src/payload_injector/payload_injector_module.cc +++ b/src/payload_injector/payload_injector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/payload_injector_module.h b/src/payload_injector/payload_injector_module.h index 067db46f6..2bfbfd1b3 100644 --- a/src/payload_injector/payload_injector_module.h +++ b/src/payload_injector/payload_injector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/payload_injector_translate_page.cc b/src/payload_injector/payload_injector_translate_page.cc index 9f4ae05c6..be9ecbea4 100644 --- a/src/payload_injector/payload_injector_translate_page.cc +++ b/src/payload_injector/payload_injector_translate_page.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/test/payload_injector_test.cc b/src/payload_injector/test/payload_injector_test.cc index 4e60e1cee..ffaa9ddb1 100644 --- a/src/payload_injector/test/payload_injector_test.cc +++ b/src/payload_injector/test/payload_injector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/payload_injector/test/payload_injector_translate_test.cc b/src/payload_injector/test/payload_injector_translate_test.cc index e3dce6dea..302010086 100644 --- a/src/payload_injector/test/payload_injector_translate_test.cc +++ b/src/payload_injector/test/payload_injector_translate_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet.cc b/src/piglet/piglet.cc index a815b09d0..f99a71a43 100644 --- a/src/piglet/piglet.cc +++ b/src/piglet/piglet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet.h b/src/piglet/piglet.h index fbf6bbcb5..b44ae6e4c 100644 --- a/src/piglet/piglet.h +++ b/src/piglet/piglet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_api.h b/src/piglet/piglet_api.h index 58ac5fc77..95cb322f2 100644 --- a/src/piglet/piglet_api.h +++ b/src/piglet/piglet_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_manager.cc b/src/piglet/piglet_manager.cc index 1393f6597..49fa63f06 100644 --- a/src/piglet/piglet_manager.cc +++ b/src/piglet/piglet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_manager.h b/src/piglet/piglet_manager.h index 5e81ede21..328a4100f 100644 --- a/src/piglet/piglet_manager.h +++ b/src/piglet/piglet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_output.cc b/src/piglet/piglet_output.cc index 524bbe5cf..13be77196 100644 --- a/src/piglet/piglet_output.cc +++ b/src/piglet/piglet_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_output.h b/src/piglet/piglet_output.h index b5ddde54a..1703f5562 100644 --- a/src/piglet/piglet_output.h +++ b/src/piglet/piglet_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_runner.cc b/src/piglet/piglet_runner.cc index 3469c2962..dd17fe2b2 100644 --- a/src/piglet/piglet_runner.cc +++ b/src/piglet/piglet_runner.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_runner.h b/src/piglet/piglet_runner.h index ea828c7e8..881dedb76 100644 --- a/src/piglet/piglet_runner.h +++ b/src/piglet/piglet_runner.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_utils.cc b/src/piglet/piglet_utils.cc index c3510fa31..382f3c5cc 100644 --- a/src/piglet/piglet_utils.cc +++ b/src/piglet/piglet_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet/piglet_utils.h b/src/piglet/piglet_utils.h index 7a127bee8..d81f423b9 100644 --- a/src/piglet/piglet_utils.h +++ b/src/piglet/piglet_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/piglet_plugins.cc b/src/piglet_plugins/piglet_plugins.cc index 23da8fd8b..8a20ebaa2 100644 --- a/src/piglet_plugins/piglet_plugins.cc +++ b/src/piglet_plugins/piglet_plugins.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/piglet_plugins.h b/src/piglet_plugins/piglet_plugins.h index a62c77b22..c2aa54c99 100644 --- a/src/piglet_plugins/piglet_plugins.h +++ b/src/piglet_plugins/piglet_plugins.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_buffer_iface.cc b/src/piglet_plugins/pp_buffer_iface.cc index 2abc0bd56..e68549de0 100644 --- a/src/piglet_plugins/pp_buffer_iface.cc +++ b/src/piglet_plugins/pp_buffer_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_buffer_iface.h b/src/piglet_plugins/pp_buffer_iface.h index 24b031b5e..a02b08978 100644 --- a/src/piglet_plugins/pp_buffer_iface.h +++ b/src/piglet_plugins/pp_buffer_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec.cc b/src/piglet_plugins/pp_codec.cc index 668202bac..6b3e7269e 100644 --- a/src/piglet_plugins/pp_codec.cc +++ b/src/piglet_plugins/pp_codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_data_iface.cc b/src/piglet_plugins/pp_codec_data_iface.cc index be3e5df75..5393f090a 100644 --- a/src/piglet_plugins/pp_codec_data_iface.cc +++ b/src/piglet_plugins/pp_codec_data_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_data_iface.h b/src/piglet_plugins/pp_codec_data_iface.h index 90ac0b466..64f112ba7 100644 --- a/src/piglet_plugins/pp_codec_data_iface.h +++ b/src/piglet_plugins/pp_codec_data_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_iface.cc b/src/piglet_plugins/pp_codec_iface.cc index 64050933d..6689f709e 100644 --- a/src/piglet_plugins/pp_codec_iface.cc +++ b/src/piglet_plugins/pp_codec_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_codec_iface.h b/src/piglet_plugins/pp_codec_iface.h index 99ce1a1b5..1cfa4df78 100644 --- a/src/piglet_plugins/pp_codec_iface.h +++ b/src/piglet_plugins/pp_codec_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_cursor_iface.cc b/src/piglet_plugins/pp_cursor_iface.cc index 38d1f5d9e..325fc6601 100644 --- a/src/piglet_plugins/pp_cursor_iface.cc +++ b/src/piglet_plugins/pp_cursor_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_cursor_iface.h b/src/piglet_plugins/pp_cursor_iface.h index a0c447238..2421840b5 100644 --- a/src/piglet_plugins/pp_cursor_iface.h +++ b/src/piglet_plugins/pp_cursor_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_daq_pkthdr_iface.cc b/src/piglet_plugins/pp_daq_pkthdr_iface.cc index 02b777b90..a5fba5087 100644 --- a/src/piglet_plugins/pp_daq_pkthdr_iface.cc +++ b/src/piglet_plugins/pp_daq_pkthdr_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_daq_pkthdr_iface.h b/src/piglet_plugins/pp_daq_pkthdr_iface.h index ed622743c..ae59491cf 100644 --- a/src/piglet_plugins/pp_daq_pkthdr_iface.h +++ b/src/piglet_plugins/pp_daq_pkthdr_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_decode_data_iface.cc b/src/piglet_plugins/pp_decode_data_iface.cc index 9f83bf126..253ccdc42 100644 --- a/src/piglet_plugins/pp_decode_data_iface.cc +++ b/src/piglet_plugins/pp_decode_data_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_decode_data_iface.h b/src/piglet_plugins/pp_decode_data_iface.h index 39bce6a33..e805c96c7 100644 --- a/src/piglet_plugins/pp_decode_data_iface.h +++ b/src/piglet_plugins/pp_decode_data_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_enc_state_iface.cc b/src/piglet_plugins/pp_enc_state_iface.cc index 035f92f66..2a0531fe8 100644 --- a/src/piglet_plugins/pp_enc_state_iface.cc +++ b/src/piglet_plugins/pp_enc_state_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_enc_state_iface.h b/src/piglet_plugins/pp_enc_state_iface.h index e151bedb5..ad0cfd478 100644 --- a/src/piglet_plugins/pp_enc_state_iface.h +++ b/src/piglet_plugins/pp_enc_state_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_event_iface.cc b/src/piglet_plugins/pp_event_iface.cc index 8c0463071..6885bea3b 100644 --- a/src/piglet_plugins/pp_event_iface.cc +++ b/src/piglet_plugins/pp_event_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_event_iface.h b/src/piglet_plugins/pp_event_iface.h index c6ce51a93..6a89ea0e7 100644 --- a/src/piglet_plugins/pp_event_iface.h +++ b/src/piglet_plugins/pp_event_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_flow_iface.cc b/src/piglet_plugins/pp_flow_iface.cc index e98131dd5..f927211d0 100644 --- a/src/piglet_plugins/pp_flow_iface.cc +++ b/src/piglet_plugins/pp_flow_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_flow_iface.h b/src/piglet_plugins/pp_flow_iface.h index 997967b73..57efa2ac8 100644 --- a/src/piglet_plugins/pp_flow_iface.h +++ b/src/piglet_plugins/pp_flow_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_inspector.cc b/src/piglet_plugins/pp_inspector.cc index 9b20d98e7..dfe739f1f 100644 --- a/src/piglet_plugins/pp_inspector.cc +++ b/src/piglet_plugins/pp_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_inspector_iface.cc b/src/piglet_plugins/pp_inspector_iface.cc index 985d61a9f..71e085c31 100644 --- a/src/piglet_plugins/pp_inspector_iface.cc +++ b/src/piglet_plugins/pp_inspector_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_inspector_iface.h b/src/piglet_plugins/pp_inspector_iface.h index 028415f30..6e2a67878 100644 --- a/src/piglet_plugins/pp_inspector_iface.h +++ b/src/piglet_plugins/pp_inspector_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ip_api_iface.cc b/src/piglet_plugins/pp_ip_api_iface.cc index 496d65750..1b1a848ee 100644 --- a/src/piglet_plugins/pp_ip_api_iface.cc +++ b/src/piglet_plugins/pp_ip_api_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ip_api_iface.h b/src/piglet_plugins/pp_ip_api_iface.h index 58d053476..dd7635abd 100644 --- a/src/piglet_plugins/pp_ip_api_iface.h +++ b/src/piglet_plugins/pp_ip_api_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_action.cc b/src/piglet_plugins/pp_ips_action.cc index 01ac336ee..4b13ef365 100644 --- a/src/piglet_plugins/pp_ips_action.cc +++ b/src/piglet_plugins/pp_ips_action.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_action_iface.cc b/src/piglet_plugins/pp_ips_action_iface.cc index 77307340c..9a27d0557 100644 --- a/src/piglet_plugins/pp_ips_action_iface.cc +++ b/src/piglet_plugins/pp_ips_action_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_action_iface.h b/src/piglet_plugins/pp_ips_action_iface.h index 351cb0af4..4e1f0a91d 100644 --- a/src/piglet_plugins/pp_ips_action_iface.h +++ b/src/piglet_plugins/pp_ips_action_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_option.cc b/src/piglet_plugins/pp_ips_option.cc index 7e0aae3cf..5197e6167 100644 --- a/src/piglet_plugins/pp_ips_option.cc +++ b/src/piglet_plugins/pp_ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_option_iface.cc b/src/piglet_plugins/pp_ips_option_iface.cc index d96f1f8b0..fdc81b3a8 100644 --- a/src/piglet_plugins/pp_ips_option_iface.cc +++ b/src/piglet_plugins/pp_ips_option_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_ips_option_iface.h b/src/piglet_plugins/pp_ips_option_iface.h index 7232bd37c..93d99a5ff 100644 --- a/src/piglet_plugins/pp_ips_option_iface.h +++ b/src/piglet_plugins/pp_ips_option_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_logger.cc b/src/piglet_plugins/pp_logger.cc index ed4424098..5348aded6 100644 --- a/src/piglet_plugins/pp_logger.cc +++ b/src/piglet_plugins/pp_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_logger_iface.cc b/src/piglet_plugins/pp_logger_iface.cc index 61cfe3128..ee8d490aa 100644 --- a/src/piglet_plugins/pp_logger_iface.cc +++ b/src/piglet_plugins/pp_logger_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_logger_iface.h b/src/piglet_plugins/pp_logger_iface.h index e62f49589..2767a1778 100644 --- a/src/piglet_plugins/pp_logger_iface.h +++ b/src/piglet_plugins/pp_logger_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_packet_iface.cc b/src/piglet_plugins/pp_packet_iface.cc index 0e0e42e9f..439c8fb8a 100644 --- a/src/piglet_plugins/pp_packet_iface.cc +++ b/src/piglet_plugins/pp_packet_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_packet_iface.h b/src/piglet_plugins/pp_packet_iface.h index 803c2e828..88241d2d3 100644 --- a/src/piglet_plugins/pp_packet_iface.h +++ b/src/piglet_plugins/pp_packet_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_raw_buffer_iface.cc b/src/piglet_plugins/pp_raw_buffer_iface.cc index b8151df59..4e6698b72 100644 --- a/src/piglet_plugins/pp_raw_buffer_iface.cc +++ b/src/piglet_plugins/pp_raw_buffer_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_raw_buffer_iface.h b/src/piglet_plugins/pp_raw_buffer_iface.h index 607ef029b..8692b0d8a 100644 --- a/src/piglet_plugins/pp_raw_buffer_iface.h +++ b/src/piglet_plugins/pp_raw_buffer_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_search_engine.cc b/src/piglet_plugins/pp_search_engine.cc index b4276b125..de073ce79 100644 --- a/src/piglet_plugins/pp_search_engine.cc +++ b/src/piglet_plugins/pp_search_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_search_engine_iface.cc b/src/piglet_plugins/pp_search_engine_iface.cc index 754cd9095..103996b1a 100644 --- a/src/piglet_plugins/pp_search_engine_iface.cc +++ b/src/piglet_plugins/pp_search_engine_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_search_engine_iface.h b/src/piglet_plugins/pp_search_engine_iface.h index 645aa8df9..98071051f 100644 --- a/src/piglet_plugins/pp_search_engine_iface.h +++ b/src/piglet_plugins/pp_search_engine_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_so_rule.cc b/src/piglet_plugins/pp_so_rule.cc index 3646c58e5..0ac941e4a 100644 --- a/src/piglet_plugins/pp_so_rule.cc +++ b/src/piglet_plugins/pp_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_so_rule_iface.cc b/src/piglet_plugins/pp_so_rule_iface.cc index 2b31d7ccd..a895a4585 100644 --- a/src/piglet_plugins/pp_so_rule_iface.cc +++ b/src/piglet_plugins/pp_so_rule_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_so_rule_iface.h b/src/piglet_plugins/pp_so_rule_iface.h index bd26c52eb..9e5affe3f 100644 --- a/src/piglet_plugins/pp_so_rule_iface.h +++ b/src/piglet_plugins/pp_so_rule_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_stream_splitter_iface.cc b/src/piglet_plugins/pp_stream_splitter_iface.cc index aa8c7c8a8..d68e43eeb 100644 --- a/src/piglet_plugins/pp_stream_splitter_iface.cc +++ b/src/piglet_plugins/pp_stream_splitter_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_stream_splitter_iface.h b/src/piglet_plugins/pp_stream_splitter_iface.h index b7605b94d..85ddb4a6b 100644 --- a/src/piglet_plugins/pp_stream_splitter_iface.h +++ b/src/piglet_plugins/pp_stream_splitter_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/piglet_plugins/pp_test.cc b/src/piglet_plugins/pp_test.cc index aa0777f1c..18f5ba6f6 100644 --- a/src/piglet_plugins/pp_test.cc +++ b/src/piglet_plugins/pp_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selection.cc b/src/policy_selectors/address_space_selector/address_space_selection.cc index b9adce63b..507c9a7fb 100644 --- a/src/policy_selectors/address_space_selector/address_space_selection.cc +++ b/src/policy_selectors/address_space_selector/address_space_selection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selection.h b/src/policy_selectors/address_space_selector/address_space_selection.h index 71a614669..38de6614c 100644 --- a/src/policy_selectors/address_space_selector/address_space_selection.h +++ b/src/policy_selectors/address_space_selector/address_space_selection.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selector.cc b/src/policy_selectors/address_space_selector/address_space_selector.cc index 11a51c6be..b79db86bf 100644 --- a/src/policy_selectors/address_space_selector/address_space_selector.cc +++ b/src/policy_selectors/address_space_selector/address_space_selector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selector_module.cc b/src/policy_selectors/address_space_selector/address_space_selector_module.cc index 4ff647b01..577f5ba0c 100644 --- a/src/policy_selectors/address_space_selector/address_space_selector_module.cc +++ b/src/policy_selectors/address_space_selector/address_space_selector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selector_module.h b/src/policy_selectors/address_space_selector/address_space_selector_module.h index 858fb2383..e663a0bdb 100644 --- a/src/policy_selectors/address_space_selector/address_space_selector_module.h +++ b/src/policy_selectors/address_space_selector/address_space_selector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/int_set_to_string.h b/src/policy_selectors/int_set_to_string.h index e84df2039..acf26951f 100644 --- a/src/policy_selectors/int_set_to_string.h +++ b/src/policy_selectors/int_set_to_string.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/parse_int_set.h b/src/policy_selectors/parse_int_set.h index e976b8a5a..b97c46912 100644 --- a/src/policy_selectors/parse_int_set.h +++ b/src/policy_selectors/parse_int_set.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/policy_selectors.cc b/src/policy_selectors/policy_selectors.cc index aebecc3be..93b80d63e 100644 --- a/src/policy_selectors/policy_selectors.cc +++ b/src/policy_selectors/policy_selectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/policy_selectors.h b/src/policy_selectors/policy_selectors.h index f4de76a79..5cb501b9c 100644 --- a/src/policy_selectors/policy_selectors.h +++ b/src/policy_selectors/policy_selectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selection.cc b/src/policy_selectors/tenant_selector/tenant_selection.cc index e562d3ce5..f9584c6ad 100644 --- a/src/policy_selectors/tenant_selector/tenant_selection.cc +++ b/src/policy_selectors/tenant_selector/tenant_selection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selection.h b/src/policy_selectors/tenant_selector/tenant_selection.h index b1fd6359a..3c758f91f 100644 --- a/src/policy_selectors/tenant_selector/tenant_selection.h +++ b/src/policy_selectors/tenant_selector/tenant_selection.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selector.cc b/src/policy_selectors/tenant_selector/tenant_selector.cc index 643d280fe..2dba08c4b 100644 --- a/src/policy_selectors/tenant_selector/tenant_selector.cc +++ b/src/policy_selectors/tenant_selector/tenant_selector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selector_module.cc b/src/policy_selectors/tenant_selector/tenant_selector_module.cc index 4a273464d..2f6ea877c 100644 --- a/src/policy_selectors/tenant_selector/tenant_selector_module.cc +++ b/src/policy_selectors/tenant_selector/tenant_selector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selector_module.h b/src/policy_selectors/tenant_selector/tenant_selector_module.h index 4da879605..5d335f750 100644 --- a/src/policy_selectors/tenant_selector/tenant_selector_module.h +++ b/src/policy_selectors/tenant_selector/tenant_selector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ports/port_group.cc b/src/ports/port_group.cc index 2902d5b2c..1ece7a326 100644 --- a/src/ports/port_group.cc +++ b/src/ports/port_group.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_group.h b/src/ports/port_group.h index 5b23df5d7..1d44e33cf 100644 --- a/src/ports/port_group.h +++ b/src/ports/port_group.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_item.cc b/src/ports/port_item.cc index 0138e011d..9b652cb88 100644 --- a/src/ports/port_item.cc +++ b/src/ports/port_item.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_item.h b/src/ports/port_item.h index b59e2ad16..c4f7a41e6 100644 --- a/src/ports/port_item.h +++ b/src/ports/port_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object.cc b/src/ports/port_object.cc index 960f6325a..d6488fec4 100644 --- a/src/ports/port_object.cc +++ b/src/ports/port_object.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object.h b/src/ports/port_object.h index 3a043ab7d..85d9eda05 100644 --- a/src/ports/port_object.h +++ b/src/ports/port_object.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object2.cc b/src/ports/port_object2.cc index fb62f064d..28f0a7f06 100644 --- a/src/ports/port_object2.cc +++ b/src/ports/port_object2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_object2.h b/src/ports/port_object2.h index fc06b349a..409ef351e 100644 --- a/src/ports/port_object2.h +++ b/src/ports/port_object2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_table.cc b/src/ports/port_table.cc index 406fc5fa5..5fad5a930 100644 --- a/src/ports/port_table.cc +++ b/src/ports/port_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_table.h b/src/ports/port_table.h index e808de8ba..0346e7f51 100644 --- a/src/ports/port_table.h +++ b/src/ports/port_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_utils.cc b/src/ports/port_utils.cc index 303c2f7e2..4648856b8 100644 --- a/src/ports/port_utils.cc +++ b/src/ports/port_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_utils.h b/src/ports/port_utils.h index 7ac6bf05c..de084c5ba 100644 --- a/src/ports/port_utils.h +++ b/src/ports/port_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_var_table.cc b/src/ports/port_var_table.cc index 1f0342a08..89d9a5ee9 100644 --- a/src/ports/port_var_table.cc +++ b/src/ports/port_var_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/port_var_table.h b/src/ports/port_var_table.h index e39262863..537f081fd 100644 --- a/src/ports/port_var_table.h +++ b/src/ports/port_var_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/rule_port_tables.cc b/src/ports/rule_port_tables.cc index ff76bc69e..6c56daf2e 100644 --- a/src/ports/rule_port_tables.cc +++ b/src/ports/rule_port_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/ports/rule_port_tables.h b/src/ports/rule_port_tables.h index 1568ec1b7..8c75d8ae9 100644 --- a/src/ports/rule_port_tables.h +++ b/src/ports/rule_port_tables.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/profiler/active_context.h b/src/profiler/active_context.h index 3aa1bda5f..f9ba57e5f 100644 --- a/src/profiler/active_context.h +++ b/src/profiler/active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_context.cc b/src/profiler/memory_context.cc index b6563f2dd..ed4dd4df7 100644 --- a/src/profiler/memory_context.cc +++ b/src/profiler/memory_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_context.h b/src/profiler/memory_context.h index c4bd815eb..d625bbf31 100644 --- a/src/profiler/memory_context.h +++ b/src/profiler/memory_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_defs.h b/src/profiler/memory_defs.h index 796224c2a..18b42fc94 100644 --- a/src/profiler/memory_defs.h +++ b/src/profiler/memory_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler.cc b/src/profiler/memory_profiler.cc index ef45b555b..3749115ff 100644 --- a/src/profiler/memory_profiler.cc +++ b/src/profiler/memory_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler.h b/src/profiler/memory_profiler.h index 91f2771f5..0f8ab361c 100644 --- a/src/profiler/memory_profiler.h +++ b/src/profiler/memory_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler_active_context.h b/src/profiler/memory_profiler_active_context.h index 2bb27f1e3..cd660e628 100644 --- a/src/profiler/memory_profiler_active_context.h +++ b/src/profiler/memory_profiler_active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/memory_profiler_defs.h b/src/profiler/memory_profiler_defs.h index 9822dbc86..88bfedfe5 100644 --- a/src/profiler/memory_profiler_defs.h +++ b/src/profiler/memory_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler.cc b/src/profiler/profiler.cc index 6cc8edd39..099dcb1d0 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler.h b/src/profiler/profiler.h index 79cc7ba3a..d5a12ebba 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_defs.h b/src/profiler/profiler_defs.h index f5318ce09..95746c730 100644 --- a/src/profiler/profiler_defs.h +++ b/src/profiler/profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_nodes.cc b/src/profiler/profiler_nodes.cc index e600341f7..02bf3334c 100644 --- a/src/profiler/profiler_nodes.cc +++ b/src/profiler/profiler_nodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_nodes.h b/src/profiler/profiler_nodes.h index 16abc1798..26e4a8f71 100644 --- a/src/profiler/profiler_nodes.h +++ b/src/profiler/profiler_nodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_printer.h b/src/profiler/profiler_printer.h index f54e64374..d5d147852 100644 --- a/src/profiler/profiler_printer.h +++ b/src/profiler/profiler_printer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_stats_table.cc b/src/profiler/profiler_stats_table.cc index afd81e6e8..88d18d1ea 100644 --- a/src/profiler/profiler_stats_table.cc +++ b/src/profiler/profiler_stats_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_stats_table.h b/src/profiler/profiler_stats_table.h index bc9a307e9..55ac3e93b 100644 --- a/src/profiler/profiler_stats_table.h +++ b/src/profiler/profiler_stats_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/profiler_tree_builder.h b/src/profiler/profiler_tree_builder.h index dddc74cef..469fca60d 100644 --- a/src/profiler/profiler_tree_builder.h +++ b/src/profiler/profiler_tree_builder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/rule_profiler.cc b/src/profiler/rule_profiler.cc index 9856dd6d8..f56908f55 100644 --- a/src/profiler/rule_profiler.cc +++ b/src/profiler/rule_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/rule_profiler.h b/src/profiler/rule_profiler.h index 47bd3b8f1..be26b1fa8 100644 --- a/src/profiler/rule_profiler.h +++ b/src/profiler/rule_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/rule_profiler_defs.h b/src/profiler/rule_profiler_defs.h index ffe013c90..1a60f78c3 100644 --- a/src/profiler/rule_profiler_defs.h +++ b/src/profiler/rule_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/time_profiler.cc b/src/profiler/time_profiler.cc index b0a2f910b..1c91584b5 100644 --- a/src/profiler/time_profiler.cc +++ b/src/profiler/time_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/time_profiler.h b/src/profiler/time_profiler.h index 0179443d9..3e94546ff 100644 --- a/src/profiler/time_profiler.h +++ b/src/profiler/time_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/profiler/time_profiler_defs.h b/src/profiler/time_profiler_defs.h index 059a57735..20214be74 100644 --- a/src/profiler/time_profiler_defs.h +++ b/src/profiler/time_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/arp.h b/src/protocols/arp.h index 46580a9c7..1e8f2d953 100644 --- a/src/protocols/arp.h +++ b/src/protocols/arp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/bpdu.h b/src/protocols/bpdu.h index 059c1ee4b..e43208a09 100644 --- a/src/protocols/bpdu.h +++ b/src/protocols/bpdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/cdp.h b/src/protocols/cdp.h index 719f46c50..d4bc92f9c 100644 --- a/src/protocols/cdp.h +++ b/src/protocols/cdp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/cisco_meta_data.h b/src/protocols/cisco_meta_data.h index 471d467ce..3b0030bf2 100644 --- a/src/protocols/cisco_meta_data.h +++ b/src/protocols/cisco_meta_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/eapol.h b/src/protocols/eapol.h index ec7178d03..63335038a 100644 --- a/src/protocols/eapol.h +++ b/src/protocols/eapol.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/eth.h b/src/protocols/eth.h index 5565468f0..d3cded5ab 100644 --- a/src/protocols/eth.h +++ b/src/protocols/eth.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/geneve.h b/src/protocols/geneve.h index 6118473ed..20e9ac86b 100644 --- a/src/protocols/geneve.h +++ b/src/protocols/geneve.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/gre.h b/src/protocols/gre.h index ec43805a0..e6f344cee 100644 --- a/src/protocols/gre.h +++ b/src/protocols/gre.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/icmp4.h b/src/protocols/icmp4.h index e35df3f91..f8ff812fe 100644 --- a/src/protocols/icmp4.h +++ b/src/protocols/icmp4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/icmp6.h b/src/protocols/icmp6.h index bc282d086..d48bb642d 100644 --- a/src/protocols/icmp6.h +++ b/src/protocols/icmp6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ip.cc b/src/protocols/ip.cc index 79d683157..1fca45b0d 100644 --- a/src/protocols/ip.cc +++ b/src/protocols/ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ip.h b/src/protocols/ip.h index d63e30399..9ad1693ff 100644 --- a/src/protocols/ip.h +++ b/src/protocols/ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv4.h b/src/protocols/ipv4.h index 1cb8f14ca..61cf02a0d 100644 --- a/src/protocols/ipv4.h +++ b/src/protocols/ipv4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv4_options.cc b/src/protocols/ipv4_options.cc index 236184206..2e6d9e878 100644 --- a/src/protocols/ipv4_options.cc +++ b/src/protocols/ipv4_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv4_options.h b/src/protocols/ipv4_options.h index 1fa77f3eb..ae9082f89 100644 --- a/src/protocols/ipv4_options.h +++ b/src/protocols/ipv4_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ipv6.h b/src/protocols/ipv6.h index 8003ad472..97078861d 100644 --- a/src/protocols/ipv6.h +++ b/src/protocols/ipv6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/layer.cc b/src/protocols/layer.cc index 6a5c303b3..ee79f5a33 100644 --- a/src/protocols/layer.cc +++ b/src/protocols/layer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/layer.h b/src/protocols/layer.h index e944e9992..d2f363618 100644 --- a/src/protocols/layer.h +++ b/src/protocols/layer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/linux_sll.h b/src/protocols/linux_sll.h index 350c65a4d..05cd42a17 100644 --- a/src/protocols/linux_sll.h +++ b/src/protocols/linux_sll.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/mpls.h b/src/protocols/mpls.h index fad8ca313..ad57fca9a 100644 --- a/src/protocols/mpls.h +++ b/src/protocols/mpls.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet.cc b/src/protocols/packet.cc index 01b759a9d..e2fb3e2f2 100644 --- a/src/protocols/packet.cc +++ b/src/protocols/packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet.h b/src/protocols/packet.h index 34bf37128..f5f1949a1 100644 --- a/src/protocols/packet.h +++ b/src/protocols/packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet_manager.cc b/src/protocols/packet_manager.cc index 84bfb0c53..a2ccb191f 100644 --- a/src/protocols/packet_manager.cc +++ b/src/protocols/packet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/packet_manager.h b/src/protocols/packet_manager.h index 352533150..b8e15aac1 100644 --- a/src/protocols/packet_manager.h +++ b/src/protocols/packet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/protocol_ids.h b/src/protocols/protocol_ids.h index 8ba5b66b5..12462e731 100644 --- a/src/protocols/protocol_ids.h +++ b/src/protocols/protocol_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/ssl.cc b/src/protocols/ssl.cc index aff3a3717..11ea94b49 100644 --- a/src/protocols/ssl.cc +++ b/src/protocols/ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/protocols/ssl.h b/src/protocols/ssl.h index 03ca5c956..d10e6078f 100644 --- a/src/protocols/ssl.h +++ b/src/protocols/ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/protocols/tcp.h b/src/protocols/tcp.h index 1347735a3..93dbbf111 100644 --- a/src/protocols/tcp.h +++ b/src/protocols/tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/tcp_options.cc b/src/protocols/tcp_options.cc index cc345d37b..98b5f19e3 100644 --- a/src/protocols/tcp_options.cc +++ b/src/protocols/tcp_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/tcp_options.h b/src/protocols/tcp_options.h index d80b4e932..3d028b810 100644 --- a/src/protocols/tcp_options.h +++ b/src/protocols/tcp_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/teredo.h b/src/protocols/teredo.h index 2952392fd..58c83a885 100644 --- a/src/protocols/teredo.h +++ b/src/protocols/teredo.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/token_ring.h b/src/protocols/token_ring.h index 4b57df733..87e042fe5 100644 --- a/src/protocols/token_ring.h +++ b/src/protocols/token_ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/udp.h b/src/protocols/udp.h index b6bf89ac3..57da97f2d 100644 --- a/src/protocols/udp.h +++ b/src/protocols/udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/vlan.h b/src/protocols/vlan.h index 3bef6341e..70e971d9d 100644 --- a/src/protocols/vlan.h +++ b/src/protocols/vlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/wlan.h b/src/protocols/wlan.h index e3144127b..9dd2be169 100644 --- a/src/protocols/wlan.h +++ b/src/protocols/wlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/active_events.h b/src/pub_sub/active_events.h index e056f3fda..17ef2a047 100644 --- a/src/pub_sub/active_events.h +++ b/src/pub_sub/active_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/appid_debug_log_event.h b/src/pub_sub/appid_debug_log_event.h index f10f2788e..96ab3b568 100644 --- a/src/pub_sub/appid_debug_log_event.h +++ b/src/pub_sub/appid_debug_log_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/appid_events.h b/src/pub_sub/appid_events.h index 65f72f4a7..bb93019cc 100644 --- a/src/pub_sub/appid_events.h +++ b/src/pub_sub/appid_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/assistant_gadget_event.h b/src/pub_sub/assistant_gadget_event.h index 6f3c41f4f..ae826d4a3 100644 --- a/src/pub_sub/assistant_gadget_event.h +++ b/src/pub_sub/assistant_gadget_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/auxiliary_ip_event.h b/src/pub_sub/auxiliary_ip_event.h index 66293daad..d06543d6b 100644 --- a/src/pub_sub/auxiliary_ip_event.h +++ b/src/pub_sub/auxiliary_ip_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/cip_events.cc b/src/pub_sub/cip_events.cc index 96742a227..57e5e1fd5 100644 --- a/src/pub_sub/cip_events.cc +++ b/src/pub_sub/cip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/cip_events.h b/src/pub_sub/cip_events.h index d2a272e0c..9ac5681f6 100644 --- a/src/pub_sub/cip_events.h +++ b/src/pub_sub/cip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/daq_message_event.h b/src/pub_sub/daq_message_event.h index 77884f2a9..47cf801ec 100644 --- a/src/pub_sub/daq_message_event.h +++ b/src/pub_sub/daq_message_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/data_decrypt_event.h b/src/pub_sub/data_decrypt_event.h index eda440061..b52ec8707 100644 --- a/src/pub_sub/data_decrypt_event.h +++ b/src/pub_sub/data_decrypt_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. //-------------------------------------------------------------------------- #ifndef DATA_DECRYPT_EVENT_H diff --git a/src/pub_sub/dcerpc_events.h b/src/pub_sub/dcerpc_events.h index fa5bd3c5a..7dd6d58e0 100644 --- a/src/pub_sub/dcerpc_events.h +++ b/src/pub_sub/dcerpc_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. //-------------------------------------------------------------------------- #ifndef DCERPC_EVENTS_H diff --git a/src/pub_sub/dhcp_events.h b/src/pub_sub/dhcp_events.h index 8337cda7b..653a606fc 100644 --- a/src/pub_sub/dhcp_events.h +++ b/src/pub_sub/dhcp_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/efp_process_event.h b/src/pub_sub/efp_process_event.h index 2b9f05ed5..f9c5f8b6a 100644 --- a/src/pub_sub/efp_process_event.h +++ b/src/pub_sub/efp_process_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/expect_events.h b/src/pub_sub/expect_events.h index ce11d792d..b980b2e77 100644 --- a/src/pub_sub/expect_events.h +++ b/src/pub_sub/expect_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/finalize_packet_event.h b/src/pub_sub/finalize_packet_event.h index 47f2f6e9d..5ec6fc37a 100644 --- a/src/pub_sub/finalize_packet_event.h +++ b/src/pub_sub/finalize_packet_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_events.cc b/src/pub_sub/http_events.cc index 2d859c168..b796f8a31 100644 --- a/src/pub_sub/http_events.cc +++ b/src/pub_sub/http_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_events.h b/src/pub_sub/http_events.h index 6915da57e..1ee9f0793 100644 --- a/src/pub_sub/http_events.h +++ b/src/pub_sub/http_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_request_body_event.cc b/src/pub_sub/http_request_body_event.cc index 42300baa8..ab9aeb55c 100644 --- a/src/pub_sub/http_request_body_event.cc +++ b/src/pub_sub/http_request_body_event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_request_body_event.h b/src/pub_sub/http_request_body_event.h index ad1c1c4c7..02487c636 100644 --- a/src/pub_sub/http_request_body_event.h +++ b/src/pub_sub/http_request_body_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/opportunistic_tls_event.h b/src/pub_sub/opportunistic_tls_event.h index 46755b1fb..ecaa39eed 100644 --- a/src/pub_sub/opportunistic_tls_event.h +++ b/src/pub_sub/opportunistic_tls_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/sip_events.cc b/src/pub_sub/sip_events.cc index dbedddd8d..cfd58ce33 100644 --- a/src/pub_sub/sip_events.cc +++ b/src/pub_sub/sip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/sip_events.h b/src/pub_sub/sip_events.h index 76d0c328b..2ccedd301 100644 --- a/src/pub_sub/sip_events.h +++ b/src/pub_sub/sip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/smb_events.h b/src/pub_sub/smb_events.h index 68d6008ac..61872f5db 100644 --- a/src/pub_sub/smb_events.h +++ b/src/pub_sub/smb_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/ssh_events.h b/src/pub_sub/ssh_events.h index 48d4a202a..236da101c 100644 --- a/src/pub_sub/ssh_events.h +++ b/src/pub_sub/ssh_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/stash_events.h b/src/pub_sub/stash_events.h index d5c5c8765..a7045bed0 100644 --- a/src/pub_sub/stash_events.h +++ b/src/pub_sub/stash_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/test/pub_sub_efp_process_event_test.cc b/src/pub_sub/test/pub_sub_efp_process_event_test.cc index 697362ea2..097c56453 100644 --- a/src/pub_sub/test/pub_sub_efp_process_event_test.cc +++ b/src/pub_sub/test/pub_sub_efp_process_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/test/pub_sub_http_event_test.cc b/src/pub_sub/test/pub_sub_http_event_test.cc index af1141d04..f66625421 100644 --- a/src/pub_sub/test/pub_sub_http_event_test.cc +++ b/src/pub_sub/test/pub_sub_http_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/test/pub_sub_http_request_body_event_test.cc b/src/pub_sub/test/pub_sub_http_request_body_event_test.cc index ea84a7d95..21770eb90 100644 --- a/src/pub_sub/test/pub_sub_http_request_body_event_test.cc +++ b/src/pub_sub/test/pub_sub_http_request_body_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/ac_banded.cc b/src/search_engines/ac_banded.cc index d772b145f..02199dadb 100644 --- a/src/search_engines/ac_banded.cc +++ b/src/search_engines/ac_banded.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_bnfa.cc b/src/search_engines/ac_bnfa.cc index a92da9763..9fad94ac1 100644 --- a/src/search_engines/ac_bnfa.cc +++ b/src/search_engines/ac_bnfa.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_full.cc b/src/search_engines/ac_full.cc index da91daf82..fcbec1146 100644 --- a/src/search_engines/ac_full.cc +++ b/src/search_engines/ac_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_sparse.cc b/src/search_engines/ac_sparse.cc index f936a3332..a4ed83e42 100644 --- a/src/search_engines/ac_sparse.cc +++ b/src/search_engines/ac_sparse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_sparse_bands.cc b/src/search_engines/ac_sparse_bands.cc index b61594a57..b084aad3a 100644 --- a/src/search_engines/ac_sparse_bands.cc +++ b/src/search_engines/ac_sparse_bands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/ac_std.cc b/src/search_engines/ac_std.cc index e5b3c3e13..e21a06e9a 100644 --- a/src/search_engines/ac_std.cc +++ b/src/search_engines/ac_std.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/acsmx.cc b/src/search_engines/acsmx.cc index 3aa92de41..ea35dda43 100644 --- a/src/search_engines/acsmx.cc +++ b/src/search_engines/acsmx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/acsmx.h b/src/search_engines/acsmx.h index 9f24b2a10..edb93fb27 100644 --- a/src/search_engines/acsmx.h +++ b/src/search_engines/acsmx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/search_engines/acsmx2.cc b/src/search_engines/acsmx2.cc index a7be21b5a..a8b43ba40 100644 --- a/src/search_engines/acsmx2.cc +++ b/src/search_engines/acsmx2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2003-2004 Daniel Roelker // Copyright (C) 2002-2004 Marc Norton diff --git a/src/search_engines/acsmx2.h b/src/search_engines/acsmx2.h index b695b2fde..c85ac2b64 100644 --- a/src/search_engines/acsmx2.h +++ b/src/search_engines/acsmx2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/acsmx2_api.cc b/src/search_engines/acsmx2_api.cc index c19b36d37..c6bfefe1a 100644 --- a/src/search_engines/acsmx2_api.cc +++ b/src/search_engines/acsmx2_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/bnfa_search.cc b/src/search_engines/bnfa_search.cc index d65b0cd44..cca01a90a 100644 --- a/src/search_engines/bnfa_search.cc +++ b/src/search_engines/bnfa_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/bnfa_search.h b/src/search_engines/bnfa_search.h index d31252bd8..832ce67d7 100644 --- a/src/search_engines/bnfa_search.h +++ b/src/search_engines/bnfa_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/hyperscan.cc b/src/search_engines/hyperscan.cc index 6267b94be..fa59a27c5 100644 --- a/src/search_engines/hyperscan.cc +++ b/src/search_engines/hyperscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/pat_stats.h b/src/search_engines/pat_stats.h index a9759f2e1..0eaf4e1df 100644 --- a/src/search_engines/pat_stats.h +++ b/src/search_engines/pat_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/search_engines/search_common.h b/src/search_engines/search_common.h index 288e59ef7..f1c503eea 100644 --- a/src/search_engines/search_common.h +++ b/src/search_engines/search_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_engines.cc b/src/search_engines/search_engines.cc index 9de1f15d5..6ccda318b 100644 --- a/src/search_engines/search_engines.cc +++ b/src/search_engines/search_engines.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_engines.h b/src/search_engines/search_engines.h index 36c070979..fc89b1b37 100644 --- a/src/search_engines/search_engines.h +++ b/src/search_engines/search_engines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_tool.cc b/src/search_engines/search_tool.cc index 4a4f856f0..ea56bd2c6 100644 --- a/src/search_engines/search_tool.cc +++ b/src/search_engines/search_tool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/search_tool.h b/src/search_engines/search_tool.h index c30f10fcb..bc9546c1e 100644 --- a/src/search_engines/search_tool.h +++ b/src/search_engines/search_tool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/test/hyperscan_test.cc b/src/search_engines/test/hyperscan_test.cc index 825831089..fdee055b2 100644 --- a/src/search_engines/test/hyperscan_test.cc +++ b/src/search_engines/test/hyperscan_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/search_engines/test/search_tool_test.cc b/src/search_engines/test/search_tool_test.cc index d2a477a0f..2932653d1 100644 --- a/src/search_engines/test/search_tool_test.cc +++ b/src/search_engines/test/search_tool_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/back_orifice/back_orifice.cc b/src/service_inspectors/back_orifice/back_orifice.cc index 998646741..6f9e1dd05 100644 --- a/src/service_inspectors/back_orifice/back_orifice.cc +++ b/src/service_inspectors/back_orifice/back_orifice.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // Copyright (C) 1998-2005 Martin Roesch // diff --git a/src/service_inspectors/cip/cip.cc b/src/service_inspectors/cip/cip.cc index ad2216bd8..29c35ff50 100644 --- a/src/service_inspectors/cip/cip.cc +++ b/src/service_inspectors/cip/cip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip.h b/src/service_inspectors/cip/cip.h index 5c87741d7..39c69822a 100644 --- a/src/service_inspectors/cip/cip.h +++ b/src/service_inspectors/cip/cip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_definitions.h b/src/service_inspectors/cip/cip_definitions.h index 582045a2b..06ebcc278 100644 --- a/src/service_inspectors/cip/cip_definitions.h +++ b/src/service_inspectors/cip/cip_definitions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_module.cc b/src/service_inspectors/cip/cip_module.cc index 298abc9dc..c6c62d9a2 100644 --- a/src/service_inspectors/cip/cip_module.cc +++ b/src/service_inspectors/cip/cip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_module.h b/src/service_inspectors/cip/cip_module.h index f5bfbd0d4..7b6d24d0c 100644 --- a/src/service_inspectors/cip/cip_module.h +++ b/src/service_inspectors/cip/cip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_paf.cc b/src/service_inspectors/cip/cip_paf.cc index 5f28fd122..85cbb4fe1 100644 --- a/src/service_inspectors/cip/cip_paf.cc +++ b/src/service_inspectors/cip/cip_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_paf.h b/src/service_inspectors/cip/cip_paf.h index 6e6d267af..bf666f55d 100644 --- a/src/service_inspectors/cip/cip_paf.h +++ b/src/service_inspectors/cip/cip_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_parsing.cc b/src/service_inspectors/cip/cip_parsing.cc index a2f3cd293..24ec0157a 100644 --- a/src/service_inspectors/cip/cip_parsing.cc +++ b/src/service_inspectors/cip/cip_parsing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_parsing.h b/src/service_inspectors/cip/cip_parsing.h index 638699a01..fe05b40e0 100644 --- a/src/service_inspectors/cip/cip_parsing.h +++ b/src/service_inspectors/cip/cip_parsing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_session.cc b/src/service_inspectors/cip/cip_session.cc index 5e25e1a6b..a683fefef 100644 --- a/src/service_inspectors/cip/cip_session.cc +++ b/src/service_inspectors/cip/cip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/cip_session.h b/src/service_inspectors/cip/cip_session.h index 5359e86fb..52c4df8e4 100644 --- a/src/service_inspectors/cip/cip_session.h +++ b/src/service_inspectors/cip/cip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_attribute.cc b/src/service_inspectors/cip/ips_cip_attribute.cc index a2e76ce1b..09437007c 100644 --- a/src/service_inspectors/cip/ips_cip_attribute.cc +++ b/src/service_inspectors/cip/ips_cip_attribute.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_class.cc b/src/service_inspectors/cip/ips_cip_class.cc index c57965e81..e09f6bf04 100644 --- a/src/service_inspectors/cip/ips_cip_class.cc +++ b/src/service_inspectors/cip/ips_cip_class.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_connpathclass.cc b/src/service_inspectors/cip/ips_cip_connpathclass.cc index a8feb6584..5bde3174d 100644 --- a/src/service_inspectors/cip/ips_cip_connpathclass.cc +++ b/src/service_inspectors/cip/ips_cip_connpathclass.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_enipcommand.cc b/src/service_inspectors/cip/ips_cip_enipcommand.cc index 89420483d..e38047cf8 100644 --- a/src/service_inspectors/cip/ips_cip_enipcommand.cc +++ b/src/service_inspectors/cip/ips_cip_enipcommand.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_enipreq.cc b/src/service_inspectors/cip/ips_cip_enipreq.cc index e433081c5..931dfe646 100644 --- a/src/service_inspectors/cip/ips_cip_enipreq.cc +++ b/src/service_inspectors/cip/ips_cip_enipreq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_eniprsp.cc b/src/service_inspectors/cip/ips_cip_eniprsp.cc index 7c209ac73..c90fde0d3 100644 --- a/src/service_inspectors/cip/ips_cip_eniprsp.cc +++ b/src/service_inspectors/cip/ips_cip_eniprsp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_instance.cc b/src/service_inspectors/cip/ips_cip_instance.cc index 66538f1bd..b75cee42a 100644 --- a/src/service_inspectors/cip/ips_cip_instance.cc +++ b/src/service_inspectors/cip/ips_cip_instance.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_req.cc b/src/service_inspectors/cip/ips_cip_req.cc index ff187e105..e8e11802d 100644 --- a/src/service_inspectors/cip/ips_cip_req.cc +++ b/src/service_inspectors/cip/ips_cip_req.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_rsp.cc b/src/service_inspectors/cip/ips_cip_rsp.cc index 8f67bc263..554339cb1 100644 --- a/src/service_inspectors/cip/ips_cip_rsp.cc +++ b/src/service_inspectors/cip/ips_cip_rsp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_service.cc b/src/service_inspectors/cip/ips_cip_service.cc index 53cb5d214..d8f0efa70 100644 --- a/src/service_inspectors/cip/ips_cip_service.cc +++ b/src/service_inspectors/cip/ips_cip_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/cip/ips_cip_status.cc b/src/service_inspectors/cip/ips_cip_status.cc index f11873dbd..b7690d922 100644 --- a/src/service_inspectors/cip/ips_cip_status.cc +++ b/src/service_inspectors/cip/ips_cip_status.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_co.cc b/src/service_inspectors/dce_rpc/dce_co.cc index 5cf0e1cf1..1f248bd3a 100644 --- a/src/service_inspectors/dce_rpc/dce_co.cc +++ b/src/service_inspectors/dce_rpc/dce_co.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_co.h b/src/service_inspectors/dce_rpc/dce_co.h index cd997ec97..2f53c06d2 100644 --- a/src/service_inspectors/dce_rpc/dce_co.h +++ b/src/service_inspectors/dce_rpc/dce_co.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_common.cc b/src/service_inspectors/dce_rpc/dce_common.cc index 42dc65033..cee6e3be0 100644 --- a/src/service_inspectors/dce_rpc/dce_common.cc +++ b/src/service_inspectors/dce_rpc/dce_common.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_common.h b/src/service_inspectors/dce_rpc/dce_common.h index e8050f8c8..84d608330 100644 --- a/src/service_inspectors/dce_rpc/dce_common.h +++ b/src/service_inspectors/dce_rpc/dce_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_context_data.cc b/src/service_inspectors/dce_rpc/dce_context_data.cc index 1d571ec7e..93fcfa6ce 100644 --- a/src/service_inspectors/dce_rpc/dce_context_data.cc +++ b/src/service_inspectors/dce_rpc/dce_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_context_data.h b/src/service_inspectors/dce_rpc/dce_context_data.h index 68469dda5..b015406bb 100644 --- a/src/service_inspectors/dce_rpc/dce_context_data.h +++ b/src/service_inspectors/dce_rpc/dce_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_expected_session.cc b/src/service_inspectors/dce_rpc/dce_expected_session.cc index 14d503d13..c9aed1476 100644 --- a/src/service_inspectors/dce_rpc/dce_expected_session.cc +++ b/src/service_inspectors/dce_rpc/dce_expected_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_expected_session.h b/src/service_inspectors/dce_rpc/dce_expected_session.h index 6872ef408..eb1d12bc6 100644 --- a/src/service_inspectors/dce_rpc/dce_expected_session.h +++ b/src/service_inspectors/dce_rpc/dce_expected_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy.cc b/src/service_inspectors/dce_rpc/dce_http_proxy.cc index 9bbf71c20..2cdaad9e4 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy.cc +++ b/src/service_inspectors/dce_rpc/dce_http_proxy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc b/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc index b7842b16b..8c4d7a98b 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_module.h b/src/service_inspectors/dce_rpc/dce_http_proxy_module.h index f3d6e46fb..4216138bf 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_module.h +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc index ce30df341..0f87a3b83 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h index 4c7275609..9dd347f1c 100644 --- a/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h +++ b/src/service_inspectors/dce_rpc/dce_http_proxy_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server.cc b/src/service_inspectors/dce_rpc/dce_http_server.cc index 9ed74ba69..acf0126e7 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server.cc +++ b/src/service_inspectors/dce_rpc/dce_http_server.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_module.cc b/src/service_inspectors/dce_rpc/dce_http_server_module.cc index 2244ab0b4..178cbe185 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_module.cc +++ b/src/service_inspectors/dce_rpc/dce_http_server_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_module.h b/src/service_inspectors/dce_rpc/dce_http_server_module.h index 0aa4245fa..160ea4281 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_module.h +++ b/src/service_inspectors/dce_rpc/dce_http_server_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc b/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc index db238caf6..ea59e7b06 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc +++ b/src/service_inspectors/dce_rpc/dce_http_server_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_http_server_splitter.h b/src/service_inspectors/dce_rpc/dce_http_server_splitter.h index cce004ba9..c0f5e36a2 100644 --- a/src/service_inspectors/dce_rpc/dce_http_server_splitter.h +++ b/src/service_inspectors/dce_rpc/dce_http_server_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_list.cc b/src/service_inspectors/dce_rpc/dce_list.cc index ff2a80134..e94c055a0 100644 --- a/src/service_inspectors/dce_rpc/dce_list.cc +++ b/src/service_inspectors/dce_rpc/dce_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_list.h b/src/service_inspectors/dce_rpc/dce_list.h index dcfc08bc5..834388dec 100644 --- a/src/service_inspectors/dce_rpc/dce_list.h +++ b/src/service_inspectors/dce_rpc/dce_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_smb1.cc b/src/service_inspectors/dce_rpc/dce_smb1.cc index dbc45bcef..39855b518 100644 --- a/src/service_inspectors/dce_rpc/dce_smb1.cc +++ b/src/service_inspectors/dce_rpc/dce_smb1.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb1.h b/src/service_inspectors/dce_rpc/dce_smb1.h index 5efe91369..82e21f7a7 100644 --- a/src/service_inspectors/dce_rpc/dce_smb1.h +++ b/src/service_inspectors/dce_rpc/dce_smb1.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2.cc b/src/service_inspectors/dce_rpc/dce_smb2.cc index 82a716899..8a485b690 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2.h b/src/service_inspectors/dce_rpc/dce_smb2.h index 222c4e2e4..44c52d034 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2.h +++ b/src/service_inspectors/dce_rpc/dce_smb2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_file.cc b/src/service_inspectors/dce_rpc/dce_smb2_file.cc index 798087405..4e5da6d39 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_file.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_file.h b/src/service_inspectors/dce_rpc/dce_smb2_file.h index 8187dcffb..8d3abfe63 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_file.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_request.h b/src/service_inspectors/dce_rpc/dce_smb2_request.h index 32ddc6ff4..7c064a12d 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_request.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_request.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_session.cc b/src/service_inspectors/dce_rpc/dce_smb2_session.cc index 05ed9d899..cf975e53a 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_session.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_session.h b/src/service_inspectors/dce_rpc/dce_smb2_session.h index 23e4dd965..79eb74aca 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_session.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_session_cache.h b/src/service_inspectors/dce_rpc/dce_smb2_session_cache.h index e82d260bf..82a699ef2 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_session_cache.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_session_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_tree.cc b/src/service_inspectors/dce_rpc/dce_smb2_tree.cc index 59b435d4b..4cb109438 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_tree.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2_tree.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_tree.h b/src/service_inspectors/dce_rpc/dce_smb2_tree.h index 17bebb06e..f5f7a15a5 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_tree.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_tree.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_commands.cc b/src/service_inspectors/dce_rpc/dce_smb_commands.cc index 79d70eaaf..9035f2c20 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_commands.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_commands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_commands.h b/src/service_inspectors/dce_rpc/dce_smb_commands.h index 2fe1b8c35..435283240 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_commands.h +++ b/src/service_inspectors/dce_rpc/dce_smb_commands.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_common.cc b/src/service_inspectors/dce_rpc/dce_smb_common.cc index 83d2e22f3..59023c1ff 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_common.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_common.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_common.h b/src/service_inspectors/dce_rpc/dce_smb_common.h index 8a4b33b33..3cbb25959 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_common.h +++ b/src/service_inspectors/dce_rpc/dce_smb_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_inspector.cc b/src/service_inspectors/dce_rpc/dce_smb_inspector.cc index 59db3f60c..0a9fc2983 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_inspector.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_inspector.h b/src/service_inspectors/dce_rpc/dce_smb_inspector.h index 171f03650..573850b3f 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_inspector.h +++ b/src/service_inspectors/dce_rpc/dce_smb_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_module.cc b/src/service_inspectors/dce_rpc/dce_smb_module.cc index 1593b064f..dac4ce0b3 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_module.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_module.h b/src/service_inspectors/dce_rpc/dce_smb_module.h index 6b662d49c..6792b51b5 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_module.h +++ b/src/service_inspectors/dce_rpc/dce_smb_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_paf.cc b/src/service_inspectors/dce_rpc/dce_smb_paf.cc index 7b75b438b..efbaf80eb 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_paf.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_paf.h b/src/service_inspectors/dce_rpc/dce_smb_paf.h index a178d4510..c378eb33c 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_paf.h +++ b/src/service_inspectors/dce_rpc/dce_smb_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction.cc b/src/service_inspectors/dce_rpc/dce_smb_transaction.cc index 3e363dc77..dd5c03fd0 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction.h b/src/service_inspectors/dce_rpc/dce_smb_transaction.h index a40e201e3..e154c799f 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction.h +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc index 894f4a5e7..092920559 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h index ed4869136..78683a085 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h +++ b/src/service_inspectors/dce_rpc/dce_smb_transaction_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_utils.cc b/src/service_inspectors/dce_rpc/dce_smb_utils.cc index 54046c241..9c3fe2dab 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_smb_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb_utils.h b/src/service_inspectors/dce_rpc/dce_smb_utils.h index ac57d516b..eec3fcfc6 100644 --- a/src/service_inspectors/dce_rpc/dce_smb_utils.h +++ b/src/service_inspectors/dce_rpc/dce_smb_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp.cc b/src/service_inspectors/dce_rpc/dce_tcp.cc index bfc6db803..f581fe43d 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp.cc +++ b/src/service_inspectors/dce_rpc/dce_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp.h b/src/service_inspectors/dce_rpc/dce_tcp.h index 527ac4eb5..cd845169c 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp.h +++ b/src/service_inspectors/dce_rpc/dce_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_module.cc b/src/service_inspectors/dce_rpc/dce_tcp_module.cc index 0b1c1bd6a..6596e37e0 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_module.cc +++ b/src/service_inspectors/dce_rpc/dce_tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_module.h b/src/service_inspectors/dce_rpc/dce_tcp_module.h index 21cb210d1..2cad00e48 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_module.h +++ b/src/service_inspectors/dce_rpc/dce_tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_paf.cc b/src/service_inspectors/dce_rpc/dce_tcp_paf.cc index 7ebe0f22d..57230fafc 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_paf.cc +++ b/src/service_inspectors/dce_rpc/dce_tcp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_tcp_paf.h b/src/service_inspectors/dce_rpc/dce_tcp_paf.h index 9a4e8c400..eab4f60dd 100644 --- a/src/service_inspectors/dce_rpc/dce_tcp_paf.h +++ b/src/service_inspectors/dce_rpc/dce_tcp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp.cc b/src/service_inspectors/dce_rpc/dce_udp.cc index 3da538d02..24425e6a4 100644 --- a/src/service_inspectors/dce_rpc/dce_udp.cc +++ b/src/service_inspectors/dce_rpc/dce_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp.h b/src/service_inspectors/dce_rpc/dce_udp.h index 53a7d454f..90393cfd6 100644 --- a/src/service_inspectors/dce_rpc/dce_udp.h +++ b/src/service_inspectors/dce_rpc/dce_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp_module.cc b/src/service_inspectors/dce_rpc/dce_udp_module.cc index 2298f39af..dd9687845 100644 --- a/src/service_inspectors/dce_rpc/dce_udp_module.cc +++ b/src/service_inspectors/dce_rpc/dce_udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp_module.h b/src/service_inspectors/dce_rpc/dce_udp_module.h index d873e2631..cb7021a55 100644 --- a/src/service_inspectors/dce_rpc/dce_udp_module.h +++ b/src/service_inspectors/dce_rpc/dce_udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_udp_processing.cc b/src/service_inspectors/dce_rpc/dce_udp_processing.cc index a99565240..68277da07 100644 --- a/src/service_inspectors/dce_rpc/dce_udp_processing.cc +++ b/src/service_inspectors/dce_rpc/dce_udp_processing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_utils.cc b/src/service_inspectors/dce_rpc/dce_utils.cc index a7113335d..4557e92ff 100644 --- a/src/service_inspectors/dce_rpc/dce_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/dce_utils.h b/src/service_inspectors/dce_rpc/dce_utils.h index f2d8c6c2a..9a3205f37 100644 --- a/src/service_inspectors/dce_rpc/dce_utils.h +++ b/src/service_inspectors/dce_rpc/dce_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dce_rpc/ips_dce_iface.cc b/src/service_inspectors/dce_rpc/ips_dce_iface.cc index fee3d4ba6..8d256dd3f 100644 --- a/src/service_inspectors/dce_rpc/ips_dce_iface.cc +++ b/src/service_inspectors/dce_rpc/ips_dce_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/ips_dce_opnum.cc b/src/service_inspectors/dce_rpc/ips_dce_opnum.cc index 75d6d69ac..d10fc32d2 100644 --- a/src/service_inspectors/dce_rpc/ips_dce_opnum.cc +++ b/src/service_inspectors/dce_rpc/ips_dce_opnum.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc b/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc index f4799dfa0..ccf0b571c 100644 --- a/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc +++ b/src/service_inspectors/dce_rpc/ips_dce_stub_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/smb_common.h b/src/service_inspectors/dce_rpc/smb_common.h index 81b9cf370..e004d754d 100644 --- a/src/service_inspectors/dce_rpc/smb_common.h +++ b/src/service_inspectors/dce_rpc/smb_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/smb_message.cc b/src/service_inspectors/dce_rpc/smb_message.cc index a84b7ff5f..d1de8a410 100644 --- a/src/service_inspectors/dce_rpc/smb_message.cc +++ b/src/service_inspectors/dce_rpc/smb_message.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/smb_message.h b/src/service_inspectors/dce_rpc/smb_message.h index b5e8acad8..fc5e0c30a 100644 --- a/src/service_inspectors/dce_rpc/smb_message.h +++ b/src/service_inspectors/dce_rpc/smb_message.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3.cc b/src/service_inspectors/dnp3/dnp3.cc index 9ea3d5bc3..e23efaa29 100644 --- a/src/service_inspectors/dnp3/dnp3.cc +++ b/src/service_inspectors/dnp3/dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3.h b/src/service_inspectors/dnp3/dnp3.h index b641c3c52..139a04b3a 100644 --- a/src/service_inspectors/dnp3/dnp3.h +++ b/src/service_inspectors/dnp3/dnp3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_map.cc b/src/service_inspectors/dnp3/dnp3_map.cc index b94c807f8..14267569e 100644 --- a/src/service_inspectors/dnp3/dnp3_map.cc +++ b/src/service_inspectors/dnp3/dnp3_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dnp3/dnp3_map.h b/src/service_inspectors/dnp3/dnp3_map.h index e35b626ee..b232a34ef 100644 --- a/src/service_inspectors/dnp3/dnp3_map.h +++ b/src/service_inspectors/dnp3/dnp3_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dnp3/dnp3_module.cc b/src/service_inspectors/dnp3/dnp3_module.cc index a8e431b44..40c996670 100644 --- a/src/service_inspectors/dnp3/dnp3_module.cc +++ b/src/service_inspectors/dnp3/dnp3_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_module.h b/src/service_inspectors/dnp3/dnp3_module.h index b55d22e7b..a409f186f 100644 --- a/src/service_inspectors/dnp3/dnp3_module.h +++ b/src/service_inspectors/dnp3/dnp3_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_paf.cc b/src/service_inspectors/dnp3/dnp3_paf.cc index 770ff5a1c..9be480869 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.cc +++ b/src/service_inspectors/dnp3/dnp3_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_paf.h b/src/service_inspectors/dnp3/dnp3_paf.h index 5881d0263..75b9b3d1b 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.h +++ b/src/service_inspectors/dnp3/dnp3_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/dnp3_reassembly.cc b/src/service_inspectors/dnp3/dnp3_reassembly.cc index 286493775..8dea4fadd 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.cc +++ b/src/service_inspectors/dnp3/dnp3_reassembly.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dnp3/dnp3_reassembly.h b/src/service_inspectors/dnp3/dnp3_reassembly.h index b4debac32..273acbfd2 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.h +++ b/src/service_inspectors/dnp3/dnp3_reassembly.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_data.cc b/src/service_inspectors/dnp3/ips_dnp3_data.cc index 116d8cc36..8ce9b0533 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_data.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_func.cc b/src/service_inspectors/dnp3/ips_dnp3_func.cc index c9f582fb7..c91f85a57 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_func.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_ind.cc b/src/service_inspectors/dnp3/ips_dnp3_ind.cc index 60cbca91f..3389ce405 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_ind.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_ind.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dnp3/ips_dnp3_obj.cc b/src/service_inspectors/dnp3/ips_dnp3_obj.cc index 557bc84ef..ceda7c2fc 100644 --- a/src/service_inspectors/dnp3/ips_dnp3_obj.cc +++ b/src/service_inspectors/dnp3/ips_dnp3_obj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns.cc b/src/service_inspectors/dns/dns.cc index bafb17d21..1c682fe13 100644 --- a/src/service_inspectors/dns/dns.cc +++ b/src/service_inspectors/dns/dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dns/dns.h b/src/service_inspectors/dns/dns.h index 03cf5e9e7..74b455f93 100644 --- a/src/service_inspectors/dns/dns.h +++ b/src/service_inspectors/dns/dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/dns/dns_module.cc b/src/service_inspectors/dns/dns_module.cc index 7916ffe1c..4718fde96 100644 --- a/src/service_inspectors/dns/dns_module.cc +++ b/src/service_inspectors/dns/dns_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns_module.h b/src/service_inspectors/dns/dns_module.h index 22a2dca70..567083b9c 100644 --- a/src/service_inspectors/dns/dns_module.h +++ b/src/service_inspectors/dns/dns_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns_splitter.cc b/src/service_inspectors/dns/dns_splitter.cc index 1b350a9a1..5872c0f4d 100644 --- a/src/service_inspectors/dns/dns_splitter.cc +++ b/src/service_inspectors/dns/dns_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns_splitter.h b/src/service_inspectors/dns/dns_splitter.h index ba68931d1..0bdb37b18 100644 --- a/src/service_inspectors/dns/dns_splitter.h +++ b/src/service_inspectors/dns/dns_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ft_main.cc b/src/service_inspectors/ftp_telnet/ft_main.cc index a2e3850f9..106c951fe 100644 --- a/src/service_inspectors/ftp_telnet/ft_main.cc +++ b/src/service_inspectors/ftp_telnet/ft_main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ft_main.h b/src/service_inspectors/ftp_telnet/ft_main.h index 011161451..28161bcca 100644 --- a/src/service_inspectors/ftp_telnet/ft_main.h +++ b/src/service_inspectors/ftp_telnet/ft_main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp.cc b/src/service_inspectors/ftp_telnet/ftp.cc index 1d82fee74..8e9e53b3f 100644 --- a/src/service_inspectors/ftp_telnet/ftp.cc +++ b/src/service_inspectors/ftp_telnet/ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc index 544f434b5..3512d15d2 100644 --- a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc +++ b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h index b4512df2a..f252a3803 100644 --- a/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h +++ b/src/service_inspectors/ftp_telnet/ftp_bounce_lookup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_client.h b/src/service_inspectors/ftp_telnet/ftp_client.h index 9f172a732..012a8bc9f 100644 --- a/src/service_inspectors/ftp_telnet/ftp_client.h +++ b/src/service_inspectors/ftp_telnet/ftp_client.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc index c59eb1cf0..0b4004069 100644 --- a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc +++ b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h index 76658ae1f..6440b02ae 100644 --- a/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h +++ b/src/service_inspectors/ftp_telnet/ftp_cmd_lookup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_data.cc b/src/service_inspectors/ftp_telnet/ftp_data.cc index 32681270d..10f194d4a 100644 --- a/src/service_inspectors/ftp_telnet/ftp_data.cc +++ b/src/service_inspectors/ftp_telnet/ftp_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_data.h b/src/service_inspectors/ftp_telnet/ftp_data.h index 996578305..f5ebe8281 100644 --- a/src/service_inspectors/ftp_telnet/ftp_data.h +++ b/src/service_inspectors/ftp_telnet/ftp_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_module.cc b/src/service_inspectors/ftp_telnet/ftp_module.cc index f089757b0..c02ebe974 100644 --- a/src/service_inspectors/ftp_telnet/ftp_module.cc +++ b/src/service_inspectors/ftp_telnet/ftp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_module.h b/src/service_inspectors/ftp_telnet/ftp_module.h index ce42770a1..0a4d5debe 100644 --- a/src/service_inspectors/ftp_telnet/ftp_module.h +++ b/src/service_inspectors/ftp_telnet/ftp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_parse.cc b/src/service_inspectors/ftp_telnet/ftp_parse.cc index d80f1b1c9..2b3bb32f1 100644 --- a/src/service_inspectors/ftp_telnet/ftp_parse.cc +++ b/src/service_inspectors/ftp_telnet/ftp_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_parse.h b/src/service_inspectors/ftp_telnet/ftp_parse.h index d5f5ba0d4..72e0ae045 100644 --- a/src/service_inspectors/ftp_telnet/ftp_parse.h +++ b/src/service_inspectors/ftp_telnet/ftp_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_print.cc b/src/service_inspectors/ftp_telnet/ftp_print.cc index 20ef7a799..170590c94 100644 --- a/src/service_inspectors/ftp_telnet/ftp_print.cc +++ b/src/service_inspectors/ftp_telnet/ftp_print.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_print.h b/src/service_inspectors/ftp_telnet/ftp_print.h index f0460e983..8aca9461c 100644 --- a/src/service_inspectors/ftp_telnet/ftp_print.h +++ b/src/service_inspectors/ftp_telnet/ftp_print.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_server.h b/src/service_inspectors/ftp_telnet/ftp_server.h index a90c56993..9bfeab422 100644 --- a/src/service_inspectors/ftp_telnet/ftp_server.h +++ b/src/service_inspectors/ftp_telnet/ftp_server.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftp_splitter.cc b/src/service_inspectors/ftp_telnet/ftp_splitter.cc index 33c82f858..d98c2342a 100644 --- a/src/service_inspectors/ftp_telnet/ftp_splitter.cc +++ b/src/service_inspectors/ftp_telnet/ftp_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftp_splitter.h b/src/service_inspectors/ftp_telnet/ftp_splitter.h index 62788409d..e82815e08 100644 --- a/src/service_inspectors/ftp_telnet/ftp_splitter.h +++ b/src/service_inspectors/ftp_telnet/ftp_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc b/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc index 5acb72454..b8dbc0b71 100644 --- a/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc +++ b/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftpdata_splitter.h b/src/service_inspectors/ftp_telnet/ftpdata_splitter.h index 11d7d1baf..6c4504e94 100644 --- a/src/service_inspectors/ftp_telnet/ftpdata_splitter.h +++ b/src/service_inspectors/ftp_telnet/ftpdata_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/ftpp_return_codes.h b/src/service_inspectors/ftp_telnet/ftpp_return_codes.h index 4b27576d0..05f9fe7fa 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_return_codes.h +++ b/src/service_inspectors/ftp_telnet/ftpp_return_codes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_si.cc b/src/service_inspectors/ftp_telnet/ftpp_si.cc index 35bb88f8c..d7797d82c 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_si.cc +++ b/src/service_inspectors/ftp_telnet/ftpp_si.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_si.h b/src/service_inspectors/ftp_telnet/ftpp_si.h index 9df76aa29..95e7d63b2 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_si.h +++ b/src/service_inspectors/ftp_telnet/ftpp_si.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc b/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc index b5915108b..9c8cac732 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc +++ b/src/service_inspectors/ftp_telnet/ftpp_ui_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/ftpp_ui_config.h b/src/service_inspectors/ftp_telnet/ftpp_ui_config.h index de505943b..062a0d968 100644 --- a/src/service_inspectors/ftp_telnet/ftpp_ui_config.h +++ b/src/service_inspectors/ftp_telnet/ftpp_ui_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/pp_ftp.cc b/src/service_inspectors/ftp_telnet/pp_ftp.cc index abf41eccd..550807fb9 100644 --- a/src/service_inspectors/ftp_telnet/pp_ftp.cc +++ b/src/service_inspectors/ftp_telnet/pp_ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/pp_ftp.h b/src/service_inspectors/ftp_telnet/pp_ftp.h index 025f6ef57..ccc58fb0d 100644 --- a/src/service_inspectors/ftp_telnet/pp_ftp.h +++ b/src/service_inspectors/ftp_telnet/pp_ftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/pp_telnet.cc b/src/service_inspectors/ftp_telnet/pp_telnet.cc index 47e9f08bb..5ba296917 100644 --- a/src/service_inspectors/ftp_telnet/pp_telnet.cc +++ b/src/service_inspectors/ftp_telnet/pp_telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/service_inspectors/ftp_telnet/pp_telnet.h b/src/service_inspectors/ftp_telnet/pp_telnet.h index 4e7608422..e15a64ffb 100644 --- a/src/service_inspectors/ftp_telnet/pp_telnet.h +++ b/src/service_inspectors/ftp_telnet/pp_telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/telnet.cc b/src/service_inspectors/ftp_telnet/telnet.cc index 40f572766..8fb2b473b 100644 --- a/src/service_inspectors/ftp_telnet/telnet.cc +++ b/src/service_inspectors/ftp_telnet/telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ftp_telnet/telnet.h b/src/service_inspectors/ftp_telnet/telnet.h index 5f08006db..257907ecf 100644 --- a/src/service_inspectors/ftp_telnet/telnet.h +++ b/src/service_inspectors/ftp_telnet/telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/telnet_module.cc b/src/service_inspectors/ftp_telnet/telnet_module.cc index 2e1344e94..cde9f63ee 100644 --- a/src/service_inspectors/ftp_telnet/telnet_module.cc +++ b/src/service_inspectors/ftp_telnet/telnet_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ftp_telnet/telnet_module.h b/src/service_inspectors/ftp_telnet/telnet_module.h index 9b9f868f9..923f4179c 100644 --- a/src/service_inspectors/ftp_telnet/telnet_module.h +++ b/src/service_inspectors/ftp_telnet/telnet_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp.cc b/src/service_inspectors/gtp/gtp.cc index 6ea5f68c9..f6656c916 100644 --- a/src/service_inspectors/gtp/gtp.cc +++ b/src/service_inspectors/gtp/gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/gtp.h b/src/service_inspectors/gtp/gtp.h index 2e89c7979..2fa9cf7ba 100644 --- a/src/service_inspectors/gtp/gtp.h +++ b/src/service_inspectors/gtp/gtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/gtp_inspect.cc b/src/service_inspectors/gtp/gtp_inspect.cc index 9f4c4ace9..7b28c21c4 100644 --- a/src/service_inspectors/gtp/gtp_inspect.cc +++ b/src/service_inspectors/gtp/gtp_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_inspect.h b/src/service_inspectors/gtp/gtp_inspect.h index 4a94a61b4..4a67192a4 100644 --- a/src/service_inspectors/gtp/gtp_inspect.h +++ b/src/service_inspectors/gtp/gtp_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_module.cc b/src/service_inspectors/gtp/gtp_module.cc index 076ed396a..8a9cd5b58 100644 --- a/src/service_inspectors/gtp/gtp_module.cc +++ b/src/service_inspectors/gtp/gtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_module.h b/src/service_inspectors/gtp/gtp_module.h index 5fc4923b0..345d7d51a 100644 --- a/src/service_inspectors/gtp/gtp_module.h +++ b/src/service_inspectors/gtp/gtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/gtp_parser.cc b/src/service_inspectors/gtp/gtp_parser.cc index 9a610a490..c56422365 100644 --- a/src/service_inspectors/gtp/gtp_parser.cc +++ b/src/service_inspectors/gtp/gtp_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/gtp_parser.h b/src/service_inspectors/gtp/gtp_parser.h index 17f00afe3..ff030c7ac 100644 --- a/src/service_inspectors/gtp/gtp_parser.h +++ b/src/service_inspectors/gtp/gtp_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/gtp/ips_gtp_info.cc b/src/service_inspectors/gtp/ips_gtp_info.cc index 88f453dbd..752097d5c 100644 --- a/src/service_inspectors/gtp/ips_gtp_info.cc +++ b/src/service_inspectors/gtp/ips_gtp_info.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/ips_gtp_type.cc b/src/service_inspectors/gtp/ips_gtp_type.cc index ffa5d2d8e..a358bc894 100644 --- a/src/service_inspectors/gtp/ips_gtp_type.cc +++ b/src/service_inspectors/gtp/ips_gtp_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/gtp/ips_gtp_version.cc b/src/service_inspectors/gtp/ips_gtp_version.cc index ecb3116b3..d6888b2d1 100644 --- a/src/service_inspectors/gtp/ips_gtp_version.cc +++ b/src/service_inspectors/gtp/ips_gtp_version.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_api.cc b/src/service_inspectors/http2_inspect/http2_api.cc index ab3e8a731..553040c10 100644 --- a/src/service_inspectors/http2_inspect/http2_api.cc +++ b/src/service_inspectors/http2_inspect/http2_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_api.h b/src/service_inspectors/http2_inspect/http2_api.h index 3cc3647d6..b48fb537e 100644 --- a/src/service_inspectors/http2_inspect/http2_api.h +++ b/src/service_inspectors/http2_inspect/http2_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_data_cutter.cc b/src/service_inspectors/http2_inspect/http2_data_cutter.cc index b2033df98..f0d22edb2 100644 --- a/src/service_inspectors/http2_inspect/http2_data_cutter.cc +++ b/src/service_inspectors/http2_inspect/http2_data_cutter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_data_cutter.h b/src/service_inspectors/http2_inspect/http2_data_cutter.h index 245f9b61d..f24e28945 100644 --- a/src/service_inspectors/http2_inspect/http2_data_cutter.h +++ b/src/service_inspectors/http2_inspect/http2_data_cutter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_data_frame.cc b/src/service_inspectors/http2_inspect/http2_data_frame.cc index 3c6351a42..57b55fe57 100644 --- a/src/service_inspectors/http2_inspect/http2_data_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_data_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_data_frame.h b/src/service_inspectors/http2_inspect/http2_data_frame.h index 176330915..c4dfd24c4 100644 --- a/src/service_inspectors/http2_inspect/http2_data_frame.h +++ b/src/service_inspectors/http2_inspect/http2_data_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_dummy_packet.h b/src/service_inspectors/http2_inspect/http2_dummy_packet.h index 8c3eac335..cafe3b0a6 100644 --- a/src/service_inspectors/http2_inspect/http2_dummy_packet.h +++ b/src/service_inspectors/http2_inspect/http2_dummy_packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_enum.h b/src/service_inspectors/http2_inspect/http2_enum.h index 2edf82840..1b7371da2 100644 --- a/src/service_inspectors/http2_inspect/http2_enum.h +++ b/src/service_inspectors/http2_inspect/http2_enum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_flow_data.cc b/src/service_inspectors/http2_inspect/http2_flow_data.cc index 7da830704..5cac7196d 100644 --- a/src/service_inspectors/http2_inspect/http2_flow_data.cc +++ b/src/service_inspectors/http2_inspect/http2_flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_flow_data.h b/src/service_inspectors/http2_inspect/http2_flow_data.h index fbecab2a6..be024b1e8 100644 --- a/src/service_inspectors/http2_inspect/http2_flow_data.h +++ b/src/service_inspectors/http2_inspect/http2_flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_frame.cc b/src/service_inspectors/http2_inspect/http2_frame.cc index 9922e58fb..1905e68d9 100644 --- a/src/service_inspectors/http2_inspect/http2_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_frame.h b/src/service_inspectors/http2_inspect/http2_frame.h index 9c9b25484..7b4c60168 100644 --- a/src/service_inspectors/http2_inspect/http2_frame.h +++ b/src/service_inspectors/http2_inspect/http2_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame.cc b/src/service_inspectors/http2_inspect/http2_headers_frame.cc index 6ec1fd309..09b22d862 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_headers_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame.h b/src/service_inspectors/http2_inspect/http2_headers_frame.h index b40099209..9e3ea1262 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame.h +++ b/src/service_inspectors/http2_inspect/http2_headers_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame_header.cc b/src/service_inspectors/http2_inspect/http2_headers_frame_header.cc index 03b7147eb..074ff8e9e 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame_header.cc +++ b/src/service_inspectors/http2_inspect/http2_headers_frame_header.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame_header.h b/src/service_inspectors/http2_inspect/http2_headers_frame_header.h index 434508810..144ffe675 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame_header.h +++ b/src/service_inspectors/http2_inspect/http2_headers_frame_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.cc b/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.cc index b6a625791..a71df628c 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.cc +++ b/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.h b/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.h index 89b9bd81b..046a60e45 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.h +++ b/src/service_inspectors/http2_inspect/http2_headers_frame_trailer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.cc b/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.cc index 5d7449c1a..024a225be 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.cc +++ b/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.h b/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.h index 19bf66521..07528b04b 100644 --- a/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.h +++ b/src/service_inspectors/http2_inspect/http2_headers_frame_with_startline.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack.cc b/src/service_inspectors/http2_inspect/http2_hpack.cc index 5e5599a23..1e64527ce 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack.cc +++ b/src/service_inspectors/http2_inspect/http2_hpack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack.h b/src/service_inspectors/http2_inspect/http2_hpack.h index 9d0f8c82d..71de32376 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack.h +++ b/src/service_inspectors/http2_inspect/http2_hpack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.cc b/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.cc index ec441ff3c..010828958 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.cc +++ b/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.h b/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.h index 2636a2d9a..73c2d0012 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.h +++ b/src/service_inspectors/http2_inspect/http2_hpack_dynamic_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_int_decode.cc b/src/service_inspectors/http2_inspect/http2_hpack_int_decode.cc index ebd799d58..2d549c639 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_int_decode.cc +++ b/src/service_inspectors/http2_inspect/http2_hpack_int_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_int_decode.h b/src/service_inspectors/http2_inspect/http2_hpack_int_decode.h index f01f34950..255e37d8e 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_int_decode.h +++ b/src/service_inspectors/http2_inspect/http2_hpack_int_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_string_decode.cc b/src/service_inspectors/http2_inspect/http2_hpack_string_decode.cc index 667d2472b..aaa5df8b4 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_string_decode.cc +++ b/src/service_inspectors/http2_inspect/http2_hpack_string_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_string_decode.h b/src/service_inspectors/http2_inspect/http2_hpack_string_decode.h index 156f9985c..14a92d394 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_string_decode.h +++ b/src/service_inspectors/http2_inspect/http2_hpack_string_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_table.cc b/src/service_inspectors/http2_inspect/http2_hpack_table.cc index 094bc7206..fbc713ac4 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_table.cc +++ b/src/service_inspectors/http2_inspect/http2_hpack_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_hpack_table.h b/src/service_inspectors/http2_inspect/http2_hpack_table.h index 44b57c53f..648ba6d77 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_table.h +++ b/src/service_inspectors/http2_inspect/http2_hpack_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_huffman_state_machine.cc b/src/service_inspectors/http2_inspect/http2_huffman_state_machine.cc index 666955133..d21244479 100644 --- a/src/service_inspectors/http2_inspect/http2_huffman_state_machine.cc +++ b/src/service_inspectors/http2_inspect/http2_huffman_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_huffman_state_machine.h b/src/service_inspectors/http2_inspect/http2_huffman_state_machine.h index c10a2b8ba..5bf8909c6 100644 --- a/src/service_inspectors/http2_inspect/http2_huffman_state_machine.h +++ b/src/service_inspectors/http2_inspect/http2_huffman_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_inspect.cc b/src/service_inspectors/http2_inspect/http2_inspect.cc index 9cd462f7e..f87cfe814 100644 --- a/src/service_inspectors/http2_inspect/http2_inspect.cc +++ b/src/service_inspectors/http2_inspect/http2_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_inspect.h b/src/service_inspectors/http2_inspect/http2_inspect.h index 8a9c74a3c..4fe12f5d1 100644 --- a/src/service_inspectors/http2_inspect/http2_inspect.h +++ b/src/service_inspectors/http2_inspect/http2_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_module.cc b/src/service_inspectors/http2_inspect/http2_module.cc index 62bfeca5f..ca1aaeaa4 100644 --- a/src/service_inspectors/http2_inspect/http2_module.cc +++ b/src/service_inspectors/http2_inspect/http2_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_module.h b/src/service_inspectors/http2_inspect/http2_module.h index 20e01ad18..5ced5eada 100644 --- a/src/service_inspectors/http2_inspect/http2_module.h +++ b/src/service_inspectors/http2_inspect/http2_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_ping_frame.h b/src/service_inspectors/http2_inspect/http2_ping_frame.h index 0932b6025..e3a228f77 100644 --- a/src/service_inspectors/http2_inspect/http2_ping_frame.h +++ b/src/service_inspectors/http2_inspect/http2_ping_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_push_promise_frame.cc b/src/service_inspectors/http2_inspect/http2_push_promise_frame.cc index 91b90e10e..b72a892d8 100644 --- a/src/service_inspectors/http2_inspect/http2_push_promise_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_push_promise_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_push_promise_frame.h b/src/service_inspectors/http2_inspect/http2_push_promise_frame.h index d64f9392e..8a2e7da93 100644 --- a/src/service_inspectors/http2_inspect/http2_push_promise_frame.h +++ b/src/service_inspectors/http2_inspect/http2_push_promise_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_request_line.cc b/src/service_inspectors/http2_inspect/http2_request_line.cc index e3780a6a4..39073f608 100644 --- a/src/service_inspectors/http2_inspect/http2_request_line.cc +++ b/src/service_inspectors/http2_inspect/http2_request_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_request_line.h b/src/service_inspectors/http2_inspect/http2_request_line.h index 3790e6ddd..45b79eeb3 100644 --- a/src/service_inspectors/http2_inspect/http2_request_line.h +++ b/src/service_inspectors/http2_inspect/http2_request_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc index 6bc142666..561caef3e 100644 --- a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h index 42e6b092f..11a18ca6e 100644 --- a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h +++ b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_settings_frame.cc b/src/service_inspectors/http2_inspect/http2_settings_frame.cc index ea3110918..643f87514 100644 --- a/src/service_inspectors/http2_inspect/http2_settings_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_settings_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_settings_frame.h b/src/service_inspectors/http2_inspect/http2_settings_frame.h index 10e93fbed..879c3d315 100644 --- a/src/service_inspectors/http2_inspect/http2_settings_frame.h +++ b/src/service_inspectors/http2_inspect/http2_settings_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_start_line.cc b/src/service_inspectors/http2_inspect/http2_start_line.cc index 8962d7d0a..546c55f9b 100644 --- a/src/service_inspectors/http2_inspect/http2_start_line.cc +++ b/src/service_inspectors/http2_inspect/http2_start_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_start_line.h b/src/service_inspectors/http2_inspect/http2_start_line.h index 6306a7c0f..006c87da6 100644 --- a/src/service_inspectors/http2_inspect/http2_start_line.h +++ b/src/service_inspectors/http2_inspect/http2_start_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_status_line.cc b/src/service_inspectors/http2_inspect/http2_status_line.cc index 123d3b4a1..37885627e 100644 --- a/src/service_inspectors/http2_inspect/http2_status_line.cc +++ b/src/service_inspectors/http2_inspect/http2_status_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_status_line.h b/src/service_inspectors/http2_inspect/http2_status_line.h index 7e8f902dd..e6f4cabec 100644 --- a/src/service_inspectors/http2_inspect/http2_status_line.h +++ b/src/service_inspectors/http2_inspect/http2_status_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_stream.cc b/src/service_inspectors/http2_inspect/http2_stream.cc index 0852fd143..99abd7d2a 100644 --- a/src/service_inspectors/http2_inspect/http2_stream.cc +++ b/src/service_inspectors/http2_inspect/http2_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_stream.h b/src/service_inspectors/http2_inspect/http2_stream.h index e9e4e65bb..efea49d93 100644 --- a/src/service_inspectors/http2_inspect/http2_stream.h +++ b/src/service_inspectors/http2_inspect/http2_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_stream_splitter.cc b/src/service_inspectors/http2_inspect/http2_stream_splitter.cc index 436cf07b8..c921c3a42 100644 --- a/src/service_inspectors/http2_inspect/http2_stream_splitter.cc +++ b/src/service_inspectors/http2_inspect/http2_stream_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_stream_splitter.h b/src/service_inspectors/http2_inspect/http2_stream_splitter.h index bdae9ebde..dc6a7848c 100644 --- a/src/service_inspectors/http2_inspect/http2_stream_splitter.h +++ b/src/service_inspectors/http2_inspect/http2_stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_stream_splitter_impl.cc b/src/service_inspectors/http2_inspect/http2_stream_splitter_impl.cc index 88fb97107..854242e31 100644 --- a/src/service_inspectors/http2_inspect/http2_stream_splitter_impl.cc +++ b/src/service_inspectors/http2_inspect/http2_stream_splitter_impl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_tables.cc b/src/service_inspectors/http2_inspect/http2_tables.cc index 88919dae4..2e03b2b75 100644 --- a/src/service_inspectors/http2_inspect/http2_tables.cc +++ b/src/service_inspectors/http2_inspect/http2_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_utils.cc b/src/service_inspectors/http2_inspect/http2_utils.cc index dcd2d4186..bc414e592 100644 --- a/src/service_inspectors/http2_inspect/http2_utils.cc +++ b/src/service_inspectors/http2_inspect/http2_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_utils.h b/src/service_inspectors/http2_inspect/http2_utils.h index 5effceac4..82765c09c 100644 --- a/src/service_inspectors/http2_inspect/http2_utils.h +++ b/src/service_inspectors/http2_inspect/http2_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_window_update_frame.cc b/src/service_inspectors/http2_inspect/http2_window_update_frame.cc index 580a08da5..6e319be38 100644 --- a/src/service_inspectors/http2_inspect/http2_window_update_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_window_update_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_window_update_frame.h b/src/service_inspectors/http2_inspect/http2_window_update_frame.h index 8fe6c0cc7..4c2e460ae 100644 --- a/src/service_inspectors/http2_inspect/http2_window_update_frame.h +++ b/src/service_inspectors/http2_inspect/http2_window_update_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/ips_http2.cc b/src/service_inspectors/http2_inspect/ips_http2.cc index 8fe824486..acfbe44a4 100644 --- a/src/service_inspectors/http2_inspect/ips_http2.cc +++ b/src/service_inspectors/http2_inspect/ips_http2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/ips_http2.h b/src/service_inspectors/http2_inspect/ips_http2.h index 8f46715f7..1853acb11 100644 --- a/src/service_inspectors/http2_inspect/ips_http2.h +++ b/src/service_inspectors/http2_inspect/ips_http2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/test/http2_hpack_int_decode_test.cc b/src/service_inspectors/http2_inspect/test/http2_hpack_int_decode_test.cc index 14d259ce1..b3b65fe80 100644 --- a/src/service_inspectors/http2_inspect/test/http2_hpack_int_decode_test.cc +++ b/src/service_inspectors/http2_inspect/test/http2_hpack_int_decode_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/test/http2_hpack_string_decode_test.cc b/src/service_inspectors/http2_inspect/test/http2_hpack_string_decode_test.cc index 12655215e..a32457edb 100644 --- a/src/service_inspectors/http2_inspect/test/http2_hpack_string_decode_test.cc +++ b/src/service_inspectors/http2_inspect/test/http2_hpack_string_decode_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_api.cc b/src/service_inspectors/http_inspect/http_api.cc index a1caead7b..22d814c87 100644 --- a/src/service_inspectors/http_inspect/http_api.cc +++ b/src/service_inspectors/http_inspect/http_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_api.h b/src/service_inspectors/http_inspect/http_api.h index 9a16331a7..eac9dddfe 100644 --- a/src/service_inspectors/http_inspect/http_api.h +++ b/src/service_inspectors/http_inspect/http_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_buffer_info.cc b/src/service_inspectors/http_inspect/http_buffer_info.cc index 809c4dd89..fdb5f97cb 100644 --- a/src/service_inspectors/http_inspect/http_buffer_info.cc +++ b/src/service_inspectors/http_inspect/http_buffer_info.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_buffer_info.h b/src/service_inspectors/http_inspect/http_buffer_info.h index 4de2b9172..df7df0525 100644 --- a/src/service_inspectors/http_inspect/http_buffer_info.h +++ b/src/service_inspectors/http_inspect/http_buffer_info.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_common.h b/src/service_inspectors/http_inspect/http_common.h index 917c5c252..e67603c6a 100644 --- a/src/service_inspectors/http_inspect/http_common.h +++ b/src/service_inspectors/http_inspect/http_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_context_data.cc b/src/service_inspectors/http_inspect/http_context_data.cc index 9ab229553..b6b0ccc65 100644 --- a/src/service_inspectors/http_inspect/http_context_data.cc +++ b/src/service_inspectors/http_inspect/http_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_context_data.h b/src/service_inspectors/http_inspect/http_context_data.h index f39c9b9b9..db29a6a7d 100644 --- a/src/service_inspectors/http_inspect/http_context_data.h +++ b/src/service_inspectors/http_inspect/http_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_cursor_data.h b/src/service_inspectors/http_inspect/http_cursor_data.h index b627899b4..9cd1dfd1e 100644 --- a/src/service_inspectors/http_inspect/http_cursor_data.h +++ b/src/service_inspectors/http_inspect/http_cursor_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_cutter.cc b/src/service_inspectors/http_inspect/http_cutter.cc index 5922d340c..f96f5b19e 100644 --- a/src/service_inspectors/http_inspect/http_cutter.cc +++ b/src/service_inspectors/http_inspect/http_cutter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_cutter.h b/src/service_inspectors/http_inspect/http_cutter.h index 04e33305f..f332996a1 100644 --- a/src/service_inspectors/http_inspect/http_cutter.h +++ b/src/service_inspectors/http_inspect/http_cutter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_enum.h b/src/service_inspectors/http_inspect/http_enum.h index 372aaf145..4c87c9657 100755 --- a/src/service_inspectors/http_inspect/http_enum.h +++ b/src/service_inspectors/http_inspect/http_enum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_event.h b/src/service_inspectors/http_inspect/http_event.h index 16044e3b3..18a5a6feb 100644 --- a/src/service_inspectors/http_inspect/http_event.h +++ b/src/service_inspectors/http_inspect/http_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_field.cc b/src/service_inspectors/http_inspect/http_field.cc index cf2a34982..a2aaaf6ef 100644 --- a/src/service_inspectors/http_inspect/http_field.cc +++ b/src/service_inspectors/http_inspect/http_field.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_field.h b/src/service_inspectors/http_inspect/http_field.h index 0246ee331..1ba5d995f 100644 --- a/src/service_inspectors/http_inspect/http_field.h +++ b/src/service_inspectors/http_inspect/http_field.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_flow_data.cc b/src/service_inspectors/http_inspect/http_flow_data.cc index 25f62b1ab..cc16c897b 100644 --- a/src/service_inspectors/http_inspect/http_flow_data.cc +++ b/src/service_inspectors/http_inspect/http_flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_flow_data.h b/src/service_inspectors/http_inspect/http_flow_data.h index 29e6897c4..3ecb7fdbe 100644 --- a/src/service_inspectors/http_inspect/http_flow_data.h +++ b/src/service_inspectors/http_inspect/http_flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_inspect.cc b/src/service_inspectors/http_inspect/http_inspect.cc index 63c154a4d..08130f56b 100755 --- a/src/service_inspectors/http_inspect/http_inspect.cc +++ b/src/service_inspectors/http_inspect/http_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_inspect.h b/src/service_inspectors/http_inspect/http_inspect.h index 49d508006..b8cece053 100644 --- a/src/service_inspectors/http_inspect/http_inspect.h +++ b/src/service_inspectors/http_inspect/http_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_js_norm.cc b/src/service_inspectors/http_inspect/http_js_norm.cc index dcc3bbaca..a8e332eb2 100644 --- a/src/service_inspectors/http_inspect/http_js_norm.cc +++ b/src/service_inspectors/http_inspect/http_js_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_js_norm.h b/src/service_inspectors/http_inspect/http_js_norm.h index 4a905d3eb..891a2dd89 100644 --- a/src/service_inspectors/http_inspect/http_js_norm.h +++ b/src/service_inspectors/http_inspect/http_js_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_module.cc b/src/service_inspectors/http_inspect/http_module.cc index b149c3171..5c4dfb395 100755 --- a/src/service_inspectors/http_inspect/http_module.cc +++ b/src/service_inspectors/http_inspect/http_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_module.h b/src/service_inspectors/http_inspect/http_module.h index d89660e79..15455f2b8 100755 --- a/src/service_inspectors/http_inspect/http_module.h +++ b/src/service_inspectors/http_inspect/http_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body.cc b/src/service_inspectors/http_inspect/http_msg_body.cc index 3d0d8a64f..b4f306c44 100644 --- a/src/service_inspectors/http_inspect/http_msg_body.cc +++ b/src/service_inspectors/http_inspect/http_msg_body.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body.h b/src/service_inspectors/http_inspect/http_msg_body.h index e19d1454f..96b871ee3 100644 --- a/src/service_inspectors/http_inspect/http_msg_body.h +++ b/src/service_inspectors/http_inspect/http_msg_body.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_chunk.cc b/src/service_inspectors/http_inspect/http_msg_body_chunk.cc index 3b9c0f015..7c91250b7 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_chunk.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_chunk.h b/src/service_inspectors/http_inspect/http_msg_body_chunk.h index 055eea188..819396093 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_chunk.h +++ b/src/service_inspectors/http_inspect/http_msg_body_chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_cl.cc b/src/service_inspectors/http_inspect/http_msg_body_cl.cc index b43562e5f..813bb42f8 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_cl.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_cl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_cl.h b/src/service_inspectors/http_inspect/http_msg_body_cl.h index aa6ef381a..3ee3a493b 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_cl.h +++ b/src/service_inspectors/http_inspect/http_msg_body_cl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_h2.cc b/src/service_inspectors/http_inspect/http_msg_body_h2.cc index 54c7f67d2..906b85553 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_h2.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_h2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_h2.h b/src/service_inspectors/http_inspect/http_msg_body_h2.h index 7c23f8f34..9617382da 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_h2.h +++ b/src/service_inspectors/http_inspect/http_msg_body_h2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_old.cc b/src/service_inspectors/http_inspect/http_msg_body_old.cc index b5034a90f..e21233ac0 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_old.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_old.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_body_old.h b/src/service_inspectors/http_inspect/http_msg_body_old.h index 67dc2d3eb..8ab8b4292 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_old.h +++ b/src/service_inspectors/http_inspect/http_msg_body_old.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_head_shared.cc b/src/service_inspectors/http_inspect/http_msg_head_shared.cc index 167a4c09f..dacb27334 100755 --- a/src/service_inspectors/http_inspect/http_msg_head_shared.cc +++ b/src/service_inspectors/http_inspect/http_msg_head_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_head_shared.h b/src/service_inspectors/http_inspect/http_msg_head_shared.h index 4bdcfb61a..5acdd00b4 100755 --- a/src/service_inspectors/http_inspect/http_msg_head_shared.h +++ b/src/service_inspectors/http_inspect/http_msg_head_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc b/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc index 5875d3a1f..126f0d073 100644 --- a/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc +++ b/src/service_inspectors/http_inspect/http_msg_head_shared_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_header.cc b/src/service_inspectors/http_inspect/http_msg_header.cc index c8234c9de..6a9a3fc35 100755 --- a/src/service_inspectors/http_inspect/http_msg_header.cc +++ b/src/service_inspectors/http_inspect/http_msg_header.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_header.h b/src/service_inspectors/http_inspect/http_msg_header.h index 83fc88dbf..64df1329e 100644 --- a/src/service_inspectors/http_inspect/http_msg_header.h +++ b/src/service_inspectors/http_inspect/http_msg_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_request.cc b/src/service_inspectors/http_inspect/http_msg_request.cc index 95d1e03fb..2183e5539 100644 --- a/src/service_inspectors/http_inspect/http_msg_request.cc +++ b/src/service_inspectors/http_inspect/http_msg_request.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_request.h b/src/service_inspectors/http_inspect/http_msg_request.h index d09d5d128..8f58df912 100644 --- a/src/service_inspectors/http_inspect/http_msg_request.h +++ b/src/service_inspectors/http_inspect/http_msg_request.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_section.cc b/src/service_inspectors/http_inspect/http_msg_section.cc index 6e16ae044..0599c8043 100644 --- a/src/service_inspectors/http_inspect/http_msg_section.cc +++ b/src/service_inspectors/http_inspect/http_msg_section.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_section.h b/src/service_inspectors/http_inspect/http_msg_section.h index eb5f53ace..6df75050b 100644 --- a/src/service_inspectors/http_inspect/http_msg_section.h +++ b/src/service_inspectors/http_inspect/http_msg_section.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_start.cc b/src/service_inspectors/http_inspect/http_msg_start.cc index 904366ef8..f9bf322ba 100644 --- a/src/service_inspectors/http_inspect/http_msg_start.cc +++ b/src/service_inspectors/http_inspect/http_msg_start.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_start.h b/src/service_inspectors/http_inspect/http_msg_start.h index 95b6c7b21..ceabd6a63 100644 --- a/src/service_inspectors/http_inspect/http_msg_start.h +++ b/src/service_inspectors/http_inspect/http_msg_start.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_status.cc b/src/service_inspectors/http_inspect/http_msg_status.cc index 77c014881..c0bd97fff 100644 --- a/src/service_inspectors/http_inspect/http_msg_status.cc +++ b/src/service_inspectors/http_inspect/http_msg_status.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_status.h b/src/service_inspectors/http_inspect/http_msg_status.h index d02545493..328adc997 100644 --- a/src/service_inspectors/http_inspect/http_msg_status.h +++ b/src/service_inspectors/http_inspect/http_msg_status.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_trailer.cc b/src/service_inspectors/http_inspect/http_msg_trailer.cc index e1c391e50..8933eb0a4 100644 --- a/src/service_inspectors/http_inspect/http_msg_trailer.cc +++ b/src/service_inspectors/http_inspect/http_msg_trailer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_msg_trailer.h b/src/service_inspectors/http_inspect/http_msg_trailer.h index 58ac55350..cdb5d109d 100644 --- a/src/service_inspectors/http_inspect/http_msg_trailer.h +++ b/src/service_inspectors/http_inspect/http_msg_trailer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalized_header.cc b/src/service_inspectors/http_inspect/http_normalized_header.cc index fc52d6d75..3448fcfb7 100644 --- a/src/service_inspectors/http_inspect/http_normalized_header.cc +++ b/src/service_inspectors/http_inspect/http_normalized_header.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalized_header.h b/src/service_inspectors/http_inspect/http_normalized_header.h index 7b976f9b1..41238b801 100644 --- a/src/service_inspectors/http_inspect/http_normalized_header.h +++ b/src/service_inspectors/http_inspect/http_normalized_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalizers.cc b/src/service_inspectors/http_inspect/http_normalizers.cc index 8d10a577b..cc938b92f 100644 --- a/src/service_inspectors/http_inspect/http_normalizers.cc +++ b/src/service_inspectors/http_inspect/http_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalizers.h b/src/service_inspectors/http_inspect/http_normalizers.h index 2c13f6499..11288f22f 100644 --- a/src/service_inspectors/http_inspect/http_normalizers.h +++ b/src/service_inspectors/http_inspect/http_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_param.h b/src/service_inspectors/http_inspect/http_param.h index 2c75061e4..121a8d8b0 100644 --- a/src/service_inspectors/http_inspect/http_param.h +++ b/src/service_inspectors/http_inspect/http_param.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_query_parser.cc b/src/service_inspectors/http_inspect/http_query_parser.cc index 9418181c8..2e014c6cd 100644 --- a/src/service_inspectors/http_inspect/http_query_parser.cc +++ b/src/service_inspectors/http_inspect/http_query_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_query_parser.h b/src/service_inspectors/http_inspect/http_query_parser.h index 4d7d66a00..8f0c7744b 100644 --- a/src/service_inspectors/http_inspect/http_query_parser.h +++ b/src/service_inspectors/http_inspect/http_query_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_str_to_code.cc b/src/service_inspectors/http_inspect/http_str_to_code.cc index 8edd22c06..401c6d44c 100755 --- a/src/service_inspectors/http_inspect/http_str_to_code.cc +++ b/src/service_inspectors/http_inspect/http_str_to_code.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_str_to_code.h b/src/service_inspectors/http_inspect/http_str_to_code.h index bcdf9812a..f43941bcc 100755 --- a/src/service_inspectors/http_inspect/http_str_to_code.h +++ b/src/service_inspectors/http_inspect/http_str_to_code.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter.h b/src/service_inspectors/http_inspect/http_stream_splitter.h index cfd1090fa..8c756e6e2 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter.h +++ b/src/service_inspectors/http_inspect/http_stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc b/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc index 15adf44aa..641f8ece3 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc +++ b/src/service_inspectors/http_inspect/http_stream_splitter_finish.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc b/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc index db156ca3f..1bdc60c36 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc +++ b/src/service_inspectors/http_inspect/http_stream_splitter_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc b/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc index 98a79d0bf..422e63577 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc +++ b/src/service_inspectors/http_inspect/http_stream_splitter_scan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_tables.cc b/src/service_inspectors/http_inspect/http_tables.cc index 4f01f8506..2a72f096c 100755 --- a/src/service_inspectors/http_inspect/http_tables.cc +++ b/src/service_inspectors/http_inspect/http_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_input.cc b/src/service_inspectors/http_inspect/http_test_input.cc index 5f248a4b4..f103cdc38 100644 --- a/src/service_inspectors/http_inspect/http_test_input.cc +++ b/src/service_inspectors/http_inspect/http_test_input.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_input.h b/src/service_inspectors/http_inspect/http_test_input.h index 413998932..476ccfc39 100644 --- a/src/service_inspectors/http_inspect/http_test_input.h +++ b/src/service_inspectors/http_inspect/http_test_input.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_manager.cc b/src/service_inspectors/http_inspect/http_test_manager.cc index 050d99b1a..054c008a7 100644 --- a/src/service_inspectors/http_inspect/http_test_manager.cc +++ b/src/service_inspectors/http_inspect/http_test_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_test_manager.h b/src/service_inspectors/http_inspect/http_test_manager.h index 359e1348e..89aff1921 100644 --- a/src/service_inspectors/http_inspect/http_test_manager.h +++ b/src/service_inspectors/http_inspect/http_test_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_transaction.cc b/src/service_inspectors/http_inspect/http_transaction.cc index c17a5f08a..9bc8db7c2 100644 --- a/src/service_inspectors/http_inspect/http_transaction.cc +++ b/src/service_inspectors/http_inspect/http_transaction.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_transaction.h b/src/service_inspectors/http_inspect/http_transaction.h index a1d4b0cfc..0c28a5e37 100644 --- a/src/service_inspectors/http_inspect/http_transaction.h +++ b/src/service_inspectors/http_inspect/http_transaction.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri.cc b/src/service_inspectors/http_inspect/http_uri.cc index 79fb0f835..5eab58339 100644 --- a/src/service_inspectors/http_inspect/http_uri.cc +++ b/src/service_inspectors/http_inspect/http_uri.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri.h b/src/service_inspectors/http_inspect/http_uri.h index 5f5e26c81..a7e76734e 100644 --- a/src/service_inspectors/http_inspect/http_uri.h +++ b/src/service_inspectors/http_inspect/http_uri.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri_norm.cc b/src/service_inspectors/http_inspect/http_uri_norm.cc index 30ebcd79a..ff44cb0ee 100644 --- a/src/service_inspectors/http_inspect/http_uri_norm.cc +++ b/src/service_inspectors/http_inspect/http_uri_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_uri_norm.h b/src/service_inspectors/http_inspect/http_uri_norm.h index 78c2405f1..91ba6c246 100644 --- a/src/service_inspectors/http_inspect/http_uri_norm.h +++ b/src/service_inspectors/http_inspect/http_uri_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/ips_http.cc b/src/service_inspectors/http_inspect/ips_http.cc index ffc64fa55..b62c00513 100644 --- a/src/service_inspectors/http_inspect/ips_http.cc +++ b/src/service_inspectors/http_inspect/ips_http.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/ips_http.h b/src/service_inspectors/http_inspect/ips_http.h index eda137cbf..90a3e52ea 100644 --- a/src/service_inspectors/http_inspect/ips_http.h +++ b/src/service_inspectors/http_inspect/ips_http.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_module_test.cc b/src/service_inspectors/http_inspect/test/http_module_test.cc index 95cb5af09..2802d19af 100755 --- a/src/service_inspectors/http_inspect/test/http_module_test.cc +++ b/src/service_inspectors/http_inspect/test/http_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc b/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc index e57e5957e..3f8926bef 100644 --- a/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc +++ b/src/service_inspectors/http_inspect/test/http_msg_head_shared_util_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_normalizers_test.cc b/src/service_inspectors/http_inspect/test/http_normalizers_test.cc index 9dfb54b79..264c5c988 100644 --- a/src/service_inspectors/http_inspect/test/http_normalizers_test.cc +++ b/src/service_inspectors/http_inspect/test/http_normalizers_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_transaction_test.cc b/src/service_inspectors/http_inspect/test/http_transaction_test.cc index b235ad4f3..398903838 100644 --- a/src/service_inspectors/http_inspect/test/http_transaction_test.cc +++ b/src/service_inspectors/http_inspect/test/http_transaction_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc b/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc index 06c4bd8a9..7fcfa6c78 100755 --- a/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc +++ b/src/service_inspectors/http_inspect/test/http_uri_norm_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104.cc b/src/service_inspectors/iec104/iec104.cc index 978c51832..f7d1b56a6 100644 --- a/src/service_inspectors/iec104/iec104.cc +++ b/src/service_inspectors/iec104/iec104.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104.h b/src/service_inspectors/iec104/iec104.h index 38cb35849..e19822cf4 100644 --- a/src/service_inspectors/iec104/iec104.h +++ b/src/service_inspectors/iec104/iec104.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_decode.cc b/src/service_inspectors/iec104/iec104_decode.cc index 81f683398..0f91d4f92 100644 --- a/src/service_inspectors/iec104/iec104_decode.cc +++ b/src/service_inspectors/iec104/iec104_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_decode.h b/src/service_inspectors/iec104/iec104_decode.h index 50873ced9..acbcae097 100644 --- a/src/service_inspectors/iec104/iec104_decode.h +++ b/src/service_inspectors/iec104/iec104_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_module.cc b/src/service_inspectors/iec104/iec104_module.cc index df1811a13..c50790dcb 100644 --- a/src/service_inspectors/iec104/iec104_module.cc +++ b/src/service_inspectors/iec104/iec104_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_module.h b/src/service_inspectors/iec104/iec104_module.h index 8a78a6ea7..a9225ee87 100644 --- a/src/service_inspectors/iec104/iec104_module.h +++ b/src/service_inspectors/iec104/iec104_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_paf.cc b/src/service_inspectors/iec104/iec104_paf.cc index 3e801b3c9..249a21ca6 100644 --- a/src/service_inspectors/iec104/iec104_paf.cc +++ b/src/service_inspectors/iec104/iec104_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_paf.h b/src/service_inspectors/iec104/iec104_paf.h index f5600b66e..026cda33c 100644 --- a/src/service_inspectors/iec104/iec104_paf.h +++ b/src/service_inspectors/iec104/iec104_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_apdu.cc b/src/service_inspectors/iec104/iec104_parse_apdu.cc index 187cf1379..af573a795 100644 --- a/src/service_inspectors/iec104/iec104_parse_apdu.cc +++ b/src/service_inspectors/iec104/iec104_parse_apdu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_apdu.h b/src/service_inspectors/iec104/iec104_parse_apdu.h index 19f7651dc..703f46191 100644 --- a/src/service_inspectors/iec104/iec104_parse_apdu.h +++ b/src/service_inspectors/iec104/iec104_parse_apdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc b/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc index db4467f01..efe571e88 100644 --- a/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc +++ b/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_information_object_elements.h b/src/service_inspectors/iec104/iec104_parse_information_object_elements.h index c73315d4f..9adacfa48 100644 --- a/src/service_inspectors/iec104/iec104_parse_information_object_elements.h +++ b/src/service_inspectors/iec104/iec104_parse_information_object_elements.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_trace.h b/src/service_inspectors/iec104/iec104_trace.h index b38054f7b..8ecc93acb 100644 --- a/src/service_inspectors/iec104/iec104_trace.h +++ b/src/service_inspectors/iec104/iec104_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/ips_iec104_apci_type.cc b/src/service_inspectors/iec104/ips_iec104_apci_type.cc index 066adadfe..4b87f26b8 100644 --- a/src/service_inspectors/iec104/ips_iec104_apci_type.cc +++ b/src/service_inspectors/iec104/ips_iec104_apci_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/ips_iec104_asdu_func.cc b/src/service_inspectors/iec104/ips_iec104_asdu_func.cc index 7e2ee68e4..92d2aaf0c 100644 --- a/src/service_inspectors/iec104/ips_iec104_asdu_func.cc +++ b/src/service_inspectors/iec104/ips_iec104_asdu_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap.cc b/src/service_inspectors/imap/imap.cc index c20471523..9277e3278 100644 --- a/src/service_inspectors/imap/imap.cc +++ b/src/service_inspectors/imap/imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap.h b/src/service_inspectors/imap/imap.h index c1d1324b5..613f189f0 100644 --- a/src/service_inspectors/imap/imap.h +++ b/src/service_inspectors/imap/imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_config.h b/src/service_inspectors/imap/imap_config.h index 562eb9ad7..0b7e5022d 100644 --- a/src/service_inspectors/imap/imap_config.h +++ b/src/service_inspectors/imap/imap_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_module.cc b/src/service_inspectors/imap/imap_module.cc index 4025e3162..9cf5dc5c4 100644 --- a/src/service_inspectors/imap/imap_module.cc +++ b/src/service_inspectors/imap/imap_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_module.h b/src/service_inspectors/imap/imap_module.h index ed558266a..9af51696d 100644 --- a/src/service_inspectors/imap/imap_module.h +++ b/src/service_inspectors/imap/imap_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_paf.cc b/src/service_inspectors/imap/imap_paf.cc index 6192ba250..dd7804566 100644 --- a/src/service_inspectors/imap/imap_paf.cc +++ b/src/service_inspectors/imap/imap_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/imap/imap_paf.h b/src/service_inspectors/imap/imap_paf.h index 9f4a13464..e31ae171d 100644 --- a/src/service_inspectors/imap/imap_paf.h +++ b/src/service_inspectors/imap/imap_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/ips_modbus_data.cc b/src/service_inspectors/modbus/ips_modbus_data.cc index 6020c96d0..651c0de85 100644 --- a/src/service_inspectors/modbus/ips_modbus_data.cc +++ b/src/service_inspectors/modbus/ips_modbus_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/ips_modbus_func.cc b/src/service_inspectors/modbus/ips_modbus_func.cc index f4d118aab..3fadd2b1e 100644 --- a/src/service_inspectors/modbus/ips_modbus_func.cc +++ b/src/service_inspectors/modbus/ips_modbus_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/ips_modbus_unit.cc b/src/service_inspectors/modbus/ips_modbus_unit.cc index da082193a..a0bf074a5 100644 --- a/src/service_inspectors/modbus/ips_modbus_unit.cc +++ b/src/service_inspectors/modbus/ips_modbus_unit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus.cc b/src/service_inspectors/modbus/modbus.cc index 24e27b674..beed02e22 100644 --- a/src/service_inspectors/modbus/modbus.cc +++ b/src/service_inspectors/modbus/modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/modbus/modbus.h b/src/service_inspectors/modbus/modbus.h index 542a550b3..77d77df47 100644 --- a/src/service_inspectors/modbus/modbus.h +++ b/src/service_inspectors/modbus/modbus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_decode.cc b/src/service_inspectors/modbus/modbus_decode.cc index c09d78d8d..284b71e31 100644 --- a/src/service_inspectors/modbus/modbus_decode.cc +++ b/src/service_inspectors/modbus/modbus_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_decode.h b/src/service_inspectors/modbus/modbus_decode.h index dd9138c7d..5497195e8 100644 --- a/src/service_inspectors/modbus/modbus_decode.h +++ b/src/service_inspectors/modbus/modbus_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_module.cc b/src/service_inspectors/modbus/modbus_module.cc index 14960a2fa..d1b9fe930 100644 --- a/src/service_inspectors/modbus/modbus_module.cc +++ b/src/service_inspectors/modbus/modbus_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/modbus/modbus_module.h b/src/service_inspectors/modbus/modbus_module.h index 3b5a1a0d2..fff1689e1 100644 --- a/src/service_inspectors/modbus/modbus_module.h +++ b/src/service_inspectors/modbus/modbus_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/modbus/modbus_paf.cc b/src/service_inspectors/modbus/modbus_paf.cc index 00e452add..3e2f211c8 100644 --- a/src/service_inspectors/modbus/modbus_paf.cc +++ b/src/service_inspectors/modbus/modbus_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/modbus/modbus_paf.h b/src/service_inspectors/modbus/modbus_paf.h index 568c894f7..e95694caa 100644 --- a/src/service_inspectors/modbus/modbus_paf.h +++ b/src/service_inspectors/modbus/modbus_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/netflow/netflow.cc b/src/service_inspectors/netflow/netflow.cc index 0ee658f9d..fa23b689e 100644 --- a/src/service_inspectors/netflow/netflow.cc +++ b/src/service_inspectors/netflow/netflow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/netflow/netflow_headers.h b/src/service_inspectors/netflow/netflow_headers.h index 423c003cb..bbc29c8b0 100644 --- a/src/service_inspectors/netflow/netflow_headers.h +++ b/src/service_inspectors/netflow/netflow_headers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/netflow/netflow_module.cc b/src/service_inspectors/netflow/netflow_module.cc index b21f49938..e01412dfd 100644 --- a/src/service_inspectors/netflow/netflow_module.cc +++ b/src/service_inspectors/netflow/netflow_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/netflow/netflow_module.h b/src/service_inspectors/netflow/netflow_module.h index f886e2d04..e8aa38662 100644 --- a/src/service_inspectors/netflow/netflow_module.h +++ b/src/service_inspectors/netflow/netflow_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop.cc b/src/service_inspectors/pop/pop.cc index 152c0438e..efea0bf91 100644 --- a/src/service_inspectors/pop/pop.cc +++ b/src/service_inspectors/pop/pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop.h b/src/service_inspectors/pop/pop.h index f07fb92ab..7cfa4112f 100644 --- a/src/service_inspectors/pop/pop.h +++ b/src/service_inspectors/pop/pop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_config.h b/src/service_inspectors/pop/pop_config.h index 3969bab9e..790152af9 100644 --- a/src/service_inspectors/pop/pop_config.h +++ b/src/service_inspectors/pop/pop_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_module.cc b/src/service_inspectors/pop/pop_module.cc index 494b1d22a..e9eb6ebcd 100644 --- a/src/service_inspectors/pop/pop_module.cc +++ b/src/service_inspectors/pop/pop_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_module.h b/src/service_inspectors/pop/pop_module.h index 281889219..e1d686ee6 100644 --- a/src/service_inspectors/pop/pop_module.h +++ b/src/service_inspectors/pop/pop_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_paf.cc b/src/service_inspectors/pop/pop_paf.cc index ffe7472b3..75d9ca9dd 100644 --- a/src/service_inspectors/pop/pop_paf.cc +++ b/src/service_inspectors/pop/pop_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/pop/pop_paf.h b/src/service_inspectors/pop/pop_paf.h index e07a15738..51e814083 100644 --- a/src/service_inspectors/pop/pop_paf.h +++ b/src/service_inspectors/pop/pop_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/rpc_decode/rpc_decode.cc b/src/service_inspectors/rpc_decode/rpc_decode.cc index 6cc18550a..d20b2c75b 100644 --- a/src/service_inspectors/rpc_decode/rpc_decode.cc +++ b/src/service_inspectors/rpc_decode/rpc_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch // diff --git a/src/service_inspectors/rpc_decode/rpc_module.cc b/src/service_inspectors/rpc_decode/rpc_module.cc index 5994bc487..d1588a286 100644 --- a/src/service_inspectors/rpc_decode/rpc_module.cc +++ b/src/service_inspectors/rpc_decode/rpc_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/rpc_decode/rpc_module.h b/src/service_inspectors/rpc_decode/rpc_module.h index 6cad7b34f..45cc81e54 100644 --- a/src/service_inspectors/rpc_decode/rpc_module.h +++ b/src/service_inspectors/rpc_decode/rpc_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/ips_s7comm_content.cc b/src/service_inspectors/s7commplus/ips_s7comm_content.cc index 2bf9b3ce0..ba58dcf75 100644 --- a/src/service_inspectors/s7commplus/ips_s7comm_content.cc +++ b/src/service_inspectors/s7commplus/ips_s7comm_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/ips_s7comm_func.cc b/src/service_inspectors/s7commplus/ips_s7comm_func.cc index cbb433bd1..147b03f60 100644 --- a/src/service_inspectors/s7commplus/ips_s7comm_func.cc +++ b/src/service_inspectors/s7commplus/ips_s7comm_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/ips_s7comm_opcode.cc b/src/service_inspectors/s7commplus/ips_s7comm_opcode.cc index 65ac4de1b..e6ce2971b 100644 --- a/src/service_inspectors/s7commplus/ips_s7comm_opcode.cc +++ b/src/service_inspectors/s7commplus/ips_s7comm_opcode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm.cc b/src/service_inspectors/s7commplus/s7comm.cc index 21603726b..cc27d101b 100644 --- a/src/service_inspectors/s7commplus/s7comm.cc +++ b/src/service_inspectors/s7commplus/s7comm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm.h b/src/service_inspectors/s7commplus/s7comm.h index e6ce59884..802c7cf1b 100644 --- a/src/service_inspectors/s7commplus/s7comm.h +++ b/src/service_inspectors/s7commplus/s7comm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm_decode.cc b/src/service_inspectors/s7commplus/s7comm_decode.cc index 19d850985..df5585fa4 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.cc +++ b/src/service_inspectors/s7commplus/s7comm_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm_decode.h b/src/service_inspectors/s7commplus/s7comm_decode.h index 6d3334130..972afa42a 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.h +++ b/src/service_inspectors/s7commplus/s7comm_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm_module.cc b/src/service_inspectors/s7commplus/s7comm_module.cc index 05b9fc0e0..91e81786b 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.cc +++ b/src/service_inspectors/s7commplus/s7comm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm_module.h b/src/service_inspectors/s7commplus/s7comm_module.h index 0cd19221d..da81692a5 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.h +++ b/src/service_inspectors/s7commplus/s7comm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm_paf.cc b/src/service_inspectors/s7commplus/s7comm_paf.cc index 4d6c3519a..c0c3ebd1a 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.cc +++ b/src/service_inspectors/s7commplus/s7comm_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/s7commplus/s7comm_paf.h b/src/service_inspectors/s7commplus/s7comm_paf.h index 117157cc2..d83aba21e 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.h +++ b/src/service_inspectors/s7commplus/s7comm_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/service_inspectors.cc b/src/service_inspectors/service_inspectors.cc index 9e251040e..21783793c 100644 --- a/src/service_inspectors/service_inspectors.cc +++ b/src/service_inspectors/service_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/service_inspectors.h b/src/service_inspectors/service_inspectors.h index f7a7bf3cf..29d6ee107 100644 --- a/src/service_inspectors/service_inspectors.h +++ b/src/service_inspectors/service_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/ips_sip.cc b/src/service_inspectors/sip/ips_sip.cc index be284a42d..981888155 100644 --- a/src/service_inspectors/sip/ips_sip.cc +++ b/src/service_inspectors/sip/ips_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/ips_sip_method.cc b/src/service_inspectors/sip/ips_sip_method.cc index 7a047d421..4df122144 100644 --- a/src/service_inspectors/sip/ips_sip_method.cc +++ b/src/service_inspectors/sip/ips_sip_method.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/ips_sip_stat_code.cc b/src/service_inspectors/sip/ips_sip_stat_code.cc index f1fe426a0..93a7f68b0 100644 --- a/src/service_inspectors/sip/ips_sip_stat_code.cc +++ b/src/service_inspectors/sip/ips_sip_stat_code.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip.cc b/src/service_inspectors/sip/sip.cc index c4e23768d..9fe05f878 100644 --- a/src/service_inspectors/sip/sip.cc +++ b/src/service_inspectors/sip/sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip.h b/src/service_inspectors/sip/sip.h index 255e3e8c4..eb6d6d914 100644 --- a/src/service_inspectors/sip/sip.h +++ b/src/service_inspectors/sip/sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_common.h b/src/service_inspectors/sip/sip_common.h index 9fc33f351..f9ca5dd1b 100644 --- a/src/service_inspectors/sip/sip_common.h +++ b/src/service_inspectors/sip/sip_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_config.cc b/src/service_inspectors/sip/sip_config.cc index 256b274ea..61478b848 100644 --- a/src/service_inspectors/sip/sip_config.cc +++ b/src/service_inspectors/sip/sip_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_config.h b/src/service_inspectors/sip/sip_config.h index 740987b06..b52dca15f 100644 --- a/src/service_inspectors/sip/sip_config.h +++ b/src/service_inspectors/sip/sip_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_dialog.cc b/src/service_inspectors/sip/sip_dialog.cc index 594b8fdae..b30ad5bf5 100644 --- a/src/service_inspectors/sip/sip_dialog.cc +++ b/src/service_inspectors/sip/sip_dialog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_dialog.h b/src/service_inspectors/sip/sip_dialog.h index 55451e7a1..18aeb0c00 100644 --- a/src/service_inspectors/sip/sip_dialog.h +++ b/src/service_inspectors/sip/sip_dialog.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_module.cc b/src/service_inspectors/sip/sip_module.cc index b43245779..8ec71f9f3 100644 --- a/src/service_inspectors/sip/sip_module.cc +++ b/src/service_inspectors/sip/sip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_module.h b/src/service_inspectors/sip/sip_module.h index caf2ea4e4..eb4d12d8a 100644 --- a/src/service_inspectors/sip/sip_module.h +++ b/src/service_inspectors/sip/sip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_parser.cc b/src/service_inspectors/sip/sip_parser.cc index a78f4f42a..a2d1475c0 100644 --- a/src/service_inspectors/sip/sip_parser.cc +++ b/src/service_inspectors/sip/sip_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_parser.h b/src/service_inspectors/sip/sip_parser.h index 1d2c17ab8..93f90e517 100644 --- a/src/service_inspectors/sip/sip_parser.h +++ b/src/service_inspectors/sip/sip_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_roptions.h b/src/service_inspectors/sip/sip_roptions.h index 8c94742f9..ca18e70ed 100644 --- a/src/service_inspectors/sip/sip_roptions.h +++ b/src/service_inspectors/sip/sip_roptions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_splitter.cc b/src/service_inspectors/sip/sip_splitter.cc index 3488db792..620f86668 100644 --- a/src/service_inspectors/sip/sip_splitter.cc +++ b/src/service_inspectors/sip/sip_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_splitter.h b/src/service_inspectors/sip/sip_splitter.h index f9fce5b5d..f1caf1bd1 100644 --- a/src/service_inspectors/sip/sip_splitter.h +++ b/src/service_inspectors/sip/sip_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/sip_utils.cc b/src/service_inspectors/sip/sip_utils.cc index 783ade5ae..30e180c50 100644 --- a/src/service_inspectors/sip/sip_utils.cc +++ b/src/service_inspectors/sip/sip_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/sip_utils.h b/src/service_inspectors/sip/sip_utils.h index 8c6480df3..0928193c8 100644 --- a/src/service_inspectors/sip/sip_utils.h +++ b/src/service_inspectors/sip/sip_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/sip/test/sip_splitter_body_search_test.cc b/src/service_inspectors/sip/test/sip_splitter_body_search_test.cc index a2141f436..0603a0251 100644 --- a/src/service_inspectors/sip/test/sip_splitter_body_search_test.cc +++ b/src/service_inspectors/sip/test/sip_splitter_body_search_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/test/sip_splitter_scan_test.cc b/src/service_inspectors/sip/test/sip_splitter_scan_test.cc index 14bf034f4..5766575f8 100644 --- a/src/service_inspectors/sip/test/sip_splitter_scan_test.cc +++ b/src/service_inspectors/sip/test/sip_splitter_scan_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/test/sip_splitter_test.cc b/src/service_inspectors/sip/test/sip_splitter_test.cc index 523c326d3..f64109a42 100644 --- a/src/service_inspectors/sip/test/sip_splitter_test.cc +++ b/src/service_inspectors/sip/test/sip_splitter_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/sip/test/sip_splitter_test.h b/src/service_inspectors/sip/test/sip_splitter_test.h index 2d49b3920..99c3cc0dc 100644 --- a/src/service_inspectors/sip/test/sip_splitter_test.h +++ b/src/service_inspectors/sip/test/sip_splitter_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp.cc b/src/service_inspectors/smtp/smtp.cc index ce1a8867f..41726ef29 100644 --- a/src/service_inspectors/smtp/smtp.cc +++ b/src/service_inspectors/smtp/smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp.h b/src/service_inspectors/smtp/smtp.h index d5d419503..728964c35 100644 --- a/src/service_inspectors/smtp/smtp.h +++ b/src/service_inspectors/smtp/smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_config.h b/src/service_inspectors/smtp/smtp_config.h index 4e3d8070d..b06b08a07 100644 --- a/src/service_inspectors/smtp/smtp_config.h +++ b/src/service_inspectors/smtp/smtp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_module.cc b/src/service_inspectors/smtp/smtp_module.cc index a764a815b..93ed6950c 100644 --- a/src/service_inspectors/smtp/smtp_module.cc +++ b/src/service_inspectors/smtp/smtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_module.h b/src/service_inspectors/smtp/smtp_module.h index 15a3cda23..f0e32e78e 100644 --- a/src/service_inspectors/smtp/smtp_module.h +++ b/src/service_inspectors/smtp/smtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_normalize.cc b/src/service_inspectors/smtp/smtp_normalize.cc index 580ebf550..69405c732 100644 --- a/src/service_inspectors/smtp/smtp_normalize.cc +++ b/src/service_inspectors/smtp/smtp_normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_normalize.h b/src/service_inspectors/smtp/smtp_normalize.h index 1e2cdacbe..f78c7eafb 100644 --- a/src/service_inspectors/smtp/smtp_normalize.h +++ b/src/service_inspectors/smtp/smtp_normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp_paf.cc b/src/service_inspectors/smtp/smtp_paf.cc index 59419fcd0..07fd04963 100644 --- a/src/service_inspectors/smtp/smtp_paf.cc +++ b/src/service_inspectors/smtp/smtp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_paf.h b/src/service_inspectors/smtp/smtp_paf.h index 4769cec34..dae6c8a4a 100644 --- a/src/service_inspectors/smtp/smtp_paf.h +++ b/src/service_inspectors/smtp/smtp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_util.cc b/src/service_inspectors/smtp/smtp_util.cc index 8211347da..a54289b51 100644 --- a/src/service_inspectors/smtp/smtp_util.cc +++ b/src/service_inspectors/smtp/smtp_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/smtp/smtp_util.h b/src/service_inspectors/smtp/smtp_util.h index d42cb1a3b..eb777ff97 100644 --- a/src/service_inspectors/smtp/smtp_util.h +++ b/src/service_inspectors/smtp/smtp_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp_xlink2state.cc b/src/service_inspectors/smtp/smtp_xlink2state.cc index b68aae268..0ccb4f568 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.cc +++ b/src/service_inspectors/smtp/smtp_xlink2state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/smtp/smtp_xlink2state.h b/src/service_inspectors/smtp/smtp_xlink2state.h index 337f01283..189ddade5 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.h +++ b/src/service_inspectors/smtp/smtp_xlink2state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh.cc b/src/service_inspectors/ssh/ssh.cc index 8f482cc9c..0dfc8075c 100644 --- a/src/service_inspectors/ssh/ssh.cc +++ b/src/service_inspectors/ssh/ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh.h b/src/service_inspectors/ssh/ssh.h index f3484bf79..d09ef2816 100644 --- a/src/service_inspectors/ssh/ssh.h +++ b/src/service_inspectors/ssh/ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh_config.h b/src/service_inspectors/ssh/ssh_config.h index 172d8f632..9a02fa556 100644 --- a/src/service_inspectors/ssh/ssh_config.h +++ b/src/service_inspectors/ssh/ssh_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/service_inspectors/ssh/ssh_module.cc b/src/service_inspectors/ssh/ssh_module.cc index 2b60de581..a82856447 100644 --- a/src/service_inspectors/ssh/ssh_module.cc +++ b/src/service_inspectors/ssh/ssh_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssh/ssh_module.h b/src/service_inspectors/ssh/ssh_module.h index d59b83c5e..a2ff15442 100644 --- a/src/service_inspectors/ssh/ssh_module.h +++ b/src/service_inspectors/ssh/ssh_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssh/ssh_splitter.cc b/src/service_inspectors/ssh/ssh_splitter.cc index 74e6d528c..d9b113108 100644 --- a/src/service_inspectors/ssh/ssh_splitter.cc +++ b/src/service_inspectors/ssh/ssh_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssh/ssh_splitter.h b/src/service_inspectors/ssh/ssh_splitter.h index 8234e86da..97e19e8ce 100644 --- a/src/service_inspectors/ssh/ssh_splitter.h +++ b/src/service_inspectors/ssh/ssh_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ips_ssl_state.cc b/src/service_inspectors/ssl/ips_ssl_state.cc index 22f4d625b..eafc4eb1c 100644 --- a/src/service_inspectors/ssl/ips_ssl_state.cc +++ b/src/service_inspectors/ssl/ips_ssl_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ips_ssl_version.cc b/src/service_inspectors/ssl/ips_ssl_version.cc index 538ebcca5..3e8230801 100644 --- a/src/service_inspectors/ssl/ips_ssl_version.cc +++ b/src/service_inspectors/ssl/ips_ssl_version.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_config.h b/src/service_inspectors/ssl/ssl_config.h index 1c9935072..d8d994bee 100644 --- a/src/service_inspectors/ssl/ssl_config.h +++ b/src/service_inspectors/ssl/ssl_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_flow_data.cc b/src/service_inspectors/ssl/ssl_flow_data.cc index b57e271a7..1cdfcc2b2 100644 --- a/src/service_inspectors/ssl/ssl_flow_data.cc +++ b/src/service_inspectors/ssl/ssl_flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_flow_data.h b/src/service_inspectors/ssl/ssl_flow_data.h index bacad0da2..a7096a1f8 100644 --- a/src/service_inspectors/ssl/ssl_flow_data.h +++ b/src/service_inspectors/ssl/ssl_flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_inspector.cc b/src/service_inspectors/ssl/ssl_inspector.cc index fcdf2e9c8..1772a8dd1 100644 --- a/src/service_inspectors/ssl/ssl_inspector.cc +++ b/src/service_inspectors/ssl/ssl_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_inspector.h b/src/service_inspectors/ssl/ssl_inspector.h index 3207e422b..99b678eef 100644 --- a/src/service_inspectors/ssl/ssl_inspector.h +++ b/src/service_inspectors/ssl/ssl_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_module.cc b/src/service_inspectors/ssl/ssl_module.cc index ce818453c..92038aa0f 100644 --- a/src/service_inspectors/ssl/ssl_module.cc +++ b/src/service_inspectors/ssl/ssl_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_module.h b/src/service_inspectors/ssl/ssl_module.h index 8ce896ecc..56a38b6ab 100644 --- a/src/service_inspectors/ssl/ssl_module.h +++ b/src/service_inspectors/ssl/ssl_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_splitter.cc b/src/service_inspectors/ssl/ssl_splitter.cc index 30381a38b..aeddd2ba6 100644 --- a/src/service_inspectors/ssl/ssl_splitter.cc +++ b/src/service_inspectors/ssl/ssl_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_splitter.h b/src/service_inspectors/ssl/ssl_splitter.h index 7e6624873..9529a76c6 100644 --- a/src/service_inspectors/ssl/ssl_splitter.h +++ b/src/service_inspectors/ssl/ssl_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/curses.cc b/src/service_inspectors/wizard/curses.cc index 2839470c0..c75696623 100644 --- a/src/service_inspectors/wizard/curses.cc +++ b/src/service_inspectors/wizard/curses.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/curses.h b/src/service_inspectors/wizard/curses.h index cf6ee05f3..6a23903bd 100644 --- a/src/service_inspectors/wizard/curses.h +++ b/src/service_inspectors/wizard/curses.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/hexes.cc b/src/service_inspectors/wizard/hexes.cc index 1a03ddce0..53e2ca1bf 100644 --- a/src/service_inspectors/wizard/hexes.cc +++ b/src/service_inspectors/wizard/hexes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/magic.cc b/src/service_inspectors/wizard/magic.cc index ba530fa12..9e6c4fd3f 100644 --- a/src/service_inspectors/wizard/magic.cc +++ b/src/service_inspectors/wizard/magic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/magic.h b/src/service_inspectors/wizard/magic.h index a34e5d3e5..14238cca5 100644 --- a/src/service_inspectors/wizard/magic.h +++ b/src/service_inspectors/wizard/magic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/spells.cc b/src/service_inspectors/wizard/spells.cc index 227ca4db7..b58a23e0b 100644 --- a/src/service_inspectors/wizard/spells.cc +++ b/src/service_inspectors/wizard/spells.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/wiz_module.cc b/src/service_inspectors/wizard/wiz_module.cc index 629d851cb..5a9973f7a 100644 --- a/src/service_inspectors/wizard/wiz_module.cc +++ b/src/service_inspectors/wizard/wiz_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/wiz_module.h b/src/service_inspectors/wizard/wiz_module.h index 485db1fc4..d8adb0984 100644 --- a/src/service_inspectors/wizard/wiz_module.h +++ b/src/service_inspectors/wizard/wiz_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/wizard/wizard.cc b/src/service_inspectors/wizard/wizard.cc index 2c0ccb01d..c7f191799 100644 --- a/src/service_inspectors/wizard/wizard.cc +++ b/src/service_inspectors/wizard/wizard.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/sfip/sf_cidr.cc b/src/sfip/sf_cidr.cc index d1f5a3afa..3120864b5 100644 --- a/src/sfip/sf_cidr.cc +++ b/src/sfip/sf_cidr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_cidr.h b/src/sfip/sf_cidr.h index e923bca8a..d243c974b 100644 --- a/src/sfip/sf_cidr.h +++ b/src/sfip/sf_cidr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ip.cc b/src/sfip/sf_ip.cc index 29b78526e..ae7802bba 100644 --- a/src/sfip/sf_ip.cc +++ b/src/sfip/sf_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ip.h b/src/sfip/sf_ip.h index 7b9d5f3fe..b98dad7ca 100644 --- a/src/sfip/sf_ip.h +++ b/src/sfip/sf_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ipvar.cc b/src/sfip/sf_ipvar.cc index 28ad4b28b..88a977eea 100644 --- a/src/sfip/sf_ipvar.cc +++ b/src/sfip/sf_ipvar.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_ipvar.h b/src/sfip/sf_ipvar.h index dad2c8c39..b807b21b5 100644 --- a/src/sfip/sf_ipvar.h +++ b/src/sfip/sf_ipvar.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_returns.h b/src/sfip/sf_returns.h index 268121384..a5dd89765 100644 --- a/src/sfip/sf_returns.h +++ b/src/sfip/sf_returns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2007-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_vartable.cc b/src/sfip/sf_vartable.cc index ea38c8108..77fc9bc1b 100644 --- a/src/sfip/sf_vartable.cc +++ b/src/sfip/sf_vartable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/sf_vartable.h b/src/sfip/sf_vartable.h index b3a5813e2..acda3a671 100644 --- a/src/sfip/sf_vartable.h +++ b/src/sfip/sf_vartable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfip/test/sf_ip_test.cc b/src/sfip/test/sf_ip_test.cc index 1ca03aa58..6df2c9c02 100644 --- a/src/sfip/test/sf_ip_test.cc +++ b/src/sfip/test/sf_ip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt.h b/src/sfrt/sfrt.h index f1dd644b7..78bfe6576 100644 --- a/src/sfrt/sfrt.h +++ b/src/sfrt/sfrt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat.cc b/src/sfrt/sfrt_flat.cc index 21b4c8d14..feec86dc9 100644 --- a/src/sfrt/sfrt_flat.cc +++ b/src/sfrt/sfrt_flat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat.h b/src/sfrt/sfrt_flat.h index ae6c8705b..031b949b4 100644 --- a/src/sfrt/sfrt_flat.h +++ b/src/sfrt/sfrt_flat.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat_dir.cc b/src/sfrt/sfrt_flat_dir.cc index e21160deb..363642910 100644 --- a/src/sfrt/sfrt_flat_dir.cc +++ b/src/sfrt/sfrt_flat_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt_flat_dir.h b/src/sfrt/sfrt_flat_dir.h index 65afcaada..9dc4d7a7c 100644 --- a/src/sfrt/sfrt_flat_dir.h +++ b/src/sfrt/sfrt_flat_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/side_channel/side_channel.cc b/src/side_channel/side_channel.cc index f35a08d8a..e03da5ff0 100644 --- a/src/side_channel/side_channel.cc +++ b/src/side_channel/side_channel.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/side_channel.h b/src/side_channel/side_channel.h index c70427b98..92aff2a5a 100644 --- a/src/side_channel/side_channel.h +++ b/src/side_channel/side_channel.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/side_channel_module.cc b/src/side_channel/side_channel_module.cc index 99563be32..679335be3 100644 --- a/src/side_channel/side_channel_module.cc +++ b/src/side_channel/side_channel_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/side_channel_module.h b/src/side_channel/side_channel_module.h index 7c84719c9..0bd092b08 100644 --- a/src/side_channel/side_channel_module.h +++ b/src/side_channel/side_channel_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/test/side_channel_module_test.cc b/src/side_channel/test/side_channel_module_test.cc index 66f153f31..d632401c5 100644 --- a/src/side_channel/test/side_channel_module_test.cc +++ b/src/side_channel/test/side_channel_module_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/side_channel/test/side_channel_test.cc b/src/side_channel/test/side_channel_test.cc index c3914965d..6fa41bf5b 100644 --- a/src/side_channel/test/side_channel_test.cc +++ b/src/side_channel/test/side_channel_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_base.cc b/src/stream/base/stream_base.cc index 032ff3613..2462dbf00 100644 --- a/src/stream/base/stream_base.cc +++ b/src/stream/base/stream_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_ha.cc b/src/stream/base/stream_ha.cc index 6e630b6fb..2abb3dc11 100644 --- a/src/stream/base/stream_ha.cc +++ b/src/stream/base/stream_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_ha.h b/src/stream/base/stream_ha.h index b70aee321..e4f7337be 100644 --- a/src/stream/base/stream_ha.h +++ b/src/stream/base/stream_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_module.cc b/src/stream/base/stream_module.cc index 63ee07d49..adb7c52ea 100644 --- a/src/stream/base/stream_module.cc +++ b/src/stream/base/stream_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/base/stream_module.h b/src/stream/base/stream_module.h index 5b5c66031..828d67f81 100644 --- a/src/stream/base/stream_module.h +++ b/src/stream/base/stream_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_module.cc b/src/stream/file/file_module.cc index 158dfef66..a65864a51 100644 --- a/src/stream/file/file_module.cc +++ b/src/stream/file/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_module.h b/src/stream/file/file_module.h index d42919ab1..68d3a6c2f 100644 --- a/src/stream/file/file_module.h +++ b/src/stream/file/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_session.cc b/src/stream/file/file_session.cc index 1cfd81c7d..a65f59c6d 100644 --- a/src/stream/file/file_session.cc +++ b/src/stream/file/file_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/file_session.h b/src/stream/file/file_session.h index 702b844bb..5e1fd96df 100644 --- a/src/stream/file/file_session.h +++ b/src/stream/file/file_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/stream_file.cc b/src/stream/file/stream_file.cc index dfe9daa9a..93e68df98 100644 --- a/src/stream/file/stream_file.cc +++ b/src/stream/file/stream_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/file/stream_file.h b/src/stream/file/stream_file.h index d31ee31aa..84bdc770a 100644 --- a/src/stream/file/stream_file.h +++ b/src/stream/file/stream_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/flush_bucket.cc b/src/stream/flush_bucket.cc index c6e0efd7e..e8778302e 100644 --- a/src/stream/flush_bucket.cc +++ b/src/stream/flush_bucket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/flush_bucket.h b/src/stream/flush_bucket.h index 80df308de..256753612 100644 --- a/src/stream/flush_bucket.h +++ b/src/stream/flush_bucket.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_ha.cc b/src/stream/icmp/icmp_ha.cc index f437627a9..99a8fea18 100644 --- a/src/stream/icmp/icmp_ha.cc +++ b/src/stream/icmp/icmp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_ha.h b/src/stream/icmp/icmp_ha.h index 055963ca4..fabd07965 100644 --- a/src/stream/icmp/icmp_ha.h +++ b/src/stream/icmp/icmp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_module.cc b/src/stream/icmp/icmp_module.cc index bb16f39a3..d6817b521 100644 --- a/src/stream/icmp/icmp_module.cc +++ b/src/stream/icmp/icmp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_module.h b/src/stream/icmp/icmp_module.h index 7d6fd45a2..f930cadac 100644 --- a/src/stream/icmp/icmp_module.h +++ b/src/stream/icmp/icmp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/icmp_session.cc b/src/stream/icmp/icmp_session.cc index 8900b3cfd..f66d3c121 100644 --- a/src/stream/icmp/icmp_session.cc +++ b/src/stream/icmp/icmp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/icmp/icmp_session.h b/src/stream/icmp/icmp_session.h index 63b5aa22e..3daa1814c 100644 --- a/src/stream/icmp/icmp_session.h +++ b/src/stream/icmp/icmp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/stream_icmp.cc b/src/stream/icmp/stream_icmp.cc index 3b7f8a597..7267de16c 100644 --- a/src/stream/icmp/stream_icmp.cc +++ b/src/stream/icmp/stream_icmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/icmp/stream_icmp.h b/src/stream/icmp/stream_icmp.h index edd369daf..bc8e93047 100644 --- a/src/stream/icmp/stream_icmp.h +++ b/src/stream/icmp/stream_icmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/ip_defrag.cc b/src/stream/ip/ip_defrag.cc index e2322e7c3..bb7901da3 100644 --- a/src/stream/ip/ip_defrag.cc +++ b/src/stream/ip/ip_defrag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/ip_defrag.h b/src/stream/ip/ip_defrag.h index a1a9ef045..9cebb2461 100644 --- a/src/stream/ip/ip_defrag.h +++ b/src/stream/ip/ip_defrag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2004-2013 Sourcefire, Inc. // Copyright (C) 1998-2004 Martin Roesch // diff --git a/src/stream/ip/ip_ha.cc b/src/stream/ip/ip_ha.cc index d5d57ad31..fea095855 100644 --- a/src/stream/ip/ip_ha.cc +++ b/src/stream/ip/ip_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_ha.h b/src/stream/ip/ip_ha.h index ab43b3295..8f95ee64f 100644 --- a/src/stream/ip/ip_ha.h +++ b/src/stream/ip/ip_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_module.cc b/src/stream/ip/ip_module.cc index f6338a757..f56572303 100644 --- a/src/stream/ip/ip_module.cc +++ b/src/stream/ip/ip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_module.h b/src/stream/ip/ip_module.h index d0f48730d..042ab78d0 100644 --- a/src/stream/ip/ip_module.h +++ b/src/stream/ip/ip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/ip/ip_session.cc b/src/stream/ip/ip_session.cc index 988c25d52..8a5193310 100644 --- a/src/stream/ip/ip_session.cc +++ b/src/stream/ip/ip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/ip_session.h b/src/stream/ip/ip_session.h index 129028c7e..0af7d86de 100644 --- a/src/stream/ip/ip_session.h +++ b/src/stream/ip/ip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/stream_ip.cc b/src/stream/ip/stream_ip.cc index 6a61b5d4f..e5d626eb8 100644 --- a/src/stream/ip/stream_ip.cc +++ b/src/stream/ip/stream_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/ip/stream_ip.h b/src/stream/ip/stream_ip.h index b4160112a..bac442292 100644 --- a/src/stream/ip/stream_ip.h +++ b/src/stream/ip/stream_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/paf.cc b/src/stream/paf.cc index 7ecf63aad..8a149541e 100644 --- a/src/stream/paf.cc +++ b/src/stream/paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/paf.h b/src/stream/paf.h index c4da86f22..c700742b3 100644 --- a/src/stream/paf.h +++ b/src/stream/paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream.cc b/src/stream/stream.cc index 23f820cfb..0d177aa57 100644 --- a/src/stream/stream.cc +++ b/src/stream/stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream.h b/src/stream/stream.h index f16b5c05d..543d61c71 100644 --- a/src/stream/stream.h +++ b/src/stream/stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream_inspectors.cc b/src/stream/stream_inspectors.cc index c32774e56..e7fabef24 100644 --- a/src/stream/stream_inspectors.cc +++ b/src/stream/stream_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream_inspectors.h b/src/stream/stream_inspectors.h index 25470ff2b..3cca71360 100644 --- a/src/stream/stream_inspectors.h +++ b/src/stream/stream_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/stream_splitter.cc b/src/stream/stream_splitter.cc index df07b1c7d..8c982123a 100644 --- a/src/stream/stream_splitter.cc +++ b/src/stream/stream_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/stream_splitter.h b/src/stream/stream_splitter.h index e057b29fb..4d109758c 100644 --- a/src/stream/stream_splitter.h +++ b/src/stream/stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/held_packet_queue.cc b/src/stream/tcp/held_packet_queue.cc index 2328c0e1a..37e049b00 100644 --- a/src/stream/tcp/held_packet_queue.cc +++ b/src/stream/tcp/held_packet_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/held_packet_queue.h b/src/stream/tcp/held_packet_queue.h index 16dc48e92..04a81ddcc 100644 --- a/src/stream/tcp/held_packet_queue.h +++ b/src/stream/tcp/held_packet_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/ips_stream_reassemble.cc b/src/stream/tcp/ips_stream_reassemble.cc index 42653be4b..89f12b97c 100644 --- a/src/stream/tcp/ips_stream_reassemble.cc +++ b/src/stream/tcp/ips_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/ips_stream_size.cc b/src/stream/tcp/ips_stream_size.cc index dff965734..88fa3e8b5 100644 --- a/src/stream/tcp/ips_stream_size.cc +++ b/src/stream/tcp/ips_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/segment_overlap_editor.cc b/src/stream/tcp/segment_overlap_editor.cc index a36439add..4b64755a6 100644 --- a/src/stream/tcp/segment_overlap_editor.cc +++ b/src/stream/tcp/segment_overlap_editor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/segment_overlap_editor.h b/src/stream/tcp/segment_overlap_editor.h index 530deacd0..618b2f660 100644 --- a/src/stream/tcp/segment_overlap_editor.h +++ b/src/stream/tcp/segment_overlap_editor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/stream_tcp.cc b/src/stream/tcp/stream_tcp.cc index f3b1c51c2..e0bb5caba 100644 --- a/src/stream/tcp/stream_tcp.cc +++ b/src/stream/tcp/stream_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/stream_tcp.h b/src/stream/tcp/stream_tcp.h index aa4ea24da..e2b117f99 100644 --- a/src/stream/tcp/stream_tcp.h +++ b/src/stream/tcp/stream_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_defs.h b/src/stream/tcp/tcp_defs.h index e82fa757c..1dca23f8e 100644 --- a/src/stream/tcp/tcp_defs.h +++ b/src/stream/tcp/tcp_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_event_logger.cc b/src/stream/tcp/tcp_event_logger.cc index 919f22dad..506e842d7 100644 --- a/src/stream/tcp/tcp_event_logger.cc +++ b/src/stream/tcp/tcp_event_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_event_logger.h b/src/stream/tcp/tcp_event_logger.h index 5d86f0df2..d0cc229f8 100644 --- a/src/stream/tcp/tcp_event_logger.h +++ b/src/stream/tcp/tcp_event_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_ha.cc b/src/stream/tcp/tcp_ha.cc index 9ed55235e..472d8e14b 100644 --- a/src/stream/tcp/tcp_ha.cc +++ b/src/stream/tcp/tcp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_ha.h b/src/stream/tcp/tcp_ha.h index ecb5008f8..4f67c214d 100644 --- a/src/stream/tcp/tcp_ha.h +++ b/src/stream/tcp/tcp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_module.cc b/src/stream/tcp/tcp_module.cc index 36511a813..4de1e87f2 100644 --- a/src/stream/tcp/tcp_module.cc +++ b/src/stream/tcp/tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_module.h b/src/stream/tcp/tcp_module.h index cb0e95eae..c9e04e87f 100644 --- a/src/stream/tcp/tcp_module.h +++ b/src/stream/tcp/tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizer.cc b/src/stream/tcp/tcp_normalizer.cc index 0b5d135e2..5d20ed354 100644 --- a/src/stream/tcp/tcp_normalizer.cc +++ b/src/stream/tcp/tcp_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizer.h b/src/stream/tcp/tcp_normalizer.h index 85682ea89..f123e4518 100644 --- a/src/stream/tcp/tcp_normalizer.h +++ b/src/stream/tcp/tcp_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizers.cc b/src/stream/tcp/tcp_normalizers.cc index b72030b2a..6c2f669ff 100644 --- a/src/stream/tcp/tcp_normalizers.cc +++ b/src/stream/tcp/tcp_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_normalizers.h b/src/stream/tcp/tcp_normalizers.h index 3a67096d1..17bb49e06 100644 --- a/src/stream/tcp/tcp_normalizers.h +++ b/src/stream/tcp/tcp_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassembler.cc b/src/stream/tcp/tcp_reassembler.cc index f46f3defe..89d601510 100644 --- a/src/stream/tcp/tcp_reassembler.cc +++ b/src/stream/tcp/tcp_reassembler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassembler.h b/src/stream/tcp/tcp_reassembler.h index a9fc8f36a..8a12f21b7 100644 --- a/src/stream/tcp/tcp_reassembler.h +++ b/src/stream/tcp/tcp_reassembler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassemblers.cc b/src/stream/tcp/tcp_reassemblers.cc index 8e713dbb6..c5a886620 100644 --- a/src/stream/tcp/tcp_reassemblers.cc +++ b/src/stream/tcp/tcp_reassemblers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_reassemblers.h b/src/stream/tcp/tcp_reassemblers.h index 9dc42faab..bcfeca059 100644 --- a/src/stream/tcp/tcp_reassemblers.h +++ b/src/stream/tcp/tcp_reassemblers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_segment_descriptor.cc b/src/stream/tcp/tcp_segment_descriptor.cc index 8dd633ee8..fb15b5ce8 100644 --- a/src/stream/tcp/tcp_segment_descriptor.cc +++ b/src/stream/tcp/tcp_segment_descriptor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_segment_descriptor.h b/src/stream/tcp/tcp_segment_descriptor.h index ee2e3976a..ddbf8431e 100644 --- a/src/stream/tcp/tcp_segment_descriptor.h +++ b/src/stream/tcp/tcp_segment_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_segment_node.cc b/src/stream/tcp/tcp_segment_node.cc index c4d9110fb..759de12ff 100644 --- a/src/stream/tcp/tcp_segment_node.cc +++ b/src/stream/tcp/tcp_segment_node.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_segment_node.h b/src/stream/tcp/tcp_segment_node.h index 5260a1f05..a7a3a09b7 100644 --- a/src/stream/tcp/tcp_segment_node.h +++ b/src/stream/tcp/tcp_segment_node.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_session.cc b/src/stream/tcp/tcp_session.cc index 2eadf2d14..a0b4c3553 100644 --- a/src/stream/tcp/tcp_session.cc +++ b/src/stream/tcp/tcp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/tcp/tcp_session.h b/src/stream/tcp/tcp_session.h index 93019a34c..723882942 100644 --- a/src/stream/tcp/tcp_session.h +++ b/src/stream/tcp/tcp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/tcp/tcp_state_close_wait.cc b/src/stream/tcp/tcp_state_close_wait.cc index 544b9dcb5..13b138147 100644 --- a/src/stream/tcp/tcp_state_close_wait.cc +++ b/src/stream/tcp/tcp_state_close_wait.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_close_wait.h b/src/stream/tcp/tcp_state_close_wait.h index 77a243303..e0c67546a 100644 --- a/src/stream/tcp/tcp_state_close_wait.h +++ b/src/stream/tcp/tcp_state_close_wait.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closed.cc b/src/stream/tcp/tcp_state_closed.cc index f9e43ca89..a6dbcd9de 100644 --- a/src/stream/tcp/tcp_state_closed.cc +++ b/src/stream/tcp/tcp_state_closed.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closed.h b/src/stream/tcp/tcp_state_closed.h index 37c5e8fee..d0a48a61f 100644 --- a/src/stream/tcp/tcp_state_closed.h +++ b/src/stream/tcp/tcp_state_closed.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closing.cc b/src/stream/tcp/tcp_state_closing.cc index 1f0037e4a..c6fda5731 100644 --- a/src/stream/tcp/tcp_state_closing.cc +++ b/src/stream/tcp/tcp_state_closing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_closing.h b/src/stream/tcp/tcp_state_closing.h index 39674cbb3..26f0c9e4a 100644 --- a/src/stream/tcp/tcp_state_closing.h +++ b/src/stream/tcp/tcp_state_closing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_established.cc b/src/stream/tcp/tcp_state_established.cc index add034594..027f556bf 100644 --- a/src/stream/tcp/tcp_state_established.cc +++ b/src/stream/tcp/tcp_state_established.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_established.h b/src/stream/tcp/tcp_state_established.h index fa03ee7eb..03845e599 100644 --- a/src/stream/tcp/tcp_state_established.h +++ b/src/stream/tcp/tcp_state_established.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait1.cc b/src/stream/tcp/tcp_state_fin_wait1.cc index 95be29b62..5e6d8140a 100644 --- a/src/stream/tcp/tcp_state_fin_wait1.cc +++ b/src/stream/tcp/tcp_state_fin_wait1.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait1.h b/src/stream/tcp/tcp_state_fin_wait1.h index 9a7e6b4ca..378a8231a 100644 --- a/src/stream/tcp/tcp_state_fin_wait1.h +++ b/src/stream/tcp/tcp_state_fin_wait1.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait2.cc b/src/stream/tcp/tcp_state_fin_wait2.cc index d1837afea..10f1bc9bd 100644 --- a/src/stream/tcp/tcp_state_fin_wait2.cc +++ b/src/stream/tcp/tcp_state_fin_wait2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_fin_wait2.h b/src/stream/tcp/tcp_state_fin_wait2.h index bf59c8f3f..aed482d60 100644 --- a/src/stream/tcp/tcp_state_fin_wait2.h +++ b/src/stream/tcp/tcp_state_fin_wait2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_handler.cc b/src/stream/tcp/tcp_state_handler.cc index a9de1b71a..fbdb7c2a8 100644 --- a/src/stream/tcp/tcp_state_handler.cc +++ b/src/stream/tcp/tcp_state_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_handler.h b/src/stream/tcp/tcp_state_handler.h index ddd287cce..d63a2223f 100644 --- a/src/stream/tcp/tcp_state_handler.h +++ b/src/stream/tcp/tcp_state_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_last_ack.cc b/src/stream/tcp/tcp_state_last_ack.cc index 43c24d77f..8d18d4733 100644 --- a/src/stream/tcp/tcp_state_last_ack.cc +++ b/src/stream/tcp/tcp_state_last_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_last_ack.h b/src/stream/tcp/tcp_state_last_ack.h index 70fae5474..0df3feb86 100644 --- a/src/stream/tcp/tcp_state_last_ack.h +++ b/src/stream/tcp/tcp_state_last_ack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_listen.cc b/src/stream/tcp/tcp_state_listen.cc index 585a16c96..39ea68ff1 100644 --- a/src/stream/tcp/tcp_state_listen.cc +++ b/src/stream/tcp/tcp_state_listen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_listen.h b/src/stream/tcp/tcp_state_listen.h index db81e2d3d..34b34422e 100644 --- a/src/stream/tcp/tcp_state_listen.h +++ b/src/stream/tcp/tcp_state_listen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_machine.cc b/src/stream/tcp/tcp_state_machine.cc index de2319c23..a7432e5a6 100644 --- a/src/stream/tcp/tcp_state_machine.cc +++ b/src/stream/tcp/tcp_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_machine.h b/src/stream/tcp/tcp_state_machine.h index af8af692b..14516b10b 100644 --- a/src/stream/tcp/tcp_state_machine.h +++ b/src/stream/tcp/tcp_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_none.cc b/src/stream/tcp/tcp_state_none.cc index 179cce464..cdcc7e077 100644 --- a/src/stream/tcp/tcp_state_none.cc +++ b/src/stream/tcp/tcp_state_none.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_none.h b/src/stream/tcp/tcp_state_none.h index ebef62925..92605f3d9 100644 --- a/src/stream/tcp/tcp_state_none.h +++ b/src/stream/tcp/tcp_state_none.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_recv.cc b/src/stream/tcp/tcp_state_syn_recv.cc index 1f67048c0..7af0a2864 100644 --- a/src/stream/tcp/tcp_state_syn_recv.cc +++ b/src/stream/tcp/tcp_state_syn_recv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_recv.h b/src/stream/tcp/tcp_state_syn_recv.h index 5452db9dd..aab8f502a 100644 --- a/src/stream/tcp/tcp_state_syn_recv.h +++ b/src/stream/tcp/tcp_state_syn_recv.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_sent.cc b/src/stream/tcp/tcp_state_syn_sent.cc index 40d24777f..e92feed95 100644 --- a/src/stream/tcp/tcp_state_syn_sent.cc +++ b/src/stream/tcp/tcp_state_syn_sent.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_syn_sent.h b/src/stream/tcp/tcp_state_syn_sent.h index e10e2c84b..c5b302c63 100644 --- a/src/stream/tcp/tcp_state_syn_sent.h +++ b/src/stream/tcp/tcp_state_syn_sent.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_time_wait.cc b/src/stream/tcp/tcp_state_time_wait.cc index 40f433c9a..c3d2cc2b7 100644 --- a/src/stream/tcp/tcp_state_time_wait.cc +++ b/src/stream/tcp/tcp_state_time_wait.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_state_time_wait.h b/src/stream/tcp/tcp_state_time_wait.h index 833381237..808d392e2 100644 --- a/src/stream/tcp/tcp_state_time_wait.h +++ b/src/stream/tcp/tcp_state_time_wait.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_config.cc b/src/stream/tcp/tcp_stream_config.cc index 045b97e14..a2cd2a2de 100644 --- a/src/stream/tcp/tcp_stream_config.cc +++ b/src/stream/tcp/tcp_stream_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_config.h b/src/stream/tcp/tcp_stream_config.h index 0537e6fbc..ba82112a8 100644 --- a/src/stream/tcp/tcp_stream_config.h +++ b/src/stream/tcp/tcp_stream_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_session.cc b/src/stream/tcp/tcp_stream_session.cc index 50f55f448..fe60df949 100644 --- a/src/stream/tcp/tcp_stream_session.cc +++ b/src/stream/tcp/tcp_stream_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_session.h b/src/stream/tcp/tcp_stream_session.h index c5f85be9e..96c0be974 100644 --- a/src/stream/tcp/tcp_stream_session.h +++ b/src/stream/tcp/tcp_stream_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_tracker.cc b/src/stream/tcp/tcp_stream_tracker.cc index 156f683f1..4f3281cb0 100644 --- a/src/stream/tcp/tcp_stream_tracker.cc +++ b/src/stream/tcp/tcp_stream_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_stream_tracker.h b/src/stream/tcp/tcp_stream_tracker.h index 5d5b8a5c1..5e5e0e3f9 100644 --- a/src/stream/tcp/tcp_stream_tracker.h +++ b/src/stream/tcp/tcp_stream_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_trace.cc b/src/stream/tcp/tcp_trace.cc index 2042fe631..7dda66aa8 100644 --- a/src/stream/tcp/tcp_trace.cc +++ b/src/stream/tcp/tcp_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/tcp_trace.h b/src/stream/tcp/tcp_trace.h index 39bf3fc2d..6edb786c5 100644 --- a/src/stream/tcp/tcp_trace.h +++ b/src/stream/tcp/tcp_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/test/stream_tcp_test_utils.cc b/src/stream/tcp/test/stream_tcp_test_utils.cc index f6d8bdbd5..212bdc958 100644 --- a/src/stream/tcp/test/stream_tcp_test_utils.cc +++ b/src/stream/tcp/test/stream_tcp_test_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/test/stream_tcp_test_utils.h b/src/stream/tcp/test/stream_tcp_test_utils.h index 90528f925..fdaba4503 100644 --- a/src/stream/tcp/test/stream_tcp_test_utils.h +++ b/src/stream/tcp/test/stream_tcp_test_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/tcp/test/tcp_normalizer_test.cc b/src/stream/tcp/test/tcp_normalizer_test.cc index c80603bbd..e3cd5a07e 100644 --- a/src/stream/tcp/test/tcp_normalizer_test.cc +++ b/src/stream/tcp/test/tcp_normalizer_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/test/stream_splitter_test.cc b/src/stream/test/stream_splitter_test.cc index a6a28e69b..dbf832bbb 100644 --- a/src/stream/test/stream_splitter_test.cc +++ b/src/stream/test/stream_splitter_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/stream_udp.cc b/src/stream/udp/stream_udp.cc index 645d5355f..4824d7af7 100644 --- a/src/stream/udp/stream_udp.cc +++ b/src/stream/udp/stream_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/stream_udp.h b/src/stream/udp/stream_udp.h index 6c35cfab6..8903e09a9 100644 --- a/src/stream/udp/stream_udp.h +++ b/src/stream/udp/stream_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_ha.cc b/src/stream/udp/udp_ha.cc index 649041b4e..b31bb0846 100644 --- a/src/stream/udp/udp_ha.cc +++ b/src/stream/udp/udp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_ha.h b/src/stream/udp/udp_ha.h index e795989ce..ac78294db 100644 --- a/src/stream/udp/udp_ha.h +++ b/src/stream/udp/udp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_module.cc b/src/stream/udp/udp_module.cc index 006394342..4c4971feb 100644 --- a/src/stream/udp/udp_module.cc +++ b/src/stream/udp/udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_module.h b/src/stream/udp/udp_module.h index c8bf75444..c5799b459 100644 --- a/src/stream/udp/udp_module.h +++ b/src/stream/udp/udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/udp/udp_session.cc b/src/stream/udp/udp_session.cc index 968fbbf6b..1f4d388de 100644 --- a/src/stream/udp/udp_session.cc +++ b/src/stream/udp/udp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/udp/udp_session.h b/src/stream/udp/udp_session.h index 0d6ad2c97..80611683e 100644 --- a/src/stream/udp/udp_session.h +++ b/src/stream/udp/udp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/stream/user/stream_user.cc b/src/stream/user/stream_user.cc index 25393d5c8..f6fd178a7 100644 --- a/src/stream/user/stream_user.cc +++ b/src/stream/user/stream_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/stream_user.h b/src/stream/user/stream_user.h index ff3d99d01..db0670027 100644 --- a/src/stream/user/stream_user.h +++ b/src/stream/user/stream_user.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_module.cc b/src/stream/user/user_module.cc index 105c7ae60..869e608d5 100644 --- a/src/stream/user/user_module.cc +++ b/src/stream/user/user_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_module.h b/src/stream/user/user_module.h index 0dfd78e87..ab058b8e7 100644 --- a/src/stream/user/user_module.h +++ b/src/stream/user/user_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_session.cc b/src/stream/user/user_session.cc index a458538ba..33fa05563 100644 --- a/src/stream/user/user_session.cc +++ b/src/stream/user/user_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/user/user_session.h b/src/stream/user/user_session.h index 46ababbfe..13d25d2e9 100644 --- a/src/stream/user/user_session.h +++ b/src/stream/user/user_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/target_based/host_attributes.cc b/src/target_based/host_attributes.cc index 24e989868..763da5430 100644 --- a/src/target_based/host_attributes.cc +++ b/src/target_based/host_attributes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/host_attributes.h b/src/target_based/host_attributes.h index 6b591db38..04252d3fa 100644 --- a/src/target_based/host_attributes.h +++ b/src/target_based/host_attributes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/snort_protocols.cc b/src/target_based/snort_protocols.cc index cda45cc3b..e453d003f 100644 --- a/src/target_based/snort_protocols.cc +++ b/src/target_based/snort_protocols.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/snort_protocols.h b/src/target_based/snort_protocols.h index 85338303c..0fbca27d9 100644 --- a/src/target_based/snort_protocols.h +++ b/src/target_based/snort_protocols.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2006-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/target_based/test/proto_ref_test.cc b/src/target_based/test/proto_ref_test.cc index 51f6815f8..198c67c02 100644 --- a/src/target_based/test/proto_ref_test.cc +++ b/src/target_based/test/proto_ref_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/clock_defs.h b/src/time/clock_defs.h index ca4cb1991..5c77a2735 100644 --- a/src/time/clock_defs.h +++ b/src/time/clock_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/packet_time.cc b/src/time/packet_time.cc index d9f3f9a9e..1ed145cd2 100644 --- a/src/time/packet_time.cc +++ b/src/time/packet_time.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/packet_time.h b/src/time/packet_time.h index 15dad8fb7..a28dfafeb 100644 --- a/src/time/packet_time.h +++ b/src/time/packet_time.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/periodic.cc b/src/time/periodic.cc index 7205db239..9ba9744c7 100644 --- a/src/time/periodic.cc +++ b/src/time/periodic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/periodic.h b/src/time/periodic.h index e1a9699f1..41df482cd 100644 --- a/src/time/periodic.h +++ b/src/time/periodic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/time/stopwatch.h b/src/time/stopwatch.h index e61726d92..7d6e8fd7a 100644 --- a/src/time/stopwatch.h +++ b/src/time/stopwatch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/test/stopwatch_test.cc b/src/time/test/stopwatch_test.cc index 6d3dc3976..05401c993 100644 --- a/src/time/test/stopwatch_test.cc +++ b/src/time/test/stopwatch_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/tsc_clock.cc b/src/time/tsc_clock.cc index 016d744c0..df0ae4884 100644 --- a/src/time/tsc_clock.cc +++ b/src/time/tsc_clock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/time/tsc_clock.h b/src/time/tsc_clock.h index be65f73ce..5822f1a39 100644 --- a/src/time/tsc_clock.h +++ b/src/time/tsc_clock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace.cc b/src/trace/trace.cc index ae457958b..4509ecad3 100644 --- a/src/trace/trace.cc +++ b/src/trace/trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace.h b/src/trace/trace.h index 66a9479bb..7b88b5b82 100644 --- a/src/trace/trace.h +++ b/src/trace/trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_api.cc b/src/trace/trace_api.cc index 862949a56..6b432d3c1 100644 --- a/src/trace/trace_api.cc +++ b/src/trace/trace_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_api.h b/src/trace/trace_api.h index 895b435b4..2b8e98fe7 100644 --- a/src/trace/trace_api.h +++ b/src/trace/trace_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_config.cc b/src/trace/trace_config.cc index bf457796b..1d2d8ef4d 100644 --- a/src/trace/trace_config.cc +++ b/src/trace/trace_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_config.h b/src/trace/trace_config.h index df785ae58..5abcd538a 100644 --- a/src/trace/trace_config.h +++ b/src/trace/trace_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_logger.h b/src/trace/trace_logger.h index 8e236c7eb..ba7356407 100644 --- a/src/trace/trace_logger.h +++ b/src/trace/trace_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_loggers.cc b/src/trace/trace_loggers.cc index 607a781cd..638f97c4d 100644 --- a/src/trace/trace_loggers.cc +++ b/src/trace/trace_loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_loggers.h b/src/trace/trace_loggers.h index 08d041b03..85a4cf398 100644 --- a/src/trace/trace_loggers.h +++ b/src/trace/trace_loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_module.cc b/src/trace/trace_module.cc index 70721be30..d1a4b29b1 100644 --- a/src/trace/trace_module.cc +++ b/src/trace/trace_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_module.h b/src/trace/trace_module.h index 3307399bc..b2bab3ab7 100644 --- a/src/trace/trace_module.h +++ b/src/trace/trace_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_parser.cc b/src/trace/trace_parser.cc index 481d5d31c..64a7f123e 100644 --- a/src/trace/trace_parser.cc +++ b/src/trace/trace_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_parser.h b/src/trace/trace_parser.h index 3c7c8822c..bf1ea22a6 100644 --- a/src/trace/trace_parser.h +++ b/src/trace/trace_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_swap.cc b/src/trace/trace_swap.cc index 8ac9ff043..a692b88b7 100644 --- a/src/trace/trace_swap.cc +++ b/src/trace/trace_swap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/trace/trace_swap.h b/src/trace/trace_swap.h index 6fd6b0de3..1076ec1cb 100644 --- a/src/trace/trace_swap.h +++ b/src/trace/trace_swap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/boyer_moore.cc b/src/utils/boyer_moore.cc index 714815877..a13bc1b3b 100644 --- a/src/utils/boyer_moore.cc +++ b/src/utils/boyer_moore.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/boyer_moore.h b/src/utils/boyer_moore.h index cb6a2f05c..58bad79b3 100644 --- a/src/utils/boyer_moore.h +++ b/src/utils/boyer_moore.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/cpp_macros.h b/src/utils/cpp_macros.h index 8fcc12097..7d723bb99 100644 --- a/src/utils/cpp_macros.h +++ b/src/utils/cpp_macros.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/dnet_header.h b/src/utils/dnet_header.h index 0611ec15f..851dd70cb 100644 --- a/src/utils/dnet_header.h +++ b/src/utils/dnet_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/dyn_array.cc b/src/utils/dyn_array.cc index 16ecfda2f..6ecdf27f5 100644 --- a/src/utils/dyn_array.cc +++ b/src/utils/dyn_array.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/dyn_array.h b/src/utils/dyn_array.h index 63340d98d..147ff9d5b 100644 --- a/src/utils/dyn_array.h +++ b/src/utils/dyn_array.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2008-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/endian.h b/src/utils/endian.h index 39ea8aca7..b0f3effc0 100644 --- a/src/utils/endian.h +++ b/src/utils/endian.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/event_gen.h b/src/utils/event_gen.h index 758e64cba..29a559e1e 100644 --- a/src/utils/event_gen.h +++ b/src/utils/event_gen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/infractions.h b/src/utils/infractions.h index 2cd1979c0..7e6aa6189 100644 --- a/src/utils/infractions.h +++ b/src/utils/infractions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/js_identifier_ctx.cc b/src/utils/js_identifier_ctx.cc index eb0a057f5..41a9b37c7 100644 --- a/src/utils/js_identifier_ctx.cc +++ b/src/utils/js_identifier_ctx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/js_identifier_ctx.h b/src/utils/js_identifier_ctx.h index 605144195..ae83b8fbd 100644 --- a/src/utils/js_identifier_ctx.h +++ b/src/utils/js_identifier_ctx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/js_normalizer.cc b/src/utils/js_normalizer.cc index 5c3b27ffc..1cce7fa7f 100644 --- a/src/utils/js_normalizer.cc +++ b/src/utils/js_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/js_normalizer.h b/src/utils/js_normalizer.h index 508ac20aa..5e40a6d64 100644 --- a/src/utils/js_normalizer.h +++ b/src/utils/js_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/js_tokenizer.h b/src/utils/js_tokenizer.h index fd7b9ad34..8908de56d 100644 --- a/src/utils/js_tokenizer.h +++ b/src/utils/js_tokenizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/js_tokenizer.l b/src/utils/js_tokenizer.l index 19bf45d4b..18595f45d 100644 --- a/src/utils/js_tokenizer.l +++ b/src/utils/js_tokenizer.l @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/kmap.cc b/src/utils/kmap.cc index 6449647fe..4e97ad3cf 100644 --- a/src/utils/kmap.cc +++ b/src/utils/kmap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/kmap.h b/src/utils/kmap.h index c8e1a39e6..6881213eb 100644 --- a/src/utils/kmap.h +++ b/src/utils/kmap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/memcap_allocator.h b/src/utils/memcap_allocator.h index e6b52f761..3222dfbae 100644 --- a/src/utils/memcap_allocator.h +++ b/src/utils/memcap_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/primed_allocator.h b/src/utils/primed_allocator.h index 1fd9fa0b9..ee7ac056b 100644 --- a/src/utils/primed_allocator.h +++ b/src/utils/primed_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/safec.h b/src/utils/safec.h index 2082d0499..634241ebc 100644 --- a/src/utils/safec.h +++ b/src/utils/safec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/segment_mem.cc b/src/utils/segment_mem.cc index ed9692a97..48ba9fc57 100644 --- a/src/utils/segment_mem.cc +++ b/src/utils/segment_mem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/segment_mem.h b/src/utils/segment_mem.h index f23d4b81f..e851a27d1 100644 --- a/src/utils/segment_mem.h +++ b/src/utils/segment_mem.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/sflsq.cc b/src/utils/sflsq.cc index e8ebac924..8061536ae 100644 --- a/src/utils/sflsq.cc +++ b/src/utils/sflsq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/sflsq.h b/src/utils/sflsq.h index 8993d244f..43a36d185 100644 --- a/src/utils/sflsq.h +++ b/src/utils/sflsq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/snort_bounds.h b/src/utils/snort_bounds.h index 8c8ae2f24..312a2b5d8 100644 --- a/src/utils/snort_bounds.h +++ b/src/utils/snort_bounds.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/stats.cc b/src/utils/stats.cc index fafba6708..f1e11e6a9 100644 --- a/src/utils/stats.cc +++ b/src/utils/stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/stats.h b/src/utils/stats.h index 76e491012..c215eeea2 100644 --- a/src/utils/stats.h +++ b/src/utils/stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/streambuf.cc b/src/utils/streambuf.cc index d7134e170..e5ba9e81f 100644 --- a/src/utils/streambuf.cc +++ b/src/utils/streambuf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/streambuf.h b/src/utils/streambuf.h index b008db2da..8cd7108f8 100644 --- a/src/utils/streambuf.h +++ b/src/utils/streambuf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/boyer_moore_test.cc b/src/utils/test/boyer_moore_test.cc index 15093a6dc..d16ba0dcb 100644 --- a/src/utils/test/boyer_moore_test.cc +++ b/src/utils/test/boyer_moore_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/js_dealias_test.cc b/src/utils/test/js_dealias_test.cc index 574bad3cc..0d70b63b1 100644 --- a/src/utils/test/js_dealias_test.cc +++ b/src/utils/test/js_dealias_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/js_identifier_ctx_test.cc b/src/utils/test/js_identifier_ctx_test.cc index ad4c5b5b3..0364f48a8 100644 --- a/src/utils/test/js_identifier_ctx_test.cc +++ b/src/utils/test/js_identifier_ctx_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/js_normalizer_test.cc b/src/utils/test/js_normalizer_test.cc index 53ea0b68b..c80dc1096 100644 --- a/src/utils/test/js_normalizer_test.cc +++ b/src/utils/test/js_normalizer_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/js_test_utils.cc b/src/utils/test/js_test_utils.cc index 71f2e333c..a57552818 100644 --- a/src/utils/test/js_test_utils.cc +++ b/src/utils/test/js_test_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/js_test_utils.h b/src/utils/test/js_test_utils.h index 504ccdae5..cce716282 100644 --- a/src/utils/test/js_test_utils.h +++ b/src/utils/test/js_test_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/memcap_allocator_test.cc b/src/utils/test/memcap_allocator_test.cc index 96cffac2e..cc29d172f 100644 --- a/src/utils/test/memcap_allocator_test.cc +++ b/src/utils/test/memcap_allocator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/streambuf_test.cc b/src/utils/test/streambuf_test.cc index 8dae9d794..61dfc483a 100644 --- a/src/utils/test/streambuf_test.cc +++ b/src/utils/test/streambuf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/util.cc b/src/utils/util.cc index 069a14557..e60d62a51 100644 --- a/src/utils/util.cc +++ b/src/utils/util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // @@ -106,7 +106,7 @@ int DisplayBanner() #endif LogMessage(" '''' By Martin Roesch & The Snort Team\n"); LogMessage(" http://snort.org/contact#team\n"); - LogMessage(" Copyright (C) 2014-2021 Cisco and/or its affiliates." + LogMessage(" Copyright (C) 2014-2022 Cisco and/or its affiliates." " All rights reserved.\n"); LogMessage(" Copyright (C) 1998-2013 Sourcefire, Inc., et al.\n"); LogMessage(" Using DAQ version %s\n", daq_version_string()); diff --git a/src/utils/util.h b/src/utils/util.h index 934aca882..31ab353bf 100644 --- a/src/utils/util.h +++ b/src/utils/util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/utils/util_ber.cc b/src/utils/util_ber.cc index 5baf4150c..14ec2e8b7 100644 --- a/src/utils/util_ber.cc +++ b/src/utils/util_ber.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/util_ber.h b/src/utils/util_ber.h index 7bc0aa943..0dd47fc1e 100644 --- a/src/utils/util_ber.h +++ b/src/utils/util_ber.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/util_cstring.cc b/src/utils/util_cstring.cc index 5cf78205e..aa0677889 100644 --- a/src/utils/util_cstring.cc +++ b/src/utils/util_cstring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/utils/util_cstring.h b/src/utils/util_cstring.h index 64a1c815d..88c2b0ab2 100644 --- a/src/utils/util_cstring.h +++ b/src/utils/util_cstring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // diff --git a/src/utils/util_jsnorm.cc b/src/utils/util_jsnorm.cc index f85336d06..5a4963231 100644 --- a/src/utils/util_jsnorm.cc +++ b/src/utils/util_jsnorm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_jsnorm.h b/src/utils/util_jsnorm.h index 13c29f93a..9ed9a2a19 100644 --- a/src/utils/util_jsnorm.h +++ b/src/utils/util_jsnorm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_net.cc b/src/utils/util_net.cc index c4f921c87..e1e1031b1 100644 --- a/src/utils/util_net.cc +++ b/src/utils/util_net.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_net.h b/src/utils/util_net.h index bc83cd4b1..5b8caccb0 100644 --- a/src/utils/util_net.h +++ b/src/utils/util_net.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_unfold.cc b/src/utils/util_unfold.cc index 044341002..18abfada6 100644 --- a/src/utils/util_unfold.cc +++ b/src/utils/util_unfold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_unfold.h b/src/utils/util_unfold.h index eaa1f0d9b..385fc66a5 100644 --- a/src/utils/util_unfold.h +++ b/src/utils/util_unfold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 1998-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_utf.cc b/src/utils/util_utf.cc index 59fbd3267..9ad694ce7 100644 --- a/src/utils/util_utf.cc +++ b/src/utils/util_utf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_utf.h b/src/utils/util_utf.h index f8814533d..bd1c984a8 100644 --- a/src/utils/util_utf.h +++ b/src/utils/util_utf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2010-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/appid_detector_builder.sh b/tools/appid_detector_builder.sh index a17b5b9d5..6ba2218c3 100755 --- a/tools/appid_detector_builder.sh +++ b/tools/appid_detector_builder.sh @@ -1,7 +1,7 @@ #!/bin/bash ##-------------------------------------------------------------------------- -## Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +## Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. ## ## This program is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public License Version 2 as published diff --git a/tools/flatbuffers/fbstreamer.cc b/tools/flatbuffers/fbstreamer.cc index d7173ec8c..86e08d76f 100644 --- a/tools/flatbuffers/fbstreamer.cc +++ b/tools/flatbuffers/fbstreamer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_alertfile.cc b/tools/snort2lua/config_states/config_alertfile.cc index 80e651dd5..078b8a475 100644 --- a/tools/snort2lua/config_states/config_alertfile.cc +++ b/tools/snort2lua/config_states/config_alertfile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_api.cc b/tools/snort2lua/config_states/config_api.cc index 1c6e65bab..a777485d3 100644 --- a/tools/snort2lua/config_states/config_api.cc +++ b/tools/snort2lua/config_states/config_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_api.h b/tools/snort2lua/config_states/config_api.h index f49b1110b..d351bbd68 100644 --- a/tools/snort2lua/config_states/config_api.h +++ b/tools/snort2lua/config_states/config_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_binding.cc b/tools/snort2lua/config_states/config_binding.cc index 48fb4b413..30c898213 100644 --- a/tools/snort2lua/config_states/config_binding.cc +++ b/tools/snort2lua/config_states/config_binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_checksums.cc b/tools/snort2lua/config_states/config_checksums.cc index 30579c22f..1a4cfbe6f 100644 --- a/tools/snort2lua/config_states/config_checksums.cc +++ b/tools/snort2lua/config_states/config_checksums.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_classification.cc b/tools/snort2lua/config_states/config_classification.cc index 5f1a160ba..81533e261 100644 --- a/tools/snort2lua/config_states/config_classification.cc +++ b/tools/snort2lua/config_states/config_classification.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_daq.cc b/tools/snort2lua/config_states/config_daq.cc index d3e7dbf60..95e772f6d 100644 --- a/tools/snort2lua/config_states/config_daq.cc +++ b/tools/snort2lua/config_states/config_daq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_daq_mode.cc b/tools/snort2lua/config_states/config_daq_mode.cc index 16327fc26..417dae48a 100644 --- a/tools/snort2lua/config_states/config_daq_mode.cc +++ b/tools/snort2lua/config_states/config_daq_mode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_daq_var.cc b/tools/snort2lua/config_states/config_daq_var.cc index effa24481..724f110c7 100644 --- a/tools/snort2lua/config_states/config_daq_var.cc +++ b/tools/snort2lua/config_states/config_daq_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_decode_esp.cc b/tools/snort2lua/config_states/config_decode_esp.cc index 2082b6e5d..674850b7d 100644 --- a/tools/snort2lua/config_states/config_decode_esp.cc +++ b/tools/snort2lua/config_states/config_decode_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_default_rule_state.cc b/tools/snort2lua/config_states/config_default_rule_state.cc index 8128a9752..632da0381 100644 --- a/tools/snort2lua/config_states/config_default_rule_state.cc +++ b/tools/snort2lua/config_states/config_default_rule_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_deleted.cc b/tools/snort2lua/config_states/config_deleted.cc index 39cb56d44..b406c3d60 100644 --- a/tools/snort2lua/config_states/config_deleted.cc +++ b/tools/snort2lua/config_states/config_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_detection.cc b/tools/snort2lua/config_states/config_detection.cc index 5ac181fbf..4fc38d5b0 100644 --- a/tools/snort2lua/config_states/config_detection.cc +++ b/tools/snort2lua/config_states/config_detection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_event_queue.cc b/tools/snort2lua/config_states/config_event_queue.cc index 36387b4a5..f99e9eb61 100644 --- a/tools/snort2lua/config_states/config_event_queue.cc +++ b/tools/snort2lua/config_states/config_event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_event_trace.cc b/tools/snort2lua/config_states/config_event_trace.cc index 3e83362ec..4e919173c 100644 --- a/tools/snort2lua/config_states/config_event_trace.cc +++ b/tools/snort2lua/config_states/config_event_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_file.cc b/tools/snort2lua/config_states/config_file.cc index 61076238c..963ff6b37 100644 --- a/tools/snort2lua/config_states/config_file.cc +++ b/tools/snort2lua/config_states/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_ignore_ports.cc b/tools/snort2lua/config_states/config_ignore_ports.cc index 8c473176d..c298be9bf 100644 --- a/tools/snort2lua/config_states/config_ignore_ports.cc +++ b/tools/snort2lua/config_states/config_ignore_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_ipv6_frag.cc b/tools/snort2lua/config_states/config_ipv6_frag.cc index d7e2c1b3f..715583351 100644 --- a/tools/snort2lua/config_states/config_ipv6_frag.cc +++ b/tools/snort2lua/config_states/config_ipv6_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_memcaps.cc b/tools/snort2lua/config_states/config_memcaps.cc index 8ec59be79..ee2eb217f 100644 --- a/tools/snort2lua/config_states/config_memcaps.cc +++ b/tools/snort2lua/config_states/config_memcaps.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_mpls_payload_type.cc b/tools/snort2lua/config_states/config_mpls_payload_type.cc index faa72a5f6..c9196c190 100644 --- a/tools/snort2lua/config_states/config_mpls_payload_type.cc +++ b/tools/snort2lua/config_states/config_mpls_payload_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_na_policy_mode.cc b/tools/snort2lua/config_states/config_na_policy_mode.cc index af72c40f0..c77efd79a 100644 --- a/tools/snort2lua/config_states/config_na_policy_mode.cc +++ b/tools/snort2lua/config_states/config_na_policy_mode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_no_option.cc b/tools/snort2lua/config_states/config_no_option.cc index 8d115d354..24028d84c 100644 --- a/tools/snort2lua/config_states/config_no_option.cc +++ b/tools/snort2lua/config_states/config_no_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_one_int_option.cc b/tools/snort2lua/config_states/config_one_int_option.cc index a13a2b50c..31e64f2ce 100644 --- a/tools/snort2lua/config_states/config_one_int_option.cc +++ b/tools/snort2lua/config_states/config_one_int_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_one_string_option.cc b/tools/snort2lua/config_states/config_one_string_option.cc index 5da2754eb..e68bd2faf 100644 --- a/tools/snort2lua/config_states/config_one_string_option.cc +++ b/tools/snort2lua/config_states/config_one_string_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_order.cc b/tools/snort2lua/config_states/config_order.cc index 96289573d..e92dd6197 100644 --- a/tools/snort2lua/config_states/config_order.cc +++ b/tools/snort2lua/config_states/config_order.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_paf_max.cc b/tools/snort2lua/config_states/config_paf_max.cc index f21d7c0c9..37c96746a 100644 --- a/tools/snort2lua/config_states/config_paf_max.cc +++ b/tools/snort2lua/config_states/config_paf_max.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_policy_id.cc b/tools/snort2lua/config_states/config_policy_id.cc index 0b2efc5ee..79c023eb3 100644 --- a/tools/snort2lua/config_states/config_policy_id.cc +++ b/tools/snort2lua/config_states/config_policy_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_policy_mode.cc b/tools/snort2lua/config_states/config_policy_mode.cc index b15d05e0d..0c2341614 100644 --- a/tools/snort2lua/config_states/config_policy_mode.cc +++ b/tools/snort2lua/config_states/config_policy_mode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_policy_uuid.cc b/tools/snort2lua/config_states/config_policy_uuid.cc index 1ace87d80..6a79b5c23 100644 --- a/tools/snort2lua/config_states/config_policy_uuid.cc +++ b/tools/snort2lua/config_states/config_policy_uuid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_ppm.cc b/tools/snort2lua/config_states/config_ppm.cc index 4f3b88c5d..b23177b1a 100644 --- a/tools/snort2lua/config_states/config_ppm.cc +++ b/tools/snort2lua/config_states/config_ppm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_profile.cc b/tools/snort2lua/config_states/config_profile.cc index 6ba2173d7..7a506f997 100644 --- a/tools/snort2lua/config_states/config_profile.cc +++ b/tools/snort2lua/config_states/config_profile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_reference.cc b/tools/snort2lua/config_states/config_reference.cc index cd3fc8aec..24a1ff1d6 100644 --- a/tools/snort2lua/config_states/config_reference.cc +++ b/tools/snort2lua/config_states/config_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_response.cc b/tools/snort2lua/config_states/config_response.cc index 27f1d231b..9d0ba924a 100644 --- a/tools/snort2lua/config_states/config_response.cc +++ b/tools/snort2lua/config_states/config_response.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/config_states/config_tunnel_verdicts.cc b/tools/snort2lua/config_states/config_tunnel_verdicts.cc index 558a10215..e079a8492 100644 --- a/tools/snort2lua/config_states/config_tunnel_verdicts.cc +++ b/tools/snort2lua/config_states/config_tunnel_verdicts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/conversion_defines.h b/tools/snort2lua/conversion_defines.h index c4258a801..4744dda5a 100644 --- a/tools/snort2lua/conversion_defines.h +++ b/tools/snort2lua/conversion_defines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/conversion_state.h b/tools/snort2lua/conversion_state.h index e5b315a3d..3fa8eedb8 100644 --- a/tools/snort2lua/conversion_state.h +++ b/tools/snort2lua/conversion_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_comment.cc b/tools/snort2lua/data/data_types/dt_comment.cc index 6c3a2eedf..c39daf130 100644 --- a/tools/snort2lua/data/data_types/dt_comment.cc +++ b/tools/snort2lua/data/data_types/dt_comment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_comment.h b/tools/snort2lua/data/data_types/dt_comment.h index 600b500e9..46e9b180c 100644 --- a/tools/snort2lua/data/data_types/dt_comment.h +++ b/tools/snort2lua/data/data_types/dt_comment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_include.cc b/tools/snort2lua/data/data_types/dt_include.cc index f947b7330..edcbc16d1 100644 --- a/tools/snort2lua/data/data_types/dt_include.cc +++ b/tools/snort2lua/data/data_types/dt_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_include.h b/tools/snort2lua/data/data_types/dt_include.h index 326b29c5f..6a97a9ac1 100644 --- a/tools/snort2lua/data/data_types/dt_include.h +++ b/tools/snort2lua/data/data_types/dt_include.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_option.cc b/tools/snort2lua/data/data_types/dt_option.cc index c56a35f91..b7398cc52 100644 --- a/tools/snort2lua/data/data_types/dt_option.cc +++ b/tools/snort2lua/data/data_types/dt_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_option.h b/tools/snort2lua/data/data_types/dt_option.h index 3306f0f44..f07f525bc 100644 --- a/tools/snort2lua/data/data_types/dt_option.h +++ b/tools/snort2lua/data/data_types/dt_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule.cc b/tools/snort2lua/data/data_types/dt_rule.cc index 405dea241..85d59e5e3 100644 --- a/tools/snort2lua/data/data_types/dt_rule.cc +++ b/tools/snort2lua/data/data_types/dt_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule.h b/tools/snort2lua/data/data_types/dt_rule.h index f3a8656a0..0019b6f54 100644 --- a/tools/snort2lua/data/data_types/dt_rule.h +++ b/tools/snort2lua/data/data_types/dt_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_option.cc b/tools/snort2lua/data/data_types/dt_rule_option.cc index 8b0593012..061ba28f7 100644 --- a/tools/snort2lua/data/data_types/dt_rule_option.cc +++ b/tools/snort2lua/data/data_types/dt_rule_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_option.h b/tools/snort2lua/data/data_types/dt_rule_option.h index 6d13022f3..571c2e7a7 100644 --- a/tools/snort2lua/data/data_types/dt_rule_option.h +++ b/tools/snort2lua/data/data_types/dt_rule_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_suboption.cc b/tools/snort2lua/data/data_types/dt_rule_suboption.cc index 38e94aec0..551910bcf 100644 --- a/tools/snort2lua/data/data_types/dt_rule_suboption.cc +++ b/tools/snort2lua/data/data_types/dt_rule_suboption.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_rule_suboption.h b/tools/snort2lua/data/data_types/dt_rule_suboption.h index 7885e4f96..825cd3c11 100644 --- a/tools/snort2lua/data/data_types/dt_rule_suboption.h +++ b/tools/snort2lua/data/data_types/dt_rule_suboption.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_table.cc b/tools/snort2lua/data/data_types/dt_table.cc index 86c276254..86f2f5322 100644 --- a/tools/snort2lua/data/data_types/dt_table.cc +++ b/tools/snort2lua/data/data_types/dt_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_table.h b/tools/snort2lua/data/data_types/dt_table.h index 6d623f9be..a49031e50 100644 --- a/tools/snort2lua/data/data_types/dt_table.h +++ b/tools/snort2lua/data/data_types/dt_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_var.cc b/tools/snort2lua/data/data_types/dt_var.cc index ce2e6b060..67e6125c1 100644 --- a/tools/snort2lua/data/data_types/dt_var.cc +++ b/tools/snort2lua/data/data_types/dt_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/data_types/dt_var.h b/tools/snort2lua/data/data_types/dt_var.h index 816dc6f66..edc025b46 100644 --- a/tools/snort2lua/data/data_types/dt_var.h +++ b/tools/snort2lua/data/data_types/dt_var.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_data.cc b/tools/snort2lua/data/dt_data.cc index bd2ec30bc..7484d6b89 100644 --- a/tools/snort2lua/data/dt_data.cc +++ b/tools/snort2lua/data/dt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_data.h b/tools/snort2lua/data/dt_data.h index 5ea63ca32..e7e072475 100644 --- a/tools/snort2lua/data/dt_data.h +++ b/tools/snort2lua/data/dt_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_rule_api.cc b/tools/snort2lua/data/dt_rule_api.cc index c587c6c5b..c83a308f0 100644 --- a/tools/snort2lua/data/dt_rule_api.cc +++ b/tools/snort2lua/data/dt_rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_rule_api.h b/tools/snort2lua/data/dt_rule_api.h index 16b95bc4f..95bc73eb2 100644 --- a/tools/snort2lua/data/dt_rule_api.h +++ b/tools/snort2lua/data/dt_rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_state_api.cc b/tools/snort2lua/data/dt_state_api.cc index 8b927cb55..09b1692b0 100644 --- a/tools/snort2lua/data/dt_state_api.cc +++ b/tools/snort2lua/data/dt_state_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_state_api.h b/tools/snort2lua/data/dt_state_api.h index 1e89a77d4..133fb5a27 100644 --- a/tools/snort2lua/data/dt_state_api.h +++ b/tools/snort2lua/data/dt_state_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_table_api.cc b/tools/snort2lua/data/dt_table_api.cc index e0e7a8537..3c05164cf 100644 --- a/tools/snort2lua/data/dt_table_api.cc +++ b/tools/snort2lua/data/dt_table_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/data/dt_table_api.h b/tools/snort2lua/data/dt_table_api.h index 5629d7338..e3f55aa3b 100644 --- a/tools/snort2lua/data/dt_table_api.h +++ b/tools/snort2lua/data/dt_table_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/snort2lua/helpers/converter.cc b/tools/snort2lua/helpers/converter.cc index c415e6570..dc16a4e8d 100644 --- a/tools/snort2lua/helpers/converter.cc +++ b/tools/snort2lua/helpers/converter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/converter.h b/tools/snort2lua/helpers/converter.h index 3f56b0143..00bb92200 100644 --- a/tools/snort2lua/helpers/converter.h +++ b/tools/snort2lua/helpers/converter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/parse_cmd_line.cc b/tools/snort2lua/helpers/parse_cmd_line.cc index bde842750..ad7dc51f1 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/parse_cmd_line.h b/tools/snort2lua/helpers/parse_cmd_line.h index 206726200..7e2028167 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.h +++ b/tools/snort2lua/helpers/parse_cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_markup.cc b/tools/snort2lua/helpers/s2l_markup.cc index f10167b04..a2109def7 100644 --- a/tools/snort2lua/helpers/s2l_markup.cc +++ b/tools/snort2lua/helpers/s2l_markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_markup.h b/tools/snort2lua/helpers/s2l_markup.h index 18ec5372b..46d044b94 100644 --- a/tools/snort2lua/helpers/s2l_markup.h +++ b/tools/snort2lua/helpers/s2l_markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_util.cc b/tools/snort2lua/helpers/s2l_util.cc index bc04e9519..2ecf5dd7c 100644 --- a/tools/snort2lua/helpers/s2l_util.cc +++ b/tools/snort2lua/helpers/s2l_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/s2l_util.h b/tools/snort2lua/helpers/s2l_util.h index a0b4f0498..8145e9d02 100644 --- a/tools/snort2lua/helpers/s2l_util.h +++ b/tools/snort2lua/helpers/s2l_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/util_binder.cc b/tools/snort2lua/helpers/util_binder.cc index c257aa5f3..10852f9be 100644 --- a/tools/snort2lua/helpers/util_binder.cc +++ b/tools/snort2lua/helpers/util_binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/helpers/util_binder.h b/tools/snort2lua/helpers/util_binder.h index eced864e8..538a39de8 100644 --- a/tools/snort2lua/helpers/util_binder.h +++ b/tools/snort2lua/helpers/util_binder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/init_state.cc b/tools/snort2lua/init_state.cc index 64ff8e7fb..b166b23e5 100644 --- a/tools/snort2lua/init_state.cc +++ b/tools/snort2lua/init_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/init_state.h b/tools/snort2lua/init_state.h index 5d9982a85..4dbf249cd 100644 --- a/tools/snort2lua/init_state.h +++ b/tools/snort2lua/init_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/keywords_api.cc b/tools/snort2lua/keyword_states/keywords_api.cc index 4090a2f7c..da8723426 100644 --- a/tools/snort2lua/keyword_states/keywords_api.cc +++ b/tools/snort2lua/keyword_states/keywords_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/keywords_api.h b/tools/snort2lua/keyword_states/keywords_api.h index 187291d5f..13f0ca6aa 100644 --- a/tools/snort2lua/keyword_states/keywords_api.h +++ b/tools/snort2lua/keyword_states/keywords_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_attribute_table.cc b/tools/snort2lua/keyword_states/kws_attribute_table.cc index 51a58a75b..c172b0709 100644 --- a/tools/snort2lua/keyword_states/kws_attribute_table.cc +++ b/tools/snort2lua/keyword_states/kws_attribute_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_config.cc b/tools/snort2lua/keyword_states/kws_config.cc index 6280e0301..5f77c73f3 100644 --- a/tools/snort2lua/keyword_states/kws_config.cc +++ b/tools/snort2lua/keyword_states/kws_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_deleted.cc b/tools/snort2lua/keyword_states/kws_deleted.cc index 4a60d97f4..cde957cba 100644 --- a/tools/snort2lua/keyword_states/kws_deleted.cc +++ b/tools/snort2lua/keyword_states/kws_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_event_filter.cc b/tools/snort2lua/keyword_states/kws_event_filter.cc index 2f4205387..7171675bd 100644 --- a/tools/snort2lua/keyword_states/kws_event_filter.cc +++ b/tools/snort2lua/keyword_states/kws_event_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_file.cc b/tools/snort2lua/keyword_states/kws_file.cc index ea3d6f93b..e2134752c 100644 --- a/tools/snort2lua/keyword_states/kws_file.cc +++ b/tools/snort2lua/keyword_states/kws_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_include.cc b/tools/snort2lua/keyword_states/kws_include.cc index a9c4dac43..10df4cabe 100644 --- a/tools/snort2lua/keyword_states/kws_include.cc +++ b/tools/snort2lua/keyword_states/kws_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_output.cc b/tools/snort2lua/keyword_states/kws_output.cc index dd58c590e..f31da632c 100644 --- a/tools/snort2lua/keyword_states/kws_output.cc +++ b/tools/snort2lua/keyword_states/kws_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_paths.cc b/tools/snort2lua/keyword_states/kws_paths.cc index 2a537e604..037da952e 100644 --- a/tools/snort2lua/keyword_states/kws_paths.cc +++ b/tools/snort2lua/keyword_states/kws_paths.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_preprocessor.cc b/tools/snort2lua/keyword_states/kws_preprocessor.cc index 1a75d5d01..1c5c1505f 100644 --- a/tools/snort2lua/keyword_states/kws_preprocessor.cc +++ b/tools/snort2lua/keyword_states/kws_preprocessor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_rate_filter.cc b/tools/snort2lua/keyword_states/kws_rate_filter.cc index ee2bf350e..735c6f1af 100644 --- a/tools/snort2lua/keyword_states/kws_rate_filter.cc +++ b/tools/snort2lua/keyword_states/kws_rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_rule.cc b/tools/snort2lua/keyword_states/kws_rule.cc index 6253d7931..6abdf807d 100644 --- a/tools/snort2lua/keyword_states/kws_rule.cc +++ b/tools/snort2lua/keyword_states/kws_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_rule_state.cc b/tools/snort2lua/keyword_states/kws_rule_state.cc index 981260634..2323e4eb5 100644 --- a/tools/snort2lua/keyword_states/kws_rule_state.cc +++ b/tools/snort2lua/keyword_states/kws_rule_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_ruletype.cc b/tools/snort2lua/keyword_states/kws_ruletype.cc index c7ec6e147..0ea5c712d 100644 --- a/tools/snort2lua/keyword_states/kws_ruletype.cc +++ b/tools/snort2lua/keyword_states/kws_ruletype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_suppress.cc b/tools/snort2lua/keyword_states/kws_suppress.cc index 31ab4fade..a1ce6755c 100644 --- a/tools/snort2lua/keyword_states/kws_suppress.cc +++ b/tools/snort2lua/keyword_states/kws_suppress.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/keyword_states/kws_var.cc b/tools/snort2lua/keyword_states/kws_var.cc index 01c74949a..2a3e4bb92 100644 --- a/tools/snort2lua/keyword_states/kws_var.cc +++ b/tools/snort2lua/keyword_states/kws_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_csv.cc b/tools/snort2lua/output_states/out_csv.cc index 4d78265a1..da7630b0f 100644 --- a/tools/snort2lua/output_states/out_csv.cc +++ b/tools/snort2lua/output_states/out_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_deleted.cc b/tools/snort2lua/output_states/out_deleted.cc index 7c0fd5c0f..09f0b6879 100644 --- a/tools/snort2lua/output_states/out_deleted.cc +++ b/tools/snort2lua/output_states/out_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_fast.cc b/tools/snort2lua/output_states/out_fast.cc index 20d1d1d4c..3033c7d72 100644 --- a/tools/snort2lua/output_states/out_fast.cc +++ b/tools/snort2lua/output_states/out_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_full.cc b/tools/snort2lua/output_states/out_full.cc index 661273282..d0cee6346 100644 --- a/tools/snort2lua/output_states/out_full.cc +++ b/tools/snort2lua/output_states/out_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_null.cc b/tools/snort2lua/output_states/out_null.cc index 1b831f88b..fb07d4d60 100644 --- a/tools/snort2lua/output_states/out_null.cc +++ b/tools/snort2lua/output_states/out_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_syslog.cc b/tools/snort2lua/output_states/out_syslog.cc index 512995b33..16576f28f 100644 --- a/tools/snort2lua/output_states/out_syslog.cc +++ b/tools/snort2lua/output_states/out_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_tcpdump.cc b/tools/snort2lua/output_states/out_tcpdump.cc index 3fd329f3f..1393f9874 100644 --- a/tools/snort2lua/output_states/out_tcpdump.cc +++ b/tools/snort2lua/output_states/out_tcpdump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_test.cc b/tools/snort2lua/output_states/out_test.cc index 439fb2691..b813e480c 100644 --- a/tools/snort2lua/output_states/out_test.cc +++ b/tools/snort2lua/output_states/out_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_unified2.cc b/tools/snort2lua/output_states/out_unified2.cc index f0faeddf2..c264858f1 100644 --- a/tools/snort2lua/output_states/out_unified2.cc +++ b/tools/snort2lua/output_states/out_unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/out_unixsock.cc b/tools/snort2lua/output_states/out_unixsock.cc index 59d89713a..3650a8a24 100644 --- a/tools/snort2lua/output_states/out_unixsock.cc +++ b/tools/snort2lua/output_states/out_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/output_api.cc b/tools/snort2lua/output_states/output_api.cc index 4f44c0741..32c5409b7 100644 --- a/tools/snort2lua/output_states/output_api.cc +++ b/tools/snort2lua/output_states/output_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/output_states/output_api.h b/tools/snort2lua/output_states/output_api.h index ff2dba584..e338ba02a 100644 --- a/tools/snort2lua/output_states/output_api.h +++ b/tools/snort2lua/output_states/output_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_appid.cc b/tools/snort2lua/preprocessor_states/pps_appid.cc index e7dd88412..81ff06347 100644 --- a/tools/snort2lua/preprocessor_states/pps_appid.cc +++ b/tools/snort2lua/preprocessor_states/pps_appid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc index 1706d7400..bdd18c5ea 100644 --- a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc +++ b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_bo.cc b/tools/snort2lua/preprocessor_states/pps_bo.cc index 7f88275ca..856ded10a 100644 --- a/tools/snort2lua/preprocessor_states/pps_bo.cc +++ b/tools/snort2lua/preprocessor_states/pps_bo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc index f3aee82a0..6999e5a03 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc index 3c60fdadb..3795495d4 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h index 9f0efface..216b2e23f 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc_server.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dnp3.cc b/tools/snort2lua/preprocessor_states/pps_dnp3.cc index 6526b3656..871863380 100644 --- a/tools/snort2lua/preprocessor_states/pps_dnp3.cc +++ b/tools/snort2lua/preprocessor_states/pps_dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_dns.cc b/tools/snort2lua/preprocessor_states/pps_dns.cc index 978ef4bcc..b3022d3b1 100644 --- a/tools/snort2lua/preprocessor_states/pps_dns.cc +++ b/tools/snort2lua/preprocessor_states/pps_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc b/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc index dc5322d4e..32932a9bc 100644 --- a/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc +++ b/tools/snort2lua/preprocessor_states/pps_frag3_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_frag3_global.cc b/tools/snort2lua/preprocessor_states/pps_frag3_global.cc index 68ffcfafd..10d607718 100644 --- a/tools/snort2lua/preprocessor_states/pps_frag3_global.cc +++ b/tools/snort2lua/preprocessor_states/pps_frag3_global.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc b/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc index ab2febf1a..cdf7ce345 100644 --- a/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc +++ b/tools/snort2lua/preprocessor_states/pps_ftp_telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc b/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc index 591b559a2..b2d517d66 100644 --- a/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc +++ b/tools/snort2lua/preprocessor_states/pps_ftp_telnet_protocol.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_gtp.cc b/tools/snort2lua/preprocessor_states/pps_gtp.cc index f96054b6d..057966e74 100644 --- a/tools/snort2lua/preprocessor_states/pps_gtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_http_inspect.cc b/tools/snort2lua/preprocessor_states/pps_http_inspect.cc index 5393ead3b..566f29ef0 100644 --- a/tools/snort2lua/preprocessor_states/pps_http_inspect.cc +++ b/tools/snort2lua/preprocessor_states/pps_http_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc b/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc index 2be4d516e..1cea3bd9e 100644 --- a/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc +++ b/tools/snort2lua/preprocessor_states/pps_http_inspect_server.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_imap.cc b/tools/snort2lua/preprocessor_states/pps_imap.cc index 652655118..b3f0d7f5b 100644 --- a/tools/snort2lua/preprocessor_states/pps_imap.cc +++ b/tools/snort2lua/preprocessor_states/pps_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_modbus.cc b/tools/snort2lua/preprocessor_states/pps_modbus.cc index c86cd3ff8..4ce21a9d8 100644 --- a/tools/snort2lua/preprocessor_states/pps_modbus.cc +++ b/tools/snort2lua/preprocessor_states/pps_modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_normalizers.cc b/tools/snort2lua/preprocessor_states/pps_normalizers.cc index d7628ac66..b92db90e0 100644 --- a/tools/snort2lua/preprocessor_states/pps_normalizers.cc +++ b/tools/snort2lua/preprocessor_states/pps_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc index ffff06e72..15725d780 100644 --- a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc +++ b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_pop.cc b/tools/snort2lua/preprocessor_states/pps_pop.cc index d810d69fb..1e6ca6cf3 100644 --- a/tools/snort2lua/preprocessor_states/pps_pop.cc +++ b/tools/snort2lua/preprocessor_states/pps_pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_reputation.cc b/tools/snort2lua/preprocessor_states/pps_reputation.cc index 986cd10ea..e24165de2 100644 --- a/tools/snort2lua/preprocessor_states/pps_reputation.cc +++ b/tools/snort2lua/preprocessor_states/pps_reputation.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_rna.cc b/tools/snort2lua/preprocessor_states/pps_rna.cc index ce08256f1..bd731cc07 100644 --- a/tools/snort2lua/preprocessor_states/pps_rna.cc +++ b/tools/snort2lua/preprocessor_states/pps_rna.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc b/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc index 0e1da88f8..9103c576d 100644 --- a/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc +++ b/tools/snort2lua/preprocessor_states/pps_rpc_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_sdf.cc b/tools/snort2lua/preprocessor_states/pps_sdf.cc index 99dad9043..42a0a43ae 100644 --- a/tools/snort2lua/preprocessor_states/pps_sdf.cc +++ b/tools/snort2lua/preprocessor_states/pps_sdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc index f95172b2c..80f478696 100644 --- a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc +++ b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_sip.cc b/tools/snort2lua/preprocessor_states/pps_sip.cc index d076f8355..7f0289b0e 100644 --- a/tools/snort2lua/preprocessor_states/pps_sip.cc +++ b/tools/snort2lua/preprocessor_states/pps_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_smtp.cc b/tools/snort2lua/preprocessor_states/pps_smtp.cc index 50c5d89cc..42e898310 100644 --- a/tools/snort2lua/preprocessor_states/pps_smtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ssh.cc b/tools/snort2lua/preprocessor_states/pps_ssh.cc index 234a0266c..8c69fab2a 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssh.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_ssl.cc b/tools/snort2lua/preprocessor_states/pps_ssl.cc index 3438c40f0..ac76725a3 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssl.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_global.cc b/tools/snort2lua/preprocessor_states/pps_stream5_global.cc index c513e46dd..92e6420aa 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_global.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_global.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_ha.cc b/tools/snort2lua/preprocessor_states/pps_stream5_ha.cc index 9537c6727..e4623333e 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_ha.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc b/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc index 58f6c3a23..b15e6c677 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc b/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc index 308eb1740..66b4a620d 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc b/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc index 3092f6f29..7dd7bf273 100644 --- a/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc +++ b/tools/snort2lua/preprocessor_states/pps_stream5_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/preprocessor_api.cc b/tools/snort2lua/preprocessor_states/preprocessor_api.cc index 67fc07a1b..65ff7a886 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.cc +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/preprocessor_states/preprocessor_api.h b/tools/snort2lua/preprocessor_states/preprocessor_api.h index f784d38d0..fad2ce4ef 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.h +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_api.cc b/tools/snort2lua/rule_states/rule_api.cc index c8a21439f..95562e41d 100644 --- a/tools/snort2lua/rule_states/rule_api.cc +++ b/tools/snort2lua/rule_states/rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_api.h b/tools/snort2lua/rule_states/rule_api.h index 10204de9d..17a1e98ec 100644 --- a/tools/snort2lua/rule_states/rule_api.h +++ b/tools/snort2lua/rule_states/rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_base64_decode.cc b/tools/snort2lua/rule_states/rule_base64_decode.cc index 999e1dd30..ddfee1064 100644 --- a/tools/snort2lua/rule_states/rule_base64_decode.cc +++ b/tools/snort2lua/rule_states/rule_base64_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_content.cc b/tools/snort2lua/rule_states/rule_content.cc index 8f416e241..7b5b89d85 100644 --- a/tools/snort2lua/rule_states/rule_content.cc +++ b/tools/snort2lua/rule_states/rule_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_convert_comma_list.cc b/tools/snort2lua/rule_states/rule_convert_comma_list.cc index 023709801..39c9afe0e 100644 --- a/tools/snort2lua/rule_states/rule_convert_comma_list.cc +++ b/tools/snort2lua/rule_states/rule_convert_comma_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_dce_iface.cc b/tools/snort2lua/rule_states/rule_dce_iface.cc index e4aa747ce..bd235287a 100644 --- a/tools/snort2lua/rule_states/rule_dce_iface.cc +++ b/tools/snort2lua/rule_states/rule_dce_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_dnp3_obj.cc b/tools/snort2lua/rule_states/rule_dnp3_obj.cc index a647a9932..022bf457a 100644 --- a/tools/snort2lua/rule_states/rule_dnp3_obj.cc +++ b/tools/snort2lua/rule_states/rule_dnp3_obj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_dsize.cc b/tools/snort2lua/rule_states/rule_dsize.cc index cae5b7eae..8f3968ea4 100644 --- a/tools/snort2lua/rule_states/rule_dsize.cc +++ b/tools/snort2lua/rule_states/rule_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_file_data.cc b/tools/snort2lua/rule_states/rule_file_data.cc index f33ca4e80..0e445a364 100644 --- a/tools/snort2lua/rule_states/rule_file_data.cc +++ b/tools/snort2lua/rule_states/rule_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_file_type.cc b/tools/snort2lua/rule_states/rule_file_type.cc index 772d4dcbb..b570ced00 100644 --- a/tools/snort2lua/rule_states/rule_file_type.cc +++ b/tools/snort2lua/rule_states/rule_file_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_gid_sid.cc b/tools/snort2lua/rule_states/rule_gid_sid.cc index 650bc3db5..18a1c4da7 100644 --- a/tools/snort2lua/rule_states/rule_gid_sid.cc +++ b/tools/snort2lua/rule_states/rule_gid_sid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_http_encode.cc b/tools/snort2lua/rule_states/rule_http_encode.cc index 3d5773b0e..a85b0d1b4 100644 --- a/tools/snort2lua/rule_states/rule_http_encode.cc +++ b/tools/snort2lua/rule_states/rule_http_encode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_isdataat.cc b/tools/snort2lua/rule_states/rule_isdataat.cc index 4ed238093..defb403b6 100644 --- a/tools/snort2lua/rule_states/rule_isdataat.cc +++ b/tools/snort2lua/rule_states/rule_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_metadata.cc b/tools/snort2lua/rule_states/rule_metadata.cc index caf248926..afc5eb986 100644 --- a/tools/snort2lua/rule_states/rule_metadata.cc +++ b/tools/snort2lua/rule_states/rule_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_pcre.cc b/tools/snort2lua/rule_states/rule_pcre.cc index a959d4797..b0f51f84c 100644 --- a/tools/snort2lua/rule_states/rule_pcre.cc +++ b/tools/snort2lua/rule_states/rule_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_react.cc b/tools/snort2lua/rule_states/rule_react.cc index d027191e8..19675467b 100644 --- a/tools/snort2lua/rule_states/rule_react.cc +++ b/tools/snort2lua/rule_states/rule_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_replace.cc b/tools/snort2lua/rule_states/rule_replace.cc index ddfd64914..57c6b455c 100644 --- a/tools/snort2lua/rule_states/rule_replace.cc +++ b/tools/snort2lua/rule_states/rule_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_resp.cc b/tools/snort2lua/rule_states/rule_resp.cc index e1c05a2db..300509fab 100644 --- a/tools/snort2lua/rule_states/rule_resp.cc +++ b/tools/snort2lua/rule_states/rule_resp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_sd_pattern.cc b/tools/snort2lua/rule_states/rule_sd_pattern.cc index d3070df02..c33a48f95 100644 --- a/tools/snort2lua/rule_states/rule_sd_pattern.cc +++ b/tools/snort2lua/rule_states/rule_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_stream_reassemble.cc b/tools/snort2lua/rule_states/rule_stream_reassemble.cc index 8ae7c7999..823cd878f 100644 --- a/tools/snort2lua/rule_states/rule_stream_reassemble.cc +++ b/tools/snort2lua/rule_states/rule_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_stream_size.cc b/tools/snort2lua/rule_states/rule_stream_size.cc index 2cb388058..04ff49055 100644 --- a/tools/snort2lua/rule_states/rule_stream_size.cc +++ b/tools/snort2lua/rule_states/rule_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_tag.cc b/tools/snort2lua/rule_states/rule_tag.cc index d26182012..58c1e112c 100644 --- a/tools/snort2lua/rule_states/rule_tag.cc +++ b/tools/snort2lua/rule_states/rule_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_threshold.cc b/tools/snort2lua/rule_states/rule_threshold.cc index fd97fc4bd..9c795dba1 100644 --- a/tools/snort2lua/rule_states/rule_threshold.cc +++ b/tools/snort2lua/rule_states/rule_threshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_ttl.cc b/tools/snort2lua/rule_states/rule_ttl.cc index 265a7ff31..817a11e52 100644 --- a/tools/snort2lua/rule_states/rule_ttl.cc +++ b/tools/snort2lua/rule_states/rule_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_unchanged.cc b/tools/snort2lua/rule_states/rule_unchanged.cc index 3da8e4c78..12b54b65e 100644 --- a/tools/snort2lua/rule_states/rule_unchanged.cc +++ b/tools/snort2lua/rule_states/rule_unchanged.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_unsupported.cc b/tools/snort2lua/rule_states/rule_unsupported.cc index 05b1ef255..6eb3df0b2 100644 --- a/tools/snort2lua/rule_states/rule_unsupported.cc +++ b/tools/snort2lua/rule_states/rule_unsupported.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/rule_states/rule_urilen.cc b/tools/snort2lua/rule_states/rule_urilen.cc index 52cbb8d4b..e572daca2 100644 --- a/tools/snort2lua/rule_states/rule_urilen.cc +++ b/tools/snort2lua/rule_states/rule_urilen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/snort2lua/snort2lua.cc b/tools/snort2lua/snort2lua.cc index 3eaa05da0..386c7b983 100644 --- a/tools/snort2lua/snort2lua.cc +++ b/tools/snort2lua/snort2lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/tools/u2boat/u2boat.cc b/tools/u2boat/u2boat.cc index 67735cf14..f9eef1e37 100644 --- a/tools/u2boat/u2boat.cc +++ b/tools/u2boat/u2boat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/u2spewfoo/u2_common.h b/tools/u2spewfoo/u2_common.h index ffe73be25..1b1313b22 100644 --- a/tools/u2spewfoo/u2_common.h +++ b/tools/u2spewfoo/u2_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/tools/u2spewfoo/u2spewfoo.cc b/tools/u2spewfoo/u2spewfoo.cc index ad869f2a0..ff3f91808 100644 --- a/tools/u2spewfoo/u2spewfoo.cc +++ b/tools/u2spewfoo/u2spewfoo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch //