From: Mike Stepanek (mstepane) Date: Tue, 30 Mar 2021 12:58:28 +0000 (+0000) Subject: Merge pull request #2807 in SNORT/snort3 from ~DKYRYLOV/snort3:copyright_update to... X-Git-Tag: 3.1.4.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb26c177815c1820bf08d5e60357937122fc0af;p=thirdparty%2Fsnort3.git Merge pull request #2807 in SNORT/snort3 from ~DKYRYLOV/snort3:copyright_update to master Squashed commit of the following: commit 95c183b195d6fa6f96c5489f5e9795107c4081bb Author: dkyrylov Date: Tue Mar 23 13:41:57 2021 +0200 copyright: Update year to 2021 --- diff --git a/daqs/daq_file.c b/daqs/daq_file.c index 5855c433d..16d64bd0f 100644 --- a/daqs/daq_file.c +++ b/daqs/daq_file.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d88afb18a..213ebca15 100644 --- a/daqs/daq_hext.c +++ b/daqs/daq_hext.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d18fdecb3..97e9861c8 100644 --- a/daqs/daq_user.h +++ b/daqs/daq_user.h @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64c862ec2..1d042eaf4 100644 --- a/src/actions/act_react.cc +++ b/src/actions/act_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 69a56087b..3cc202a01 100644 --- a/src/actions/act_reject.cc +++ b/src/actions/act_reject.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 05f1feddd..ccf525a8c 100644 --- a/src/actions/act_replace.cc +++ b/src/actions/act_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a8c685267..2942920b4 100644 --- a/src/actions/actions.cc +++ b/src/actions/actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 be6ac3eea..5f3978981 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 90e2d4aea..c63215844 100644 --- a/src/actions/ips_actions.cc +++ b/src/actions/ips_actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 df0852256..578aabf38 100644 --- a/src/actions/ips_actions.h +++ b/src/actions/ips_actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7c9141670..1b6366c56 100644 --- a/src/catch/catch_main.cc +++ b/src/catch/catch_main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c9da97e0f..d0e4916db 100644 --- a/src/catch/snort_catch.h +++ b/src/catch/snort_catch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9cbef3943..eff3b45c3 100644 --- a/src/catch/unit_test.cc +++ b/src/catch/unit_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8225f5531..e20be9ce6 100644 --- a/src/catch/unit_test.h +++ b/src/catch/unit_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bcb01c7b6..961723c5c 100644 --- a/src/codecs/codec_api.cc +++ b/src/codecs/codec_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cc3d7cb49..59db523cc 100644 --- a/src/codecs/codec_api.h +++ b/src/codecs/codec_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd188fdc7..2953bde08 100644 --- a/src/codecs/codec_module.cc +++ b/src/codecs/codec_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c39e9d2e..b0987756f 100644 --- a/src/codecs/codec_module.h +++ b/src/codecs/codec_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0be8f5131..8774e0e87 100644 --- a/src/codecs/ip/cd_auth.cc +++ b/src/codecs/ip/cd_auth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a1aafae68..2390c4721 100644 --- a/src/codecs/ip/cd_bad_proto.cc +++ b/src/codecs/ip/cd_bad_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db1fc8f74..686a8a34b 100644 --- a/src/codecs/ip/cd_dst_opts.cc +++ b/src/codecs/ip/cd_dst_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70ce93b7e..d12946e73 100644 --- a/src/codecs/ip/cd_esp.cc +++ b/src/codecs/ip/cd_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4bfeb0b1c..4f612846b 100644 --- a/src/codecs/ip/cd_frag.cc +++ b/src/codecs/ip/cd_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e44757049..071dd36a7 100644 --- a/src/codecs/ip/cd_gre.cc +++ b/src/codecs/ip/cd_gre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ca0f55900..bdd415135 100644 --- a/src/codecs/ip/cd_hop_opts.cc +++ b/src/codecs/ip/cd_hop_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 69fa66370..b50309853 100644 --- a/src/codecs/ip/cd_icmp4.cc +++ b/src/codecs/ip/cd_icmp4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9775f48f7..14e704f6d 100644 --- a/src/codecs/ip/cd_icmp6.cc +++ b/src/codecs/ip/cd_icmp6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5dad1ee7b..bfa1bf520 100644 --- a/src/codecs/ip/cd_igmp.cc +++ b/src/codecs/ip/cd_igmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a87263a20..b77bf0caf 100644 --- a/src/codecs/ip/cd_ipv4.cc +++ b/src/codecs/ip/cd_ipv4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4c4fc73f9..23bf5c6c6 100644 --- a/src/codecs/ip/cd_ipv6.cc +++ b/src/codecs/ip/cd_ipv6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 50d65da4f..92d8d14cd 100644 --- a/src/codecs/ip/cd_mobility.cc +++ b/src/codecs/ip/cd_mobility.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4301e5d56..a093a10f8 100644 --- a/src/codecs/ip/cd_no_next.cc +++ b/src/codecs/ip/cd_no_next.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a4e495596..e6a067731 100644 --- a/src/codecs/ip/cd_pgm.cc +++ b/src/codecs/ip/cd_pgm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c8d16df0d..409d34205 100644 --- a/src/codecs/ip/cd_routing.cc +++ b/src/codecs/ip/cd_routing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 38dae7b6f..05fd8f7ba 100644 --- a/src/codecs/ip/cd_tcp.cc +++ b/src/codecs/ip/cd_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f9187ec2c..9d8a3822e 100644 --- a/src/codecs/ip/cd_udp.cc +++ b/src/codecs/ip/cd_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f40c00e49..d06191a53 100644 --- a/src/codecs/ip/checksum.h +++ b/src/codecs/ip/checksum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d387ea587..e6fa06dfb 100644 --- a/src/codecs/link/cd_arp.cc +++ b/src/codecs/link/cd_arp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f7d8f9c87..d9714ca76 100644 --- a/src/codecs/link/cd_ciscometadata.cc +++ b/src/codecs/link/cd_ciscometadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 54abe21c6..7bff3fce5 100644 --- a/src/codecs/link/cd_erspan2.cc +++ b/src/codecs/link/cd_erspan2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e10d03ab3..2f412aac8 100644 --- a/src/codecs/link/cd_erspan3.cc +++ b/src/codecs/link/cd_erspan3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 423e748b9..be3e99c79 100644 --- a/src/codecs/link/cd_fabricpath.cc +++ b/src/codecs/link/cd_fabricpath.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 45fd02e1d..1ee565e1a 100644 --- a/src/codecs/link/cd_mpls.cc +++ b/src/codecs/link/cd_mpls.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9cfb57d87..d9623734d 100644 --- a/src/codecs/link/cd_ppp_encap.cc +++ b/src/codecs/link/cd_ppp_encap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e2dc212c1..37dc3605c 100644 --- a/src/codecs/link/cd_pppoe.cc +++ b/src/codecs/link/cd_pppoe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 dc0ce4b9b..85fbd8552 100644 --- a/src/codecs/link/cd_trans_bridge.cc +++ b/src/codecs/link/cd_trans_bridge.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 045a8c30c..1232c08ee 100644 --- a/src/codecs/link/cd_vlan.cc +++ b/src/codecs/link/cd_vlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5677cb892..5cffdd2f1 100644 --- a/src/codecs/misc/cd_default.cc +++ b/src/codecs/misc/cd_default.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c2bd88b61..cdba7e510 100644 --- a/src/codecs/misc/cd_gtp.cc +++ b/src/codecs/misc/cd_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 eb585a3b2..fc3dc4a15 100644 --- a/src/codecs/misc/cd_icmp4_ip.cc +++ b/src/codecs/misc/cd_icmp4_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 abe6674ce..743cba32b 100644 --- a/src/codecs/misc/cd_icmp6_ip.cc +++ b/src/codecs/misc/cd_icmp6_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e4863271a..a6b627722 100644 --- a/src/codecs/misc/cd_llc.cc +++ b/src/codecs/misc/cd_llc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 86dfd9fe0..663165fdb 100644 --- a/src/codecs/misc/cd_teredo.cc +++ b/src/codecs/misc/cd_teredo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d6b39e1c6..520fc1981 100644 --- a/src/codecs/misc/cd_user.cc +++ b/src/codecs/misc/cd_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e40221280..a628ef55a 100644 --- a/src/codecs/misc/cd_vxlan.cc +++ b/src/codecs/misc/cd_vxlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5e13ffa7a..6d85e456a 100644 --- a/src/codecs/root/cd_eth.cc +++ b/src/codecs/root/cd_eth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1244a21e2..41b8ff08e 100644 --- a/src/codecs/root/cd_raw.cc +++ b/src/codecs/root/cd_raw.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b591ccac4..ec91e03ac 100644 --- a/src/connectors/connectors.cc +++ b/src/connectors/connectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dbf972f96..451c3973b 100644 --- a/src/connectors/connectors.h +++ b/src/connectors/connectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cff0945f9..8d60aa590 100644 --- a/src/connectors/file_connector/file_connector.cc +++ b/src/connectors/file_connector/file_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bf0f733f7..46a1ba0ba 100644 --- a/src/connectors/file_connector/file_connector.h +++ b/src/connectors/file_connector/file_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7245f6b38..e623f85de 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c65c38ed8..a18b654ad 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4df592269..ba939ffd9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 caf39c67e..794290100 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 313f5a3d6..607bfeecf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 936f80558..2d0d24f93 100644 --- a/src/connectors/tcp_connector/tcp_connector.cc +++ b/src/connectors/tcp_connector/tcp_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9caf29883..ef243dbc9 100644 --- a/src/connectors/tcp_connector/tcp_connector.h +++ b/src/connectors/tcp_connector/tcp_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c0cd56e9..5ab65ceca 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f904e0287..fe486f930 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2f47e1b19..fa86a9a79 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cb3653485..c99474c21 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5581bc37..d71ed9ddb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/idle_processing.cc b/src/control/idle_processing.cc index 720b87bfe..e757dff08 100644 --- a/src/control/idle_processing.cc +++ b/src/control/idle_processing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/control/idle_processing.h b/src/control/idle_processing.h index 7b544a062..e29a17a88 100644 --- a/src/control/idle_processing.h +++ b/src/control/idle_processing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/decompress/file_decomp.cc b/src/decompress/file_decomp.cc index 8ebf1a356..957196ee4 100644 --- a/src/decompress/file_decomp.cc +++ b/src/decompress/file_decomp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb8bf9d3f..055538930 100644 --- a/src/decompress/file_decomp.h +++ b/src/decompress/file_decomp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e60bf08d..aae3c7c14 100644 --- a/src/decompress/file_decomp_pdf.cc +++ b/src/decompress/file_decomp_pdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 34c8aa5b6..95e02a272 100644 --- a/src/decompress/file_decomp_pdf.h +++ b/src/decompress/file_decomp_pdf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7efe380d9..b42a11407 100644 --- a/src/decompress/file_decomp_swf.cc +++ b/src/decompress/file_decomp_swf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 42b43361c..aa90abc7c 100644 --- a/src/decompress/file_decomp_swf.h +++ b/src/decompress/file_decomp_swf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6d2603c65..3905a4849 100644 --- a/src/decompress/file_decomp_zip.cc +++ b/src/decompress/file_decomp_zip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d87edf74..c79a52cd2 100644 --- a/src/decompress/file_decomp_zip.h +++ b/src/decompress/file_decomp_zip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 842719ffc..08e828faa 100644 --- a/src/detection/context_switcher.cc +++ b/src/detection/context_switcher.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 170f78add..43808b42f 100644 --- a/src/detection/context_switcher.h +++ b/src/detection/context_switcher.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cce1b50ab..205617dd8 100644 --- a/src/detection/detect.cc +++ b/src/detection/detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 dfde1b039..0deab8e6b 100644 --- a/src/detection/detect.h +++ b/src/detection/detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5ae1ba132..3e043e500 100644 --- a/src/detection/detect_trace.cc +++ b/src/detection/detect_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e8afe5547..1b8de352f 100644 --- a/src/detection/detect_trace.h +++ b/src/detection/detect_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f708dbb8f..799c3ea9f 100644 --- a/src/detection/detection_engine.cc +++ b/src/detection/detection_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 919d4a952..bccfdb740 100644 --- a/src/detection/detection_engine.h +++ b/src/detection/detection_engine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb561e614..a9fe67244 100644 --- a/src/detection/detection_module.cc +++ b/src/detection/detection_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0bd782ca5..0f5cb3f47 100644 --- a/src/detection/detection_module.h +++ b/src/detection/detection_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ba459478..30aaa8ee4 100644 --- a/src/detection/detection_options.cc +++ b/src/detection/detection_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bcf135fe4..5dcd822c2 100644 --- a/src/detection/detection_options.h +++ b/src/detection/detection_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a8be6e144..e40d8a858 100644 --- a/src/detection/detection_util.cc +++ b/src/detection/detection_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 13484f877..854f5f773 100644 --- a/src/detection/detection_util.h +++ b/src/detection/detection_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6bad35988..8eb89f50a 100644 --- a/src/detection/fp_config.cc +++ b/src/detection/fp_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1d26db5a8..9b5b169a4 100644 --- a/src/detection/fp_config.h +++ b/src/detection/fp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5519a5d61..78e61dfbd 100644 --- a/src/detection/fp_create.cc +++ b/src/detection/fp_create.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e551d1fbf..5b15af3cf 100644 --- a/src/detection/fp_create.h +++ b/src/detection/fp_create.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a3ba32a02..a2b6eadb8 100644 --- a/src/detection/fp_detect.cc +++ b/src/detection/fp_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4148c29be..bf52a4764 100644 --- a/src/detection/fp_detect.h +++ b/src/detection/fp_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2ac646fb3..09c7f3e29 100644 --- a/src/detection/fp_utils.cc +++ b/src/detection/fp_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a95a6b6ef..95a438cf3 100644 --- a/src/detection/fp_utils.h +++ b/src/detection/fp_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1482f34e2..606636fb1 100644 --- a/src/detection/ips_context.cc +++ b/src/detection/ips_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 adcbc469b..056ffea52 100644 --- a/src/detection/ips_context.h +++ b/src/detection/ips_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d8008191..598dc4a42 100644 --- a/src/detection/ips_context_chain.cc +++ b/src/detection/ips_context_chain.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b48b5ccb9..88e5bf28c 100644 --- a/src/detection/ips_context_chain.h +++ b/src/detection/ips_context_chain.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b14da79d7..1e623532d 100644 --- a/src/detection/ips_context_data.cc +++ b/src/detection/ips_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f0e96f588..2bf98c1da 100644 --- a/src/detection/ips_context_data.h +++ b/src/detection/ips_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9afc88a64..1eabb4b8e 100644 --- a/src/detection/pattern_match_data.h +++ b/src/detection/pattern_match_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4d2088b68..45fd160f5 100644 --- a/src/detection/pcrm.cc +++ b/src/detection/pcrm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d8b4e7184..805da70d6 100644 --- a/src/detection/pcrm.h +++ b/src/detection/pcrm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 05692aaad..cb57917d3 100644 --- a/src/detection/regex_offload.cc +++ b/src/detection/regex_offload.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b75d1023d..3074594f0 100644 --- a/src/detection/regex_offload.h +++ b/src/detection/regex_offload.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 146a13655..6aa737033 100644 --- a/src/detection/rtn_checks.cc +++ b/src/detection/rtn_checks.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 990a9c2fd..ed836797e 100644 --- a/src/detection/rtn_checks.h +++ b/src/detection/rtn_checks.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 711c7ad5d..fe8fa91fd 100644 --- a/src/detection/rule_option_types.h +++ b/src/detection/rule_option_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c45122a4e..f3f9cc201 100644 --- a/src/detection/rules.cc +++ b/src/detection/rules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0905f6cac..b011a3af7 100644 --- a/src/detection/rules.h +++ b/src/detection/rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c5ba0d7a3..f9e8b7a1f 100644 --- a/src/detection/service_map.cc +++ b/src/detection/service_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e1f1da18f..83b014a39 100644 --- a/src/detection/service_map.h +++ b/src/detection/service_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e2f7ceba1..ac2dd2d7c 100644 --- a/src/detection/sfrim.cc +++ b/src/detection/sfrim.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 811aa3a1a..91e3a9837 100644 --- a/src/detection/sfrim.h +++ b/src/detection/sfrim.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b106f2504..fdf158772 100644 --- a/src/detection/signature.cc +++ b/src/detection/signature.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1c56ccf79..191da25b3 100644 --- a/src/detection/signature.h +++ b/src/detection/signature.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 61b5bea1b..b8f2f5932 100644 --- a/src/detection/tag.cc +++ b/src/detection/tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b5885a941..fee782e79 100644 --- a/src/detection/tag.h +++ b/src/detection/tag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4153483f6..e59a86100 100644 --- a/src/detection/treenodes.cc +++ b/src/detection/treenodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1a268f80b..e06d28634 100644 --- a/src/detection/treenodes.h +++ b/src/detection/treenodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cd838ea41..459070d8b 100644 --- a/src/dump_config/config_data.cc +++ b/src/dump_config/config_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a399aab09..c87e25ed5 100644 --- a/src/dump_config/config_data.h +++ b/src/dump_config/config_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27e308487..5e9893e1f 100644 --- a/src/dump_config/config_output.cc +++ b/src/dump_config/config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 065caf773..c92ad7e36 100644 --- a/src/dump_config/config_output.h +++ b/src/dump_config/config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9e52c9cb1..3469d105c 100644 --- a/src/dump_config/json_config_output.cc +++ b/src/dump_config/json_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 617d48f56..7b81bf696 100644 --- a/src/dump_config/json_config_output.h +++ b/src/dump_config/json_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 75407ac88..832293afb 100644 --- a/src/dump_config/text_config_output.cc +++ b/src/dump_config/text_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 da36efea5..631761c1c 100644 --- a/src/dump_config/text_config_output.h +++ b/src/dump_config/text_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f246406a3..7a5471181 100644 --- a/src/events/event.cc +++ b/src/events/event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 583f6aed3..6c053df13 100644 --- a/src/events/event.h +++ b/src/events/event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 024d039e7..595066b5b 100644 --- a/src/events/event_queue.cc +++ b/src/events/event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 97b722c55..71aac9ee3 100644 --- a/src/events/event_queue.h +++ b/src/events/event_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a2a26648c..8c58f850e 100644 --- a/src/events/sfeventq.cc +++ b/src/events/sfeventq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3d1eb8278..c1c9943be 100644 --- a/src/events/sfeventq.h +++ b/src/events/sfeventq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b2d3736b4..d181b7ed3 100644 --- a/src/file_api/circular_buffer.cc +++ b/src/file_api/circular_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c800ab8ce..50a640d67 100644 --- a/src/file_api/circular_buffer.h +++ b/src/file_api/circular_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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.h b/src/file_api/file_api.h index 299bfa3bb..27849e729 100644 --- a/src/file_api/file_api.h +++ b/src/file_api/file_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bd6ffdc61..7a1f13116 100644 --- a/src/file_api/file_cache.cc +++ b/src/file_api/file_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 44484a205..e0ed486f3 100644 --- a/src/file_api/file_cache.h +++ b/src/file_api/file_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9519471fa..c53b5545f 100644 --- a/src/file_api/file_capture.cc +++ b/src/file_api/file_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 98b1f4b90..c45fcec6b 100644 --- a/src/file_api/file_capture.h +++ b/src/file_api/file_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 09c5073db..81d5c869c 100644 --- a/src/file_api/file_config.cc +++ b/src/file_api/file_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a834c55e5..3e380da2d 100644 --- a/src/file_api/file_config.h +++ b/src/file_api/file_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 aea524667..c61155336 100644 --- a/src/file_api/file_flows.cc +++ b/src/file_api/file_flows.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 df77560c6..7f2688b1f 100644 --- a/src/file_api/file_flows.h +++ b/src/file_api/file_flows.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 df45ef79c..fffe1ddac 100644 --- a/src/file_api/file_identifier.cc +++ b/src/file_api/file_identifier.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7315f4c9b..bf2dcb5a5 100644 --- a/src/file_api/file_identifier.h +++ b/src/file_api/file_identifier.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cad96ce73..991e3151b 100644 --- a/src/file_api/file_lib.cc +++ b/src/file_api/file_lib.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9ae475f5e..46c04a570 100644 --- a/src/file_api/file_lib.h +++ b/src/file_api/file_lib.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9fe5cf1df..fd2e9e3bf 100644 --- a/src/file_api/file_log.cc +++ b/src/file_api/file_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ca3b3f7fc..89bde6c7f 100644 --- a/src/file_api/file_mempool.cc +++ b/src/file_api/file_mempool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6a689af41..809208097 100644 --- a/src/file_api/file_mempool.h +++ b/src/file_api/file_mempool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7fcd4f4a8..3e384f9b2 100644 --- a/src/file_api/file_module.cc +++ b/src/file_api/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bec62194d..895c4f143 100644 --- a/src/file_api/file_module.h +++ b/src/file_api/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_policy.cc b/src/file_api/file_policy.cc index 15f069e2f..86d93957d 100644 --- a/src/file_api/file_policy.cc +++ b/src/file_api/file_policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_policy.h b/src/file_api/file_policy.h index fb5c0f40f..a0c3164a8 100644 --- a/src/file_api/file_policy.h +++ b/src/file_api/file_policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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.cc b/src/file_api/file_segment.cc index 6c4fe578a..fffcb6074 100644 --- a/src/file_api/file_segment.cc +++ b/src/file_api/file_segment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cfc3af3a0..b52e4214b 100644 --- a/src/file_api/file_segment.h +++ b/src/file_api/file_segment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1abc997f0..ca351ca5f 100644 --- a/src/file_api/file_service.cc +++ b/src/file_api/file_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 42da0312b..6ec083423 100644 --- a/src/file_api/file_service.h +++ b/src/file_api/file_service.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 8b8958f9e..2cfd3f781 100644 --- a/src/file_api/file_stats.cc +++ b/src/file_api/file_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b4eb524d2..c38c98bb0 100644 --- a/src/file_api/file_stats.h +++ b/src/file_api/file_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2ca26927d..1499f5350 100644 --- a/src/filters/detection_filter.cc +++ b/src/filters/detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 90daee1d8..34df64778 100644 --- a/src/filters/detection_filter.h +++ b/src/filters/detection_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 046130245..bfbc6194c 100644 --- a/src/filters/rate_filter.cc +++ b/src/filters/rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fa3dcb7eb..6594653e2 100644 --- a/src/filters/rate_filter.h +++ b/src/filters/rate_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0ff10ac5e..008aec74e 100644 --- a/src/filters/sfrf.cc +++ b/src/filters/sfrf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d28887fd8..0a9cbf936 100644 --- a/src/filters/sfrf.h +++ b/src/filters/sfrf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 43028a253..c1c66b521 100644 --- a/src/filters/sfrf_test.cc +++ b/src/filters/sfrf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6e0ab02e3..080e2915c 100644 --- a/src/filters/sfthd.cc +++ b/src/filters/sfthd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 844a20a2d..8c84d59b3 100644 --- a/src/filters/sfthd.h +++ b/src/filters/sfthd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 00f45708d..e9c12843e 100644 --- a/src/filters/sfthd_test.cc +++ b/src/filters/sfthd_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f7689ad71..1bd666e39 100644 --- a/src/filters/sfthreshold.cc +++ b/src/filters/sfthreshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 631735ca6..e2c71d3ad 100644 --- a/src/filters/sfthreshold.h +++ b/src/filters/sfthreshold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 962203f0a..7deb82acf 100644 --- a/src/flow/deferred_trust.cc +++ b/src/flow/deferred_trust.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5e2f27c0c..e4e43af79 100644 --- a/src/flow/deferred_trust.h +++ b/src/flow/deferred_trust.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27578c65a..998a90b81 100644 --- a/src/flow/expect_cache.cc +++ b/src/flow/expect_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2aa434eda..6eb294b59 100644 --- a/src/flow/expect_cache.h +++ b/src/flow/expect_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2553a7acd..307f6b258 100644 --- a/src/flow/flow.cc +++ b/src/flow/flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 538ffe0e9..a34540392 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e46324a6e..89798415a 100644 --- a/src/flow/flow_cache.cc +++ b/src/flow/flow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 750569c98..ccf5d9fea 100644 --- a/src/flow/flow_cache.h +++ b/src/flow/flow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c5510021d..5d132c146 100644 --- a/src/flow/flow_config.h +++ b/src/flow/flow_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 07882b002..839b78792 100644 --- a/src/flow/flow_control.cc +++ b/src/flow/flow_control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cac14d985..9a7a7a90f 100644 --- a/src/flow/flow_control.h +++ b/src/flow/flow_control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2caa19aa2..ec0089250 100644 --- a/src/flow/flow_data.cc +++ b/src/flow/flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1b997b8c0..79d9ee22d 100644 --- a/src/flow/flow_data.h +++ b/src/flow/flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c1aefb484..e4e08390e 100644 --- a/src/flow/flow_key.cc +++ b/src/flow/flow_key.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f582df2d6..9086e1ead 100644 --- a/src/flow/flow_key.h +++ b/src/flow/flow_key.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7bed26373..677ce70df 100644 --- a/src/flow/flow_stash.cc +++ b/src/flow/flow_stash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc7894aef..796e00efb 100644 --- a/src/flow/flow_stash.h +++ b/src/flow/flow_stash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2aa689d32..1c29e02f8 100644 --- a/src/flow/flow_uni_list.h +++ b/src/flow/flow_uni_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 701360e2c..628196417 100644 --- a/src/flow/ha.cc +++ b/src/flow/ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff3a0cae9..576f0da20 100644 --- a/src/flow/ha.h +++ b/src/flow/ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 05d98f491..379ed4c2b 100644 --- a/src/flow/ha_module.cc +++ b/src/flow/ha_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1d599d80a..54645cbc2 100644 --- a/src/flow/ha_module.h +++ b/src/flow/ha_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8b6d6323a..e46c79a62 100644 --- a/src/flow/prune_stats.h +++ b/src/flow/prune_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ac4d478a0..1e19849a5 100644 --- a/src/flow/session.h +++ b/src/flow/session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 105490138..8959dc32d 100644 --- a/src/flow/stash_item.h +++ b/src/flow/stash_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3d39c6801..f91b8963e 100644 --- a/src/flow/test/deferred_trust_test.cc +++ b/src/flow/test/deferred_trust_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c60d46206..8803f9b25 100644 --- a/src/flow/test/flow_cache_test.cc +++ b/src/flow/test/flow_cache_test.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7b5064d25..027048762 100644 --- a/src/flow/test/flow_control_test.cc +++ b/src/flow/test/flow_control_test.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 797705b3a..be8783565 100644 --- a/src/flow/test/flow_stash_test.cc +++ b/src/flow/test/flow_stash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 157eb6a7f..17e87e95d 100644 --- a/src/flow/test/flow_test.cc +++ b/src/flow/test/flow_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2cef977d4..9d1d21183 100644 --- a/src/flow/test/ha_test.cc +++ b/src/flow/test/ha_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 29593a12b..66eec1a65 100644 --- a/src/flow/test/session_test.cc +++ b/src/flow/test/session_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 00d181a51..c95877d7b 100644 --- a/src/framework/base_api.h +++ b/src/framework/base_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 60fe4c7d3..cbe8bee2d 100644 --- a/src/framework/bits.h +++ b/src/framework/bits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f44bbdd6..1c4db1235 100644 --- a/src/framework/codec.cc +++ b/src/framework/codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c3481561d..b7e6d0c90 100644 --- a/src/framework/codec.h +++ b/src/framework/codec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 85ea15759..c3791c93d 100644 --- a/src/framework/connector.h +++ b/src/framework/connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0f7796cf9..05fa4db2c 100644 --- a/src/framework/counts.h +++ b/src/framework/counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a62f835ef..6c540ebde 100644 --- a/src/framework/cursor.cc +++ b/src/framework/cursor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a91ff1dab..ead8d7bb8 100644 --- a/src/framework/cursor.h +++ b/src/framework/cursor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 525c7354c..d85d5ccfb 100644 --- a/src/framework/data_bus.cc +++ b/src/framework/data_bus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 adf497a3c..109ebc703 100644 --- a/src/framework/data_bus.h +++ b/src/framework/data_bus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 382a7bfdc..0051a7cf3 100644 --- a/src/framework/decode_data.h +++ b/src/framework/decode_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27dcbd187..9249fe7a9 100644 --- a/src/framework/endianness.h +++ b/src/framework/endianness.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/inspector.cc b/src/framework/inspector.cc index eb6f34384..34d58cc13 100644 --- a/src/framework/inspector.cc +++ b/src/framework/inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6f2562f3b..ef85cfb74 100644 --- a/src/framework/inspector.h +++ b/src/framework/inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c69e6c54e..87fbaad1d 100644 --- a/src/framework/ips_action.h +++ b/src/framework/ips_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7f6fc3ec5..8c8d9eb5d 100644 --- a/src/framework/ips_option.cc +++ b/src/framework/ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8eb886097..631de7313 100644 --- a/src/framework/ips_option.h +++ b/src/framework/ips_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f2d4333d1..fb7044b7b 100644 --- a/src/framework/logger.h +++ b/src/framework/logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 60bf864d0..c33be0884 100644 --- a/src/framework/lua_api.h +++ b/src/framework/lua_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 502c37c33..3d02eef9e 100644 --- a/src/framework/module.cc +++ b/src/framework/module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 25709bf91..b8aa52886 100644 --- a/src/framework/module.h +++ b/src/framework/module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8686237fd..cc4d73a2c 100644 --- a/src/framework/mpse.cc +++ b/src/framework/mpse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a09b237bb..9cb08ada3 100644 --- a/src/framework/mpse.h +++ b/src/framework/mpse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f505e441..4d41f1590 100644 --- a/src/framework/mpse_batch.cc +++ b/src/framework/mpse_batch.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0ecffbebc..b443c8df1 100644 --- a/src/framework/mpse_batch.h +++ b/src/framework/mpse_batch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 57a8c55ee..e51f1ab68 100644 --- a/src/framework/packet_constraints.cc +++ b/src/framework/packet_constraints.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08b16a37d..c5fb8cf4b 100644 --- a/src/framework/packet_constraints.h +++ b/src/framework/packet_constraints.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c6ff88b64..476e8b4a0 100644 --- a/src/framework/parameter.cc +++ b/src/framework/parameter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 439a021e2..9aff7386f 100644 --- a/src/framework/parameter.h +++ b/src/framework/parameter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2edef40bb..275a6221f 100644 --- a/src/framework/range.cc +++ b/src/framework/range.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 969cb1580..7f8324c19 100644 --- a/src/framework/range.h +++ b/src/framework/range.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a2b7b6d4..7c069338c 100644 --- a/src/framework/so_rule.h +++ b/src/framework/so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c5fce3f4f..752f2e16b 100644 --- a/src/framework/test/data_bus_test.cc +++ b/src/framework/test/data_bus_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 16bdf0c45..7992908ce 100644 --- a/src/framework/value.cc +++ b/src/framework/value.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2934c1fc1..0837e6b53 100644 --- a/src/framework/value.h +++ b/src/framework/value.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a9e20a8d8..86b96a34b 100644 --- a/src/hash/ghash.cc +++ b/src/hash/ghash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d5da479c8..17f126102 100644 --- a/src/hash/ghash.h +++ b/src/hash/ghash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 673da8ecc..2567662c5 100644 --- a/src/hash/hash_defs.h +++ b/src/hash/hash_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c70ff91d5..7dffad242 100644 --- a/src/hash/hash_key_operations.cc +++ b/src/hash/hash_key_operations.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e0fefd53b..1f6be7512 100644 --- a/src/hash/hash_key_operations.h +++ b/src/hash/hash_key_operations.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b155e59c0..3ba68598e 100644 --- a/src/hash/hash_lru_cache.cc +++ b/src/hash/hash_lru_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6436c3910..8eb02914a 100644 --- a/src/hash/hash_lru_cache.h +++ b/src/hash/hash_lru_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 37f3430ec..52b44baa2 100644 --- a/src/hash/hashes.cc +++ b/src/hash/hashes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2bdcbb59..599904de4 100644 --- a/src/hash/hashes.h +++ b/src/hash/hashes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5b50b33d0..0b58c2a52 100644 --- a/src/hash/lru_cache_shared.cc +++ b/src/hash/lru_cache_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 905da594c..60254e8e4 100644 --- a/src/hash/lru_cache_shared.h +++ b/src/hash/lru_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7acb111ed..2995581ab 100644 --- a/src/hash/primetable.cc +++ b/src/hash/primetable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f8fafd87f..bf87b9127 100644 --- a/src/hash/primetable.h +++ b/src/hash/primetable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 94a3fd288..eeebeeb8d 100644 --- a/src/hash/test/ghash_test.cc +++ b/src/hash/test/ghash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5a2877476..85a100712 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 11c6de1eb..c2777498a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b13b817ec..7e51ae6e3 100644 --- a/src/hash/test/xhash_test.cc +++ b/src/hash/test/xhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7a55cba0f..50fe1e54c 100644 --- a/src/hash/test/zhash_test.cc +++ b/src/hash/test/zhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee7d74152..117e2e696 100644 --- a/src/hash/xhash.cc +++ b/src/hash/xhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 98e3ed360..1fef367f8 100644 --- a/src/hash/xhash.h +++ b/src/hash/xhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d806d7a3b..84045aa20 100644 --- a/src/hash/zhash.cc +++ b/src/hash/zhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f7c2370bc..c6c4a38ef 100644 --- a/src/hash/zhash.h +++ b/src/hash/zhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 418f2aa6a..6313e3398 100644 --- a/src/helpers/base64_encoder.cc +++ b/src/helpers/base64_encoder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5816190f..d18c9fc5e 100644 --- a/src/helpers/base64_encoder.h +++ b/src/helpers/base64_encoder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d485f2d57..5ad8ecf29 100644 --- a/src/helpers/bitop.h +++ b/src/helpers/bitop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7f4b16ded..0d0a0777d 100644 --- a/src/helpers/boyer_moore_search.cc +++ b/src/helpers/boyer_moore_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 837472031..52002d8af 100644 --- a/src/helpers/boyer_moore_search.h +++ b/src/helpers/boyer_moore_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a2157ff02..971750844 100644 --- a/src/helpers/chunk.cc +++ b/src/helpers/chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a71580de9..4c3d5e15b 100644 --- a/src/helpers/chunk.h +++ b/src/helpers/chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f5eb489a1..9ee676389 100644 --- a/src/helpers/directory.cc +++ b/src/helpers/directory.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f71992e86..352943b2b 100644 --- a/src/helpers/directory.h +++ b/src/helpers/directory.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58489dd9b..e77de0cec 100644 --- a/src/helpers/discovery_filter.cc +++ b/src/helpers/discovery_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0652d1d4a..0388a4996 100644 --- a/src/helpers/discovery_filter.h +++ b/src/helpers/discovery_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 331139a16..8859bd1f4 100644 --- a/src/helpers/flag_context.h +++ b/src/helpers/flag_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 66f56888e..c954384bf 100644 --- a/src/helpers/hyper_scratch_allocator.cc +++ b/src/helpers/hyper_scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08bcb9524..7d8acd842 100644 --- a/src/helpers/hyper_scratch_allocator.h +++ b/src/helpers/hyper_scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d13f6444a..de150dbd2 100644 --- a/src/helpers/hyper_search.cc +++ b/src/helpers/hyper_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 69304bbe7..4c1afbae2 100644 --- a/src/helpers/hyper_search.h +++ b/src/helpers/hyper_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f3140e561..28021108d 100644 --- a/src/helpers/json_stream.cc +++ b/src/helpers/json_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7c4c1df67..fa7ea2632 100644 --- a/src/helpers/json_stream.h +++ b/src/helpers/json_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb5df2504..aec03d709 100644 --- a/src/helpers/literal_search.cc +++ b/src/helpers/literal_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d71c89beb..b6fd0f1af 100644 --- a/src/helpers/literal_search.h +++ b/src/helpers/literal_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7299bfcbf..064983fad 100644 --- a/src/helpers/markup.cc +++ b/src/helpers/markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c4e128b0..012f326bd 100644 --- a/src/helpers/markup.h +++ b/src/helpers/markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d701b2ad..da7897591 100644 --- a/src/helpers/process.cc +++ b/src/helpers/process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b8468c6fd..38f6bbedb 100644 --- a/src/helpers/process.h +++ b/src/helpers/process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b20fddb4e..4afe18586 100644 --- a/src/helpers/ring.h +++ b/src/helpers/ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 00ff6788a..24d097fbe 100644 --- a/src/helpers/ring_logic.h +++ b/src/helpers/ring_logic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4896de2de..8401c8411 100644 --- a/src/helpers/scratch_allocator.cc +++ b/src/helpers/scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e416dab6a..d3a73186a 100644 --- a/src/helpers/scratch_allocator.h +++ b/src/helpers/scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9978f3a2d..ec28c9733 100644 --- a/src/helpers/sigsafe.cc +++ b/src/helpers/sigsafe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ab1b24226..58ed1a0fd 100644 --- a/src/helpers/sigsafe.h +++ b/src/helpers/sigsafe.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f5be7c711..fa97bcad7 100644 --- a/src/helpers/test/bitop_test.cc +++ b/src/helpers/test/bitop_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 123b528f3..3f6efee42 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 41e20e52c..507148d70 100644 --- a/src/helpers/test/hyper_search_test.cc +++ b/src/helpers/test/hyper_search_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e9236216..01d207024 100644 --- a/src/helpers/test/json_stream_test.cc +++ b/src/helpers/test/json_stream_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ddc6cf8ff..9c5198e38 100644 --- a/src/host_tracker/host_cache.cc +++ b/src/host_tracker/host_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 34a5255f3..b5de7e9d3 100644 --- a/src/host_tracker/host_cache.h +++ b/src/host_tracker/host_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 564fc2b6e..8f1ae12e8 100644 --- a/src/host_tracker/host_cache_allocator.cc +++ b/src/host_tracker/host_cache_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8c71a0519..ec61eb5fd 100644 --- a/src/host_tracker/host_cache_allocator.h +++ b/src/host_tracker/host_cache_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6f9bc22ae..c376e2f19 100644 --- a/src/host_tracker/host_cache_interface.h +++ b/src/host_tracker/host_cache_interface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e6b5e525..a845adf7f 100644 --- a/src/host_tracker/host_cache_module.cc +++ b/src/host_tracker/host_cache_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 201530fe3..c96eb08c0 100644 --- a/src/host_tracker/host_cache_module.h +++ b/src/host_tracker/host_cache_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7b3dac422..4258e48c6 100644 --- a/src/host_tracker/host_tracker.cc +++ b/src/host_tracker/host_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 72ffb3df4..02126edbd 100644 --- a/src/host_tracker/host_tracker.h +++ b/src/host_tracker/host_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0274f910b..ab6b426c6 100644 --- a/src/host_tracker/host_tracker_module.cc +++ b/src/host_tracker/host_tracker_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6e9888906..c0a64ad97 100644 --- a/src/host_tracker/host_tracker_module.h +++ b/src/host_tracker/host_tracker_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 299abae43..54eca9a7d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fa2d327a2..438f4e196 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 961b24bb3..318ea60e2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 475da0763..025f5bd4a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3522af22c..ab5c635fc 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 51d80ea0e..358615029 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0f3c33550..b9df547be 100644 --- a/src/ips_options/asn1_detect.cc +++ b/src/ips_options/asn1_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 23e5b4e0e..ff8b31bee 100644 --- a/src/ips_options/asn1_detect.h +++ b/src/ips_options/asn1_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0384d1d3e..16f18434b 100644 --- a/src/ips_options/asn1_util.cc +++ b/src/ips_options/asn1_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4ff44a65f..96ddc27f3 100644 --- a/src/ips_options/asn1_util.h +++ b/src/ips_options/asn1_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 25640aa79..c5c1ec418 100644 --- a/src/ips_options/extract.cc +++ b/src/ips_options/extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 17c8d5016..19ed85627 100644 --- a/src/ips_options/extract.h +++ b/src/ips_options/extract.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fe2e950a1..0a4e5c019 100644 --- a/src/ips_options/ips_ack.cc +++ b/src/ips_options/ips_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e0c04c8e9..31eee1927 100644 --- a/src/ips_options/ips_asn1.cc +++ b/src/ips_options/ips_asn1.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a42e82d0e..b73b59ef7 100644 --- a/src/ips_options/ips_base64.cc +++ b/src/ips_options/ips_base64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f1815ee34..2b4279981 100644 --- a/src/ips_options/ips_ber_data.cc +++ b/src/ips_options/ips_ber_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb1c99e94..772e5173a 100644 --- a/src/ips_options/ips_ber_skip.cc +++ b/src/ips_options/ips_ber_skip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0fcf040df..1fa95ede0 100644 --- a/src/ips_options/ips_bufferlen.cc +++ b/src/ips_options/ips_bufferlen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e0f76cef2..26c2668e8 100644 --- a/src/ips_options/ips_byte_extract.cc +++ b/src/ips_options/ips_byte_extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2d28b4187..003ae7900 100644 --- a/src/ips_options/ips_byte_jump.cc +++ b/src/ips_options/ips_byte_jump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a65f6df8a..ffa54bbb6 100644 --- a/src/ips_options/ips_byte_math.cc +++ b/src/ips_options/ips_byte_math.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 78a3f26dc..377d575b5 100644 --- a/src/ips_options/ips_byte_test.cc +++ b/src/ips_options/ips_byte_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b64ee645d..fb76cad39 100644 --- a/src/ips_options/ips_classtype.cc +++ b/src/ips_options/ips_classtype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d918324f..56017c866 100644 --- a/src/ips_options/ips_content.cc +++ b/src/ips_options/ips_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bbb9ab605..56554eaee 100644 --- a/src/ips_options/ips_cvs.cc +++ b/src/ips_options/ips_cvs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5f1132d59..346198b9e 100644 --- a/src/ips_options/ips_detection_filter.cc +++ b/src/ips_options/ips_detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5acc684c4..db82530ee 100644 --- a/src/ips_options/ips_dsize.cc +++ b/src/ips_options/ips_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d0014be4..25a4afa40 100644 --- a/src/ips_options/ips_enable.cc +++ b/src/ips_options/ips_enable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fdbb5c981..76a320f67 100644 --- a/src/ips_options/ips_file_data.cc +++ b/src/ips_options/ips_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ee4fd8a4c..a0f250759 100644 --- a/src/ips_options/ips_file_type.cc +++ b/src/ips_options/ips_file_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3c6d4d9ea..84faf28d3 100644 --- a/src/ips_options/ips_flags.cc +++ b/src/ips_options/ips_flags.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e31fbca69..fb10c9704 100644 --- a/src/ips_options/ips_flow.cc +++ b/src/ips_options/ips_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5dbc941c6..af40bb4c7 100644 --- a/src/ips_options/ips_flowbits.cc +++ b/src/ips_options/ips_flowbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08684ea52..f5051e086 100644 --- a/src/ips_options/ips_flowbits.h +++ b/src/ips_options/ips_flowbits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aeda73279..d5678bfca 100644 --- a/src/ips_options/ips_fragbits.cc +++ b/src/ips_options/ips_fragbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 403f05dca..2df0c681e 100644 --- a/src/ips_options/ips_fragoffset.cc +++ b/src/ips_options/ips_fragoffset.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 15edae441..56565346a 100644 --- a/src/ips_options/ips_gid.cc +++ b/src/ips_options/ips_gid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6cf83d369..7e47ff6c5 100644 --- a/src/ips_options/ips_hash.cc +++ b/src/ips_options/ips_hash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fd0412f36..acacc8c5a 100644 --- a/src/ips_options/ips_icmp_id.cc +++ b/src/ips_options/ips_icmp_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9546f622b..da6e9584e 100644 --- a/src/ips_options/ips_icmp_seq.cc +++ b/src/ips_options/ips_icmp_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 176373f8d..c6c8d9355 100644 --- a/src/ips_options/ips_icode.cc +++ b/src/ips_options/ips_icode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0857718de..b63fb7b44 100644 --- a/src/ips_options/ips_id.cc +++ b/src/ips_options/ips_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 51f916328..ab3ae6a87 100644 --- a/src/ips_options/ips_ip_proto.cc +++ b/src/ips_options/ips_ip_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 92c686607..f98594c9d 100644 --- a/src/ips_options/ips_ipopts.cc +++ b/src/ips_options/ips_ipopts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5a478a525..a6ad8f58f 100644 --- a/src/ips_options/ips_isdataat.cc +++ b/src/ips_options/ips_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4b7cf00fd..0d81a1237 100644 --- a/src/ips_options/ips_itype.cc +++ b/src/ips_options/ips_itype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dbc19e6ef..3be72fec6 100644 --- a/src/ips_options/ips_luajit.cc +++ b/src/ips_options/ips_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c6a36878..714418bdb 100644 --- a/src/ips_options/ips_metadata.cc +++ b/src/ips_options/ips_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9133c137e..6f23f9365 100644 --- a/src/ips_options/ips_msg.cc +++ b/src/ips_options/ips_msg.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6de8f3ff5..e79e7016f 100644 --- a/src/ips_options/ips_options.cc +++ b/src/ips_options/ips_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af90283b3..3245b1c52 100644 --- a/src/ips_options/ips_options.h +++ b/src/ips_options/ips_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db8c4a427..f4379a3f8 100644 --- a/src/ips_options/ips_pcre.cc +++ b/src/ips_options/ips_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 212d84eea..5191c89e3 100644 --- a/src/ips_options/ips_pkt_data.cc +++ b/src/ips_options/ips_pkt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 742859c57..dd36434c8 100644 --- a/src/ips_options/ips_priority.cc +++ b/src/ips_options/ips_priority.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9ecd853d1..b3eef4e8f 100644 --- a/src/ips_options/ips_raw_data.cc +++ b/src/ips_options/ips_raw_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d2c89ef9..f519ee610 100644 --- a/src/ips_options/ips_reference.cc +++ b/src/ips_options/ips_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0932c92f2..a97188e7d 100644 --- a/src/ips_options/ips_regex.cc +++ b/src/ips_options/ips_regex.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d825f4146..7fdcab1c8 100644 --- a/src/ips_options/ips_rem.cc +++ b/src/ips_options/ips_rem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9bc6b6812..9c21be9da 100644 --- a/src/ips_options/ips_replace.cc +++ b/src/ips_options/ips_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a1af281c9..c0cb8eb9f 100644 --- a/src/ips_options/ips_rev.cc +++ b/src/ips_options/ips_rev.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb4bd4e9c..ed4485af1 100644 --- a/src/ips_options/ips_rpc.cc +++ b/src/ips_options/ips_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a9575466d..f6c81bcb7 100644 --- a/src/ips_options/ips_sd_pattern.cc +++ b/src/ips_options/ips_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2a43865d8..0c0f22199 100644 --- a/src/ips_options/ips_seq.cc +++ b/src/ips_options/ips_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0dcf1ff7f..512e59a81 100644 --- a/src/ips_options/ips_service.cc +++ b/src/ips_options/ips_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8695d6c46..492528844 100644 --- a/src/ips_options/ips_sid.cc +++ b/src/ips_options/ips_sid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 433d695a5..8ce631bdb 100644 --- a/src/ips_options/ips_so.cc +++ b/src/ips_options/ips_so.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 300ab807e..81360277a 100644 --- a/src/ips_options/ips_soid.cc +++ b/src/ips_options/ips_soid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1d1ea15ee..84f2c07b2 100644 --- a/src/ips_options/ips_tag.cc +++ b/src/ips_options/ips_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7481aa63e..7eede1e34 100644 --- a/src/ips_options/ips_target.cc +++ b/src/ips_options/ips_target.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d646690ae..7886942a2 100644 --- a/src/ips_options/ips_tos.cc +++ b/src/ips_options/ips_tos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 782430262..b8e21e1a5 100644 --- a/src/ips_options/ips_ttl.cc +++ b/src/ips_options/ips_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 de7b9ce7a..3726e440a 100644 --- a/src/ips_options/ips_window.cc +++ b/src/ips_options/ips_window.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 474284a0e..62dff059e 100644 --- a/src/ips_options/sd_credit_card.cc +++ b/src/ips_options/sd_credit_card.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7ebccb2a7..be0136fd3 100644 --- a/src/ips_options/sd_credit_card.h +++ b/src/ips_options/sd_credit_card.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 024b90900..d782c6ed1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3607cff74..28f2caf38 100644 --- a/src/latency/latency_config.h +++ b/src/latency/latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 577b6dc09..09618468f 100644 --- a/src/latency/latency_module.cc +++ b/src/latency/latency_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8e16390e9..81f43b497 100644 --- a/src/latency/latency_module.h +++ b/src/latency/latency_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8af5eec9e..cdcf16c14 100644 --- a/src/latency/latency_rules.h +++ b/src/latency/latency_rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f8fa6d00..9146e7176 100644 --- a/src/latency/latency_stats.h +++ b/src/latency/latency_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 976adb54d..330ecdabc 100644 --- a/src/latency/latency_timer.h +++ b/src/latency/latency_timer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 13741d217..be3f40f17 100644 --- a/src/latency/latency_util.h +++ b/src/latency/latency_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4cc62f0d0..559447ee2 100644 --- a/src/latency/packet_latency.cc +++ b/src/latency/packet_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 94b8c1ac5..03242ff4b 100644 --- a/src/latency/packet_latency.h +++ b/src/latency/packet_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7814b9874..f5a0d4e06 100644 --- a/src/latency/packet_latency_config.h +++ b/src/latency/packet_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a14eca1d3..caa7aebf1 100644 --- a/src/latency/rule_latency.cc +++ b/src/latency/rule_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0279204bd..47820a8c6 100644 --- a/src/latency/rule_latency.h +++ b/src/latency/rule_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 818ccdf51..8a9304121 100644 --- a/src/latency/rule_latency_config.h +++ b/src/latency/rule_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 61caa16b5..0dcc51d73 100644 --- a/src/latency/rule_latency_state.h +++ b/src/latency/rule_latency_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fe556e1ac..c9d9b9b7d 100644 --- a/src/log/log.cc +++ b/src/log/log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cc53986c0..b0271febc 100644 --- a/src/log/log.h +++ b/src/log/log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 29023d504..be739cd8a 100644 --- a/src/log/log_text.cc +++ b/src/log/log_text.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 dd94412ee..530a97e0e 100644 --- a/src/log/log_text.h +++ b/src/log/log_text.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 63e244f4d..ce48e9cc3 100644 --- a/src/log/messages.cc +++ b/src/log/messages.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a2ab4d282..44d0fd42d 100644 --- a/src/log/messages.h +++ b/src/log/messages.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ec711f6d3..a0dfb2753 100644 --- a/src/log/obfuscator.cc +++ b/src/log/obfuscator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a1f243ed..03fdf5273 100644 --- a/src/log/obfuscator.h +++ b/src/log/obfuscator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 294b96e47..d5e3c32ee 100644 --- a/src/log/test/obfuscator_test.cc +++ b/src/log/test/obfuscator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 86c2efa22..fe120e02f 100644 --- a/src/log/text_log.cc +++ b/src/log/text_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d18aad4e0..c1b3b2153 100644 --- a/src/log/text_log.h +++ b/src/log/text_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 835f80549..cd035aa1a 100644 --- a/src/log/u2_packet.cc +++ b/src/log/u2_packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 38165cd69..50e41dd6a 100644 --- a/src/log/u2_packet.h +++ b/src/log/u2_packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 360ffb762..f50fdd78e 100644 --- a/src/log/unified2.h +++ b/src/log/unified2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1172f41d7..92dec8337 100644 --- a/src/loggers/alert_csv.cc +++ b/src/loggers/alert_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 78087545d..136807f8e 100644 --- a/src/loggers/alert_fast.cc +++ b/src/loggers/alert_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 306fa5202..22018b178 100644 --- a/src/loggers/alert_full.cc +++ b/src/loggers/alert_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0b578abd2..6614b7ad8 100644 --- a/src/loggers/alert_json.cc +++ b/src/loggers/alert_json.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 933ce1a74..a4ad98d49 100644 --- a/src/loggers/alert_luajit.cc +++ b/src/loggers/alert_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_sf_socket.cc b/src/loggers/alert_sf_socket.cc index cf0c8caf9..ac7876743 100644 --- a/src/loggers/alert_sf_socket.cc +++ b/src/loggers/alert_sf_socket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/loggers/alert_syslog.cc b/src/loggers/alert_syslog.cc index 3fd09cd98..aa2a06462 100644 --- a/src/loggers/alert_syslog.cc +++ b/src/loggers/alert_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b602d9ce4..2ff14773c 100644 --- a/src/loggers/alert_talos.cc +++ b/src/loggers/alert_talos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bf0514a5a..cd899ac87 100644 --- a/src/loggers/alert_unixsock.cc +++ b/src/loggers/alert_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4a33a0c08..2a1694983 100644 --- a/src/loggers/log_codecs.cc +++ b/src/loggers/log_codecs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0e74fb4ad..3d76cecb0 100644 --- a/src/loggers/log_hext.cc +++ b/src/loggers/log_hext.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee774c158..70557f39e 100644 --- a/src/loggers/log_pcap.cc +++ b/src/loggers/log_pcap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c745a7ee7..461c6c139 100644 --- a/src/loggers/loggers.cc +++ b/src/loggers/loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 be8c7ba32..6a91949d6 100644 --- a/src/loggers/loggers.h +++ b/src/loggers/loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f7dcddf8d..31adbf1fa 100644 --- a/src/loggers/unified2.cc +++ b/src/loggers/unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ba2eec6de..925b00bd6 100644 --- a/src/lua/lua.cc +++ b/src/lua/lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58727d5aa..dd67aca3a 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aee770fc4..c0b1d3695 100644 --- a/src/lua/lua_arg.h +++ b/src/lua/lua_arg.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c395f21a..ec19b5af8 100644 --- a/src/lua/lua_iface.h +++ b/src/lua/lua_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ffdb6e01f..a3eca5d41 100644 --- a/src/lua/lua_ref.cc +++ b/src/lua/lua_ref.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5f89b2c0d..fada38f41 100644 --- a/src/lua/lua_ref.h +++ b/src/lua/lua_ref.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aa86e9652..b9fbdfff1 100644 --- a/src/lua/lua_stack.h +++ b/src/lua/lua_stack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 01f39443b..e5dabdaa9 100644 --- a/src/lua/lua_table.h +++ b/src/lua/lua_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0bc8a3683..eb8cdef69 100644 --- a/src/lua/lua_util.cc +++ b/src/lua/lua_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4f8f44fa..050c7d95e 100644 --- a/src/lua/lua_util.h +++ b/src/lua/lua_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 37f84ee0b..4e104c27b 100644 --- a/src/lua/test/lua_stack_test.cc +++ b/src/lua/test/lua_stack_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 839732a59..cce4c2c29 100644 --- a/src/lua/test/lua_test_common.h +++ b/src/lua/test/lua_test_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 89f340161..f63f652a5 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 479b533af..4551dd910 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1af028101..6080e6e8b 100644 --- a/src/main/ac_shell_cmd.cc +++ b/src/main/ac_shell_cmd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 72af88eeb..2fc6fd1bd 100644 --- a/src/main/ac_shell_cmd.h +++ b/src/main/ac_shell_cmd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0c32d7cbe..eb329a63b 100644 --- a/src/main/analyzer.cc +++ b/src/main/analyzer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bb2f1340a..c244c16e5 100644 --- a/src/main/analyzer.h +++ b/src/main/analyzer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8e98e02bf..e7f6440e3 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e16f6bda5..0a326d890 100644 --- a/src/main/analyzer_command.h +++ b/src/main/analyzer_command.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a659260c..278121379 100644 --- a/src/main/bootstrap.lua +++ b/src/main/bootstrap.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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/control.cc b/src/main/control.cc index ed380b3e0..a871e9cea 100644 --- a/src/main/control.cc +++ b/src/main/control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/control.h b/src/main/control.h index 062ea1452..563354bd6 100644 --- a/src/main/control.h +++ b/src/main/control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/control_mgmt.cc b/src/main/control_mgmt.cc index 1a2c4c84d..3e08d2312 100644 --- a/src/main/control_mgmt.cc +++ b/src/main/control_mgmt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/control_mgmt.h b/src/main/control_mgmt.h index 552df9b65..6aa772257 100644 --- a/src/main/control_mgmt.h +++ b/src/main/control_mgmt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5cef4228c..9b06e0cec 100644 --- a/src/main/finalize.lua +++ b/src/main/finalize.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 ac0116b59..2b1461e66 100644 --- a/src/main/help.cc +++ b/src/main/help.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b4c6d6be5..6d14a9734 100644 --- a/src/main/help.h +++ b/src/main/help.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7739c139b..1a5a59c88 100644 --- a/src/main/modules.cc +++ b/src/main/modules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d3aa388ed..75f0ccb30 100644 --- a/src/main/modules.h +++ b/src/main/modules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b270da127..6b1fba701 100644 --- a/src/main/oops_handler.cc +++ b/src/main/oops_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a6570136e..d80e2129f 100644 --- a/src/main/oops_handler.h +++ b/src/main/oops_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9842b0c4b..666722587 100644 --- a/src/main/policy.cc +++ b/src/main/policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7ed989580..5cc7025fe 100644 --- a/src/main/policy.h +++ b/src/main/policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/request.cc b/src/main/request.cc index 0cce5034b..9e5566fd9 100644 --- a/src/main/request.cc +++ b/src/main/request.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/request.h b/src/main/request.h index 5a6e80c60..991b71b21 100644 --- a/src/main/request.h +++ b/src/main/request.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c08b07bb2..9313dfcd2 100644 --- a/src/main/shell.cc +++ b/src/main/shell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 472157867..abc0af8a7 100644 --- a/src/main/shell.h +++ b/src/main/shell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93002e791..6e8048ebb 100644 --- a/src/main/snort.cc +++ b/src/main/snort.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 eb190a34c..0c0d782c2 100644 --- a/src/main/snort.h +++ b/src/main/snort.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fc51f6ed5..615127e8e 100644 --- a/src/main/snort_config.cc +++ b/src/main/snort_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 94c753ec9..8070ab104 100644 --- a/src/main/snort_config.h +++ b/src/main/snort_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1c47ff423..0132380a5 100644 --- a/src/main/snort_debug.cc +++ b/src/main/snort_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a56313ddb..0b163f6f8 100644 --- a/src/main/snort_debug.h +++ b/src/main/snort_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a85821d4c..94a33dc85 100644 --- a/src/main/snort_module.cc +++ b/src/main/snort_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 313fbc2fa..5f7ff99cc 100644 --- a/src/main/snort_module.h +++ b/src/main/snort_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c18b6640..2e577ec3d 100644 --- a/src/main/snort_types.h +++ b/src/main/snort_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 68777ede5..821728a7d 100644 --- a/src/main/swapper.cc +++ b/src/main/swapper.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 78ce49b90..18500364f 100644 --- a/src/main/swapper.h +++ b/src/main/swapper.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 29c5f4492..42765c8cb 100644 --- a/src/main/test/distill_verdict_test.cc +++ b/src/main/test/distill_verdict_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/request_test.cc b/src/main/test/request_test.cc index 375f1ed96..79a761a2c 100644 --- a/src/main/test/request_test.cc +++ b/src/main/test/request_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 503644bcc..a2e466df4 100644 --- a/src/main/test/stubs.h +++ b/src/main/test/stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 71386bca7..d749a6690 100644 --- a/src/main/thread.cc +++ b/src/main/thread.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 304626af3..a1719e4bb 100644 --- a/src/main/thread.h +++ b/src/main/thread.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 879ebb916..9e52ab3b5 100644 --- a/src/main/thread_config.cc +++ b/src/main/thread_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58f3fa941..98cec1484 100644 --- a/src/main/thread_config.h +++ b/src/main/thread_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6c8470428..c15f5f304 100644 --- a/src/managers/action_manager.cc +++ b/src/managers/action_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b3dd0c931..990d2bbcd 100644 --- a/src/managers/action_manager.h +++ b/src/managers/action_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c03111442..5ab8bfa1b 100644 --- a/src/managers/codec_manager.cc +++ b/src/managers/codec_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 17a16452a..b6a77d7fb 100644 --- a/src/managers/codec_manager.h +++ b/src/managers/codec_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 063ed7774..302246409 100644 --- a/src/managers/connector_manager.cc +++ b/src/managers/connector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6275ee62a..b3e123093 100644 --- a/src/managers/connector_manager.h +++ b/src/managers/connector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b214cb393..b98bbda07 100644 --- a/src/managers/coreinit.lua +++ b/src/managers/coreinit.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 cea97932d..b25ce9520 100644 --- a/src/managers/event_manager.cc +++ b/src/managers/event_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 45ad8bd46..5ddd7f5c2 100644 --- a/src/managers/event_manager.h +++ b/src/managers/event_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3765634b7..62f3eae46 100644 --- a/src/managers/inspector_manager.cc +++ b/src/managers/inspector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2b6f7a9c0..75150c8af 100644 --- a/src/managers/inspector_manager.h +++ b/src/managers/inspector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 35545be44..91805a293 100644 --- a/src/managers/ips_manager.cc +++ b/src/managers/ips_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7196537a8..f9bfe7efe 100644 --- a/src/managers/ips_manager.h +++ b/src/managers/ips_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e93b93a4d..4efc683dd 100644 --- a/src/managers/lua_plugin_defs.h +++ b/src/managers/lua_plugin_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a3f75a325..9461e2511 100644 --- a/src/managers/module_manager.cc +++ b/src/managers/module_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4cad93b48..cd35fabe6 100644 --- a/src/managers/module_manager.h +++ b/src/managers/module_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ea2c074ce..c333cb927 100644 --- a/src/managers/mpse_manager.cc +++ b/src/managers/mpse_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3417c06bc..ca7d50fca 100644 --- a/src/managers/mpse_manager.h +++ b/src/managers/mpse_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67c6494eb..3e44ed6f0 100644 --- a/src/managers/plugin_manager.cc +++ b/src/managers/plugin_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 48b8f4a83..7d44b4ed7 100644 --- a/src/managers/plugin_manager.h +++ b/src/managers/plugin_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2466863f2..fb8a922da 100644 --- a/src/managers/script_manager.cc +++ b/src/managers/script_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 825a6b0c0..c354bad25 100644 --- a/src/managers/script_manager.h +++ b/src/managers/script_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1dc4e16dd..90cfe7e24 100644 --- a/src/managers/so_manager.cc +++ b/src/managers/so_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 03ea4d8b9..cb4109850 100644 --- a/src/managers/so_manager.h +++ b/src/managers/so_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 86c16ef9d..f2f91cb71 100644 --- a/src/memory/memory_cap.cc +++ b/src/memory/memory_cap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 116ce8d55..691574553 100644 --- a/src/memory/memory_cap.h +++ b/src/memory/memory_cap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 63a2c076a..45c0c4d99 100644 --- a/src/memory/memory_config.h +++ b/src/memory/memory_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d1256f77c..844f15771 100644 --- a/src/memory/memory_module.cc +++ b/src/memory/memory_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2a7e21b19..4563e9c53 100644 --- a/src/memory/memory_module.h +++ b/src/memory/memory_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 718435cd0..61a8ad78f 100644 --- a/src/memory/prune_handler.cc +++ b/src/memory/prune_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5cfbfd536..6e1b418ac 100644 --- a/src/memory/prune_handler.h +++ b/src/memory/prune_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3158a9d1d..067db6316 100644 --- a/src/mime/decode_b64.cc +++ b/src/mime/decode_b64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a649289e8..11ab61ba0 100644 --- a/src/mime/decode_b64.h +++ b/src/mime/decode_b64.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aee93f801..eb4354c32 100644 --- a/src/mime/decode_base.cc +++ b/src/mime/decode_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a37821e4b..fc097eaa4 100644 --- a/src/mime/decode_base.h +++ b/src/mime/decode_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3c9b86ec7..bfefa91f8 100644 --- a/src/mime/decode_bit.cc +++ b/src/mime/decode_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3808352c5..3cd41207b 100644 --- a/src/mime/decode_bit.h +++ b/src/mime/decode_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2c0c5739b..e0c890416 100644 --- a/src/mime/decode_buffer.cc +++ b/src/mime/decode_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c22cfe599..bb7b50fc5 100644 --- a/src/mime/decode_buffer.h +++ b/src/mime/decode_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2c516a047..111087b85 100644 --- a/src/mime/decode_qp.cc +++ b/src/mime/decode_qp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d0ad33e06..7d8b630d7 100644 --- a/src/mime/decode_qp.h +++ b/src/mime/decode_qp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9b29e9332..b6c450b50 100644 --- a/src/mime/decode_uu.cc +++ b/src/mime/decode_uu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7774b4d56..fb261c70b 100644 --- a/src/mime/decode_uu.h +++ b/src/mime/decode_uu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2f13d13c4..1884c9501 100644 --- a/src/mime/file_mime_config.cc +++ b/src/mime/file_mime_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4e5ca53ff..ad26160d0 100644 --- a/src/mime/file_mime_config.h +++ b/src/mime/file_mime_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 81a0fb2bb..de835deff 100644 --- a/src/mime/file_mime_context_data.cc +++ b/src/mime/file_mime_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 389254aa8..b6db3df80 100644 --- a/src/mime/file_mime_context_data.h +++ b/src/mime/file_mime_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 92260b9c5..4eca743a2 100644 --- a/src/mime/file_mime_decode.cc +++ b/src/mime/file_mime_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 495ef898b..3cc177c28 100644 --- a/src/mime/file_mime_decode.h +++ b/src/mime/file_mime_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9515fb0df..1c466e806 100644 --- a/src/mime/file_mime_log.cc +++ b/src/mime/file_mime_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f507be9f0..84e8962c4 100644 --- a/src/mime/file_mime_log.h +++ b/src/mime/file_mime_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9e7d212fb..0f1382437 100644 --- a/src/mime/file_mime_paf.cc +++ b/src/mime/file_mime_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 24241c5bb..c649f7e32 100644 --- a/src/mime/file_mime_paf.h +++ b/src/mime/file_mime_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a9dca9b4..7e172594e 100644 --- a/src/mime/file_mime_process.cc +++ b/src/mime/file_mime_process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 537571fcb..b36f13b9b 100644 --- a/src/mime/file_mime_process.h +++ b/src/mime/file_mime_process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7f9ee4c31..4f1bd90eb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 daad804ea..fe0aa9627 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b8ddccffd..47f03e696 100644 --- a/src/network_inspectors/appid/appid_api.cc +++ b/src/network_inspectors/appid/appid_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ab6c80b42..94d592971 100644 --- a/src/network_inspectors/appid/appid_api.h +++ b/src/network_inspectors/appid/appid_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 22c4fd720..5fc81a4dd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 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 3124435ce..d4c4f5470 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b0249f746..d30102667 100644 --- a/src/network_inspectors/appid/appid_config.cc +++ b/src/network_inspectors/appid/appid_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d8d52436b..e57708258 100644 --- a/src/network_inspectors/appid/appid_config.h +++ b/src/network_inspectors/appid/appid_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3f9633bcc..6b55c0588 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a461ac042..554ce36d6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9d625a9fc..3d905f902 100644 --- a/src/network_inspectors/appid/appid_debug.cc +++ b/src/network_inspectors/appid/appid_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db41829ed..eeea7d62a 100644 --- a/src/network_inspectors/appid/appid_debug.h +++ b/src/network_inspectors/appid/appid_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6cdffa05d..14a29a0a2 100644 --- a/src/network_inspectors/appid/appid_detector.cc +++ b/src/network_inspectors/appid/appid_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9123d7e6e..738ca7db7 100644 --- a/src/network_inspectors/appid/appid_detector.h +++ b/src/network_inspectors/appid/appid_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 799b14f4e..8b7eb5b78 100644 --- a/src/network_inspectors/appid/appid_discovery.cc +++ b/src/network_inspectors/appid/appid_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 70e668e92..f8d9451fd 100644 --- a/src/network_inspectors/appid/appid_discovery.h +++ b/src/network_inspectors/appid/appid_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a0375664b..2ff1a4c9e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9b672e458..64c747d57 100644 --- a/src/network_inspectors/appid/appid_ha.cc +++ b/src/network_inspectors/appid/appid_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf5596b62..2d4a16254 100644 --- a/src/network_inspectors/appid/appid_ha.h +++ b/src/network_inspectors/appid/appid_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4b6324dc7..37a81f513 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58edba1a9..7b82d4cad 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 45d55282c..989b5e59b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ea7fbe38c..64ce1018a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3cbbd783c..7fc87c283 100644 --- a/src/network_inspectors/appid/appid_inspector.cc +++ b/src/network_inspectors/appid/appid_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dc0e373ba..9269cf3e5 100644 --- a/src/network_inspectors/appid/appid_inspector.h +++ b/src/network_inspectors/appid/appid_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1dd234677..1f2fd6a56 100644 --- a/src/network_inspectors/appid/appid_module.cc +++ b/src/network_inspectors/appid/appid_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 408444439..4894e8587 100644 --- a/src/network_inspectors/appid/appid_module.h +++ b/src/network_inspectors/appid/appid_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1abfbfacd..6f1b8255f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b77ae553b..47270e05e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_pegs.h b/src/network_inspectors/appid/appid_pegs.h index e57008f1c..484c616fe 100644 --- a/src/network_inspectors/appid/appid_pegs.h +++ b/src/network_inspectors/appid/appid_pegs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 20837ce81..d5dd61216 100644 --- a/src/network_inspectors/appid/appid_session.cc +++ b/src/network_inspectors/appid/appid_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a2ae5e592..7d7c2e6d6 100644 --- a/src/network_inspectors/appid/appid_session.h +++ b/src/network_inspectors/appid/appid_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4830bfcb7..69936d2c7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f4e50cf74..5e15565cd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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.cc b/src/network_inspectors/appid/appid_stats.cc index 7dd289e2d..6527ac90f 100644 --- a/src/network_inspectors/appid/appid_stats.cc +++ b/src/network_inspectors/appid/appid_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 881b743c5..e32f8d939 100644 --- a/src/network_inspectors/appid/appid_stats.h +++ b/src/network_inspectors/appid/appid_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0e3c1460f..d569c5b3f 100644 --- a/src/network_inspectors/appid/appid_types.h +++ b/src/network_inspectors/appid/appid_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 902861f08..62e38ad79 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f99b30cc4..c106bbd17 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d995bf09b..06df72312 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2dcaa407c..ecc9b235b 100644 --- a/src/network_inspectors/appid/application_ids.h +++ b/src/network_inspectors/appid/application_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d5c00dfe7..fdfedca2a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 85e626608..bfeefedd9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 833b0f86c..9e10e33a0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 605e3926b..eeb4751bf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ac0040933..1607dd214 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 72e33b8d3..973747bea 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cd7fbab31..9b1bc2853 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 eeb92fadb..a174e0bc8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_ssh.cc b/src/network_inspectors/appid/client_plugins/client_app_ssh.cc index 735adb81e..235a442c8 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_ssh.cc +++ b/src/network_inspectors/appid/client_plugins/client_app_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_ssh.h b/src/network_inspectors/appid/client_plugins/client_app_ssh.h index d95cfd130..bcd72b2c9 100644 --- a/src/network_inspectors/appid/client_plugins/client_app_ssh.h +++ b/src/network_inspectors/appid/client_plugins/client_app_ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4f91e1189..6831076a6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a10202722..0f68e1664 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 025b5cabe..b5edff947 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ad3239cfb..ac9014ad6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 63185471a..78393ae6f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fda4f36d6..b6c12c59d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 22b6b840b..8aa302f39 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9ace84f97..97e959959 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 abb92018d..9d6fb2520 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fec7a7215..a99985bc9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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.cc b/src/network_inspectors/appid/detector_plugins/detector_dns.cc index 58e84c567..26ca10cd8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9bb4d3a15..d0b965c20 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c5c5764b0..beab8606c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c4c2ec89d..3ec0d35cc 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2dd7fa179..014417e0a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 184f93ce6..5bcea61be 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 292624d67..62d03620a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 19a02614a..c46e96789 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1ccf77b3b..4763ab167 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 49d4ad813..210628a03 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3a84871f7..92342718f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 22e0bc6c4..f14cbda4b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1ec382fcc..5c4903a85 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7d9f8a2d7..3a2c512b8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0ecb6701b..d7eb01707 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0fd8e7292..a84e66dfe 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c1f85bdc0..acf04fd32 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 93d434191..3f8d06bdc 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2c5cdaf0d..3f102e7ba 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 29eb7f0cd..8c44c7aba 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8719bd4d4..96d4d6f44 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fdc60e178..0f4a0d1d5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e60991224..3edff5274 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9c042f38f..30ce4ba31 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2b264d352..1b43680b0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08139d609..ea31c42af 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 de49bce53..d60f14389 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cc964aa08..0ff614c10 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c7e7d1cf2..bf5d3ee66 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 beb28cde3..f48a2a776 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fb1974e26..8450c1abd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0ad063490..72e763d23 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a49753fbd..4ad5d1d06 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ee981bb37..cc9f403c8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 374bf3ba0..25f89ceb1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 577229dbc..e30df2c3c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f36fb3af2..adbcb1608 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bd464a23a..ae4e68525 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_battle_field.cc b/src/network_inspectors/appid/service_plugins/service_battle_field.cc index b9364f1ac..5ca3c605a 100644 --- a/src/network_inspectors/appid/service_plugins/service_battle_field.cc +++ b/src/network_inspectors/appid/service_plugins/service_battle_field.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_battle_field.h b/src/network_inspectors/appid/service_plugins/service_battle_field.h index baa263bcd..d10b82487 100644 --- a/src/network_inspectors/appid/service_plugins/service_battle_field.h +++ b/src/network_inspectors/appid/service_plugins/service_battle_field.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6f0de13e7..b8d71584d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 62362bfd0..8f14c6b13 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9fbf2ec60..859b4cb5c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 02e964844..a5127617d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5051dcd6e..2728e0d3e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 32aa6a211..b633afbbe 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6c81ae31e..a0be8bfbe 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ca3cd2f61..f49ed849a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 547c9efcf..e2ad0039f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 60740073c..f7cfa23e2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_direct_connect.cc b/src/network_inspectors/appid/service_plugins/service_direct_connect.cc index 51a81a561..5d05e3622 100644 --- a/src/network_inspectors/appid/service_plugins/service_direct_connect.cc +++ b/src/network_inspectors/appid/service_plugins/service_direct_connect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_direct_connect.h b/src/network_inspectors/appid/service_plugins/service_direct_connect.h index 30b3e2d95..f7df5649a 100644 --- a/src/network_inspectors/appid/service_plugins/service_direct_connect.h +++ b/src/network_inspectors/appid/service_plugins/service_direct_connect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b7f09b170..9c2cc4cc5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5263a8385..200cb141e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f5da9064b..c181d676f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ee26742a1..82b55fd52 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 08211f8bd..23cf431e8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fde77ea62..4421c48d9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2294f1fcb..e4c2d67a5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 41518da49..f4a69f893 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b7d0bea75..a6b95396a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 10eee3679..7ad100e6a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 08c836a2c..e5add2e32 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 49c99644d..3780b0e3c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d8cf9a303..9e422a2b2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e3fe95280..f9c6024fe 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6f09d9efd..341388dec 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bee432658..0b90e5cb0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b0048cf61..d14871579 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bad086ebe..0f820a41b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 08aa8a295..1d52ac308 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9b79e2167..8bc7e153b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f830e5d91..ef42fe909 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a961fb9b..9d7b0e190 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 20a2bbdaa..d93444803 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 8f90a51dc..5d439596a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1e9345d5d..c81b09221 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 85bb0d910..d276be6e3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7997440a2..260f24270 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2876d2e09..9b6138d4c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3e2acf78a..a5d167ba8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0e80ad56a..0ab1d9954 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6d375cdba..3c134ce8d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 dac103d39..2da5ae7e0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 38895ddca..2aebe8532 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 8fb55486b..40fb87676 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ce4287b59..9b4ee4e0c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 35dba43fb..d19019916 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5da9594c9..9d1b614ee 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b7105afaf..c10c1ed35 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_ssh.cc b/src/network_inspectors/appid/service_plugins/service_ssh.cc index 53416063a..5e44361f2 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssh.cc +++ b/src/network_inspectors/appid/service_plugins/service_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_ssh.h b/src/network_inspectors/appid/service_plugins/service_ssh.h index 7eb449d96..f977bb685 100644 --- a/src/network_inspectors/appid/service_plugins/service_ssh.h +++ b/src/network_inspectors/appid/service_plugins/service_ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0618f32cc..0a4d2dd0b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7cfe2c393..ff52dc40c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c87d73216..9ee8a09f5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a9f643703..698f09973 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d6193014a..e8eecbee8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 24b32a723..cd994d22a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6413f0e35..3bce0785e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2371a7f61..5e46e7b3c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b29adf306..ac2e20dda 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 01ff7aabb..b81cd2695 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6a916c611..f23ec06a1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 13f8cdac7..4cabc1d1b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 754fb46ff..40614c3ee 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 697cef59c..17f5ade3c 100644 --- a/src/network_inspectors/appid/service_state.cc +++ b/src/network_inspectors/appid/service_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 628b4814f..345307bba 100644 --- a/src/network_inspectors/appid/service_state.h +++ b/src/network_inspectors/appid/service_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 607db7cd0..c3a053551 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ab780b3b..fb610d982 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 156833669..4ece9b2d1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5a5028c06..9a9edfe7d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e0abc440e..0b68428df 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f622e5f7..9964b36aa 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 05a1bb3b8..0be59c7c8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd4bd1d36..553089e41 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8ecc866f6..54a3230fd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aadf2ef3b..17efe6dcb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 882d39cc0..7b9ec922c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4edf20748..31bb7d978 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9e7e0ad82..d818fcfd3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b4182b6b6..be1d2fec2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 33fb33485..dc4c52f66 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e4167cf2e..9599a7f04 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2519b111a..29db0b692 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6bef10789..9ccc6ec3f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2883971ca..31fa64252 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9110477f9..ad5d77d08 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4133815f3..8e2882d9f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0afd6a604..bc17e3a70 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e333a3dc..932e7d040 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b7abbaf01..4a10602f3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93381a48c..b2955cc44 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 efbcfcc96..81813a5ab 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eb9aa32ee..51e6210ae 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1cdcd784b..06611dd0d 100644 --- a/src/network_inspectors/binder/bind_module.cc +++ b/src/network_inspectors/binder/bind_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5e411ceb4..24642a76c 100644 --- a/src/network_inspectors/binder/bind_module.h +++ b/src/network_inspectors/binder/bind_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 018540697..e009b9fc7 100644 --- a/src/network_inspectors/binder/binder.cc +++ b/src/network_inspectors/binder/binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 83dc3bfab..665feb040 100644 --- a/src/network_inspectors/binder/binding.cc +++ b/src/network_inspectors/binder/binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 88cf28bc0..3ff734d0e 100644 --- a/src/network_inspectors/binder/binding.h +++ b/src/network_inspectors/binder/binding.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c47922f52..669add068 100644 --- a/src/network_inspectors/network_inspectors.cc +++ b/src/network_inspectors/network_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 61cfbce9d..00ad1f4e3 100644 --- a/src/network_inspectors/network_inspectors.h +++ b/src/network_inspectors/network_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 025e5d877..49007235d 100644 --- a/src/network_inspectors/normalize/norm.cc +++ b/src/network_inspectors/normalize/norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3e74c3c19..44002380b 100644 --- a/src/network_inspectors/normalize/norm.h +++ b/src/network_inspectors/normalize/norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c16124923..0d2cca8d4 100644 --- a/src/network_inspectors/normalize/norm_module.cc +++ b/src/network_inspectors/normalize/norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 66460d39d..eb4f250a7 100644 --- a/src/network_inspectors/normalize/norm_module.h +++ b/src/network_inspectors/normalize/norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d5ef75a96..6a0d566a5 100644 --- a/src/network_inspectors/normalize/normalize.cc +++ b/src/network_inspectors/normalize/normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ea108cfb4..422457dba 100644 --- a/src/network_inspectors/normalize/normalize.h +++ b/src/network_inspectors/normalize/normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 71d39e1d7..3313d78dd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 014d927b0..f7f780533 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 16d5e3e98..9e5aed2f7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 550b08fd7..9cc1b7033 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ab17725d9..a2c918c18 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 354a58a4d..1b52d02bb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 07b90da78..f8c6edad7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f7d300567..83dc45f9f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5aa2f201..ae9ea1ec4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b9f8e64e5..8a3f0cec1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6427e8574..349c5fdd0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f28e86f52..4ec814639 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aa291ddbf..31462a978 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d3b01a61e..6fbc15ee9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fdb166876..3942da162 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff7848143..976851876 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 94f568284..6b6a32e63 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 043df3f83..f1bef4dc6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a637e6d2f..4a285514d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e8860ee46..b4e3ce9cb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f7d80bf2d..f8d048f06 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f02d99f2..c20bccf0c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ad08bba9a..02905afea 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3d6ccdd92..afc71ccb9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 adb1f82d5..69310fda0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 85dac19b6..ee7d53036 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 69b0381db..96268ef67 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 939f73739..9bc667487 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8d503970d..4eb45ae31 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9e737bed5..11a99c92a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27c552b9e..debc967de 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a0f814de..e0684027f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 caaa4a7cc..3a2f45b80 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7a1647088..9cc380d10 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d42d667de..74604968e 100644 --- a/src/network_inspectors/port_scan/ipobj.cc +++ b/src/network_inspectors/port_scan/ipobj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cf99eb230..e1d1718c4 100644 --- a/src/network_inspectors/port_scan/ipobj.h +++ b/src/network_inspectors/port_scan/ipobj.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 dd7760fbb..6a8c52a60 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 55c671a91..f4bb57258 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2de1289de..db3d98211 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b75dfc01f..de7f8a61f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64f8d8316..05333fff3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5345defd3..5ef7df074 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0b607b944..11e2fe1bd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f88b70cd4..f0afd5194 100644 --- a/src/network_inspectors/reputation/reputation_common.h +++ b/src/network_inspectors/reputation/reputation_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 83869faab..d9ef9c167 100644 --- a/src/network_inspectors/reputation/reputation_config.h +++ b/src/network_inspectors/reputation/reputation_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d1cbb6ab3..df994d7ac 100644 --- a/src/network_inspectors/reputation/reputation_inspect.cc +++ b/src/network_inspectors/reputation/reputation_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e4e219dc4..b82fc52bf 100644 --- a/src/network_inspectors/reputation/reputation_inspect.h +++ b/src/network_inspectors/reputation/reputation_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6da6c6871..3f97ed91c 100644 --- a/src/network_inspectors/reputation/reputation_module.cc +++ b/src/network_inspectors/reputation/reputation_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c526daa50..766052d8b 100644 --- a/src/network_inspectors/reputation/reputation_module.h +++ b/src/network_inspectors/reputation/reputation_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f5c788565..f9e0c6898 100644 --- a/src/network_inspectors/reputation/reputation_parse.cc +++ b/src/network_inspectors/reputation/reputation_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 060230d17..3f5c4fd82 100644 --- a/src/network_inspectors/reputation/reputation_parse.h +++ b/src/network_inspectors/reputation/reputation_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bb1db13b6..956827ca4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a0b5c1c86..f4b255808 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a41ccb472..a44c5e9f6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70c39e686..3cb4ed4d1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d8e86c8db..eef01a04b 100644 --- a/src/network_inspectors/rna/rna_config.h +++ b/src/network_inspectors/rna/rna_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2167ee54b..4892202f5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e85f4ce90..2c766759d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6ca4c271a..ef8f3d380 100644 --- a/src/network_inspectors/rna/rna_fingerprint.cc +++ b/src/network_inspectors/rna/rna_fingerprint.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93961223b..63a772f8e 100644 --- a/src/network_inspectors/rna/rna_fingerprint.h +++ b/src/network_inspectors/rna/rna_fingerprint.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e606d8665..b0e4a636b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0307fcc18..a6091b95e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 30aef3800..c3d28f6a8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 492b93c8a..8b7bae017 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b27b4d94f..6c3003339 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f2456f415..4ca3cb1e0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 02f986d9e..79b605fa9 100644 --- a/src/network_inspectors/rna/rna_inspector.cc +++ b/src/network_inspectors/rna/rna_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5001294d3..cde7651f5 100644 --- a/src/network_inspectors/rna/rna_inspector.h +++ b/src/network_inspectors/rna/rna_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9fec64241..aba1bb4e7 100644 --- a/src/network_inspectors/rna/rna_logger.cc +++ b/src/network_inspectors/rna/rna_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3d1c58482..127c2ea18 100644 --- a/src/network_inspectors/rna/rna_logger.h +++ b/src/network_inspectors/rna/rna_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d0cc231e1..6d18e867d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d6294d11e..3aa8b9e1a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 853c27d46..391542d29 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3775f4e12..cdec7d974 100644 --- a/src/network_inspectors/rna/rna_module.cc +++ b/src/network_inspectors/rna/rna_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3aa935dea..a8b958878 100644 --- a/src/network_inspectors/rna/rna_module.h +++ b/src/network_inspectors/rna/rna_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8fa075a00..fbb321eb6 100644 --- a/src/network_inspectors/rna/rna_name.h +++ b/src/network_inspectors/rna/rna_name.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e0cfeaa5c..2f88daf10 100644 --- a/src/network_inspectors/rna/rna_pnd.cc +++ b/src/network_inspectors/rna/rna_pnd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 326051124..c2c38bf26 100644 --- a/src/network_inspectors/rna/rna_pnd.h +++ b/src/network_inspectors/rna/rna_pnd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_module_mock.h b/src/network_inspectors/rna/test/rna_module_mock.h index 4a93af7c3..fe4b2451e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27029a002..4bff0bda4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 313b6a4d7..15b51a575 100644 --- a/src/packet_io/active.cc +++ b/src/packet_io/active.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 051b17a48..1c184d30a 100644 --- a/src/packet_io/active.h +++ b/src/packet_io/active.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 485d976bb..cae45a389 100644 --- a/src/packet_io/active_action.h +++ b/src/packet_io/active_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aee331289..8a23f2a1a 100644 --- a/src/packet_io/sfdaq.cc +++ b/src/packet_io/sfdaq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 61ba89287..052b0f13b 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 aa3284cd5..946339844 100644 --- a/src/packet_io/sfdaq_config.cc +++ b/src/packet_io/sfdaq_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1bd4d4173..a3e5f9a94 100644 --- a/src/packet_io/sfdaq_config.h +++ b/src/packet_io/sfdaq_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 226d6e7af..a074b9f11 100644 --- a/src/packet_io/sfdaq_instance.cc +++ b/src/packet_io/sfdaq_instance.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d8b2249fa..8af2e9930 100644 --- a/src/packet_io/sfdaq_instance.h +++ b/src/packet_io/sfdaq_instance.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9a1fc44df..87d760bd4 100644 --- a/src/packet_io/sfdaq_module.cc +++ b/src/packet_io/sfdaq_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c236eb62..8811206fa 100644 --- a/src/packet_io/sfdaq_module.h +++ b/src/packet_io/sfdaq_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e5ad5fab..79ffa43be 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db5dca378..db0f02563 100644 --- a/src/packet_io/trough.cc +++ b/src/packet_io/trough.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 60f674b79..8d2a04879 100644 --- a/src/packet_io/trough.h +++ b/src/packet_io/trough.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 379bab720..60514e53b 100644 --- a/src/parser/arg_list.cc +++ b/src/parser/arg_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b8f66c5d7..163bdeedd 100644 --- a/src/parser/arg_list.h +++ b/src/parser/arg_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bac02b189..0f8db252a 100644 --- a/src/parser/cmd_line.cc +++ b/src/parser/cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f68a4b1d2..f80a50640 100644 --- a/src/parser/cmd_line.h +++ b/src/parser/cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bca951db8..7acab0bef 100644 --- a/src/parser/config_file.cc +++ b/src/parser/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fe0e74d0e..42d3df092 100644 --- a/src/parser/config_file.h +++ b/src/parser/config_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ce60702b1..8e800a7c8 100644 --- a/src/parser/parse_conf.cc +++ b/src/parser/parse_conf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3baa5d1c6..9062fe79b 100644 --- a/src/parser/parse_conf.h +++ b/src/parser/parse_conf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 73a92be8c..13fa0629e 100644 --- a/src/parser/parse_ip.cc +++ b/src/parser/parse_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9b4fe34f4..9652d43ab 100644 --- a/src/parser/parse_ip.h +++ b/src/parser/parse_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 88b3c7840..14f2f4a9a 100644 --- a/src/parser/parse_ports.cc +++ b/src/parser/parse_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c803ff058..16619621d 100644 --- a/src/parser/parse_ports.h +++ b/src/parser/parse_ports.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d287a563e..6f9c03b53 100644 --- a/src/parser/parse_rule.cc +++ b/src/parser/parse_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 16086858f..9352c75e9 100644 --- a/src/parser/parse_rule.h +++ b/src/parser/parse_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 abc1f3faf..3c7872163 100644 --- a/src/parser/parse_so_rule.cc +++ b/src/parser/parse_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b36da7503..304dae95f 100644 --- a/src/parser/parse_so_rule.h +++ b/src/parser/parse_so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e84a50e82..f71018f56 100644 --- a/src/parser/parse_stream.cc +++ b/src/parser/parse_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4b82d223d..08d89558e 100644 --- a/src/parser/parse_stream.h +++ b/src/parser/parse_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 80aab321a..5701c0cc8 100644 --- a/src/parser/parse_utils.cc +++ b/src/parser/parse_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 85bb3ff7e..d2ffe8417 100644 --- a/src/parser/parse_utils.h +++ b/src/parser/parse_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e9b0b1ee0..b59421877 100644 --- a/src/parser/parser.cc +++ b/src/parser/parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 79be6d14c..9cd30dcec 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0b6159e45..b8a75d5ba 100644 --- a/src/parser/vars.cc +++ b/src/parser/vars.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4b733f0cc..0ac61300a 100644 --- a/src/parser/vars.h +++ b/src/parser/vars.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 849a66989..672c93a5d 100644 --- a/src/payload_injector/payload_injector.cc +++ b/src/payload_injector/payload_injector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8bca77497..1cb0fe68e 100644 --- a/src/payload_injector/payload_injector.h +++ b/src/payload_injector/payload_injector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e9f96be6a..4c3295076 100644 --- a/src/payload_injector/payload_injector_config.h +++ b/src/payload_injector/payload_injector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 11172cc51..9addb1c67 100644 --- a/src/payload_injector/payload_injector_module.cc +++ b/src/payload_injector/payload_injector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0c2732aea..067db46f6 100644 --- a/src/payload_injector/payload_injector_module.h +++ b/src/payload_injector/payload_injector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c3d08d1a..d4d239ae4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c6646506b..37ed729b3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b6cc1b75e..27ef79ea2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 697fe009f..a815b09d0 100644 --- a/src/piglet/piglet.cc +++ b/src/piglet/piglet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f4107e679..fbf6bbcb5 100644 --- a/src/piglet/piglet.h +++ b/src/piglet/piglet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 84f9da485..58ac5fc77 100644 --- a/src/piglet/piglet_api.h +++ b/src/piglet/piglet_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c1d82c8b..1393f6597 100644 --- a/src/piglet/piglet_manager.cc +++ b/src/piglet/piglet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f1bebeae1..5e81ede21 100644 --- a/src/piglet/piglet_manager.h +++ b/src/piglet/piglet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 be95430a9..524bbe5cf 100644 --- a/src/piglet/piglet_output.cc +++ b/src/piglet/piglet_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ba23a8ea..b5ddde54a 100644 --- a/src/piglet/piglet_output.h +++ b/src/piglet/piglet_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cc9b8f9a0..b9fbe32a0 100644 --- a/src/piglet/piglet_runner.cc +++ b/src/piglet/piglet_runner.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9fe193714..ea828c7e8 100644 --- a/src/piglet/piglet_runner.h +++ b/src/piglet/piglet_runner.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 577693a5d..c3510fa31 100644 --- a/src/piglet/piglet_utils.cc +++ b/src/piglet/piglet_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 23eec8cdb..7a127bee8 100644 --- a/src/piglet/piglet_utils.h +++ b/src/piglet/piglet_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 52d0c6e8b..23da8fd8b 100644 --- a/src/piglet_plugins/piglet_plugins.cc +++ b/src/piglet_plugins/piglet_plugins.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21bd0a00c..a62c77b22 100644 --- a/src/piglet_plugins/piglet_plugins.h +++ b/src/piglet_plugins/piglet_plugins.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eebfad5c8..2abc0bd56 100644 --- a/src/piglet_plugins/pp_buffer_iface.cc +++ b/src/piglet_plugins/pp_buffer_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8dd3209b3..24b031b5e 100644 --- a/src/piglet_plugins/pp_buffer_iface.h +++ b/src/piglet_plugins/pp_buffer_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b6704b7f4..668202bac 100644 --- a/src/piglet_plugins/pp_codec.cc +++ b/src/piglet_plugins/pp_codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 927d866db..be3e5df75 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 87d7b0554..90ac0b466 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b0ead331c..64050933d 100644 --- a/src/piglet_plugins/pp_codec_iface.cc +++ b/src/piglet_plugins/pp_codec_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a6abd1160..99ce1a1b5 100644 --- a/src/piglet_plugins/pp_codec_iface.h +++ b/src/piglet_plugins/pp_codec_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ca7409361..38d1f5d9e 100644 --- a/src/piglet_plugins/pp_cursor_iface.cc +++ b/src/piglet_plugins/pp_cursor_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 111524e40..a0c447238 100644 --- a/src/piglet_plugins/pp_cursor_iface.h +++ b/src/piglet_plugins/pp_cursor_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b7c7f64fa..02b777b90 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 90a6122b5..ed622743c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 214af2cb0..9f83bf126 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db3ca497a..39bce6a33 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 741ed96c4..035f92f66 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6fe5b7abd..e151bedb5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04501d75a..42052faa8 100644 --- a/src/piglet_plugins/pp_event_iface.cc +++ b/src/piglet_plugins/pp_event_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 96bec5742..c6ce51a93 100644 --- a/src/piglet_plugins/pp_event_iface.h +++ b/src/piglet_plugins/pp_event_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 452fc2665..e98131dd5 100644 --- a/src/piglet_plugins/pp_flow_iface.cc +++ b/src/piglet_plugins/pp_flow_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 694adf007..997967b73 100644 --- a/src/piglet_plugins/pp_flow_iface.h +++ b/src/piglet_plugins/pp_flow_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aad99f492..9b20d98e7 100644 --- a/src/piglet_plugins/pp_inspector.cc +++ b/src/piglet_plugins/pp_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c1e9b1a13..985d61a9f 100644 --- a/src/piglet_plugins/pp_inspector_iface.cc +++ b/src/piglet_plugins/pp_inspector_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7b50f1a7b..028415f30 100644 --- a/src/piglet_plugins/pp_inspector_iface.h +++ b/src/piglet_plugins/pp_inspector_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f86f526b..496d65750 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3d954b9d3..58d053476 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c89359ad..01ac336ee 100644 --- a/src/piglet_plugins/pp_ips_action.cc +++ b/src/piglet_plugins/pp_ips_action.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0e18f5978..77307340c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 40dd3b5e1..351cb0af4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8c942ac8..7e0aae3cf 100644 --- a/src/piglet_plugins/pp_ips_option.cc +++ b/src/piglet_plugins/pp_ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 22592f393..d96f1f8b0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4224f3870..7232bd37c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 88aaaf6f5..ed4424098 100644 --- a/src/piglet_plugins/pp_logger.cc +++ b/src/piglet_plugins/pp_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 494e513b0..61cfe3128 100644 --- a/src/piglet_plugins/pp_logger_iface.cc +++ b/src/piglet_plugins/pp_logger_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1810d1b22..e62f49589 100644 --- a/src/piglet_plugins/pp_logger_iface.h +++ b/src/piglet_plugins/pp_logger_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 26b995fc6..0e0e42e9f 100644 --- a/src/piglet_plugins/pp_packet_iface.cc +++ b/src/piglet_plugins/pp_packet_iface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e691b1132..803c2e828 100644 --- a/src/piglet_plugins/pp_packet_iface.h +++ b/src/piglet_plugins/pp_packet_iface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eafea7c37..b8151df59 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 515d929df..607ef029b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0f92ebc31..b4276b125 100644 --- a/src/piglet_plugins/pp_search_engine.cc +++ b/src/piglet_plugins/pp_search_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8e13520d9..754cd9095 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5424a2724..645aa8df9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 124c6fa79..3646c58e5 100644 --- a/src/piglet_plugins/pp_so_rule.cc +++ b/src/piglet_plugins/pp_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 25e955801..2b31d7ccd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f056185a0..bd26c52eb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7977328a4..aa8c7c8a8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 307a44a3d..b7605b94d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 23a955c8c..aa0777f1c 100644 --- a/src/piglet_plugins/pp_test.cc +++ b/src/piglet_plugins/pp_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff1e0809f..967bdae8f 100644 --- a/src/ports/port_group.cc +++ b/src/ports/port_group.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 33eeac672..bcab1f398 100644 --- a/src/ports/port_group.h +++ b/src/ports/port_group.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5b87aaf1a..0138e011d 100644 --- a/src/ports/port_item.cc +++ b/src/ports/port_item.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 44b4ce269..b59e2ad16 100644 --- a/src/ports/port_item.h +++ b/src/ports/port_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 32770d392..630ff93c6 100644 --- a/src/ports/port_object.cc +++ b/src/ports/port_object.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3847ab4a4..e4ff88d74 100644 --- a/src/ports/port_object.h +++ b/src/ports/port_object.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6beda7234..21f55b171 100644 --- a/src/ports/port_object2.cc +++ b/src/ports/port_object2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 67bafcb3c..026da558a 100644 --- a/src/ports/port_object2.h +++ b/src/ports/port_object2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0cfda623f..95cb06e66 100644 --- a/src/ports/port_table.cc +++ b/src/ports/port_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6048c9c22..38107e441 100644 --- a/src/ports/port_table.h +++ b/src/ports/port_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 11462c7f1..303c2f7e2 100644 --- a/src/ports/port_utils.cc +++ b/src/ports/port_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0407ad4fc..7ac6bf05c 100644 --- a/src/ports/port_utils.h +++ b/src/ports/port_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a44cb61c8..1f0342a08 100644 --- a/src/ports/port_var_table.cc +++ b/src/ports/port_var_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a2acc1d80..e39262863 100644 --- a/src/ports/port_var_table.h +++ b/src/ports/port_var_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 78737834e..ff76bc69e 100644 --- a/src/ports/rule_port_tables.cc +++ b/src/ports/rule_port_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 157cc7eb5..1568ec1b7 100644 --- a/src/ports/rule_port_tables.h +++ b/src/ports/rule_port_tables.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 170d15650..3aa1bda5f 100644 --- a/src/profiler/active_context.h +++ b/src/profiler/active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9adc7cf5a..b6563f2dd 100644 --- a/src/profiler/memory_context.cc +++ b/src/profiler/memory_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d556810ab..c4bd815eb 100644 --- a/src/profiler/memory_context.h +++ b/src/profiler/memory_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7dcd8d9a1..796224c2a 100644 --- a/src/profiler/memory_defs.h +++ b/src/profiler/memory_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3600b09c4..0d9034b79 100644 --- a/src/profiler/memory_profiler.cc +++ b/src/profiler/memory_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 39e389b08..91f2771f5 100644 --- a/src/profiler/memory_profiler.h +++ b/src/profiler/memory_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58ddb135f..2bb27f1e3 100644 --- a/src/profiler/memory_profiler_active_context.h +++ b/src/profiler/memory_profiler_active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8be9e3b5c..9822dbc86 100644 --- a/src/profiler/memory_profiler_defs.h +++ b/src/profiler/memory_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4fa827f5d..792f11365 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 de8736269..79cc7ba3a 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5899fffb..6871894fd 100644 --- a/src/profiler/profiler_defs.h +++ b/src/profiler/profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d9518d199..e600341f7 100644 --- a/src/profiler/profiler_nodes.cc +++ b/src/profiler/profiler_nodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a36c25e5..16abc1798 100644 --- a/src/profiler/profiler_nodes.h +++ b/src/profiler/profiler_nodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dff19a6f7..f54e64374 100644 --- a/src/profiler/profiler_printer.h +++ b/src/profiler/profiler_printer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aac39a0f9..afd81e6e8 100644 --- a/src/profiler/profiler_stats_table.cc +++ b/src/profiler/profiler_stats_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7fd49a448..bc9a307e9 100644 --- a/src/profiler/profiler_stats_table.h +++ b/src/profiler/profiler_stats_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 66d31a67f..dddc74cef 100644 --- a/src/profiler/profiler_tree_builder.h +++ b/src/profiler/profiler_tree_builder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 50e846116..9856dd6d8 100644 --- a/src/profiler/rule_profiler.cc +++ b/src/profiler/rule_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ede1f76ff..47bd3b8f1 100644 --- a/src/profiler/rule_profiler.h +++ b/src/profiler/rule_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1ff6421c8..ffe013c90 100644 --- a/src/profiler/rule_profiler_defs.h +++ b/src/profiler/rule_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e153973b5..b0a2f910b 100644 --- a/src/profiler/time_profiler.cc +++ b/src/profiler/time_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb4544a2b..0179443d9 100644 --- a/src/profiler/time_profiler.h +++ b/src/profiler/time_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 452f607bc..059a57735 100644 --- a/src/profiler/time_profiler_defs.h +++ b/src/profiler/time_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 11349e70c..ef40e4d48 100644 --- a/src/protocols/arp.h +++ b/src/protocols/arp.h @@ -1,6 +1,6 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d6ed773a1..059c1ee4b 100644 --- a/src/protocols/bpdu.h +++ b/src/protocols/bpdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b85247e01..719f46c50 100644 --- a/src/protocols/cdp.h +++ b/src/protocols/cdp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9bca3b811..471d467ce 100644 --- a/src/protocols/cisco_meta_data.h +++ b/src/protocols/cisco_meta_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9c1945eb3..ec7178d03 100644 --- a/src/protocols/eapol.h +++ b/src/protocols/eapol.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cdcc66f79..5565468f0 100644 --- a/src/protocols/eth.h +++ b/src/protocols/eth.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e1dc4c714..ec43805a0 100644 --- a/src/protocols/gre.h +++ b/src/protocols/gre.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e60d6c66b..e35df3f91 100644 --- a/src/protocols/icmp4.h +++ b/src/protocols/icmp4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ca80a1ed9..bc282d086 100644 --- a/src/protocols/icmp6.h +++ b/src/protocols/icmp6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 03907d30b..79d683157 100644 --- a/src/protocols/ip.cc +++ b/src/protocols/ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08251dbd5..d63e30399 100644 --- a/src/protocols/ip.h +++ b/src/protocols/ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 43d769721..1cb8f14ca 100644 --- a/src/protocols/ipv4.h +++ b/src/protocols/ipv4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6a4adcf4b..236184206 100644 --- a/src/protocols/ipv4_options.cc +++ b/src/protocols/ipv4_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 992493a40..1fa77f3eb 100644 --- a/src/protocols/ipv4_options.h +++ b/src/protocols/ipv4_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 50e7c9136..8003ad472 100644 --- a/src/protocols/ipv6.h +++ b/src/protocols/ipv6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c39afa776..9d4235d6b 100644 --- a/src/protocols/layer.cc +++ b/src/protocols/layer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5d8244b83..3d31ca84a 100644 --- a/src/protocols/layer.h +++ b/src/protocols/layer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e877c4e72..350c65a4d 100644 --- a/src/protocols/linux_sll.h +++ b/src/protocols/linux_sll.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8bdfcc453..fad8ca313 100644 --- a/src/protocols/mpls.h +++ b/src/protocols/mpls.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8d043cea2..4227781a9 100644 --- a/src/protocols/packet.cc +++ b/src/protocols/packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 261590428..5308489b8 100644 --- a/src/protocols/packet.h +++ b/src/protocols/packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7c6628fd6..84bfb0c53 100644 --- a/src/protocols/packet_manager.cc +++ b/src/protocols/packet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0c0f5813f..352533150 100644 --- a/src/protocols/packet_manager.h +++ b/src/protocols/packet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4949bb4c..f7113055f 100644 --- a/src/protocols/protocol_ids.h +++ b/src/protocols/protocol_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ccb58e13..b1c01c864 100644 --- a/src/protocols/ssl.cc +++ b/src/protocols/ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 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 e52183bfe..9efb34c53 100644 --- a/src/protocols/ssl.h +++ b/src/protocols/ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 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 3a6bb3fe8..9bb982774 100644 --- a/src/protocols/tcp.h +++ b/src/protocols/tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 61f12ed0c..75dc1abfc 100644 --- a/src/protocols/tcp_options.cc +++ b/src/protocols/tcp_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 035f87a30..80feebbb7 100644 --- a/src/protocols/tcp_options.h +++ b/src/protocols/tcp_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ce9665c2d..2952392fd 100644 --- a/src/protocols/teredo.h +++ b/src/protocols/teredo.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b435c76f3..4b57df733 100644 --- a/src/protocols/token_ring.h +++ b/src/protocols/token_ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf83d1df0..b6bf89ac3 100644 --- a/src/protocols/udp.h +++ b/src/protocols/udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2b5f95de6..3bef6341e 100644 --- a/src/protocols/vlan.h +++ b/src/protocols/vlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8b6a58a5f..e3144127b 100644 --- a/src/protocols/wlan.h +++ b/src/protocols/wlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 425916393..e056f3fda 100644 --- a/src/pub_sub/active_events.h +++ b/src/pub_sub/active_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c4337950f..65f72f4a7 100644 --- a/src/pub_sub/appid_events.h +++ b/src/pub_sub/appid_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bbea51bc4..6f3c41f4f 100644 --- a/src/pub_sub/assistant_gadget_event.h +++ b/src/pub_sub/assistant_gadget_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 112da9a20..96742a227 100644 --- a/src/pub_sub/cip_events.cc +++ b/src/pub_sub/cip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70a451355..d2a272e0c 100644 --- a/src/pub_sub/cip_events.h +++ b/src/pub_sub/cip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 92246c812..77884f2a9 100644 --- a/src/pub_sub/daq_message_event.h +++ b/src/pub_sub/daq_message_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3fbb63263..eda440061 100644 --- a/src/pub_sub/data_decrypt_event.h +++ b/src/pub_sub/data_decrypt_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 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 d2267e59e..fa5bd3c5a 100644 --- a/src/pub_sub/dcerpc_events.h +++ b/src/pub_sub/dcerpc_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 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 a6abba364..8337cda7b 100644 --- a/src/pub_sub/dhcp_events.h +++ b/src/pub_sub/dhcp_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 851171486..ce11d792d 100644 --- a/src/pub_sub/expect_events.h +++ b/src/pub_sub/expect_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5e846254f..47f2f6e9d 100644 --- a/src/pub_sub/finalize_packet_event.h +++ b/src/pub_sub/finalize_packet_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04ff17045..55803fc41 100644 --- a/src/pub_sub/http_events.cc +++ b/src/pub_sub/http_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e5038d5b9..f4b81c560 100644 --- a/src/pub_sub/http_events.h +++ b/src/pub_sub/http_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc73cf856..46755b1fb 100644 --- a/src/pub_sub/opportunistic_tls_event.h +++ b/src/pub_sub/opportunistic_tls_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ccd451e8..dbedddd8d 100644 --- a/src/pub_sub/sip_events.cc +++ b/src/pub_sub/sip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c0391e287..76d0c328b 100644 --- a/src/pub_sub/sip_events.h +++ b/src/pub_sub/sip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bde4c0b68..d5c5c8765 100644 --- a/src/pub_sub/stash_events.h +++ b/src/pub_sub/stash_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 84ce96afa..f7a1af787 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9241b9e1e..d772b145f 100644 --- a/src/search_engines/ac_banded.cc +++ b/src/search_engines/ac_banded.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 89b0378a0..a92da9763 100644 --- a/src/search_engines/ac_bnfa.cc +++ b/src/search_engines/ac_bnfa.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0340548d6..da91daf82 100644 --- a/src/search_engines/ac_full.cc +++ b/src/search_engines/ac_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e5cfd6071..f936a3332 100644 --- a/src/search_engines/ac_sparse.cc +++ b/src/search_engines/ac_sparse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7e12be9ae..b61594a57 100644 --- a/src/search_engines/ac_sparse_bands.cc +++ b/src/search_engines/ac_sparse_bands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 521b42e73..e5b3c3e13 100644 --- a/src/search_engines/ac_std.cc +++ b/src/search_engines/ac_std.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 197e74280..3aa92de41 100644 --- a/src/search_engines/acsmx.cc +++ b/src/search_engines/acsmx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c8930da24..9f24b2a10 100644 --- a/src/search_engines/acsmx.h +++ b/src/search_engines/acsmx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a602182a3..a7be21b5a 100644 --- a/src/search_engines/acsmx2.cc +++ b/src/search_engines/acsmx2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1445b2002..b695b2fde 100644 --- a/src/search_engines/acsmx2.h +++ b/src/search_engines/acsmx2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a384c3ac7..c19b36d37 100644 --- a/src/search_engines/acsmx2_api.cc +++ b/src/search_engines/acsmx2_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 87cc19976..d65b0cd44 100644 --- a/src/search_engines/bnfa_search.cc +++ b/src/search_engines/bnfa_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 75cc24a79..d31252bd8 100644 --- a/src/search_engines/bnfa_search.h +++ b/src/search_engines/bnfa_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e6e20c869..1108aadc4 100644 --- a/src/search_engines/hyperscan.cc +++ b/src/search_engines/hyperscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e1e354856..a9759f2e1 100644 --- a/src/search_engines/pat_stats.h +++ b/src/search_engines/pat_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 61bb4555d..288e59ef7 100644 --- a/src/search_engines/search_common.h +++ b/src/search_engines/search_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8828c35fd..9de1f15d5 100644 --- a/src/search_engines/search_engines.cc +++ b/src/search_engines/search_engines.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 06bd73f2b..36c070979 100644 --- a/src/search_engines/search_engines.h +++ b/src/search_engines/search_engines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 663ac6cb4..4a4f856f0 100644 --- a/src/search_engines/search_tool.cc +++ b/src/search_engines/search_tool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 445ee487f..c30f10fcb 100644 --- a/src/search_engines/search_tool.h +++ b/src/search_engines/search_tool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f9b8aa9f4..dd9c73bac 100644 --- a/src/search_engines/test/hyperscan_test.cc +++ b/src/search_engines/test/hyperscan_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 559b56bbe..451a11e13 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e614f28e8..5d5ef0145 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 28a23abc6..ad2216bd8 100644 --- a/src/service_inspectors/cip/cip.cc +++ b/src/service_inspectors/cip/cip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 01da55671..514b8163d 100644 --- a/src/service_inspectors/cip/cip.h +++ b/src/service_inspectors/cip/cip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a699736d6..eebae3d3f 100644 --- a/src/service_inspectors/cip/cip_definitions.h +++ b/src/service_inspectors/cip/cip_definitions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 45c014aa8..ede280bed 100644 --- a/src/service_inspectors/cip/cip_module.cc +++ b/src/service_inspectors/cip/cip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7c55f59fb..f5bfbd0d4 100644 --- a/src/service_inspectors/cip/cip_module.h +++ b/src/service_inspectors/cip/cip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1a9421539..24bafb369 100644 --- a/src/service_inspectors/cip/cip_paf.cc +++ b/src/service_inspectors/cip/cip_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3ede212e..ef321fb95 100644 --- a/src/service_inspectors/cip/cip_paf.h +++ b/src/service_inspectors/cip/cip_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7ccd822c7..a2f3cd293 100644 --- a/src/service_inspectors/cip/cip_parsing.cc +++ b/src/service_inspectors/cip/cip_parsing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b2ef0bf6..638699a01 100644 --- a/src/service_inspectors/cip/cip_parsing.h +++ b/src/service_inspectors/cip/cip_parsing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 65525563d..5e25e1a6b 100644 --- a/src/service_inspectors/cip/cip_session.cc +++ b/src/service_inspectors/cip/cip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 17cdc8c4d..5359e86fb 100644 --- a/src/service_inspectors/cip/cip_session.h +++ b/src/service_inspectors/cip/cip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 80aaf4265..4b8fea5fc 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 db2dd2f38..f76a265a6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e5aa80515..a3e9bd34c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 221c3793c..99f8b76c1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b444a7687..777fe6cc8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 811b5e1c8..8d94916df 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df09d4bf1..cdad051ed 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1435be71c..4bc17e642 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3aec625c..9853a82cd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0571329ba..2d1a56f32 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d4ed1e9ac..ca021ef33 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1bca583d3..106f787bb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9a50f5524..cd997ec97 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 99ea498dd..42dc65033 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f40f5da88..e8050f8c8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7cabe2b71..1d571ec7e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3296823ce..68469dda5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f4b41557b..ba8306f11 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1da899102..1e37175d3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9e48ebed3..9bbf71c20 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b726821ae..b7842b16b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6b2688cc2..f3d6e46fb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a3d3cf658..ce30df341 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bb4abd41c..4c7275609 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fba83063c..9ed74ba69 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c3ed06efc..2244ab0b4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6239a23ac..0aa4245fa 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9321a8c93..db238caf6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 38d6d3d84..cce004ba9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 53b900d78..15598c3e5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1ae594003..f3d332601 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_smb2.h b/src/service_inspectors/dce_rpc/dce_smb2.h index 642a53e69..498adf3ad 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d5272c075..79d70eaaf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 883261c3b..2fe1b8c35 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 53a6d99c5..b1fc1cbec 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 60c72b652..5d1217af5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 26758cc2c..7fac8dc58 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6dee17cd8..a178d4510 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f739782f..b73ea9d56 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 337d8b5c5..a40e201e3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2e49e92b2..894f4a5e7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fe528acad..ed4869136 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a0fa0cd2d..667163713 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4f947bf31..ac57d516b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 31e28a28c..db44c0d49 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d6153133e..acc5daa6d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b1e4d5fa1..04d9cd3ec 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 86a776024..21cb210d1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f27d3bf39..7ebe0f22d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 da3cf5986..9a4e8c400 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 222b2bc55..3da538d02 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3230466b0..fd642124e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c38c3c957..757022118 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 57e436063..d873e2631 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 12720abd3..2a956b4e8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 737e138a5..a7113335d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 de6168737..29d9aa3fb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3e5adf5c2..5bc1917ce 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 199eca98b..90fac9b5f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 15603a570..f4799dfa0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aa615caf7..d308793e0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0fbfda866..57ce53833 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0956b7158..b5e8acad8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2327c8902..9c8f8c155 100644 --- a/src/service_inspectors/dnp3/dnp3.cc +++ b/src/service_inspectors/dnp3/dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 375c6963a..dad98b8ac 100644 --- a/src/service_inspectors/dnp3/dnp3.h +++ b/src/service_inspectors/dnp3/dnp3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 30bd0874f..b94c807f8 100644 --- a/src/service_inspectors/dnp3/dnp3_map.cc +++ b/src/service_inspectors/dnp3/dnp3_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9e0a8c64f..e35b626ee 100644 --- a/src/service_inspectors/dnp3/dnp3_map.h +++ b/src/service_inspectors/dnp3/dnp3_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 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 9333deb0a..5ef2a6e15 100644 --- a/src/service_inspectors/dnp3/dnp3_module.cc +++ b/src/service_inspectors/dnp3/dnp3_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6a4373d3..b55d22e7b 100644 --- a/src/service_inspectors/dnp3/dnp3_module.h +++ b/src/service_inspectors/dnp3/dnp3_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5164c30e5..770ff5a1c 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.cc +++ b/src/service_inspectors/dnp3/dnp3_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f88baeae7..5881d0263 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.h +++ b/src/service_inspectors/dnp3/dnp3_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e69a0d462..286493775 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.cc +++ b/src/service_inspectors/dnp3/dnp3_reassembly.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0f4cfda21..b4debac32 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.h +++ b/src/service_inspectors/dnp3/dnp3_reassembly.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 419e1bd4e..116d8cc36 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 50f80c336..163731ea9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9e048491c..7e5ad10a6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e1816531e..557bc84ef 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5e43a8f66..4b830982b 100644 --- a/src/service_inspectors/dns/dns.cc +++ b/src/service_inspectors/dns/dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 562ab4625..39c41bc75 100644 --- a/src/service_inspectors/dns/dns.h +++ b/src/service_inspectors/dns/dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 074f96ef7..7916ffe1c 100644 --- a/src/service_inspectors/dns/dns_module.cc +++ b/src/service_inspectors/dns/dns_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b81ef4757..22a2dca70 100644 --- a/src/service_inspectors/dns/dns_module.h +++ b/src/service_inspectors/dns/dns_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 006b2046e..a2e3850f9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bb1246e70..011161451 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 26648beb3..1d82fee74 100644 --- a/src/service_inspectors/ftp_telnet/ftp.cc +++ b/src/service_inspectors/ftp_telnet/ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a3f3251a9..544f434b5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6e697a146..b4512df2a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4aebacfba..9f172a732 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 eaa939a96..c59eb1cf0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 597173086..76658ae1f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a12502075..32681270d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bf243a3e9..996578305 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8688f14ec..dd4703a23 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 215a7ba70..ce42770a1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e61bded61..d80f1b1c9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a54079578..d5f5ba0d4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bbf6beba9..20ef7a799 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3e7aa8631..f0460e983 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 adf691cf9..a90c56993 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 501c000a1..33c82f858 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df3b64c59..62788409d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 00d6ff21a..5acb72454 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 755667d30..11d7d1baf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a25d0f992..4b27576d0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bbfffca32..c21cad44e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e792ba75f..9b10ba100 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6d5ff5846..b5915108b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0754c30a1..217e8abd6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 79b81ed20..68338bb6f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 32275f2ff..409ce8cf5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3ae2dc3df..258512dd5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6cb9f605a..2d17f4c9c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 98ec7088d..40f572766 100644 --- a/src/service_inspectors/ftp_telnet/telnet.cc +++ b/src/service_inspectors/ftp_telnet/telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e89ae4c94..5f08006db 100644 --- a/src/service_inspectors/ftp_telnet/telnet.h +++ b/src/service_inspectors/ftp_telnet/telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ffe354a2c..dec8e6b4b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d8ef99194..9b9f868f9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c6da65d5e..e9e68530f 100644 --- a/src/service_inspectors/gtp/gtp.cc +++ b/src/service_inspectors/gtp/gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f28b8dcd7..2e89c7979 100644 --- a/src/service_inspectors/gtp/gtp.h +++ b/src/service_inspectors/gtp/gtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4b5d5351e..aee0081de 100644 --- a/src/service_inspectors/gtp/gtp_inspect.cc +++ b/src/service_inspectors/gtp/gtp_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e77524e88..57f95fdea 100644 --- a/src/service_inspectors/gtp/gtp_inspect.h +++ b/src/service_inspectors/gtp/gtp_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 664ef61f9..32f068206 100644 --- a/src/service_inspectors/gtp/gtp_module.cc +++ b/src/service_inspectors/gtp/gtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b0c4f7950..5fc4923b0 100644 --- a/src/service_inspectors/gtp/gtp_module.h +++ b/src/service_inspectors/gtp/gtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 98ffbd411..2502736a5 100644 --- a/src/service_inspectors/gtp/gtp_parser.cc +++ b/src/service_inspectors/gtp/gtp_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3bec69d1b..17f00afe3 100644 --- a/src/service_inspectors/gtp/gtp_parser.h +++ b/src/service_inspectors/gtp/gtp_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cf011e7b2..4e845ac23 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 98fb47fd8..cbe0389be 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5f20e4dee..70929b755 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e0478b185..338f45d0d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0d27142ea..3cc3647d6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b95c24665..bd04cadc1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e692117e5..ffccad615 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0fbf844d8..0307cdc5a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b77cfee8..176330915 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9e3ca2a86..8c3eac335 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ec875c80d..ac2285380 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e202b2079..22d47e322 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4a2a39b42..bdb0d2133 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 03ce37605..9508dfb5c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2ac5434ee..4f71c2a62 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e600aba2f..822c4bc93 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 94b4d37a6..8a1b74eae 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 af059d423..d065d2df3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c031aa6bc..434508810 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df4315b7b..feabcd82a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a011ad311..89b9bd81b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f4a3a4778..db6f182a8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 845a20898..19bf66521 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 465dea175..3536f4c4f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aa95855a8..d4fc5348e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bee00e890..ec441ff3c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df921a9a4..675850011 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8ac3f52ba..ebd799d58 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0966ff553..f01f34950 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 155276314..667d2472b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7e5a2934a..156f9985c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a44b29e17..685045784 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 202f785cc..97bfe0f69 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 99f4f5345..436a2aebb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3d804e57..c10a2b8ba 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 088b92689..281088d11 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 10904e975..1cdbb1bb1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ac21cade1..37d70cd87 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2003fcd20..e73387ce7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e7bacae16..5b5a5eb18 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 90da5d742..c5dec0a6a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3dab88161..5cb58f933 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a78ac3683..19bf2990d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 565dc5bcb..14341d57c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 da0b08427..6dc9b3f98 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 94afffe90..570ab1b80 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8e8af4fe8..8962d7d0a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3d116727c..6306a7c0f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 433f98b09..123d3b4a1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ca3a61fc3..7e8f902dd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a41c5c2d9..41796f3d9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 62070b6fc..50b8ef741 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 67049c353..b08a8405a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 de8d04c7e..981caffef 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b9aa6a129..8ef940c3a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 947b89ff6..6d562267e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bfad7ab98..4df42ccb2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0657dc896..8e3b7921a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8eef40b38..c088a720f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 51dee626a..8f46715f7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7680e3197..14d259ce1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2baf159a2..12655215e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ef407cab8..9cae42e56 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0bf1b2cda..9a16331a7 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0876a08ae..74de314be 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 490511fe2..4de2b9172 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8ae4dd341..917c5c252 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3820e9515..9ab229553 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 71e46b7b9..f39c9b9b9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0314332cd..b627899b4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7c065b08d..67141ec34 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b2cb2142d..3aaa9488b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a1a957a38..0002e4bbf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c8d1fbf55..b11b4e30f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 148d91ec1..a0a2259b4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 57c656a7a..0246ee331 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cc028535a..61eb83350 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5f255232c..617775c82 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_header_normalizer.cc b/src/service_inspectors/http_inspect/http_header_normalizer.cc index 1f9fcc6b8..0067038cf 100644 --- a/src/service_inspectors/http_inspect/http_header_normalizer.cc +++ b/src/service_inspectors/http_inspect/http_header_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_header_normalizer.h b/src/service_inspectors/http_inspect/http_header_normalizer.h index 7392d60ed..4ac2ab2e0 100644 --- a/src/service_inspectors/http_inspect/http_header_normalizer.h +++ b/src/service_inspectors/http_inspect/http_header_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ef2b628b5..9c8883967 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1eacb7280..f4ea52a39 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 405b3afbe..70cbad6a8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2e1dbe2df..a619a4364 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 88d370c47..d2e67fcc5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f7d76f650..058d7e9b4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3abb9dbd5..3cb92996c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 56b633e3c..63a254b60 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc4c1b24f..3b9c0f015 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1503173bf..055eea188 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1809595bd..b43562e5f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5bd6f2f3c..aa6ef381a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5f7dc9086..54c7f67d2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ecc9b8809..7c23f8f34 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 102659a7f..b5034a90f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c60c905c1..67dc2d3eb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8bf81aefd..de06b4050 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 05573be72..d84574e13 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bb4868045..5875d3a1f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 20e181e3e..3fd2d3bb8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 056f195a3..83fc88dbf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e437fb672..2e04914f4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 01e14a5cd..72def1ec4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 04d2be869..1d9513966 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 75dd51b19..a270f7fc6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 06f9621c0..13d0fb055 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a265dec7f..95b6c7b21 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 416d3a17a..77c014881 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 34de7b07c..d02545493 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf1f626ae..e1c391e50 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9166ffbc5..58ac55350 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 16b66be7a..cb19e9c64 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d2a3f809d..5f8071d05 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1634277cd..2c75061e4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dfd590ace..9418181c8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 554d9497b..4d7d66a00 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c1360ca5a..8edd22c06 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a3f0c5db..bcdf9812a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf8e33868..2258c30a5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a8fb81358..d31bbe25f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a2bb16c5c..a233f97b6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9fbf5e884..5af828730 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 45b897ced..022b13815 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f80da88e0..5f248a4b4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 034d88b32..413998932 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d362fbbc6..050d99b1a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2c61a9192..359e1348e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dec0f2f55..ab940a0dd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df9457b86..a1d4b0cfc 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c61690518..0b852af4b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 35b9dab1e..cf6303304 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8611e6dfc..30ebcd79a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ec82da66e..78c2405f1 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d62963632..a2d22a995 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 202b0fb86..25d9d60c8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 47f3676b0..f232034fd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c6789ca28..e57e5957e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 00f850b2a..9dfb54b79 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f1c68448e..e88a662bd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5621c58af..76e9e0e5a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f18f1c6b9..d0d1fc489 100644 --- a/src/service_inspectors/imap/imap.cc +++ b/src/service_inspectors/imap/imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b109a9666..b99403e7e 100644 --- a/src/service_inspectors/imap/imap.h +++ b/src/service_inspectors/imap/imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5728cd8b0..562eb9ad7 100644 --- a/src/service_inspectors/imap/imap_config.h +++ b/src/service_inspectors/imap/imap_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5ba9d4bae..169332a5f 100644 --- a/src/service_inspectors/imap/imap_module.cc +++ b/src/service_inspectors/imap/imap_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a77165ba1..ed558266a 100644 --- a/src/service_inspectors/imap/imap_module.h +++ b/src/service_inspectors/imap/imap_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 44d4580a0..6192ba250 100644 --- a/src/service_inspectors/imap/imap_paf.cc +++ b/src/service_inspectors/imap/imap_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c466f232c..9f4a13464 100644 --- a/src/service_inspectors/imap/imap_paf.h +++ b/src/service_inspectors/imap/imap_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a621ab3a5..6020c96d0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9d442af0f..3df06c476 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 162ecb89d..eee9eccbe 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 a3918fc3d..24e27b674 100644 --- a/src/service_inspectors/modbus/modbus.cc +++ b/src/service_inspectors/modbus/modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 39fc94cbd..6f18a1bd1 100644 --- a/src/service_inspectors/modbus/modbus.h +++ b/src/service_inspectors/modbus/modbus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0f7bf2485..10fbd603a 100644 --- a/src/service_inspectors/modbus/modbus_decode.cc +++ b/src/service_inspectors/modbus/modbus_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d00fec84b..dd9138c7d 100644 --- a/src/service_inspectors/modbus/modbus_decode.h +++ b/src/service_inspectors/modbus/modbus_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 94af5ba64..14960a2fa 100644 --- a/src/service_inspectors/modbus/modbus_module.cc +++ b/src/service_inspectors/modbus/modbus_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cd4e63b22..3b5a1a0d2 100644 --- a/src/service_inspectors/modbus/modbus_module.h +++ b/src/service_inspectors/modbus/modbus_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e688d5a3d..9d1a93f0c 100644 --- a/src/service_inspectors/modbus/modbus_paf.cc +++ b/src/service_inspectors/modbus/modbus_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 736851aee..e521dbbb9 100644 --- a/src/service_inspectors/modbus/modbus_paf.h +++ b/src/service_inspectors/modbus/modbus_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 aa0c7b695..136a25237 100644 --- a/src/service_inspectors/netflow/netflow.cc +++ b/src/service_inspectors/netflow/netflow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0299e6023..ee8b18c09 100644 --- a/src/service_inspectors/netflow/netflow_headers.h +++ b/src/service_inspectors/netflow/netflow_headers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 54c62db17..095735488 100644 --- a/src/service_inspectors/netflow/netflow_module.cc +++ b/src/service_inspectors/netflow/netflow_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 611001740..2240de149 100644 --- a/src/service_inspectors/netflow/netflow_module.h +++ b/src/service_inspectors/netflow/netflow_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 81b09b3ae..d0a5256c7 100644 --- a/src/service_inspectors/pop/pop.cc +++ b/src/service_inspectors/pop/pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fe1e21680..10b6f59a5 100644 --- a/src/service_inspectors/pop/pop.h +++ b/src/service_inspectors/pop/pop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c54a0ac15..3969bab9e 100644 --- a/src/service_inspectors/pop/pop_config.h +++ b/src/service_inspectors/pop/pop_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5fd11e9a9..23836abcf 100644 --- a/src/service_inspectors/pop/pop_module.cc +++ b/src/service_inspectors/pop/pop_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a1ddcd14f..281889219 100644 --- a/src/service_inspectors/pop/pop_module.h +++ b/src/service_inspectors/pop/pop_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8e8731fae..ffe7472b3 100644 --- a/src/service_inspectors/pop/pop_paf.cc +++ b/src/service_inspectors/pop/pop_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6d909678b..e07a15738 100644 --- a/src/service_inspectors/pop/pop_paf.h +++ b/src/service_inspectors/pop/pop_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9089fcbde..fb1312e8c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9d91634f3..5994bc487 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 51de78f5a..6cad7b34f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8c334b7fc..2bf9b3ce0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e46bdcb04..21d9d3a03 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6cf523f09..fb3bd8f47 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ad9c9da38..21603726b 100644 --- a/src/service_inspectors/s7commplus/s7comm.cc +++ b/src/service_inspectors/s7commplus/s7comm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3df6561ca..762be6e73 100644 --- a/src/service_inspectors/s7commplus/s7comm.h +++ b/src/service_inspectors/s7commplus/s7comm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 83bf3877e..19d850985 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.cc +++ b/src/service_inspectors/s7commplus/s7comm_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0da54bb30..6d3334130 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.h +++ b/src/service_inspectors/s7commplus/s7comm_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ab5d09efc..05b9fc0e0 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.cc +++ b/src/service_inspectors/s7commplus/s7comm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5864294a2..0cd19221d 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.h +++ b/src/service_inspectors/s7commplus/s7comm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0d19b1a21..bd9a3f518 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.cc +++ b/src/service_inspectors/s7commplus/s7comm_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e1c980309..04aa9388d 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.h +++ b/src/service_inspectors/s7commplus/s7comm_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cc30b30a0..9e251040e 100644 --- a/src/service_inspectors/service_inspectors.cc +++ b/src/service_inspectors/service_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2906c8be9..f7a7bf3cf 100644 --- a/src/service_inspectors/service_inspectors.h +++ b/src/service_inspectors/service_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ca0050800..be284a42d 100644 --- a/src/service_inspectors/sip/ips_sip.cc +++ b/src/service_inspectors/sip/ips_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 dbd227355..be79fd975 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4035bab31..db70b924c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e557307ca..fb6bf5ed4 100644 --- a/src/service_inspectors/sip/sip.cc +++ b/src/service_inspectors/sip/sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8fb7c3c38..68b6c8947 100644 --- a/src/service_inspectors/sip/sip.h +++ b/src/service_inspectors/sip/sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3919f7fd6..9fc33f351 100644 --- a/src/service_inspectors/sip/sip_common.h +++ b/src/service_inspectors/sip/sip_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e49afab4b..256b274ea 100644 --- a/src/service_inspectors/sip/sip_config.cc +++ b/src/service_inspectors/sip/sip_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 095f77880..740987b06 100644 --- a/src/service_inspectors/sip/sip_config.h +++ b/src/service_inspectors/sip/sip_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5a49c14ed..5dac88df7 100644 --- a/src/service_inspectors/sip/sip_dialog.cc +++ b/src/service_inspectors/sip/sip_dialog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d113746c8..55451e7a1 100644 --- a/src/service_inspectors/sip/sip_dialog.h +++ b/src/service_inspectors/sip/sip_dialog.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 af77469cc..87683eb54 100644 --- a/src/service_inspectors/sip/sip_module.cc +++ b/src/service_inspectors/sip/sip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b24397a04..caf2ea4e4 100644 --- a/src/service_inspectors/sip/sip_module.h +++ b/src/service_inspectors/sip/sip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fb30f96eb..b1441a183 100644 --- a/src/service_inspectors/sip/sip_parser.cc +++ b/src/service_inspectors/sip/sip_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5b341bec4..1d2c17ab8 100644 --- a/src/service_inspectors/sip/sip_parser.h +++ b/src/service_inspectors/sip/sip_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3d4ca681e..8c94742f9 100644 --- a/src/service_inspectors/sip/sip_roptions.h +++ b/src/service_inspectors/sip/sip_roptions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0c6ad6cb1..3488db792 100644 --- a/src/service_inspectors/sip/sip_splitter.cc +++ b/src/service_inspectors/sip/sip_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b6e18978d..f9fce5b5d 100644 --- a/src/service_inspectors/sip/sip_splitter.h +++ b/src/service_inspectors/sip/sip_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0ea248108..783ade5ae 100644 --- a/src/service_inspectors/sip/sip_utils.cc +++ b/src/service_inspectors/sip/sip_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c8afb8009..8c6480df3 100644 --- a/src/service_inspectors/sip/sip_utils.h +++ b/src/service_inspectors/sip/sip_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 81c466095..a2141f436 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 975892b6e..14bf034f4 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 310d14904..523c326d3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b51c74b7c..2d49b3920 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f1053ff5..e1216a6a7 100644 --- a/src/service_inspectors/smtp/smtp.cc +++ b/src/service_inspectors/smtp/smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1646a1638..74e5ef995 100644 --- a/src/service_inspectors/smtp/smtp.h +++ b/src/service_inspectors/smtp/smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aada92fe7..4e3d8070d 100644 --- a/src/service_inspectors/smtp/smtp_config.h +++ b/src/service_inspectors/smtp/smtp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4b0c0c1df..8cb8eb786 100644 --- a/src/service_inspectors/smtp/smtp_module.cc +++ b/src/service_inspectors/smtp/smtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6afaab1d1..15a3cda23 100644 --- a/src/service_inspectors/smtp/smtp_module.h +++ b/src/service_inspectors/smtp/smtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3dfd78ec3..580ebf550 100644 --- a/src/service_inspectors/smtp/smtp_normalize.cc +++ b/src/service_inspectors/smtp/smtp_normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 21a4119c1..1e2cdacbe 100644 --- a/src/service_inspectors/smtp/smtp_normalize.h +++ b/src/service_inspectors/smtp/smtp_normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cc3e1e34b..59419fcd0 100644 --- a/src/service_inspectors/smtp/smtp_paf.cc +++ b/src/service_inspectors/smtp/smtp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 20f3e65ff..4769cec34 100644 --- a/src/service_inspectors/smtp/smtp_paf.h +++ b/src/service_inspectors/smtp/smtp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bf0b5384c..8211347da 100644 --- a/src/service_inspectors/smtp/smtp_util.cc +++ b/src/service_inspectors/smtp/smtp_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eecc26a59..d42cb1a3b 100644 --- a/src/service_inspectors/smtp/smtp_util.h +++ b/src/service_inspectors/smtp/smtp_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5b63bbdc5..b68aae268 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.cc +++ b/src/service_inspectors/smtp/smtp_xlink2state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 44be7a1ef..337f01283 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.h +++ b/src/service_inspectors/smtp/smtp_xlink2state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 89b8cdb68..c81634b4e 100644 --- a/src/service_inspectors/ssh/ssh.cc +++ b/src/service_inspectors/ssh/ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 93f310ed9..c0f600654 100644 --- a/src/service_inspectors/ssh/ssh.h +++ b/src/service_inspectors/ssh/ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 85097d862..172d8f632 100644 --- a/src/service_inspectors/ssh/ssh_config.h +++ b/src/service_inspectors/ssh/ssh_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 8d3ec8067..747987876 100644 --- a/src/service_inspectors/ssh/ssh_module.cc +++ b/src/service_inspectors/ssh/ssh_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 716149efe..d59b83c5e 100644 --- a/src/service_inspectors/ssh/ssh_module.h +++ b/src/service_inspectors/ssh/ssh_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8a4605903..512c0e928 100644 --- a/src/service_inspectors/ssh/ssh_splitter.cc +++ b/src/service_inspectors/ssh/ssh_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d53a6628f..2aa543edc 100644 --- a/src/service_inspectors/ssh/ssh_splitter.h +++ b/src/service_inspectors/ssh/ssh_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2b17fa155..48032aa38 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 71abd16e5..c98575889 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 60d5dcec6..1c9935072 100644 --- a/src/service_inspectors/ssl/ssl_config.h +++ b/src/service_inspectors/ssl/ssl_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 07acc8abc..3f5fe2811 100644 --- a/src/service_inspectors/ssl/ssl_inspector.cc +++ b/src/service_inspectors/ssl/ssl_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 56df1bb5c..edbf5e516 100644 --- a/src/service_inspectors/ssl/ssl_inspector.h +++ b/src/service_inspectors/ssl/ssl_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 63cb57336..a6737c193 100644 --- a/src/service_inspectors/ssl/ssl_module.cc +++ b/src/service_inspectors/ssl/ssl_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 55d6c6b3c..2ce9d2764 100644 --- a/src/service_inspectors/ssl/ssl_module.h +++ b/src/service_inspectors/ssl/ssl_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c21781187..f9f13d930 100644 --- a/src/service_inspectors/ssl/ssl_splitter.cc +++ b/src/service_inspectors/ssl/ssl_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9911b8894..7e6624873 100644 --- a/src/service_inspectors/ssl/ssl_splitter.h +++ b/src/service_inspectors/ssl/ssl_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f3f20edb..2839470c0 100644 --- a/src/service_inspectors/wizard/curses.cc +++ b/src/service_inspectors/wizard/curses.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 62fd286b3..cf6ee05f3 100644 --- a/src/service_inspectors/wizard/curses.h +++ b/src/service_inspectors/wizard/curses.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ad581c4df..63845556d 100644 --- a/src/service_inspectors/wizard/hexes.cc +++ b/src/service_inspectors/wizard/hexes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0bb1032aa..ffd2567d5 100644 --- a/src/service_inspectors/wizard/magic.cc +++ b/src/service_inspectors/wizard/magic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d81d27aa4..3c46c344f 100644 --- a/src/service_inspectors/wizard/magic.h +++ b/src/service_inspectors/wizard/magic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd990ad38..f0f6d531e 100644 --- a/src/service_inspectors/wizard/spells.cc +++ b/src/service_inspectors/wizard/spells.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cbbf5583b..4b79175a1 100644 --- a/src/service_inspectors/wizard/wiz_module.cc +++ b/src/service_inspectors/wizard/wiz_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6d434ea9..fd085e209 100644 --- a/src/service_inspectors/wizard/wiz_module.h +++ b/src/service_inspectors/wizard/wiz_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d5a7a85ff..ad1ed202d 100644 --- a/src/service_inspectors/wizard/wizard.cc +++ b/src/service_inspectors/wizard/wizard.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67054806b..d1f5a3afa 100644 --- a/src/sfip/sf_cidr.cc +++ b/src/sfip/sf_cidr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 261d96569..e923bca8a 100644 --- a/src/sfip/sf_cidr.h +++ b/src/sfip/sf_cidr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 43ce58c42..2700fcd4b 100644 --- a/src/sfip/sf_ip.cc +++ b/src/sfip/sf_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 29187526a..06a32d7c9 100644 --- a/src/sfip/sf_ip.h +++ b/src/sfip/sf_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6e3794d7a..e9777dd14 100644 --- a/src/sfip/sf_ipvar.cc +++ b/src/sfip/sf_ipvar.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 aa9f21e18..dad2c8c39 100644 --- a/src/sfip/sf_ipvar.h +++ b/src/sfip/sf_ipvar.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fbef714e0..268121384 100644 --- a/src/sfip/sf_returns.h +++ b/src/sfip/sf_returns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 44bb7d5d4..ea38c8108 100644 --- a/src/sfip/sf_vartable.cc +++ b/src/sfip/sf_vartable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cdc8428db..b3a5813e2 100644 --- a/src/sfip/sf_vartable.h +++ b/src/sfip/sf_vartable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d0d0af114..cb4d02215 100644 --- a/src/sfip/test/sf_ip_test.cc +++ b/src/sfip/test/sf_ip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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.cc b/src/sfrt/sfrt.cc index a419f80ac..55ccb3f7f 100644 --- a/src/sfrt/sfrt.cc +++ b/src/sfrt/sfrt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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.h b/src/sfrt/sfrt.h index b4ad8e446..5e6ee447c 100644 --- a/src/sfrt/sfrt.h +++ b/src/sfrt/sfrt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_dir.cc b/src/sfrt/sfrt_dir.cc index 5da789d77..3fc9660ac 100644 --- a/src/sfrt/sfrt_dir.cc +++ b/src/sfrt/sfrt_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_dir.h b/src/sfrt/sfrt_dir.h index 05a538056..70ec50316 100644 --- a/src/sfrt/sfrt_dir.h +++ b/src/sfrt/sfrt_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3fcb72534..58eb49f57 100644 --- a/src/sfrt/sfrt_flat.cc +++ b/src/sfrt/sfrt_flat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b0468f37f..87625f487 100644 --- a/src/sfrt/sfrt_flat.h +++ b/src/sfrt/sfrt_flat.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9d72125e7..d6da9a3c1 100644 --- a/src/sfrt/sfrt_flat_dir.cc +++ b/src/sfrt/sfrt_flat_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 289327cdd..c6a5a54b4 100644 --- a/src/sfrt/sfrt_flat_dir.h +++ b/src/sfrt/sfrt_flat_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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_test.cc b/src/sfrt/sfrt_test.cc index a1ab6cdc0..96ada73b4 100644 --- a/src/sfrt/sfrt_test.cc +++ b/src/sfrt/sfrt_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/side_channel/side_channel.cc b/src/side_channel/side_channel.cc index 0b83c1596..f35a08d8a 100644 --- a/src/side_channel/side_channel.cc +++ b/src/side_channel/side_channel.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 81a0d0e8c..c70427b98 100644 --- a/src/side_channel/side_channel.h +++ b/src/side_channel/side_channel.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2e649bcb4..274f975b6 100644 --- a/src/side_channel/side_channel_module.cc +++ b/src/side_channel/side_channel_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5b66d082a..7c84719c9 100644 --- a/src/side_channel/side_channel_module.h +++ b/src/side_channel/side_channel_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 76e2a71f9..66f153f31 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 780e73cba..c3914965d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 df1e7dbae..14a9c55a0 100644 --- a/src/stream/base/stream_base.cc +++ b/src/stream/base/stream_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6e9bcd160..6e630b6fb 100644 --- a/src/stream/base/stream_ha.cc +++ b/src/stream/base/stream_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 496f783d3..b70aee321 100644 --- a/src/stream/base/stream_ha.h +++ b/src/stream/base/stream_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0bdbbb369..fcaefe2f0 100644 --- a/src/stream/base/stream_module.cc +++ b/src/stream/base/stream_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7bb1ec6c4..5da9849ba 100644 --- a/src/stream/base/stream_module.h +++ b/src/stream/base/stream_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ebe8311fd..e98f3fcea 100644 --- a/src/stream/file/file_module.cc +++ b/src/stream/file/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e1b7e2343..d42919ab1 100644 --- a/src/stream/file/file_module.h +++ b/src/stream/file/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c1044e46d..14a909dbf 100644 --- a/src/stream/file/file_session.cc +++ b/src/stream/file/file_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 42804b97a..702b844bb 100644 --- a/src/stream/file/file_session.h +++ b/src/stream/file/file_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d5578579..dfe9daa9a 100644 --- a/src/stream/file/stream_file.cc +++ b/src/stream/file/stream_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1313b9df7..d31ee31aa 100644 --- a/src/stream/file/stream_file.h +++ b/src/stream/file/stream_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb8d84271..c6e0efd7e 100644 --- a/src/stream/flush_bucket.cc +++ b/src/stream/flush_bucket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ad3664b1..80df308de 100644 --- a/src/stream/flush_bucket.h +++ b/src/stream/flush_bucket.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d0164120f..f437627a9 100644 --- a/src/stream/icmp/icmp_ha.cc +++ b/src/stream/icmp/icmp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 845c776d5..055963ca4 100644 --- a/src/stream/icmp/icmp_ha.h +++ b/src/stream/icmp/icmp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cbe870115..d95067508 100644 --- a/src/stream/icmp/icmp_module.cc +++ b/src/stream/icmp/icmp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e540a2d4c..7d6fd45a2 100644 --- a/src/stream/icmp/icmp_module.h +++ b/src/stream/icmp/icmp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 77162e9e6..235fcf02c 100644 --- a/src/stream/icmp/icmp_session.cc +++ b/src/stream/icmp/icmp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 202d07776..63b5aa22e 100644 --- a/src/stream/icmp/icmp_session.h +++ b/src/stream/icmp/icmp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2074a7d78..3b7f8a597 100644 --- a/src/stream/icmp/stream_icmp.cc +++ b/src/stream/icmp/stream_icmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 602a3efcf..edd369daf 100644 --- a/src/stream/icmp/stream_icmp.h +++ b/src/stream/icmp/stream_icmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 15d0b7643..b5c2eb5de 100644 --- a/src/stream/ip/ip_defrag.cc +++ b/src/stream/ip/ip_defrag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b69c96c4c..a1a9ef045 100644 --- a/src/stream/ip/ip_defrag.h +++ b/src/stream/ip/ip_defrag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 67fa021a9..d5d57ad31 100644 --- a/src/stream/ip/ip_ha.cc +++ b/src/stream/ip/ip_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 180de993d..ab43b3295 100644 --- a/src/stream/ip/ip_ha.h +++ b/src/stream/ip/ip_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 895a5d835..0549d3928 100644 --- a/src/stream/ip/ip_module.cc +++ b/src/stream/ip/ip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d743209f..d0f48730d 100644 --- a/src/stream/ip/ip_module.h +++ b/src/stream/ip/ip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 40310cb3e..61a203987 100644 --- a/src/stream/ip/ip_session.cc +++ b/src/stream/ip/ip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6be4522e0..129028c7e 100644 --- a/src/stream/ip/ip_session.h +++ b/src/stream/ip/ip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d7bfbfb00..6a61b5d4f 100644 --- a/src/stream/ip/stream_ip.cc +++ b/src/stream/ip/stream_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f03f2a530..b4160112a 100644 --- a/src/stream/ip/stream_ip.h +++ b/src/stream/ip/stream_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c6f0d3a17..0b0b9cd3d 100644 --- a/src/stream/paf.cc +++ b/src/stream/paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c2ebf51b0..685ea1e7d 100644 --- a/src/stream/paf.h +++ b/src/stream/paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e632a1fbf..332c99154 100644 --- a/src/stream/stream.cc +++ b/src/stream/stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ab4bfbfa5..2fb9a61a1 100644 --- a/src/stream/stream.h +++ b/src/stream/stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c9aa924a6..c32774e56 100644 --- a/src/stream/stream_inspectors.cc +++ b/src/stream/stream_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 16970a3fb..25470ff2b 100644 --- a/src/stream/stream_inspectors.h +++ b/src/stream/stream_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 78409ad86..e1938c100 100644 --- a/src/stream/stream_splitter.cc +++ b/src/stream/stream_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 febe21f41..9d7bdb050 100644 --- a/src/stream/stream_splitter.h +++ b/src/stream/stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1b4d6dcc9..2328c0e1a 100644 --- a/src/stream/tcp/held_packet_queue.cc +++ b/src/stream/tcp/held_packet_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6a9961d1e..16dc48e92 100644 --- a/src/stream/tcp/held_packet_queue.h +++ b/src/stream/tcp/held_packet_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a141b4853..23d9713ea 100644 --- a/src/stream/tcp/ips_stream_reassemble.cc +++ b/src/stream/tcp/ips_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8000ea475..b63ca4229 100644 --- a/src/stream/tcp/ips_stream_size.cc +++ b/src/stream/tcp/ips_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c6a61ee56..b0b8ad07c 100644 --- a/src/stream/tcp/segment_overlap_editor.cc +++ b/src/stream/tcp/segment_overlap_editor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f25598a7b..f3a213b4f 100644 --- a/src/stream/tcp/segment_overlap_editor.h +++ b/src/stream/tcp/segment_overlap_editor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 563ca56dd..f3b1c51c2 100644 --- a/src/stream/tcp/stream_tcp.cc +++ b/src/stream/tcp/stream_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e99f09b59..aa4ea24da 100644 --- a/src/stream/tcp/stream_tcp.h +++ b/src/stream/tcp/stream_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9193079d5..ff6895b3d 100644 --- a/src/stream/tcp/tcp_defs.h +++ b/src/stream/tcp/tcp_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f04c7007..919f22dad 100644 --- a/src/stream/tcp/tcp_event_logger.cc +++ b/src/stream/tcp/tcp_event_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9c086962f..5d86f0df2 100644 --- a/src/stream/tcp/tcp_event_logger.h +++ b/src/stream/tcp/tcp_event_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1b048514c..9ed55235e 100644 --- a/src/stream/tcp/tcp_ha.cc +++ b/src/stream/tcp/tcp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 43412c4ba..ecb5008f8 100644 --- a/src/stream/tcp/tcp_ha.h +++ b/src/stream/tcp/tcp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 18b9dad8d..cc4714cbe 100644 --- a/src/stream/tcp/tcp_module.cc +++ b/src/stream/tcp/tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 39693dd6d..61653daef 100644 --- a/src/stream/tcp/tcp_module.h +++ b/src/stream/tcp/tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fe7f33e30..347c9b0a0 100644 --- a/src/stream/tcp/tcp_normalizer.cc +++ b/src/stream/tcp/tcp_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b5caa335e..96bf9e5a3 100644 --- a/src/stream/tcp/tcp_normalizer.h +++ b/src/stream/tcp/tcp_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5303ba192..b72030b2a 100644 --- a/src/stream/tcp/tcp_normalizers.cc +++ b/src/stream/tcp/tcp_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 666bb776d..0a57b669f 100644 --- a/src/stream/tcp/tcp_normalizers.h +++ b/src/stream/tcp/tcp_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b5c173cd0..76b064c32 100644 --- a/src/stream/tcp/tcp_reassembler.cc +++ b/src/stream/tcp/tcp_reassembler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b5c34344c..077987612 100644 --- a/src/stream/tcp/tcp_reassembler.h +++ b/src/stream/tcp/tcp_reassembler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7dbc293f8..8e713dbb6 100644 --- a/src/stream/tcp/tcp_reassemblers.cc +++ b/src/stream/tcp/tcp_reassemblers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ceff0f093..9dc42faab 100644 --- a/src/stream/tcp/tcp_reassemblers.h +++ b/src/stream/tcp/tcp_reassemblers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4dc188b24..55cfb6014 100644 --- a/src/stream/tcp/tcp_segment_descriptor.cc +++ b/src/stream/tcp/tcp_segment_descriptor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4a1909724..ee2e3976a 100644 --- a/src/stream/tcp/tcp_segment_descriptor.h +++ b/src/stream/tcp/tcp_segment_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2cfbc8eef..67f4b43d6 100644 --- a/src/stream/tcp/tcp_segment_node.cc +++ b/src/stream/tcp/tcp_segment_node.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5761d51fd..ed891cb2d 100644 --- a/src/stream/tcp/tcp_segment_node.h +++ b/src/stream/tcp/tcp_segment_node.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 41d4583de..51f79c01d 100644 --- a/src/stream/tcp/tcp_session.cc +++ b/src/stream/tcp/tcp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 42e4d40bf..3ad78aebc 100644 --- a/src/stream/tcp/tcp_session.h +++ b/src/stream/tcp/tcp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4019536fa..544b9dcb5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 601215f35..77a243303 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9633c7f25..be3b9dd80 100644 --- a/src/stream/tcp/tcp_state_closed.cc +++ b/src/stream/tcp/tcp_state_closed.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8d3049d37..37c5e8fee 100644 --- a/src/stream/tcp/tcp_state_closed.h +++ b/src/stream/tcp/tcp_state_closed.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ebd677151..1f0037e4a 100644 --- a/src/stream/tcp/tcp_state_closing.cc +++ b/src/stream/tcp/tcp_state_closing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 de1b93655..39674cbb3 100644 --- a/src/stream/tcp/tcp_state_closing.h +++ b/src/stream/tcp/tcp_state_closing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5cc993ba9..add034594 100644 --- a/src/stream/tcp/tcp_state_established.cc +++ b/src/stream/tcp/tcp_state_established.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dfdbf555f..fa03ee7eb 100644 --- a/src/stream/tcp/tcp_state_established.h +++ b/src/stream/tcp/tcp_state_established.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fd4f517f5..95be29b62 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1bdb0879b..9a7e6b4ca 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 368409e86..d1837afea 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e98551a64..bf59c8f3f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dbf50a8cd..b40e4f90c 100644 --- a/src/stream/tcp/tcp_state_handler.cc +++ b/src/stream/tcp/tcp_state_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a53fd2597..ddd287cce 100644 --- a/src/stream/tcp/tcp_state_handler.h +++ b/src/stream/tcp/tcp_state_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f1f01ddb5..43c24d77f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27a9042fc..70fae5474 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 839148cd8..585a16c96 100644 --- a/src/stream/tcp/tcp_state_listen.cc +++ b/src/stream/tcp/tcp_state_listen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf0fce261..db81e2d3d 100644 --- a/src/stream/tcp/tcp_state_listen.h +++ b/src/stream/tcp/tcp_state_listen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e16f94c2..de2319c23 100644 --- a/src/stream/tcp/tcp_state_machine.cc +++ b/src/stream/tcp/tcp_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 979530a95..af8af692b 100644 --- a/src/stream/tcp/tcp_state_machine.h +++ b/src/stream/tcp/tcp_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 24a3236a7..57e4c7491 100644 --- a/src/stream/tcp/tcp_state_none.cc +++ b/src/stream/tcp/tcp_state_none.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a33b691f7..ebef62925 100644 --- a/src/stream/tcp/tcp_state_none.h +++ b/src/stream/tcp/tcp_state_none.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 156ea5932..1f67048c0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1b64bae2c..5452db9dd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 974acd860..40d24777f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1a1e48137..e10e2c84b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cd104813d..40f433c9a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eb40bc3e0..833381237 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 839f9cb59..045b97e14 100644 --- a/src/stream/tcp/tcp_stream_config.cc +++ b/src/stream/tcp/tcp_stream_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 37246229c..1f73b7ac1 100644 --- a/src/stream/tcp/tcp_stream_config.h +++ b/src/stream/tcp/tcp_stream_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 00c979249..1675b666f 100644 --- a/src/stream/tcp/tcp_stream_session.cc +++ b/src/stream/tcp/tcp_stream_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f950e2815..1acfcd6d6 100644 --- a/src/stream/tcp/tcp_stream_session.h +++ b/src/stream/tcp/tcp_stream_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 42d243494..85e1040ac 100644 --- a/src/stream/tcp/tcp_stream_tracker.cc +++ b/src/stream/tcp/tcp_stream_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 74d821d10..7a3a25f57 100644 --- a/src/stream/tcp/tcp_stream_tracker.h +++ b/src/stream/tcp/tcp_stream_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e9f5af14a..2042fe631 100644 --- a/src/stream/tcp/tcp_trace.cc +++ b/src/stream/tcp/tcp_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d035b62fc..39bf3fc2d 100644 --- a/src/stream/tcp/tcp_trace.h +++ b/src/stream/tcp/tcp_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 66170bd84..f2d9b3c6c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 160deb09a..cce4a3bbe 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7747d6c28..c80603bbd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a100c9001..877f97086 100644 --- a/src/stream/test/stream_splitter_test.cc +++ b/src/stream/test/stream_splitter_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e3feb42f..645d5355f 100644 --- a/src/stream/udp/stream_udp.cc +++ b/src/stream/udp/stream_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ad47ac1dd..6c35cfab6 100644 --- a/src/stream/udp/stream_udp.h +++ b/src/stream/udp/stream_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 886bf53fc..649041b4e 100644 --- a/src/stream/udp/udp_ha.cc +++ b/src/stream/udp/udp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a11b0c5b..e795989ce 100644 --- a/src/stream/udp/udp_ha.h +++ b/src/stream/udp/udp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5fd57d37f..2fe77b43f 100644 --- a/src/stream/udp/udp_module.cc +++ b/src/stream/udp/udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 511b13a5e..c8bf75444 100644 --- a/src/stream/udp/udp_module.h +++ b/src/stream/udp/udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b905b31ad..1b60005a8 100644 --- a/src/stream/udp/udp_session.cc +++ b/src/stream/udp/udp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 fcb4eb902..0d6ad2c97 100644 --- a/src/stream/udp/udp_session.h +++ b/src/stream/udp/udp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 7fe712443..99babfc99 100644 --- a/src/stream/user/stream_user.cc +++ b/src/stream/user/stream_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1cb800250..ff3d99d01 100644 --- a/src/stream/user/stream_user.h +++ b/src/stream/user/stream_user.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e5f109920..a46f56157 100644 --- a/src/stream/user/user_module.cc +++ b/src/stream/user/user_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 76159c13b..0dfd78e87 100644 --- a/src/stream/user/user_module.h +++ b/src/stream/user/user_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08aa00900..cf53e6314 100644 --- a/src/stream/user/user_session.cc +++ b/src/stream/user/user_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 71b5084a6..5f836e117 100644 --- a/src/stream/user/user_session.h +++ b/src/stream/user/user_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e9748d42..f250d79e7 100644 --- a/src/target_based/host_attributes.cc +++ b/src/target_based/host_attributes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cb741f631..6b591db38 100644 --- a/src/target_based/host_attributes.h +++ b/src/target_based/host_attributes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3de53910c..cda45cc3b 100644 --- a/src/target_based/snort_protocols.cc +++ b/src/target_based/snort_protocols.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4cb408592..85338303c 100644 --- a/src/target_based/snort_protocols.h +++ b/src/target_based/snort_protocols.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f6a421728..51f6815f8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 82008ec87..ca4cb1991 100644 --- a/src/time/clock_defs.h +++ b/src/time/clock_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 579b7d9b2..d9f3f9a9e 100644 --- a/src/time/packet_time.cc +++ b/src/time/packet_time.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 81aada6bf..15dad8fb7 100644 --- a/src/time/packet_time.h +++ b/src/time/packet_time.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 31e7377c9..7205db239 100644 --- a/src/time/periodic.cc +++ b/src/time/periodic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 cd252bf41..a6a986da0 100644 --- a/src/time/periodic.h +++ b/src/time/periodic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9f2708ba8..e61726d92 100644 --- a/src/time/stopwatch.h +++ b/src/time/stopwatch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 594069af0..6d3dc3976 100644 --- a/src/time/test/stopwatch_test.cc +++ b/src/time/test/stopwatch_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3b9598a00..016d744c0 100644 --- a/src/time/tsc_clock.cc +++ b/src/time/tsc_clock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ddcc9ce4..be65f73ce 100644 --- a/src/time/tsc_clock.h +++ b/src/time/tsc_clock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b6656668b..974f92ed0 100644 --- a/src/trace/trace.cc +++ b/src/trace/trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff7f6259b..edc173d74 100644 --- a/src/trace/trace.h +++ b/src/trace/trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 48e72ded8..862949a56 100644 --- a/src/trace/trace_api.cc +++ b/src/trace/trace_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c5b2d4252..895b435b4 100644 --- a/src/trace/trace_api.h +++ b/src/trace/trace_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f2766d317..bf457796b 100644 --- a/src/trace/trace_config.cc +++ b/src/trace/trace_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dba31b229..df785ae58 100644 --- a/src/trace/trace_config.h +++ b/src/trace/trace_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0ce74a0bf..8e236c7eb 100644 --- a/src/trace/trace_logger.h +++ b/src/trace/trace_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 16d6742f4..607a781cd 100644 --- a/src/trace/trace_loggers.cc +++ b/src/trace/trace_loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ab3c42108..08d041b03 100644 --- a/src/trace/trace_loggers.h +++ b/src/trace/trace_loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1e04af5e7..70721be30 100644 --- a/src/trace/trace_module.cc +++ b/src/trace/trace_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9255e3dd8..3307399bc 100644 --- a/src/trace/trace_module.h +++ b/src/trace/trace_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e71d0a9c4..481d5d31c 100644 --- a/src/trace/trace_parser.cc +++ b/src/trace/trace_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d71b85a97..3c7c8822c 100644 --- a/src/trace/trace_parser.h +++ b/src/trace/trace_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a57c5830e..c9cabebe1 100644 --- a/src/trace/trace_swap.cc +++ b/src/trace/trace_swap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 573f2d812..6fd6b0de3 100644 --- a/src/trace/trace_swap.h +++ b/src/trace/trace_swap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3fabc825b..714815877 100644 --- a/src/utils/boyer_moore.cc +++ b/src/utils/boyer_moore.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6d5eb2423..cb6a2f05c 100644 --- a/src/utils/boyer_moore.h +++ b/src/utils/boyer_moore.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 74e771f88..8fcc12097 100644 --- a/src/utils/cpp_macros.h +++ b/src/utils/cpp_macros.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5059d8694..0611ec15f 100644 --- a/src/utils/dnet_header.h +++ b/src/utils/dnet_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 0e99e92a6..16ecfda2f 100644 --- a/src/utils/dyn_array.cc +++ b/src/utils/dyn_array.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4c9d0cc27..63340d98d 100644 --- a/src/utils/dyn_array.h +++ b/src/utils/dyn_array.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 8bf5da743..0610654f5 100644 --- a/src/utils/endian.h +++ b/src/utils/endian.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dc30319b8..758e64cba 100644 --- a/src/utils/event_gen.h +++ b/src/utils/event_gen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0ff89cc3b..d4d8d2139 100644 --- a/src/utils/infractions.h +++ b/src/utils/infractions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c06d2e98..6449647fe 100644 --- a/src/utils/kmap.cc +++ b/src/utils/kmap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 f93be5aa9..c8e1a39e6 100644 --- a/src/utils/kmap.h +++ b/src/utils/kmap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 4018f866d..e6b52f761 100644 --- a/src/utils/memcap_allocator.h +++ b/src/utils/memcap_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 622f5fca7..1fd9fa0b9 100644 --- a/src/utils/primed_allocator.h +++ b/src/utils/primed_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 57958d337..2082d0499 100644 --- a/src/utils/safec.h +++ b/src/utils/safec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 839b22216..ed9692a97 100644 --- a/src/utils/segment_mem.cc +++ b/src/utils/segment_mem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 1e58c558a..f23d4b81f 100644 --- a/src/utils/segment_mem.h +++ b/src/utils/segment_mem.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 b86bd45c9..e8ebac924 100644 --- a/src/utils/sflsq.cc +++ b/src/utils/sflsq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 c4505f087..8993d244f 100644 --- a/src/utils/sflsq.h +++ b/src/utils/sflsq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 204157c31..8c8ae2f24 100644 --- a/src/utils/snort_bounds.h +++ b/src/utils/snort_bounds.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 bc0b88a4c..2cd651116 100644 --- a/src/utils/stats.cc +++ b/src/utils/stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 17160f89c..b9ca61d2a 100644 --- a/src/utils/stats.h +++ b/src/utils/stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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/test/boyer_moore_test.cc b/src/utils/test/boyer_moore_test.cc index dfc10c977..15093a6dc 100644 --- a/src/utils/test/boyer_moore_test.cc +++ b/src/utils/test/boyer_moore_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3de048e30..96cffac2e 100644 --- a/src/utils/test/memcap_allocator_test.cc +++ b/src/utils/test/memcap_allocator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d61330ced..069a14557 100644 --- a/src/utils/util.cc +++ b/src/utils/util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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-2020 Cisco and/or its affiliates." + LogMessage(" Copyright (C) 2014-2021 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 6489ea1b4..934aca882 100644 --- a/src/utils/util.h +++ b/src/utils/util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 768f3de42..5baf4150c 100644 --- a/src/utils/util_ber.cc +++ b/src/utils/util_ber.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5cb8b2c29..7bc0aa943 100644 --- a/src/utils/util_ber.h +++ b/src/utils/util_ber.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 74853d0af..5cf78205e 100644 --- a/src/utils/util_cstring.cc +++ b/src/utils/util_cstring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 8670cac7e..64a1c815d 100644 --- a/src/utils/util_cstring.h +++ b/src/utils/util_cstring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 d9447ee35..f85336d06 100644 --- a/src/utils/util_jsnorm.cc +++ b/src/utils/util_jsnorm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 2179a0ca5..13c29f93a 100644 --- a/src/utils/util_jsnorm.h +++ b/src/utils/util_jsnorm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 6b0cbbf80..c4f921c87 100644 --- a/src/utils/util_net.cc +++ b/src/utils/util_net.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 09af96a05..bc83cd4b1 100644 --- a/src/utils/util_net.h +++ b/src/utils/util_net.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 e0661b896..044341002 100644 --- a/src/utils/util_unfold.cc +++ b/src/utils/util_unfold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 5725965b5..eaa1f0d9b 100644 --- a/src/utils/util_unfold.h +++ b/src/utils/util_unfold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ab234e72c..59fbd3267 100644 --- a/src/utils/util_utf.cc +++ b/src/utils/util_utf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 ccf3bddd4..f8814533d 100644 --- a/src/utils/util_utf.h +++ b/src/utils/util_utf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 919f5adaf..a17b5b9d5 100755 --- a/tools/appid_detector_builder.sh +++ b/tools/appid_detector_builder.sh @@ -1,7 +1,7 @@ #!/bin/bash ##-------------------------------------------------------------------------- -## Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +## Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. ## ## This program is free software; 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 264864e0d..d7173ec8c 100644 --- a/tools/flatbuffers/fbstreamer.cc +++ b/tools/flatbuffers/fbstreamer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 9b3f7720c..80e651dd5 100644 --- a/tools/snort2lua/config_states/config_alertfile.cc +++ b/tools/snort2lua/config_states/config_alertfile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 fddd3e2d1..1c6e65bab 100644 --- a/tools/snort2lua/config_states/config_api.cc +++ b/tools/snort2lua/config_states/config_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 19a1cb7ea..f49b1110b 100644 --- a/tools/snort2lua/config_states/config_api.h +++ b/tools/snort2lua/config_states/config_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d1202edc1..48fb4b413 100644 --- a/tools/snort2lua/config_states/config_binding.cc +++ b/tools/snort2lua/config_states/config_binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8a12bda7d..30579c22f 100644 --- a/tools/snort2lua/config_states/config_checksums.cc +++ b/tools/snort2lua/config_states/config_checksums.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 09e444255..5f1a160ba 100644 --- a/tools/snort2lua/config_states/config_classification.cc +++ b/tools/snort2lua/config_states/config_classification.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 979299f94..d3e7dbf60 100644 --- a/tools/snort2lua/config_states/config_daq.cc +++ b/tools/snort2lua/config_states/config_daq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 a34d5e9e4..16327fc26 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 53b1c82f7..effa24481 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 63b1ae42d..2082b6e5d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 27b9c4015..8128a9752 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 9d2da5e4a..39cb56d44 100644 --- a/tools/snort2lua/config_states/config_deleted.cc +++ b/tools/snort2lua/config_states/config_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0dcfb9796..5ac181fbf 100644 --- a/tools/snort2lua/config_states/config_detection.cc +++ b/tools/snort2lua/config_states/config_detection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 a5fe82132..36387b4a5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 66281610a..3e83362ec 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 de352f85e..16d53eae1 100644 --- a/tools/snort2lua/config_states/config_file.cc +++ b/tools/snort2lua/config_states/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b035e8616..8c473176d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d0dd2911f..d7e2c1b3f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 25efcff3e..8ec59be79 100644 --- a/tools/snort2lua/config_states/config_memcaps.cc +++ b/tools/snort2lua/config_states/config_memcaps.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d757ffb97..faa72a5f6 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 c37519b52..af72c40f0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8383ca11f..8d115d354 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 24ac8fcd4..a13a2b50c 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ef43446d0..5da2754eb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 10333da4f..96289573d 100644 --- a/tools/snort2lua/config_states/config_order.cc +++ b/tools/snort2lua/config_states/config_order.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8e36e8781..f21d7c0c9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b9d8e83a0..0b2efc5ee 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ec08d64f3..b15d05e0d 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 fed938cac..1ace87d80 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 9c352dd76..4f3b88c5d 100644 --- a/tools/snort2lua/config_states/config_ppm.cc +++ b/tools/snort2lua/config_states/config_ppm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 86f624c87..6ba2173d7 100644 --- a/tools/snort2lua/config_states/config_profile.cc +++ b/tools/snort2lua/config_states/config_profile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 c6011de9e..cd3fc8aec 100644 --- a/tools/snort2lua/config_states/config_reference.cc +++ b/tools/snort2lua/config_states/config_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b153c278d..27f1d231b 100644 --- a/tools/snort2lua/config_states/config_response.cc +++ b/tools/snort2lua/config_states/config_response.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 abc4a5e51..558a10215 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 601cf5218..c4258a801 100644 --- a/tools/snort2lua/conversion_defines.h +++ b/tools/snort2lua/conversion_defines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 2e35c1cf7..e5b315a3d 100644 --- a/tools/snort2lua/conversion_state.h +++ b/tools/snort2lua/conversion_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 9d5c64dce..6c3a2eedf 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 6544b78e7..600b500e9 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 6540b166f..f947b7330 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 29e147ed2..326b29c5f 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 fa84c6e25..c56a35f91 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 043b32985..3306f0f44 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 cf801f903..405dea241 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 97c444243..f3a8656a0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 205ae4135..8b0593012 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e22928ee1..6d13022f3 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8b8c186de..38e94aec0 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b9444bad1..7885e4f96 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0070ae274..86c276254 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 bd06d9384..6d623f9be 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 129d29c71..24cfc0447 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0915cf7b7..816dc6f66 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 a21c7876f..bd2ec30bc 100644 --- a/tools/snort2lua/data/dt_data.cc +++ b/tools/snort2lua/data/dt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ca9381851..5ea63ca32 100644 --- a/tools/snort2lua/data/dt_data.h +++ b/tools/snort2lua/data/dt_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 bc709241d..c587c6c5b 100644 --- a/tools/snort2lua/data/dt_rule_api.cc +++ b/tools/snort2lua/data/dt_rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 fa3decd00..16b95bc4f 100644 --- a/tools/snort2lua/data/dt_rule_api.h +++ b/tools/snort2lua/data/dt_rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 340ddf432..8b927cb55 100644 --- a/tools/snort2lua/data/dt_state_api.cc +++ b/tools/snort2lua/data/dt_state_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e40303338..1e89a77d4 100644 --- a/tools/snort2lua/data/dt_state_api.h +++ b/tools/snort2lua/data/dt_state_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f877543a9..e0e7a8537 100644 --- a/tools/snort2lua/data/dt_table_api.cc +++ b/tools/snort2lua/data/dt_table_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 62b60c3f1..5629d7338 100644 --- a/tools/snort2lua/data/dt_table_api.h +++ b/tools/snort2lua/data/dt_table_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 717bb9eb2..c415e6570 100644 --- a/tools/snort2lua/helpers/converter.cc +++ b/tools/snort2lua/helpers/converter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 07798e935..3f56b0143 100644 --- a/tools/snort2lua/helpers/converter.h +++ b/tools/snort2lua/helpers/converter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b7a6143a9..2548f1da0 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 196a99647..206726200 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.h +++ b/tools/snort2lua/helpers/parse_cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ba5984fa6..f10167b04 100644 --- a/tools/snort2lua/helpers/s2l_markup.cc +++ b/tools/snort2lua/helpers/s2l_markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 a4155a564..18ec5372b 100644 --- a/tools/snort2lua/helpers/s2l_markup.h +++ b/tools/snort2lua/helpers/s2l_markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ba4847dbb..880d176bc 100644 --- a/tools/snort2lua/helpers/s2l_util.cc +++ b/tools/snort2lua/helpers/s2l_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 2e24ee737..a0b4f0498 100644 --- a/tools/snort2lua/helpers/s2l_util.h +++ b/tools/snort2lua/helpers/s2l_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 eb5b9084b..c257aa5f3 100644 --- a/tools/snort2lua/helpers/util_binder.cc +++ b/tools/snort2lua/helpers/util_binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 19576c8e6..eced864e8 100644 --- a/tools/snort2lua/helpers/util_binder.h +++ b/tools/snort2lua/helpers/util_binder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b9a581cfb..64ff8e7fb 100644 --- a/tools/snort2lua/init_state.cc +++ b/tools/snort2lua/init_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 5e24c075b..5d9982a85 100644 --- a/tools/snort2lua/init_state.h +++ b/tools/snort2lua/init_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 2e5cbc81c..4090a2f7c 100644 --- a/tools/snort2lua/keyword_states/keywords_api.cc +++ b/tools/snort2lua/keyword_states/keywords_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 45ded403b..187291d5f 100644 --- a/tools/snort2lua/keyword_states/keywords_api.h +++ b/tools/snort2lua/keyword_states/keywords_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 329d98900..51a58a75b 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e1ed07c9f..6280e0301 100644 --- a/tools/snort2lua/keyword_states/kws_config.cc +++ b/tools/snort2lua/keyword_states/kws_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f12d8f9bf..4a60d97f4 100644 --- a/tools/snort2lua/keyword_states/kws_deleted.cc +++ b/tools/snort2lua/keyword_states/kws_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 af16eafd3..2f4205387 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 93623a747..ea3d6f93b 100644 --- a/tools/snort2lua/keyword_states/kws_file.cc +++ b/tools/snort2lua/keyword_states/kws_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0d8a46ecf..a9c4dac43 100644 --- a/tools/snort2lua/keyword_states/kws_include.cc +++ b/tools/snort2lua/keyword_states/kws_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f0bfa6772..dd58c590e 100644 --- a/tools/snort2lua/keyword_states/kws_output.cc +++ b/tools/snort2lua/keyword_states/kws_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 15518090b..2a537e604 100644 --- a/tools/snort2lua/keyword_states/kws_paths.cc +++ b/tools/snort2lua/keyword_states/kws_paths.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 c2e0e5542..1a75d5d01 100644 --- a/tools/snort2lua/keyword_states/kws_preprocessor.cc +++ b/tools/snort2lua/keyword_states/kws_preprocessor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 387459d3f..ee2bf350e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e50e398e5..6253d7931 100644 --- a/tools/snort2lua/keyword_states/kws_rule.cc +++ b/tools/snort2lua/keyword_states/kws_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 1eeef00a4..981260634 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 198281289..c7ec6e147 100644 --- a/tools/snort2lua/keyword_states/kws_ruletype.cc +++ b/tools/snort2lua/keyword_states/kws_ruletype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ab5575b27..31ab4fade 100644 --- a/tools/snort2lua/keyword_states/kws_suppress.cc +++ b/tools/snort2lua/keyword_states/kws_suppress.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ca7b1e765..4ff07e3a1 100644 --- a/tools/snort2lua/keyword_states/kws_var.cc +++ b/tools/snort2lua/keyword_states/kws_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 749c9f89b..4d78265a1 100644 --- a/tools/snort2lua/output_states/out_csv.cc +++ b/tools/snort2lua/output_states/out_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 9ac8b9a69..7c0fd5c0f 100644 --- a/tools/snort2lua/output_states/out_deleted.cc +++ b/tools/snort2lua/output_states/out_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 dbc7cbeab..20d1d1d4c 100644 --- a/tools/snort2lua/output_states/out_fast.cc +++ b/tools/snort2lua/output_states/out_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0863f0bf8..661273282 100644 --- a/tools/snort2lua/output_states/out_full.cc +++ b/tools/snort2lua/output_states/out_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 5f46b673a..1b831f88b 100644 --- a/tools/snort2lua/output_states/out_null.cc +++ b/tools/snort2lua/output_states/out_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 1b837c0fa..512995b33 100644 --- a/tools/snort2lua/output_states/out_syslog.cc +++ b/tools/snort2lua/output_states/out_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e68b2678e..3fd329f3f 100644 --- a/tools/snort2lua/output_states/out_tcpdump.cc +++ b/tools/snort2lua/output_states/out_tcpdump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d0e3a528a..439fb2691 100644 --- a/tools/snort2lua/output_states/out_test.cc +++ b/tools/snort2lua/output_states/out_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 29296379e..f0faeddf2 100644 --- a/tools/snort2lua/output_states/out_unified2.cc +++ b/tools/snort2lua/output_states/out_unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e297d22f3..59d89713a 100644 --- a/tools/snort2lua/output_states/out_unixsock.cc +++ b/tools/snort2lua/output_states/out_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 df8934cd5..4f44c0741 100644 --- a/tools/snort2lua/output_states/output_api.cc +++ b/tools/snort2lua/output_states/output_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 884768db5..ff2dba584 100644 --- a/tools/snort2lua/output_states/output_api.h +++ b/tools/snort2lua/output_states/output_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 1cd729bc0..e7dd88412 100644 --- a/tools/snort2lua/preprocessor_states/pps_appid.cc +++ b/tools/snort2lua/preprocessor_states/pps_appid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 84c4110a0..1706d7400 100644 --- a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc +++ b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 1e7cb3190..7f88275ca 100644 --- a/tools/snort2lua/preprocessor_states/pps_bo.cc +++ b/tools/snort2lua/preprocessor_states/pps_bo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 77345e836..f3aee82a0 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 eb8ac6d96..3c60fdadb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 7845b0c71..9f0efface 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f329304fa..6526b3656 100644 --- a/tools/snort2lua/preprocessor_states/pps_dnp3.cc +++ b/tools/snort2lua/preprocessor_states/pps_dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8c4470419..978ef4bcc 100644 --- a/tools/snort2lua/preprocessor_states/pps_dns.cc +++ b/tools/snort2lua/preprocessor_states/pps_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 7890cfc81..dc5322d4e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0010096d8..68ffcfafd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 3aa0d4c38..ab2febf1a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 c43a6f53b..591b559a2 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 45b62f730..f96054b6d 100644 --- a/tools/snort2lua/preprocessor_states/pps_gtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ac8e2cdaf..4427c4e5a 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 00f02e33a..2be4d516e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0a53a6206..652655118 100644 --- a/tools/snort2lua/preprocessor_states/pps_imap.cc +++ b/tools/snort2lua/preprocessor_states/pps_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 eac74a3a5..c86cd3ff8 100644 --- a/tools/snort2lua/preprocessor_states/pps_modbus.cc +++ b/tools/snort2lua/preprocessor_states/pps_modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 409f972f9..7cea27106 100644 --- a/tools/snort2lua/preprocessor_states/pps_normalizers.cc +++ b/tools/snort2lua/preprocessor_states/pps_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 128cee815..ffff06e72 100644 --- a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc +++ b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 2589c0d34..d810d69fb 100644 --- a/tools/snort2lua/preprocessor_states/pps_pop.cc +++ b/tools/snort2lua/preprocessor_states/pps_pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 096548271..986cd10ea 100644 --- a/tools/snort2lua/preprocessor_states/pps_reputation.cc +++ b/tools/snort2lua/preprocessor_states/pps_reputation.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d4774df0a..ce08256f1 100644 --- a/tools/snort2lua/preprocessor_states/pps_rna.cc +++ b/tools/snort2lua/preprocessor_states/pps_rna.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f2c7e280e..0e1da88f8 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 38dad9b59..99dad9043 100644 --- a/tools/snort2lua/preprocessor_states/pps_sdf.cc +++ b/tools/snort2lua/preprocessor_states/pps_sdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 07d8010fd..f95172b2c 100644 --- a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc +++ b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 3b00f42c4..e128936b3 100644 --- a/tools/snort2lua/preprocessor_states/pps_sip.cc +++ b/tools/snort2lua/preprocessor_states/pps_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 bc8ddeff0..50c5d89cc 100644 --- a/tools/snort2lua/preprocessor_states/pps_smtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e1d05c991..234a0266c 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssh.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 493a9a5c3..3438c40f0 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssl.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 e05eed59c..c513e46dd 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 fccf14c1b..9537c6727 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f27db1292..58f6c3a23 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 da2af4766..fe8aaed35 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 5a4e818a2..3092f6f29 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ccb1a4ca1..67fc07a1b 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.cc +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 99cfef944..f784d38d0 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.h +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 5d2d14d17..c8a21439f 100644 --- a/tools/snort2lua/rule_states/rule_api.cc +++ b/tools/snort2lua/rule_states/rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ac8dd161e..10204de9d 100644 --- a/tools/snort2lua/rule_states/rule_api.h +++ b/tools/snort2lua/rule_states/rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b06b6ced4..999e1dd30 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 041bfb045..8f416e241 100644 --- a/tools/snort2lua/rule_states/rule_content.cc +++ b/tools/snort2lua/rule_states/rule_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 a3ab3f4ae..023709801 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 666d141c0..e4aa747ce 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 c0523d076..a647a9932 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d4d06d03f..cae5b7eae 100644 --- a/tools/snort2lua/rule_states/rule_dsize.cc +++ b/tools/snort2lua/rule_states/rule_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 0851cb0bd..f33ca4e80 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 76c30d89a..772d4dcbb 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 854d3ce5a..650bc3db5 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d38be6d1b..3d5773b0e 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 7ff3818b9..8ce5b7576 100644 --- a/tools/snort2lua/rule_states/rule_isdataat.cc +++ b/tools/snort2lua/rule_states/rule_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 3c04ec1b6..caf248926 100644 --- a/tools/snort2lua/rule_states/rule_metadata.cc +++ b/tools/snort2lua/rule_states/rule_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 fd0cfacd8..7d096e601 100644 --- a/tools/snort2lua/rule_states/rule_pcre.cc +++ b/tools/snort2lua/rule_states/rule_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8fb343049..d027191e8 100644 --- a/tools/snort2lua/rule_states/rule_react.cc +++ b/tools/snort2lua/rule_states/rule_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 91759d6ec..ddfd64914 100644 --- a/tools/snort2lua/rule_states/rule_replace.cc +++ b/tools/snort2lua/rule_states/rule_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 ad57b554a..e1c05a2db 100644 --- a/tools/snort2lua/rule_states/rule_resp.cc +++ b/tools/snort2lua/rule_states/rule_resp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 8347dbe06..d3070df02 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f8af04018..8ae7c7999 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f1915f590..2cb388058 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-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 774a8ba6c..d26182012 100644 --- a/tools/snort2lua/rule_states/rule_tag.cc +++ b/tools/snort2lua/rule_states/rule_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 6df198774..fd97fc4bd 100644 --- a/tools/snort2lua/rule_states/rule_threshold.cc +++ b/tools/snort2lua/rule_states/rule_threshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 b518fc1ce..265a7ff31 100644 --- a/tools/snort2lua/rule_states/rule_ttl.cc +++ b/tools/snort2lua/rule_states/rule_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 aad7bd717..3da8e4c78 100644 --- a/tools/snort2lua/rule_states/rule_unchanged.cc +++ b/tools/snort2lua/rule_states/rule_unchanged.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f12ccc403..05b1ef255 100644 --- a/tools/snort2lua/rule_states/rule_unsupported.cc +++ b/tools/snort2lua/rule_states/rule_unsupported.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 9e88a6e23..52cbb8d4b 100644 --- a/tools/snort2lua/rule_states/rule_urilen.cc +++ b/tools/snort2lua/rule_states/rule_urilen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 7aade06b8..3eaa05da0 100644 --- a/tools/snort2lua/snort2lua.cc +++ b/tools/snort2lua/snort2lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 f904e8709..67735cf14 100644 --- a/tools/u2boat/u2boat.cc +++ b/tools/u2boat/u2boat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 3df55ac1f..ffe73be25 100644 --- a/tools/u2spewfoo/u2_common.h +++ b/tools/u2spewfoo/u2_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 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 9c70fdd15..498c379a9 100644 --- a/tools/u2spewfoo/u2spewfoo.cc +++ b/tools/u2spewfoo/u2spewfoo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch //