From: Maya Dagon (mdagon) Date: Thu, 11 Jan 2024 14:05:58 +0000 (+0000) Subject: Pull request #4160: Copyright: Update year to 2024 X-Git-Tag: 3.1.78.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88d016dc5fa25f4da3f893d05e75e599996cb63;p=thirdparty%2Fsnort3.git Pull request #4160: Copyright: Update year to 2024 Merge in SNORT/snort3 from ~MDAGON/snort3:copyright to master Squashed commit of the following: commit 4e4aa910e16b69b25483aee2b87d0b3b6fe98d05 Author: maya dagon Date: Tue Jan 9 10:34:28 2024 -0500 Copyright: Update year to 2024 --- diff --git a/daqs/daq_file.c b/daqs/daq_file.c index 14c48aa47..a159cb287 100644 --- a/daqs/daq_file.c +++ b/daqs/daq_file.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 68c668d99..e7b602042 100644 --- a/daqs/daq_hext.c +++ b/daqs/daq_hext.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 d64439ff8..03c0f8c37 100644 --- a/daqs/daq_user.h +++ b/daqs/daq_user.h @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_alert.cc b/src/actions/act_alert.cc index b259bd7a7..72a181f8e 100644 --- a/src/actions/act_alert.cc +++ b/src/actions/act_alert.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_block.cc b/src/actions/act_block.cc index a38d6b257..244a0739b 100644 --- a/src/actions/act_block.cc +++ b/src/actions/act_block.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_drop.cc b/src/actions/act_drop.cc index aa324801b..2e112ae6b 100644 --- a/src/actions/act_drop.cc +++ b/src/actions/act_drop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_file_id.cc b/src/actions/act_file_id.cc index 82444d239..fb5af763f 100644 --- a/src/actions/act_file_id.cc +++ b/src/actions/act_file_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_log.cc b/src/actions/act_log.cc index 8b77a35c2..5293e6d15 100644 --- a/src/actions/act_log.cc +++ b/src/actions/act_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/actions/act_pass.cc b/src/actions/act_pass.cc index 9a18127d3..420887ee3 100644 --- a/src/actions/act_pass.cc +++ b/src/actions/act_pass.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e52576470..091c91788 100644 --- a/src/actions/act_react.cc +++ b/src/actions/act_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 dbb1fe0dc..1a6844c56 100644 --- a/src/actions/act_reject.cc +++ b/src/actions/act_reject.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 d5d292e06..0cb023bdd 100644 --- a/src/actions/act_replace.cc +++ b/src/actions/act_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64a129b31..801150abe 100644 --- a/src/actions/actions.cc +++ b/src/actions/actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7648b00b5..31c7f0ee6 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dd14b89b0..c5a955add 100644 --- a/src/actions/ips_actions.cc +++ b/src/actions/ips_actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4fa9a673c..f11605a98 100644 --- a/src/actions/ips_actions.h +++ b/src/actions/ips_actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21635c653..035d29df0 100644 --- a/src/catch/catch_main.cc +++ b/src/catch/catch_main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aa1a3c121..d5cea2044 100644 --- a/src/catch/snort_catch.h +++ b/src/catch/snort_catch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6d958ef96..545b6c1c3 100644 --- a/src/catch/unit_test.cc +++ b/src/catch/unit_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1e4ad01d7..66188ae30 100644 --- a/src/catch/unit_test.h +++ b/src/catch/unit_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c2c2df7fb..7493a5333 100644 --- a/src/codecs/codec_api.cc +++ b/src/codecs/codec_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9f1983a2c..3ce9a6486 100644 --- a/src/codecs/codec_api.h +++ b/src/codecs/codec_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 899feba3e..db88cedfd 100644 --- a/src/codecs/codec_module.cc +++ b/src/codecs/codec_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af17bdb3a..5742107a6 100644 --- a/src/codecs/codec_module.h +++ b/src/codecs/codec_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93afcb842..4a0339d8c 100644 --- a/src/codecs/ip/cd_auth.cc +++ b/src/codecs/ip/cd_auth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bdcdcb4a1..8ab1c65d7 100644 --- a/src/codecs/ip/cd_bad_proto.cc +++ b/src/codecs/ip/cd_bad_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7c1b72192..2b9f4921d 100644 --- a/src/codecs/ip/cd_dst_opts.cc +++ b/src/codecs/ip/cd_dst_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0fdd0c355..89f48ad1f 100644 --- a/src/codecs/ip/cd_esp.cc +++ b/src/codecs/ip/cd_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 14b6c87e4..a7013f810 100644 --- a/src/codecs/ip/cd_frag.cc +++ b/src/codecs/ip/cd_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 054a2071b..68f614ec2 100644 --- a/src/codecs/ip/cd_gre.cc +++ b/src/codecs/ip/cd_gre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9cf559842..89b9b6819 100644 --- a/src/codecs/ip/cd_hop_opts.cc +++ b/src/codecs/ip/cd_hop_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 334805ca2..fe77f5d9e 100644 --- a/src/codecs/ip/cd_icmp4.cc +++ b/src/codecs/ip/cd_icmp4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1e90b4c66..9d3e68ce0 100644 --- a/src/codecs/ip/cd_icmp6.cc +++ b/src/codecs/ip/cd_icmp6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 adcfb901c..6c4e74f94 100644 --- a/src/codecs/ip/cd_igmp.cc +++ b/src/codecs/ip/cd_igmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a9bde602b..1459e5491 100644 --- a/src/codecs/ip/cd_ipv4.cc +++ b/src/codecs/ip/cd_ipv4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1886ab9e7..f098e75b2 100644 --- a/src/codecs/ip/cd_ipv6.cc +++ b/src/codecs/ip/cd_ipv6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2971aa3ac..89d74c30b 100644 --- a/src/codecs/ip/cd_mobility.cc +++ b/src/codecs/ip/cd_mobility.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a6d71149..fb9398ae9 100644 --- a/src/codecs/ip/cd_no_next.cc +++ b/src/codecs/ip/cd_no_next.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2265d3279..16ee85fbc 100644 --- a/src/codecs/ip/cd_pgm.cc +++ b/src/codecs/ip/cd_pgm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a6e83ce20..536958448 100644 --- a/src/codecs/ip/cd_routing.cc +++ b/src/codecs/ip/cd_routing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 178871f33..66adba207 100644 --- a/src/codecs/ip/cd_tcp.cc +++ b/src/codecs/ip/cd_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 22ebbce4b..5fe983246 100644 --- a/src/codecs/ip/cd_udp.cc +++ b/src/codecs/ip/cd_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 80784c54e..41653a7da 100644 --- a/src/codecs/ip/checksum.h +++ b/src/codecs/ip/checksum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 833baf20b..e8a45bd5c 100644 --- a/src/codecs/link/cd_arp.cc +++ b/src/codecs/link/cd_arp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1e997efdc..0e2b3c3c2 100644 --- a/src/codecs/link/cd_ciscometadata.cc +++ b/src/codecs/link/cd_ciscometadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f5ac78cd..bcf147a6a 100644 --- a/src/codecs/link/cd_erspan2.cc +++ b/src/codecs/link/cd_erspan2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ac58b3fdc..b9973dabb 100644 --- a/src/codecs/link/cd_erspan3.cc +++ b/src/codecs/link/cd_erspan3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d6bdf0619..7ba8f54bb 100644 --- a/src/codecs/link/cd_fabricpath.cc +++ b/src/codecs/link/cd_fabricpath.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb3778574..c3b3f63c2 100644 --- a/src/codecs/link/cd_mpls.cc +++ b/src/codecs/link/cd_mpls.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ef43b83d7..70e9e21f3 100644 --- a/src/codecs/link/cd_ppp_encap.cc +++ b/src/codecs/link/cd_ppp_encap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 fa11be896..81456e744 100644 --- a/src/codecs/link/cd_pppoe.cc +++ b/src/codecs/link/cd_pppoe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 86ebb11f9..80d3d4ae7 100644 --- a/src/codecs/link/cd_trans_bridge.cc +++ b/src/codecs/link/cd_trans_bridge.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 91aa648ea..92c3fa93d 100644 --- a/src/codecs/link/cd_vlan.cc +++ b/src/codecs/link/cd_vlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 760db8e86..f0f1530ee 100644 --- a/src/codecs/misc/cd_default.cc +++ b/src/codecs/misc/cd_default.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/codecs/misc/cd_geneve.cc b/src/codecs/misc/cd_geneve.cc index 42a2b5e40..dac6eb521 100644 --- a/src/codecs/misc/cd_geneve.cc +++ b/src/codecs/misc/cd_geneve.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8fff25ab3..972ff3068 100644 --- a/src/codecs/misc/cd_gtp.cc +++ b/src/codecs/misc/cd_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 83c3e172b..2e346e79c 100644 --- a/src/codecs/misc/cd_icmp4_ip.cc +++ b/src/codecs/misc/cd_icmp4_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9f8843f16..62246fe95 100644 --- a/src/codecs/misc/cd_icmp6_ip.cc +++ b/src/codecs/misc/cd_icmp6_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d7874ba66..2f8fa5124 100644 --- a/src/codecs/misc/cd_llc.cc +++ b/src/codecs/misc/cd_llc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c6314285e..742b909d5 100644 --- a/src/codecs/misc/cd_teredo.cc +++ b/src/codecs/misc/cd_teredo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 13a5c6d7a..c9ad1bd82 100644 --- a/src/codecs/misc/cd_user.cc +++ b/src/codecs/misc/cd_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c187a8136..a5304dbf3 100644 --- a/src/codecs/misc/cd_vxlan.cc +++ b/src/codecs/misc/cd_vxlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/test/geneve_codec_test.cc b/src/codecs/misc/test/geneve_codec_test.cc index 3f8bae834..0c865c912 100644 --- a/src/codecs/misc/test/geneve_codec_test.cc +++ b/src/codecs/misc/test/geneve_codec_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 37b609298..4ca32e6e3 100644 --- a/src/codecs/root/cd_eth.cc +++ b/src/codecs/root/cd_eth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5d7ba181b..54401f17b 100644 --- a/src/codecs/root/cd_raw.cc +++ b/src/codecs/root/cd_raw.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9fe3b14c9..f02c51b54 100644 --- a/src/connectors/connectors.cc +++ b/src/connectors/connectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f4878e367..414c82f80 100644 --- a/src/connectors/connectors.h +++ b/src/connectors/connectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a35861c72..944e2485a 100644 --- a/src/connectors/file_connector/file_connector.cc +++ b/src/connectors/file_connector/file_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a7a95bb21..0a0df25f5 100644 --- a/src/connectors/file_connector/file_connector.h +++ b/src/connectors/file_connector/file_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a8181fa4..25c0da164 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb2a8cd35..0154743e6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 020a563aa..76b17a13f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2968235bf..6c7bd84d4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 930008a85..a5a690605 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff6797d20..b3836d3b2 100644 --- a/src/connectors/tcp_connector/tcp_connector.cc +++ b/src/connectors/tcp_connector/tcp_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 882b4c801..a1b0739ca 100644 --- a/src/connectors/tcp_connector/tcp_connector.h +++ b/src/connectors/tcp_connector/tcp_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e24645ce6..d6684ef1b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc009c9fb..284682f6f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d7f34bf0..63f089180 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cb4254098..1c6cf684c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 700601697..edfc627c0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control.cc b/src/control/control.cc index da861dd0e..2464b4672 100644 --- a/src/control/control.cc +++ b/src/control/control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control.h b/src/control/control.h index 71fea8bff..136a6dd6e 100644 --- a/src/control/control.h +++ b/src/control/control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control_mgmt.cc b/src/control/control_mgmt.cc index 54f5ba09a..d9f0681b6 100644 --- a/src/control/control_mgmt.cc +++ b/src/control/control_mgmt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/control/control_mgmt.h b/src/control/control_mgmt.h index c30b02c60..5ac40a5e6 100644 --- a/src/control/control_mgmt.h +++ b/src/control/control_mgmt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_decomp.cc b/src/decompress/file_decomp.cc index 340d432af..4609a0080 100644 --- a/src/decompress/file_decomp.cc +++ b/src/decompress/file_decomp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e58e2833a..9eac5cd66 100644 --- a/src/decompress/file_decomp.h +++ b/src/decompress/file_decomp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 69b093f7f..6c04d08c6 100644 --- a/src/decompress/file_decomp_pdf.cc +++ b/src/decompress/file_decomp_pdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a71f5e8f..7d7b683fb 100644 --- a/src/decompress/file_decomp_pdf.h +++ b/src/decompress/file_decomp_pdf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9f236ef4a..c1aeaa8c3 100644 --- a/src/decompress/file_decomp_swf.cc +++ b/src/decompress/file_decomp_swf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 880b1f287..3e36d79c2 100644 --- a/src/decompress/file_decomp_swf.h +++ b/src/decompress/file_decomp_swf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 fa8299a9a..5fbd6fc90 100644 --- a/src/decompress/file_decomp_zip.cc +++ b/src/decompress/file_decomp_zip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 524c74261..f8d043b95 100644 --- a/src/decompress/file_decomp_zip.h +++ b/src/decompress/file_decomp_zip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_olefile.cc b/src/decompress/file_olefile.cc index ac8917562..d19106eb5 100644 --- a/src/decompress/file_olefile.cc +++ b/src/decompress/file_olefile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_olefile.h b/src/decompress/file_olefile.h index 3f4d7667d..16b984596 100644 --- a/src/decompress/file_olefile.h +++ b/src/decompress/file_olefile.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_oleheader.cc b/src/decompress/file_oleheader.cc index 454520107..595591c9f 100644 --- a/src/decompress/file_oleheader.cc +++ b/src/decompress/file_oleheader.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/file_oleheader.h b/src/decompress/file_oleheader.h index b32c14d42..2273f6ed3 100644 --- a/src/decompress/file_oleheader.h +++ b/src/decompress/file_oleheader.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/test/file_olefile_test.cc b/src/decompress/test/file_olefile_test.cc index ddc27be44..5f2464586 100644 --- a/src/decompress/test/file_olefile_test.cc +++ b/src/decompress/test/file_olefile_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/decompress/test/file_oleheader_test.cc b/src/decompress/test/file_oleheader_test.cc index 81525e501..e5d5202e0 100644 --- a/src/decompress/test/file_oleheader_test.cc +++ b/src/decompress/test/file_oleheader_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0da22a7e0..41346c0be 100644 --- a/src/detection/context_switcher.cc +++ b/src/detection/context_switcher.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e6026bbeb..aaeecd7d2 100644 --- a/src/detection/context_switcher.h +++ b/src/detection/context_switcher.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8b9da1f9d..b043b855e 100644 --- a/src/detection/detect.cc +++ b/src/detection/detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6c1f85f47..df7db7db9 100644 --- a/src/detection/detect.h +++ b/src/detection/detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5e7d58853..c82349cfc 100644 --- a/src/detection/detect_trace.cc +++ b/src/detection/detect_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ca6ed315..8ce0df2ae 100644 --- a/src/detection/detect_trace.h +++ b/src/detection/detect_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_continuation.h b/src/detection/detection_continuation.h index c28b88990..b3ca57c51 100644 --- a/src/detection/detection_continuation.h +++ b/src/detection/detection_continuation.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 25f7e3341..e659b7701 100644 --- a/src/detection/detection_engine.cc +++ b/src/detection/detection_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 26e6c08d7..dd73347ca 100644 --- a/src/detection/detection_engine.h +++ b/src/detection/detection_engine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c314832b1..cad5d9159 100644 --- a/src/detection/detection_module.cc +++ b/src/detection/detection_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 862cc6bc1..b972b2934 100644 --- a/src/detection/detection_module.h +++ b/src/detection/detection_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5cb815285..fb4723ed3 100644 --- a/src/detection/detection_options.cc +++ b/src/detection/detection_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7fcbb48b7..3423d5436 100644 --- a/src/detection/detection_options.h +++ b/src/detection/detection_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e58b0a8d0..e3e57857c 100644 --- a/src/detection/detection_util.cc +++ b/src/detection/detection_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8cced22bb..0f583100c 100644 --- a/src/detection/detection_util.h +++ b/src/detection/detection_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f7c182eda..0ebc58446 100644 --- a/src/detection/fp_config.cc +++ b/src/detection/fp_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3f7cc0dcd..d5717dbe5 100644 --- a/src/detection/fp_config.h +++ b/src/detection/fp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 94af06a67..804a8e372 100644 --- a/src/detection/fp_create.cc +++ b/src/detection/fp_create.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 425b367ac..435bebd68 100644 --- a/src/detection/fp_create.h +++ b/src/detection/fp_create.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b0d887b83..a6ebdb57c 100644 --- a/src/detection/fp_detect.cc +++ b/src/detection/fp_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 60ef489e9..fbcc77694 100644 --- a/src/detection/fp_detect.h +++ b/src/detection/fp_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 13f5c6861..83f6f28b5 100644 --- a/src/detection/fp_utils.cc +++ b/src/detection/fp_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b46e79f05..f2e255181 100644 --- a/src/detection/fp_utils.h +++ b/src/detection/fp_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a68cd0af6..95fa7c42b 100644 --- a/src/detection/ips_context.cc +++ b/src/detection/ips_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0b4f52682..c86908612 100644 --- a/src/detection/ips_context.h +++ b/src/detection/ips_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5d39bca60..44cc2ad1e 100644 --- a/src/detection/ips_context_chain.cc +++ b/src/detection/ips_context_chain.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc666adfd..4ca8c9af1 100644 --- a/src/detection/ips_context_chain.h +++ b/src/detection/ips_context_chain.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7dbfc4f1e..2055a0341 100644 --- a/src/detection/ips_context_data.cc +++ b/src/detection/ips_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 88168eca0..a3bcdc526 100644 --- a/src/detection/ips_context_data.h +++ b/src/detection/ips_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a2b026880..ed7240d6e 100644 --- a/src/detection/pattern_match_data.h +++ b/src/detection/pattern_match_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8c3308a03..dbcb6092e 100644 --- a/src/detection/pcrm.cc +++ b/src/detection/pcrm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a655f910d..37af4aeb5 100644 --- a/src/detection/pcrm.h +++ b/src/detection/pcrm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7db47be84..69497b079 100644 --- a/src/detection/regex_offload.cc +++ b/src/detection/regex_offload.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ced7e3ba5..6a7800313 100644 --- a/src/detection/regex_offload.h +++ b/src/detection/regex_offload.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 44e7c007f..2b9030266 100644 --- a/src/detection/rtn_checks.cc +++ b/src/detection/rtn_checks.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f63dd69bd..2614599c8 100644 --- a/src/detection/rtn_checks.h +++ b/src/detection/rtn_checks.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a1beaaec6..89a162df8 100644 --- a/src/detection/rule_option_types.h +++ b/src/detection/rule_option_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8b6b593cc..af7772d9d 100644 --- a/src/detection/rules.cc +++ b/src/detection/rules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 136d90158..8fec29f8f 100644 --- a/src/detection/rules.h +++ b/src/detection/rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2a95148cf..39d9cf379 100644 --- a/src/detection/service_map.cc +++ b/src/detection/service_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0009706a7..da17cf6eb 100644 --- a/src/detection/service_map.h +++ b/src/detection/service_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 755ad23b9..278734280 100644 --- a/src/detection/sfrim.cc +++ b/src/detection/sfrim.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 94b51151e..b84c63597 100644 --- a/src/detection/sfrim.h +++ b/src/detection/sfrim.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 b88a16d2b..8207a3dd8 100644 --- a/src/detection/signature.cc +++ b/src/detection/signature.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 54cb47fc5..919e8e7be 100644 --- a/src/detection/signature.h +++ b/src/detection/signature.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7cae0c89f..8799e8426 100644 --- a/src/detection/tag.cc +++ b/src/detection/tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 784bee81b..af661f798 100644 --- a/src/detection/tag.h +++ b/src/detection/tag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 00ae1351c..3c1f13870 100644 --- a/src/detection/treenodes.cc +++ b/src/detection/treenodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5b733f552..baaadbcf9 100644 --- a/src/detection/treenodes.h +++ b/src/detection/treenodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 df88ddf0b..647250b20 100644 --- a/src/dump_config/config_data.cc +++ b/src/dump_config/config_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67d27b3a7..a5f965870 100644 --- a/src/dump_config/config_data.h +++ b/src/dump_config/config_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c9f487c54..0fa6dc2c7 100644 --- a/src/dump_config/config_output.cc +++ b/src/dump_config/config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f18a642d6..90ab34787 100644 --- a/src/dump_config/config_output.h +++ b/src/dump_config/config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0e427f4df..60fab3549 100644 --- a/src/dump_config/json_config_output.cc +++ b/src/dump_config/json_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 588817ebc..422fb6da0 100644 --- a/src/dump_config/json_config_output.h +++ b/src/dump_config/json_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 84ee1c167..f3d48fbf1 100644 --- a/src/dump_config/text_config_output.cc +++ b/src/dump_config/text_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af6f5419a..5b052170a 100644 --- a/src/dump_config/text_config_output.h +++ b/src/dump_config/text_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e61afc698..f2375bebf 100644 --- a/src/events/event.cc +++ b/src/events/event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e569017f2..5290de902 100644 --- a/src/events/event.h +++ b/src/events/event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7aa4a1b3c..1151830b8 100644 --- a/src/events/event_queue.cc +++ b/src/events/event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1647f00df..1484d5302 100644 --- a/src/events/event_queue.h +++ b/src/events/event_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 32d484ce5..86d77f376 100644 --- a/src/events/sfeventq.cc +++ b/src/events/sfeventq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6804af5bc..08013572b 100644 --- a/src/events/sfeventq.h +++ b/src/events/sfeventq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 da8018c30..7e7e6fbef 100644 --- a/src/file_api/circular_buffer.cc +++ b/src/file_api/circular_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 90511757b..6a74eb323 100644 --- a/src/file_api/circular_buffer.h +++ b/src/file_api/circular_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_api.cc b/src/file_api/file_api.cc index bb283ebc9..76c7f5431 100644 --- a/src/file_api/file_api.cc +++ b/src/file_api/file_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_api.h b/src/file_api/file_api.h index 5d7ddcd41..92917a50d 100644 --- a/src/file_api/file_api.h +++ b/src/file_api/file_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8b2c786a6..ca1e5be16 100644 --- a/src/file_api/file_cache.cc +++ b/src/file_api/file_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 335ecc2ed..52416cc7d 100644 --- a/src/file_api/file_cache.h +++ b/src/file_api/file_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 90147a4c0..a3bfa7bc6 100644 --- a/src/file_api/file_capture.cc +++ b/src/file_api/file_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 fa750b817..c38480df1 100644 --- a/src/file_api/file_capture.h +++ b/src/file_api/file_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 140a44aff..459adabb1 100644 --- a/src/file_api/file_config.cc +++ b/src/file_api/file_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d8e1229df..65ad46ece 100644 --- a/src/file_api/file_config.h +++ b/src/file_api/file_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 30fc60259..04ee6a65e 100644 --- a/src/file_api/file_flows.cc +++ b/src/file_api/file_flows.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 04ccfb200..21446a45d 100644 --- a/src/file_api/file_flows.h +++ b/src/file_api/file_flows.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 361be52c9..a720529fc 100644 --- a/src/file_api/file_identifier.cc +++ b/src/file_api/file_identifier.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1e8ebe5f6..4705242bc 100644 --- a/src/file_api/file_identifier.h +++ b/src/file_api/file_identifier.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a3c9bf952..759a03372 100644 --- a/src/file_api/file_lib.cc +++ b/src/file_api/file_lib.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1c21d2c98..f67b2e2ed 100644 --- a/src/file_api/file_lib.h +++ b/src/file_api/file_lib.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 94e6d3151..c2f499bd8 100644 --- a/src/file_api/file_log.cc +++ b/src/file_api/file_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 34bfc8ac2..3b7ce30c6 100644 --- a/src/file_api/file_mempool.cc +++ b/src/file_api/file_mempool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e66275888..a0fa7b7c6 100644 --- a/src/file_api/file_mempool.h +++ b/src/file_api/file_mempool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2d8f201ef..bf1e782ac 100644 --- a/src/file_api/file_module.cc +++ b/src/file_api/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7d1bf1c12..04e6f16c7 100644 --- a/src/file_api/file_module.h +++ b/src/file_api/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_segment.cc b/src/file_api/file_segment.cc index c2cfe1c54..9f09ea90f 100644 --- a/src/file_api/file_segment.cc +++ b/src/file_api/file_segment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0785bff9a..6a123d2d0 100644 --- a/src/file_api/file_segment.h +++ b/src/file_api/file_segment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5a88dbdbc..5f076679a 100644 --- a/src/file_api/file_service.cc +++ b/src/file_api/file_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 16b48aa2b..6698a74ed 100644 --- a/src/file_api/file_service.h +++ b/src/file_api/file_service.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0c9a35271..370f2e01c 100644 --- a/src/file_api/file_stats.cc +++ b/src/file_api/file_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 af7e7d744..9eccf8af6 100644 --- a/src/file_api/file_stats.h +++ b/src/file_api/file_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4de8f376f..ef137ef69 100644 --- a/src/filters/detection_filter.cc +++ b/src/filters/detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 cf659cda0..0aeb9d7fd 100644 --- a/src/filters/detection_filter.h +++ b/src/filters/detection_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 99d5377bd..141e65b85 100644 --- a/src/filters/rate_filter.cc +++ b/src/filters/rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 24435a1f0..0c9d8c661 100644 --- a/src/filters/rate_filter.h +++ b/src/filters/rate_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 57a389b52..62bb87a49 100644 --- a/src/filters/sfrf.cc +++ b/src/filters/sfrf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b206acac4..b72bfc165 100644 --- a/src/filters/sfrf.h +++ b/src/filters/sfrf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a21958ad6..4abc28018 100644 --- a/src/filters/sfrf_test.cc +++ b/src/filters/sfrf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 bbbd3991a..cf8fe221c 100644 --- a/src/filters/sfthd.cc +++ b/src/filters/sfthd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 def58f3fd..0e3d8368a 100644 --- a/src/filters/sfthd.h +++ b/src/filters/sfthd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 55253495a..d31f5a0cc 100644 --- a/src/filters/sfthd_test.cc +++ b/src/filters/sfthd_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1fac622a9..ff804533e 100644 --- a/src/filters/sfthreshold.cc +++ b/src/filters/sfthreshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 23b90c05e..9e503f39b 100644 --- a/src/filters/sfthreshold.h +++ b/src/filters/sfthreshold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7cade1696..672e40bf9 100644 --- a/src/flow/deferred_trust.cc +++ b/src/flow/deferred_trust.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d8d641384..a0bcf38d2 100644 --- a/src/flow/deferred_trust.h +++ b/src/flow/deferred_trust.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 73e5aca83..0fc7b586c 100644 --- a/src/flow/expect_cache.cc +++ b/src/flow/expect_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 b5d382eaa..c14592c11 100644 --- a/src/flow/expect_cache.h +++ b/src/flow/expect_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 58aa8b902..bb1b297a2 100644 --- a/src/flow/flow.cc +++ b/src/flow/flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 af03cb337..17550b1a1 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 39d241e88..8623bec52 100644 --- a/src/flow/flow_cache.cc +++ b/src/flow/flow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c01df4f3e..98f475bb5 100644 --- a/src/flow/flow_cache.h +++ b/src/flow/flow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 13dd833a9..5b42ffc9d 100644 --- a/src/flow/flow_config.h +++ b/src/flow/flow_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f7381b5c..49b15b06e 100644 --- a/src/flow/flow_control.cc +++ b/src/flow/flow_control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9b9fa82d8..637978d69 100644 --- a/src/flow/flow_control.h +++ b/src/flow/flow_control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 b9fe56c35..2ef335d2d 100644 --- a/src/flow/flow_data.cc +++ b/src/flow/flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 792052eb5..12434e1a5 100644 --- a/src/flow/flow_data.h +++ b/src/flow/flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 11d23ec5a..2f55806a4 100644 --- a/src/flow/flow_key.cc +++ b/src/flow/flow_key.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 bd5b7be6a..5b25e8e7e 100644 --- a/src/flow/flow_key.h +++ b/src/flow/flow_key.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 ef0e87a31..fa26bf45b 100644 --- a/src/flow/flow_stash.cc +++ b/src/flow/flow_stash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e3ea6ca7..077f022e6 100644 --- a/src/flow/flow_stash.h +++ b/src/flow/flow_stash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a25f29b42..12fa276ad 100644 --- a/src/flow/flow_uni_list.h +++ b/src/flow/flow_uni_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 930c4196d..978ac618d 100644 --- a/src/flow/ha.cc +++ b/src/flow/ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 38d36b0eb..41c65b94c 100644 --- a/src/flow/ha.h +++ b/src/flow/ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b3486e79b..8a43d00ae 100644 --- a/src/flow/ha_module.cc +++ b/src/flow/ha_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e12d30a2e..284c0dfd8 100644 --- a/src/flow/ha_module.h +++ b/src/flow/ha_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 afa3081c8..53a22e5cd 100644 --- a/src/flow/prune_stats.h +++ b/src/flow/prune_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 38d204d41..fbd1e7a41 100644 --- a/src/flow/session.h +++ b/src/flow/session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 506e0397a..ac31e9742 100644 --- a/src/flow/stash_item.h +++ b/src/flow/stash_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 132d1c838..f95479403 100644 --- a/src/flow/test/deferred_trust_test.cc +++ b/src/flow/test/deferred_trust_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 79ee8469c..3d39419eb 100644 --- a/src/flow/test/flow_cache_test.cc +++ b/src/flow/test/flow_cache_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b9e797c12..b52c2f8b7 100644 --- a/src/flow/test/flow_control_test.cc +++ b/src/flow/test/flow_control_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c410f32ab..b9071c999 100644 --- a/src/flow/test/flow_stash_test.cc +++ b/src/flow/test/flow_stash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_stubs.h b/src/flow/test/flow_stubs.h index 9a752fc98..b8d40ef73 100644 --- a/src/flow/test/flow_stubs.h +++ b/src/flow/test/flow_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a7889e31..db41870a7 100644 --- a/src/flow/test/flow_test.cc +++ b/src/flow/test/flow_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc6942a5c..07c9d9577 100644 --- a/src/flow/test/ha_test.cc +++ b/src/flow/test/ha_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6e4e33a2f..8df1edf90 100644 --- a/src/flow/test/session_test.cc +++ b/src/flow/test/session_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c5e1a0e69..421b320e1 100644 --- a/src/framework/base_api.h +++ b/src/framework/base_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 277324cd7..fa6b2437e 100644 --- a/src/framework/bits.h +++ b/src/framework/bits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b76c297fa..ab76c8ab1 100644 --- a/src/framework/codec.cc +++ b/src/framework/codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 81ec3d09b..b4dc26ada 100644 --- a/src/framework/codec.h +++ b/src/framework/codec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 28e626139..a4bd2886a 100644 --- a/src/framework/connector.h +++ b/src/framework/connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dc9bfa45f..a67a2b782 100644 --- a/src/framework/counts.h +++ b/src/framework/counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 25cfc96fa..74adb2f17 100644 --- a/src/framework/cursor.cc +++ b/src/framework/cursor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ac96a64e5..5772aba55 100644 --- a/src/framework/cursor.h +++ b/src/framework/cursor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d24cd5c19..5ece4d881 100644 --- a/src/framework/data_bus.cc +++ b/src/framework/data_bus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5b3e6c197..1491e9906 100644 --- a/src/framework/data_bus.h +++ b/src/framework/data_bus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93c4da995..6dc4e63b7 100644 --- a/src/framework/decode_data.h +++ b/src/framework/decode_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7fe98009c..957433137 100644 --- a/src/framework/endianness.h +++ b/src/framework/endianness.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/framework/file_policy.cc b/src/framework/file_policy.cc index 3dd55f76c..121791e35 100644 --- a/src/framework/file_policy.cc +++ b/src/framework/file_policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/file_policy.h b/src/framework/file_policy.h index 74ef0feed..1f5e7f28b 100644 --- a/src/framework/file_policy.h +++ b/src/framework/file_policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/inspector.cc b/src/framework/inspector.cc index 92229a42e..dc4466797 100644 --- a/src/framework/inspector.cc +++ b/src/framework/inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ae531728e..7c36ad641 100644 --- a/src/framework/inspector.h +++ b/src/framework/inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a912c2858..ddf2d753f 100644 --- a/src/framework/ips_action.h +++ b/src/framework/ips_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1df0f462a..d20c75b81 100644 --- a/src/framework/ips_option.cc +++ b/src/framework/ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c0f251e61..76499f337 100644 --- a/src/framework/ips_option.h +++ b/src/framework/ips_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f577d1690..a0db8cfbe 100644 --- a/src/framework/logger.h +++ b/src/framework/logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 741f24293..fc0cac940 100644 --- a/src/framework/lua_api.h +++ b/src/framework/lua_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2dac5e47..f95f5de61 100644 --- a/src/framework/module.cc +++ b/src/framework/module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7615f81fc..390b5f8b6 100644 --- a/src/framework/module.h +++ b/src/framework/module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dfb333a25..597a9f394 100644 --- a/src/framework/mpse.cc +++ b/src/framework/mpse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2f2915cfc..ad5fea0f1 100644 --- a/src/framework/mpse.h +++ b/src/framework/mpse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6fdf197f8..448da8a99 100644 --- a/src/framework/mpse_batch.cc +++ b/src/framework/mpse_batch.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 55c39be7b..781d0ac19 100644 --- a/src/framework/mpse_batch.h +++ b/src/framework/mpse_batch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 99f59fae2..4b96cb5c4 100644 --- a/src/framework/packet_constraints.cc +++ b/src/framework/packet_constraints.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e95ecd7d3..73e113359 100644 --- a/src/framework/packet_constraints.h +++ b/src/framework/packet_constraints.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a415a877b..28cdd1705 100644 --- a/src/framework/parameter.cc +++ b/src/framework/parameter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a06f90aa8..3c57ca896 100644 --- a/src/framework/parameter.h +++ b/src/framework/parameter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/pdu_section.h b/src/framework/pdu_section.h index ce6ac9d05..0226a9a3f 100644 --- a/src/framework/pdu_section.h +++ b/src/framework/pdu_section.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/framework/policy_selector.h b/src/framework/policy_selector.h index f0f4d4da5..7b8777c54 100644 --- a/src/framework/policy_selector.h +++ b/src/framework/policy_selector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9d49ef65a..db54813e8 100644 --- a/src/framework/range.cc +++ b/src/framework/range.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a9a014200..cf77fa007 100644 --- a/src/framework/range.h +++ b/src/framework/range.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f4d5cf0e9..8025574fc 100644 --- a/src/framework/so_rule.h +++ b/src/framework/so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ab5806ec4..a747206c9 100644 --- a/src/framework/test/data_bus_test.cc +++ b/src/framework/test/data_bus_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4d21fef9..0a2a7a875 100644 --- a/src/framework/value.cc +++ b/src/framework/value.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e3c47d81..a935b164a 100644 --- a/src/framework/value.h +++ b/src/framework/value.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 01dcc2b73..ae11ac314 100644 --- a/src/hash/ghash.cc +++ b/src/hash/ghash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 874464855..be27622fd 100644 --- a/src/hash/ghash.h +++ b/src/hash/ghash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 05ce2fd31..0189de32a 100644 --- a/src/hash/hash_defs.h +++ b/src/hash/hash_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 544b162c5..7dd18b22c 100644 --- a/src/hash/hash_key_operations.cc +++ b/src/hash/hash_key_operations.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 63bfc7849..f56565beb 100644 --- a/src/hash/hash_key_operations.h +++ b/src/hash/hash_key_operations.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 fd37c06f7..3ebb5650e 100644 --- a/src/hash/hash_lru_cache.cc +++ b/src/hash/hash_lru_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf8791981..9383692e4 100644 --- a/src/hash/hash_lru_cache.h +++ b/src/hash/hash_lru_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1041bb117..2daeedbad 100644 --- a/src/hash/hashes.cc +++ b/src/hash/hashes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3c0985911..1df2028bf 100644 --- a/src/hash/hashes.h +++ b/src/hash/hashes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_local.h b/src/hash/lru_cache_local.h index 8d0f38237..4b5853d6c 100644 --- a/src/hash/lru_cache_local.h +++ b/src/hash/lru_cache_local.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e08531e6e..001866c8a 100644 --- a/src/hash/lru_cache_shared.cc +++ b/src/hash/lru_cache_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4460ee266..426374f0c 100644 --- a/src/hash/lru_cache_shared.h +++ b/src/hash/lru_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_segmented_cache_shared.h b/src/hash/lru_segmented_cache_shared.h index 1d744ee27..b7c0eddad 100644 --- a/src/hash/lru_segmented_cache_shared.h +++ b/src/hash/lru_segmented_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e54856522..f26901ba7 100644 --- a/src/hash/primetable.cc +++ b/src/hash/primetable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d77a793bc..44a073565 100644 --- a/src/hash/primetable.h +++ b/src/hash/primetable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 79e8d7a5e..c9dbae584 100644 --- a/src/hash/test/ghash_test.cc +++ b/src/hash/test/ghash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 afdf6d706..04c2ac54d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_local_test.cc b/src/hash/test/lru_cache_local_test.cc index 8101a3b4a..e282e822e 100644 --- a/src/hash/test/lru_cache_local_test.cc +++ b/src/hash/test/lru_cache_local_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 115836a5e..e1fbfd56a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_seg_cache_shared_test.cc b/src/hash/test/lru_seg_cache_shared_test.cc index e703f22c0..6553cd744 100644 --- a/src/hash/test/lru_seg_cache_shared_test.cc +++ b/src/hash/test/lru_seg_cache_shared_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1e3ba74ba..349fd6fb1 100644 --- a/src/hash/test/xhash_test.cc +++ b/src/hash/test/xhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 551cfb899..d3452d2f5 100644 --- a/src/hash/test/zhash_test.cc +++ b/src/hash/test/zhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dfab41c19..a1597809d 100644 --- a/src/hash/xhash.cc +++ b/src/hash/xhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7e057e237..5829499d5 100644 --- a/src/hash/xhash.h +++ b/src/hash/xhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 98c0acf57..e3c937d57 100644 --- a/src/hash/zhash.cc +++ b/src/hash/zhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 143e21ae2..e43076cc2 100644 --- a/src/hash/zhash.h +++ b/src/hash/zhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b9d626f78..16b785417 100644 --- a/src/helpers/base64_encoder.cc +++ b/src/helpers/base64_encoder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5f5649089..bec19d1e7 100644 --- a/src/helpers/base64_encoder.h +++ b/src/helpers/base64_encoder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3621bd1b3..9d9748bea 100644 --- a/src/helpers/bitop.h +++ b/src/helpers/bitop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 87e1c128b..c46318593 100644 --- a/src/helpers/boyer_moore_search.cc +++ b/src/helpers/boyer_moore_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 def543cb7..6ec086774 100644 --- a/src/helpers/boyer_moore_search.h +++ b/src/helpers/boyer_moore_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/buffer_data.cc b/src/helpers/buffer_data.cc index 722cf9aa6..7504414f9 100644 --- a/src/helpers/buffer_data.cc +++ b/src/helpers/buffer_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/helpers/buffer_data.h b/src/helpers/buffer_data.h index b4e8a8e61..7a8271a90 100644 --- a/src/helpers/buffer_data.h +++ b/src/helpers/buffer_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8ffe1d980..160b9d6cc 100644 --- a/src/helpers/chunk.cc +++ b/src/helpers/chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9cca11f1c..03afe8eae 100644 --- a/src/helpers/chunk.h +++ b/src/helpers/chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1d5b5662a..be962207a 100644 --- a/src/helpers/directory.cc +++ b/src/helpers/directory.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 85769c201..fdf437e88 100644 --- a/src/helpers/directory.h +++ b/src/helpers/directory.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b04218002..9ddd711fb 100644 --- a/src/helpers/discovery_filter.cc +++ b/src/helpers/discovery_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c71a64aaf..0b04d57fd 100644 --- a/src/helpers/discovery_filter.h +++ b/src/helpers/discovery_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3037d5499..01da1fad6 100644 --- a/src/helpers/flag_context.h +++ b/src/helpers/flag_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b185140e7..f3ad8292d 100644 --- a/src/helpers/hyper_scratch_allocator.cc +++ b/src/helpers/hyper_scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70a607ffa..4e56c4806 100644 --- a/src/helpers/hyper_scratch_allocator.h +++ b/src/helpers/hyper_scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2e4ebe29e..052a02d7e 100644 --- a/src/helpers/hyper_search.cc +++ b/src/helpers/hyper_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 164bc8f43..dfac777cc 100644 --- a/src/helpers/hyper_search.h +++ b/src/helpers/hyper_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6ee8aee07..7a58cb37f 100644 --- a/src/helpers/json_stream.cc +++ b/src/helpers/json_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8385d001e..84e40be8e 100644 --- a/src/helpers/json_stream.h +++ b/src/helpers/json_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ba5fdaab0..cd4c52285 100644 --- a/src/helpers/literal_search.cc +++ b/src/helpers/literal_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f8834c9f..7e0809d2d 100644 --- a/src/helpers/literal_search.h +++ b/src/helpers/literal_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6335edf19..9aa3a4546 100644 --- a/src/helpers/markup.cc +++ b/src/helpers/markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f8d3379a..3c0e32701 100644 --- a/src/helpers/markup.h +++ b/src/helpers/markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9987593f5..6540aa191 100644 --- a/src/helpers/process.cc +++ b/src/helpers/process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fd70e8659..60a6b3e78 100644 --- a/src/helpers/process.h +++ b/src/helpers/process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2fa8673d..63b7dc202 100644 --- a/src/helpers/ring.h +++ b/src/helpers/ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 941037412..fd35da128 100644 --- a/src/helpers/ring_logic.h +++ b/src/helpers/ring_logic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c9315c511..30be314a5 100644 --- a/src/helpers/scratch_allocator.cc +++ b/src/helpers/scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 55f011faf..036fc2ee5 100644 --- a/src/helpers/scratch_allocator.h +++ b/src/helpers/scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 afb992431..f41a65fa0 100644 --- a/src/helpers/sigsafe.cc +++ b/src/helpers/sigsafe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 97ce4f979..7fc9a6e42 100644 --- a/src/helpers/sigsafe.h +++ b/src/helpers/sigsafe.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f3303716a..d30538910 100644 --- a/src/helpers/test/bitop_test.cc +++ b/src/helpers/test/bitop_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3254a2206..08a0b9345 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2064a980..cfa136a28 100644 --- a/src/helpers/test/hyper_search_test.cc +++ b/src/helpers/test/hyper_search_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 da3edd047..85c73cfac 100644 --- a/src/helpers/test/json_stream_test.cc +++ b/src/helpers/test/json_stream_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/cache_allocator.cc b/src/host_tracker/cache_allocator.cc index 2f046532b..60d0282a7 100644 --- a/src/host_tracker/cache_allocator.cc +++ b/src/host_tracker/cache_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/cache_allocator.h b/src/host_tracker/cache_allocator.h index ae392ad4d..b006f50aa 100644 --- a/src/host_tracker/cache_allocator.h +++ b/src/host_tracker/cache_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/cache_interface.h b/src/host_tracker/cache_interface.h index 57d058fa0..c854ea676 100644 --- a/src/host_tracker/cache_interface.h +++ b/src/host_tracker/cache_interface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e4e7f4477..f23de1697 100644 --- a/src/host_tracker/host_cache.cc +++ b/src/host_tracker/host_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 06f81f977..156e46906 100644 --- a/src/host_tracker/host_cache.h +++ b/src/host_tracker/host_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4b19e505a..f9f197f2c 100644 --- a/src/host_tracker/host_cache_module.cc +++ b/src/host_tracker/host_cache_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09fd1d1fc..539d931ec 100644 --- a/src/host_tracker/host_cache_module.h +++ b/src/host_tracker/host_cache_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_segmented.h b/src/host_tracker/host_cache_segmented.h index fa01cce90..85f21a850 100644 --- a/src/host_tracker/host_cache_segmented.h +++ b/src/host_tracker/host_cache_segmented.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 77afcad83..52f9b7458 100644 --- a/src/host_tracker/host_tracker.cc +++ b/src/host_tracker/host_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f033cc5d..9ef80e4b5 100644 --- a/src/host_tracker/host_tracker.h +++ b/src/host_tracker/host_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64e51ae05..b04d0743b 100644 --- a/src/host_tracker/host_tracker_module.cc +++ b/src/host_tracker/host_tracker_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3306b3c7e..c20a3a1e8 100644 --- a/src/host_tracker/host_tracker_module.h +++ b/src/host_tracker/host_tracker_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/cache_allocator_test.cc b/src/host_tracker/test/cache_allocator_test.cc index 7f1ba103a..c2fd04c1c 100644 --- a/src/host_tracker/test/cache_allocator_test.cc +++ b/src/host_tracker/test/cache_allocator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 559793759..fc0ff89c5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 965cc1a98..49cddafeb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_segmented_test.cc b/src/host_tracker/test/host_cache_segmented_test.cc index 95e81aed7..c9e8e4c3a 100644 --- a/src/host_tracker/test/host_cache_segmented_test.cc +++ b/src/host_tracker/test/host_cache_segmented_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5fb543610..238ba2a37 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5052abee0..529201168 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d790ecd1e..1cb16215b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/extract.cc b/src/ips_options/extract.cc index a673388b6..d19878df8 100644 --- a/src/ips_options/extract.cc +++ b/src/ips_options/extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a18628bee..bcc4610e6 100644 --- a/src/ips_options/extract.h +++ b/src/ips_options/extract.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 02833413c..f978c77ad 100644 --- a/src/ips_options/ips_ack.cc +++ b/src/ips_options/ips_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_base64.cc b/src/ips_options/ips_base64.cc index d8a5acdcc..b2f13147b 100644 --- a/src/ips_options/ips_base64.cc +++ b/src/ips_options/ips_base64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ddbb0b593..a0527d7c6 100644 --- a/src/ips_options/ips_ber_data.cc +++ b/src/ips_options/ips_ber_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1466f23c2..f54e404b7 100644 --- a/src/ips_options/ips_ber_skip.cc +++ b/src/ips_options/ips_ber_skip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc0ff398d..1d7769e05 100644 --- a/src/ips_options/ips_bufferlen.cc +++ b/src/ips_options/ips_bufferlen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2e010af7..26cb745e6 100644 --- a/src/ips_options/ips_byte_extract.cc +++ b/src/ips_options/ips_byte_extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 60c318884..1ddd416b4 100644 --- a/src/ips_options/ips_byte_jump.cc +++ b/src/ips_options/ips_byte_jump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 be5a45bbb..08f030c0f 100644 --- a/src/ips_options/ips_byte_math.cc +++ b/src/ips_options/ips_byte_math.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b727360a0..6de64ada2 100644 --- a/src/ips_options/ips_byte_test.cc +++ b/src/ips_options/ips_byte_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3163e5f0e..2594ae987 100644 --- a/src/ips_options/ips_classtype.cc +++ b/src/ips_options/ips_classtype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c0b27eeca..3eec1f8d1 100644 --- a/src/ips_options/ips_content.cc +++ b/src/ips_options/ips_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1b7d069f9..65a7aa6e4 100644 --- a/src/ips_options/ips_cvs.cc +++ b/src/ips_options/ips_cvs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6fa1d0e2f..9576025d2 100644 --- a/src/ips_options/ips_detection_filter.cc +++ b/src/ips_options/ips_detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 29856d335..532b7a501 100644 --- a/src/ips_options/ips_dsize.cc +++ b/src/ips_options/ips_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 26cbcab83..f310a96a7 100644 --- a/src/ips_options/ips_enable.cc +++ b/src/ips_options/ips_enable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f4b6f9de9..8eb2cb4a6 100644 --- a/src/ips_options/ips_file_data.cc +++ b/src/ips_options/ips_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_meta.cc b/src/ips_options/ips_file_meta.cc index fff9845a8..b23e52371 100644 --- a/src/ips_options/ips_file_meta.cc +++ b/src/ips_options/ips_file_meta.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_type.cc b/src/ips_options/ips_file_type.cc index 472094629..ad6edd005 100644 --- a/src/ips_options/ips_file_type.cc +++ b/src/ips_options/ips_file_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 14abbcea9..37c891ca2 100644 --- a/src/ips_options/ips_flags.cc +++ b/src/ips_options/ips_flags.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 de865813f..7cdc5c49f 100644 --- a/src/ips_options/ips_flow.cc +++ b/src/ips_options/ips_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9f0e61f81..51efe5b0c 100644 --- a/src/ips_options/ips_flowbits.cc +++ b/src/ips_options/ips_flowbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 74b0700ad..5d6adf853 100644 --- a/src/ips_options/ips_flowbits.h +++ b/src/ips_options/ips_flowbits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 464be9d20..7b82e652d 100644 --- a/src/ips_options/ips_fragbits.cc +++ b/src/ips_options/ips_fragbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8404580fb..7ec3ec906 100644 --- a/src/ips_options/ips_fragoffset.cc +++ b/src/ips_options/ips_fragoffset.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1300c38b1..c4ba1211a 100644 --- a/src/ips_options/ips_gid.cc +++ b/src/ips_options/ips_gid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0c21d36be..a58835b4e 100644 --- a/src/ips_options/ips_hash.cc +++ b/src/ips_options/ips_hash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 96bde7382..7a7b159d7 100644 --- a/src/ips_options/ips_icmp_id.cc +++ b/src/ips_options/ips_icmp_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7dd0432f3..53ac6a5b4 100644 --- a/src/ips_options/ips_icmp_seq.cc +++ b/src/ips_options/ips_icmp_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 678af64b7..597a1601e 100644 --- a/src/ips_options/ips_icode.cc +++ b/src/ips_options/ips_icode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 edfd08994..33bcb60a1 100644 --- a/src/ips_options/ips_id.cc +++ b/src/ips_options/ips_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 89f2e456f..d4a9c373f 100644 --- a/src/ips_options/ips_ip_proto.cc +++ b/src/ips_options/ips_ip_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7173b3924..109d1536f 100644 --- a/src/ips_options/ips_ipopts.cc +++ b/src/ips_options/ips_ipopts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b32503c11..07685ae70 100644 --- a/src/ips_options/ips_isdataat.cc +++ b/src/ips_options/ips_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 90458fb56..623260857 100644 --- a/src/ips_options/ips_itype.cc +++ b/src/ips_options/ips_itype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_js_data.cc b/src/ips_options/ips_js_data.cc index 2b1b16ed3..bf3d48d67 100644 --- a/src/ips_options/ips_js_data.cc +++ b/src/ips_options/ips_js_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 616b7cae9..654c355a8 100644 --- a/src/ips_options/ips_luajit.cc +++ b/src/ips_options/ips_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4b4d64182..47b7eeec7 100644 --- a/src/ips_options/ips_metadata.cc +++ b/src/ips_options/ips_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 63902f270..4b2b850dd 100644 --- a/src/ips_options/ips_msg.cc +++ b/src/ips_options/ips_msg.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 81990760a..e6cdd3713 100644 --- a/src/ips_options/ips_options.cc +++ b/src/ips_options/ips_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4838e6fa6..b96f579ba 100644 --- a/src/ips_options/ips_options.h +++ b/src/ips_options/ips_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f14d7c4ff..a1636ec1a 100644 --- a/src/ips_options/ips_pcre.cc +++ b/src/ips_options/ips_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1de108797..2efb8c287 100644 --- a/src/ips_options/ips_pkt_data.cc +++ b/src/ips_options/ips_pkt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6aae87c79..c27ad0b20 100644 --- a/src/ips_options/ips_priority.cc +++ b/src/ips_options/ips_priority.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e133a71d6..669f3cf66 100644 --- a/src/ips_options/ips_raw_data.cc +++ b/src/ips_options/ips_raw_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee4bc16ef..d25edf83a 100644 --- a/src/ips_options/ips_reference.cc +++ b/src/ips_options/ips_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a2ebcb07a..16236b2e8 100644 --- a/src/ips_options/ips_regex.cc +++ b/src/ips_options/ips_regex.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 57a2e5fd2..1efb89c04 100644 --- a/src/ips_options/ips_rem.cc +++ b/src/ips_options/ips_rem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 37d3e0892..b5655bd8e 100644 --- a/src/ips_options/ips_replace.cc +++ b/src/ips_options/ips_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 11ea49071..876dd8121 100644 --- a/src/ips_options/ips_rev.cc +++ b/src/ips_options/ips_rev.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 401fa6f02..d019ac57c 100644 --- a/src/ips_options/ips_rpc.cc +++ b/src/ips_options/ips_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7a9f00eee..371653016 100644 --- a/src/ips_options/ips_sd_pattern.cc +++ b/src/ips_options/ips_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cbc77efb6..c7fccac5c 100644 --- a/src/ips_options/ips_seq.cc +++ b/src/ips_options/ips_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 18a2d8304..7d4718129 100644 --- a/src/ips_options/ips_service.cc +++ b/src/ips_options/ips_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04a9865d9..d4572622b 100644 --- a/src/ips_options/ips_sid.cc +++ b/src/ips_options/ips_sid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d805077c3..41ecb353b 100644 --- a/src/ips_options/ips_so.cc +++ b/src/ips_options/ips_so.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7353a992b..e8d668dc5 100644 --- a/src/ips_options/ips_soid.cc +++ b/src/ips_options/ips_soid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 75273a473..2e0be3fe1 100644 --- a/src/ips_options/ips_tag.cc +++ b/src/ips_options/ips_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a04f125eb..29d38ac26 100644 --- a/src/ips_options/ips_target.cc +++ b/src/ips_options/ips_target.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 374b67902..e4daa8d6c 100644 --- a/src/ips_options/ips_tos.cc +++ b/src/ips_options/ips_tos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1240e4ce2..526a23721 100644 --- a/src/ips_options/ips_ttl.cc +++ b/src/ips_options/ips_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_vba_data.cc b/src/ips_options/ips_vba_data.cc index b9c6decd9..82753a30e 100644 --- a/src/ips_options/ips_vba_data.cc +++ b/src/ips_options/ips_vba_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/ips_options/ips_vba_data.h b/src/ips_options/ips_vba_data.h index 33e9e8ae4..67bdebe07 100644 --- a/src/ips_options/ips_vba_data.h +++ b/src/ips_options/ips_vba_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4eea99dac..1e79249ea 100644 --- a/src/ips_options/ips_window.cc +++ b/src/ips_options/ips_window.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 76b413273..025d84978 100644 --- a/src/ips_options/sd_credit_card.cc +++ b/src/ips_options/sd_credit_card.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 111cda5ae..6f9485658 100644 --- a/src/ips_options/sd_credit_card.h +++ b/src/ips_options/sd_credit_card.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c462ecf88..e2e8d2ae1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_config.h b/src/js_norm/js_config.h index b05ed6609..f8bbb7714 100644 --- a/src/js_norm/js_config.h +++ b/src/js_norm/js_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_enum.h b/src/js_norm/js_enum.h index 0d58fa205..fecd9613b 100644 --- a/src/js_norm/js_enum.h +++ b/src/js_norm/js_enum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_identifier_ctx.cc b/src/js_norm/js_identifier_ctx.cc index ff503407d..5155f0511 100644 --- a/src/js_norm/js_identifier_ctx.cc +++ b/src/js_norm/js_identifier_ctx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_identifier_ctx.h b/src/js_norm/js_identifier_ctx.h index 6ef1ce2b2..07633d8dc 100644 --- a/src/js_norm/js_identifier_ctx.h +++ b/src/js_norm/js_identifier_ctx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_norm.cc b/src/js_norm/js_norm.cc index 1ca0557c9..ba1959271 100644 --- a/src/js_norm/js_norm.cc +++ b/src/js_norm/js_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_norm.h b/src/js_norm/js_norm.h index 994409418..64fa0be09 100644 --- a/src/js_norm/js_norm.h +++ b/src/js_norm/js_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_norm_module.cc b/src/js_norm/js_norm_module.cc index e6f446e61..69166e17b 100644 --- a/src/js_norm/js_norm_module.cc +++ b/src/js_norm/js_norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_norm_module.h b/src/js_norm/js_norm_module.h index 001d1e6f5..f35ee7308 100644 --- a/src/js_norm/js_norm_module.h +++ b/src/js_norm/js_norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_normalizer.cc b/src/js_norm/js_normalizer.cc index 3422beebb..5432c9a33 100644 --- a/src/js_norm/js_normalizer.cc +++ b/src/js_norm/js_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_normalizer.h b/src/js_norm/js_normalizer.h index bd26481a3..63cbc6636 100644 --- a/src/js_norm/js_normalizer.h +++ b/src/js_norm/js_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_pdf_norm.cc b/src/js_norm/js_pdf_norm.cc index 398d6d469..0147bb124 100644 --- a/src/js_norm/js_pdf_norm.cc +++ b/src/js_norm/js_pdf_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_pdf_norm.h b/src/js_norm/js_pdf_norm.h index bc7d7b9db..332ca026d 100644 --- a/src/js_norm/js_pdf_norm.h +++ b/src/js_norm/js_pdf_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_tokenizer.h b/src/js_norm/js_tokenizer.h index 0b24be294..83fc54c49 100644 --- a/src/js_norm/js_tokenizer.h +++ b/src/js_norm/js_tokenizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/js_tokenizer.l b/src/js_norm/js_tokenizer.l index 330bf1254..2885996f2 100644 --- a/src/js_norm/js_tokenizer.l +++ b/src/js_norm/js_tokenizer.l @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/pdf_tokenizer.h b/src/js_norm/pdf_tokenizer.h index 4e9bd0df5..b520c64b2 100644 --- a/src/js_norm/pdf_tokenizer.h +++ b/src/js_norm/pdf_tokenizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/pdf_tokenizer.l b/src/js_norm/pdf_tokenizer.l index c6517de81..7be9fd698 100644 --- a/src/js_norm/pdf_tokenizer.l +++ b/src/js_norm/pdf_tokenizer.l @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_dealias_test.cc b/src/js_norm/test/js_dealias_test.cc index 47588d51a..a75ee8883 100644 --- a/src/js_norm/test/js_dealias_test.cc +++ b/src/js_norm/test/js_dealias_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_identifier_ctx_test.cc b/src/js_norm/test/js_identifier_ctx_test.cc index 214372e5e..e1eeab121 100644 --- a/src/js_norm/test/js_identifier_ctx_test.cc +++ b/src/js_norm/test/js_identifier_ctx_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_norm_benchmark.cc b/src/js_norm/test/js_norm_benchmark.cc index a7b95f17a..97e3f9856 100644 --- a/src/js_norm/test/js_norm_benchmark.cc +++ b/src/js_norm/test/js_norm_benchmark.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_normalizer_test.cc b/src/js_norm/test/js_normalizer_test.cc index d9b2e1d28..7fc6d55f1 100644 --- a/src/js_norm/test/js_normalizer_test.cc +++ b/src/js_norm/test/js_normalizer_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_test_options.cc b/src/js_norm/test/js_test_options.cc index 1343222a1..b9212d224 100644 --- a/src/js_norm/test/js_test_options.cc +++ b/src/js_norm/test/js_test_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_test_options.h b/src/js_norm/test/js_test_options.h index 915f3b0ed..6b0fe1d5a 100644 --- a/src/js_norm/test/js_test_options.h +++ b/src/js_norm/test/js_test_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_test_stubs.cc b/src/js_norm/test/js_test_stubs.cc index d74cd7458..3cccd64d2 100644 --- a/src/js_norm/test/js_test_stubs.cc +++ b/src/js_norm/test/js_test_stubs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_test_utils.cc b/src/js_norm/test/js_test_utils.cc index cdfc6a3e1..4b3a6d6b4 100644 --- a/src/js_norm/test/js_test_utils.cc +++ b/src/js_norm/test/js_test_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_test_utils.h b/src/js_norm/test/js_test_utils.h index af5212309..177cf9e3b 100644 --- a/src/js_norm/test/js_test_utils.h +++ b/src/js_norm/test/js_test_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/js_unescape_test.cc b/src/js_norm/test/js_unescape_test.cc index f5ee7dd59..0c0a19382 100644 --- a/src/js_norm/test/js_unescape_test.cc +++ b/src/js_norm/test/js_unescape_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/jsn_test.cc b/src/js_norm/test/jsn_test.cc index ebaf9e6a0..c3d7819de 100644 --- a/src/js_norm/test/jsn_test.cc +++ b/src/js_norm/test/jsn_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/pdf_tokenizer_benchmark.cc b/src/js_norm/test/pdf_tokenizer_benchmark.cc index 36b1019d1..c99162fda 100644 --- a/src/js_norm/test/pdf_tokenizer_benchmark.cc +++ b/src/js_norm/test/pdf_tokenizer_benchmark.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/js_norm/test/pdf_tokenizer_test.cc b/src/js_norm/test/pdf_tokenizer_test.cc index bb54a18b7..fd1df1cf3 100644 --- a/src/js_norm/test/pdf_tokenizer_test.cc +++ b/src/js_norm/test/pdf_tokenizer_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 781996869..ece088f1c 100644 --- a/src/latency/latency_config.h +++ b/src/latency/latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eef15af25..b41508501 100644 --- a/src/latency/latency_module.cc +++ b/src/latency/latency_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 671bc22de..1f1786066 100644 --- a/src/latency/latency_module.h +++ b/src/latency/latency_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2e8eeebea..ae9fbbce6 100644 --- a/src/latency/latency_rules.h +++ b/src/latency/latency_rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc3d97778..0865d7066 100644 --- a/src/latency/latency_stats.h +++ b/src/latency/latency_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 30193e758..af6ecfdde 100644 --- a/src/latency/latency_timer.h +++ b/src/latency/latency_timer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 01f11c887..f8304c47b 100644 --- a/src/latency/latency_util.h +++ b/src/latency/latency_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fd1e2e33e..7feac2f52 100644 --- a/src/latency/packet_latency.cc +++ b/src/latency/packet_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 54039777c..be14fb1dc 100644 --- a/src/latency/packet_latency.h +++ b/src/latency/packet_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 196b81aa0..bf02b082e 100644 --- a/src/latency/packet_latency_config.h +++ b/src/latency/packet_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 174411e46..21d7a72b3 100644 --- a/src/latency/rule_latency.cc +++ b/src/latency/rule_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8abbbee52..1db0ae6b1 100644 --- a/src/latency/rule_latency.h +++ b/src/latency/rule_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b356fbeae..85fa90027 100644 --- a/src/latency/rule_latency_config.h +++ b/src/latency/rule_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e5cf4e90a..a90134150 100644 --- a/src/latency/rule_latency_state.h +++ b/src/latency/rule_latency_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fabab6e68..1ce93e4a6 100644 --- a/src/log/log.cc +++ b/src/log/log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d12e0d556..54de25fba 100644 --- a/src/log/log.h +++ b/src/log/log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 fbcf42137..ab9f3f516 100644 --- a/src/log/log_text.cc +++ b/src/log/log_text.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9391b2565..92313def8 100644 --- a/src/log/log_text.h +++ b/src/log/log_text.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a46fdcc5c..c21f5140d 100644 --- a/src/log/messages.cc +++ b/src/log/messages.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 03e9927b5..0e91f0cda 100644 --- a/src/log/messages.h +++ b/src/log/messages.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b19573f5b..bf16f8fa5 100644 --- a/src/log/obfuscator.cc +++ b/src/log/obfuscator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a985bbe8d..386fd22b6 100644 --- a/src/log/obfuscator.h +++ b/src/log/obfuscator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6808d7f52..b45cf358e 100644 --- a/src/log/test/obfuscator_test.cc +++ b/src/log/test/obfuscator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 57735a6d1..a0c0b574d 100644 --- a/src/log/text_log.cc +++ b/src/log/text_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c36b828fb..079cd558e 100644 --- a/src/log/text_log.h +++ b/src/log/text_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8b1ae1b75..9b58d21eb 100644 --- a/src/log/u2_packet.cc +++ b/src/log/u2_packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3906ed46e..0b1cf6416 100644 --- a/src/log/u2_packet.h +++ b/src/log/u2_packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c5acca994..c069fa278 100644 --- a/src/log/unified2.h +++ b/src/log/unified2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7792b9b4a..22bc0e89a 100644 --- a/src/loggers/alert_csv.cc +++ b/src/loggers/alert_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 39b35cab3..a1f473a61 100644 --- a/src/loggers/alert_fast.cc +++ b/src/loggers/alert_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4bbecaf61..ae5aeaaee 100644 --- a/src/loggers/alert_full.cc +++ b/src/loggers/alert_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 696fc1e1c..5358b4f05 100644 --- a/src/loggers/alert_json.cc +++ b/src/loggers/alert_json.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ccf4008a..61cc5b7f2 100644 --- a/src/loggers/alert_luajit.cc +++ b/src/loggers/alert_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/loggers/alert_syslog.cc b/src/loggers/alert_syslog.cc index 144bafa85..92e06a33c 100644 --- a/src/loggers/alert_syslog.cc +++ b/src/loggers/alert_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7502d1633..d040dac55 100644 --- a/src/loggers/alert_talos.cc +++ b/src/loggers/alert_talos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2f6cb620..eb86d004a 100644 --- a/src/loggers/alert_unixsock.cc +++ b/src/loggers/alert_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 02412b2d7..f749e33d4 100644 --- a/src/loggers/log_codecs.cc +++ b/src/loggers/log_codecs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 14ed92d69..9d5d202f8 100644 --- a/src/loggers/log_hext.cc +++ b/src/loggers/log_hext.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 097e7504b..a5ca5488b 100644 --- a/src/loggers/log_pcap.cc +++ b/src/loggers/log_pcap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b88268e4b..25921b162 100644 --- a/src/loggers/loggers.cc +++ b/src/loggers/loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5fc24ac66..af9a8ffb3 100644 --- a/src/loggers/loggers.h +++ b/src/loggers/loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 cf599b59c..022ec4799 100644 --- a/src/loggers/unified2.cc +++ b/src/loggers/unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 550e6deab..314c876c2 100644 --- a/src/lua/lua.cc +++ b/src/lua/lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0486f2a85..529541997 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3fa681da5..29a3672c0 100644 --- a/src/lua/lua_ref.h +++ b/src/lua/lua_ref.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/lua/lua_script.h b/src/lua/lua_script.h index cb5b01413..aec04d674 100644 --- a/src/lua/lua_script.h +++ b/src/lua/lua_script.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a43c97f20..9c4154b63 100644 --- a/src/lua/lua_stack.h +++ b/src/lua/lua_stack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b7a0ab201..004f7360f 100644 --- a/src/lua/lua_table.h +++ b/src/lua/lua_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f2d6fe61..46d4a0f8a 100644 --- a/src/lua/test/lua_stack_test.cc +++ b/src/lua/test/lua_stack_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a592ca522..e175a4be0 100644 --- a/src/lua/test/lua_test_common.h +++ b/src/lua/test/lua_test_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64d0a7060..b6f21df8a 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1fb99ec13..fe2de2870 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 195f59a26..a3ee60b6e 100644 --- a/src/main/ac_shell_cmd.cc +++ b/src/main/ac_shell_cmd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21139dd87..bd4066d1d 100644 --- a/src/main/ac_shell_cmd.h +++ b/src/main/ac_shell_cmd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4753c1628..e487b9682 100644 --- a/src/main/analyzer.cc +++ b/src/main/analyzer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ac1bf70d0..54c28420a 100644 --- a/src/main/analyzer.h +++ b/src/main/analyzer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e2aff46c9..7a8389ed1 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e8f63744..a1226cd0c 100644 --- a/src/main/analyzer_command.h +++ b/src/main/analyzer_command.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e4191958c..3fd147fca 100644 --- a/src/main/bootstrap.lua +++ b/src/main/bootstrap.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 41cf0bb53..29cfb2ef9 100644 --- a/src/main/finalize.lua +++ b/src/main/finalize.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 b2ed2a3a8..bd43ba136 100644 --- a/src/main/help.cc +++ b/src/main/help.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bebe3e30c..370d186c0 100644 --- a/src/main/help.h +++ b/src/main/help.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0d047a2fa..53ac50f14 100644 --- a/src/main/modules.cc +++ b/src/main/modules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ec5158f6..02edb222e 100644 --- a/src/main/modules.h +++ b/src/main/modules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/network_module.cc b/src/main/network_module.cc index e70df3d94..5a439ed4e 100644 --- a/src/main/network_module.cc +++ b/src/main/network_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/network_module.h b/src/main/network_module.h index b5cdb17e8..ecf91884a 100644 --- a/src/main/network_module.h +++ b/src/main/network_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aad38c872..0162da213 100644 --- a/src/main/oops_handler.cc +++ b/src/main/oops_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ad3ca01b0..e40e0912e 100644 --- a/src/main/oops_handler.h +++ b/src/main/oops_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 30c8a6b5b..312c37141 100644 --- a/src/main/policy.cc +++ b/src/main/policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6a2e7bfb7..542f50eab 100644 --- a/src/main/policy.h +++ b/src/main/policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/main/reload_tracker.cc b/src/main/reload_tracker.cc index dc9cebe9b..288300558 100644 --- a/src/main/reload_tracker.cc +++ b/src/main/reload_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/reload_tracker.h b/src/main/reload_tracker.h index cd3d2195c..ee82e7b78 100644 --- a/src/main/reload_tracker.h +++ b/src/main/reload_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/main/reload_tuner.h b/src/main/reload_tuner.h index b8ecd0bbd..ebae9a8e0 100644 --- a/src/main/reload_tuner.h +++ b/src/main/reload_tuner.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f64811ab5..04a17cdce 100644 --- a/src/main/shell.cc +++ b/src/main/shell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6b831518d..a414d987d 100644 --- a/src/main/shell.h +++ b/src/main/shell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70f1c94ed..1cb0781ca 100644 --- a/src/main/snort.cc +++ b/src/main/snort.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5cb19a403..d04fccc80 100644 --- a/src/main/snort.h +++ b/src/main/snort.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6b8aa3b83..6b83b589a 100644 --- a/src/main/snort_config.cc +++ b/src/main/snort_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8c5498982..5e661a690 100644 --- a/src/main/snort_config.h +++ b/src/main/snort_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_module.cc b/src/main/snort_module.cc index 6cf8e86f2..54c189b82 100644 --- a/src/main/snort_module.cc +++ b/src/main/snort_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 164aa3ab6..a353da2f3 100644 --- a/src/main/snort_module.h +++ b/src/main/snort_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3b27ac130..823937fc8 100644 --- a/src/main/snort_types.h +++ b/src/main/snort_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ecb8947b1..d60a42c00 100644 --- a/src/main/swapper.cc +++ b/src/main/swapper.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f6ff03541..844940876 100644 --- a/src/main/swapper.h +++ b/src/main/swapper.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_stubs.h b/src/main/test/distill_verdict_stubs.h index 5a2c72e96..8ef8fae1c 100644 --- a/src/main/test/distill_verdict_stubs.h +++ b/src/main/test/distill_verdict_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c98d13435..e4c88fcfb 100644 --- a/src/main/test/distill_verdict_test.cc +++ b/src/main/test/distill_verdict_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 735fb3295..f0b52cae8 100644 --- a/src/main/thread.cc +++ b/src/main/thread.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5fef2a353..a0f03377f 100644 --- a/src/main/thread.h +++ b/src/main/thread.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 29cea962b..99a88921a 100644 --- a/src/main/thread_config.cc +++ b/src/main/thread_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb1ad3335..75a849703 100644 --- a/src/main/thread_config.h +++ b/src/main/thread_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0da1d55d0..939c0abac 100644 --- a/src/managers/action_manager.cc +++ b/src/managers/action_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 033278495..987a38077 100644 --- a/src/managers/action_manager.h +++ b/src/managers/action_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 32546023a..9580882b7 100644 --- a/src/managers/codec_manager.cc +++ b/src/managers/codec_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aba75d5f3..1faa8fec7 100644 --- a/src/managers/codec_manager.h +++ b/src/managers/codec_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1128bd9f4..c5b6b5305 100644 --- a/src/managers/connector_manager.cc +++ b/src/managers/connector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 784bc5e52..6657b65bd 100644 --- a/src/managers/connector_manager.h +++ b/src/managers/connector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2739e29e0..56808e469 100644 --- a/src/managers/coreinit.lua +++ b/src/managers/coreinit.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 f311f9944..80cf85ddd 100644 --- a/src/managers/event_manager.cc +++ b/src/managers/event_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f388b3f57..4b5173678 100644 --- a/src/managers/event_manager.h +++ b/src/managers/event_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5587b67be..dd73991ff 100644 --- a/src/managers/inspector_manager.cc +++ b/src/managers/inspector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ddece85d5..62ee48dd0 100644 --- a/src/managers/inspector_manager.h +++ b/src/managers/inspector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2a5b47a3c..d3c13aa21 100644 --- a/src/managers/ips_manager.cc +++ b/src/managers/ips_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db3abf927..09d48f40b 100644 --- a/src/managers/ips_manager.h +++ b/src/managers/ips_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b8a6431a6..b01e38d18 100644 --- a/src/managers/lua_plugin_defs.h +++ b/src/managers/lua_plugin_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 33187bd9e..b6f441451 100644 --- a/src/managers/module_manager.cc +++ b/src/managers/module_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 25fd8085e..9b2fb9be2 100644 --- a/src/managers/module_manager.h +++ b/src/managers/module_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dc0b21abf..bc331211f 100644 --- a/src/managers/mpse_manager.cc +++ b/src/managers/mpse_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f823d652..765ce15f2 100644 --- a/src/managers/mpse_manager.h +++ b/src/managers/mpse_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 71972ca95..429db50a3 100644 --- a/src/managers/plugin_manager.cc +++ b/src/managers/plugin_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 020bbc234..4f2a7d5e3 100644 --- a/src/managers/plugin_manager.h +++ b/src/managers/plugin_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/policy_selector_manager.cc b/src/managers/policy_selector_manager.cc index 3ffa2391f..1446f0e0d 100644 --- a/src/managers/policy_selector_manager.cc +++ b/src/managers/policy_selector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/managers/policy_selector_manager.h b/src/managers/policy_selector_manager.h index acf94b5db..050d693de 100644 --- a/src/managers/policy_selector_manager.h +++ b/src/managers/policy_selector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3752ba4a7..375ce8739 100644 --- a/src/managers/script_manager.cc +++ b/src/managers/script_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2fa885f5..5a9f93961 100644 --- a/src/managers/script_manager.h +++ b/src/managers/script_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0f143f8b6..cca82ba26 100644 --- a/src/managers/so_manager.cc +++ b/src/managers/so_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d540a2ded..695fb0dcb 100644 --- a/src/managers/so_manager.h +++ b/src/managers/so_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/test/get_inspector_stubs.h b/src/managers/test/get_inspector_stubs.h index 96aa8f449..ea69f1278 100644 --- a/src/managers/test/get_inspector_stubs.h +++ b/src/managers/test/get_inspector_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/test/get_inspector_test.cc b/src/managers/test/get_inspector_test.cc index 5055babb1..56bd7ccf6 100644 --- a/src/managers/test/get_inspector_test.cc +++ b/src/managers/test/get_inspector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/heap_interface.cc b/src/memory/heap_interface.cc index 70132b741..f438b0966 100644 --- a/src/memory/heap_interface.cc +++ b/src/memory/heap_interface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/heap_interface.h b/src/memory/heap_interface.h index ffa03fc14..895ef374f 100644 --- a/src/memory/heap_interface.h +++ b/src/memory/heap_interface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_allocator.cc b/src/memory/memory_allocator.cc index deb187f22..ef191500d 100644 --- a/src/memory/memory_allocator.cc +++ b/src/memory/memory_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/memory/memory_allocator.h b/src/memory/memory_allocator.h index fc07e8359..80f156e74 100644 --- a/src/memory/memory_allocator.h +++ b/src/memory/memory_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 800b5a239..85b8ab065 100644 --- a/src/memory/memory_cap.cc +++ b/src/memory/memory_cap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b4045bad9..a511cafb3 100644 --- a/src/memory/memory_cap.h +++ b/src/memory/memory_cap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8800165f7..20aa30c34 100644 --- a/src/memory/memory_config.h +++ b/src/memory/memory_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f13d8818f..b8332718b 100644 --- a/src/memory/memory_module.cc +++ b/src/memory/memory_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ae1972ddc..1c8af1d35 100644 --- a/src/memory/memory_module.h +++ b/src/memory/memory_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_overloads.cc b/src/memory/memory_overloads.cc index 213dae2f2..f56d21288 100644 --- a/src/memory/memory_overloads.cc +++ b/src/memory/memory_overloads.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_overloads.h b/src/memory/memory_overloads.h index acd3e5ff9..0e8f7d67f 100644 --- a/src/memory/memory_overloads.h +++ b/src/memory/memory_overloads.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/test/memory_cap_test.cc b/src/memory/test/memory_cap_test.cc index afacfef3f..436349b8e 100644 --- a/src/memory/test/memory_cap_test.cc +++ b/src/memory/test/memory_cap_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 36cce32be..21b91370a 100644 --- a/src/mime/decode_b64.cc +++ b/src/mime/decode_b64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3dd78237b..91d150c47 100644 --- a/src/mime/decode_b64.h +++ b/src/mime/decode_b64.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 319b487de..9d6702dc5 100644 --- a/src/mime/decode_base.cc +++ b/src/mime/decode_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 84bc4ae28..ce09aba3f 100644 --- a/src/mime/decode_base.h +++ b/src/mime/decode_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff99718dc..61251b86f 100644 --- a/src/mime/decode_bit.cc +++ b/src/mime/decode_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 20d5339cc..55a2c5009 100644 --- a/src/mime/decode_bit.h +++ b/src/mime/decode_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cb13165ec..cf45cbc4e 100644 --- a/src/mime/decode_buffer.cc +++ b/src/mime/decode_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 935814871..e78bd6cdb 100644 --- a/src/mime/decode_buffer.h +++ b/src/mime/decode_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 89c428699..1acb5edf8 100644 --- a/src/mime/decode_qp.cc +++ b/src/mime/decode_qp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5e65461e0..4318fa473 100644 --- a/src/mime/decode_qp.h +++ b/src/mime/decode_qp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1fca08d73..d12d5b243 100644 --- a/src/mime/decode_uu.cc +++ b/src/mime/decode_uu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 00cad3db3..c34d8696e 100644 --- a/src/mime/decode_uu.h +++ b/src/mime/decode_uu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 da7ede567..9776dcfd0 100644 --- a/src/mime/file_mime_config.cc +++ b/src/mime/file_mime_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 fd65daffc..3c3625624 100644 --- a/src/mime/file_mime_config.h +++ b/src/mime/file_mime_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 49aba77bf..6bfeea91f 100644 --- a/src/mime/file_mime_context_data.cc +++ b/src/mime/file_mime_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d0e9df1f8..241b716ca 100644 --- a/src/mime/file_mime_context_data.h +++ b/src/mime/file_mime_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67f7a8692..5d35851b1 100644 --- a/src/mime/file_mime_decode.cc +++ b/src/mime/file_mime_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a4133cb5f..cb4335e4a 100644 --- a/src/mime/file_mime_decode.h +++ b/src/mime/file_mime_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c76ba16f6..56099e768 100644 --- a/src/mime/file_mime_log.cc +++ b/src/mime/file_mime_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1dbdca2e7..97254b776 100644 --- a/src/mime/file_mime_log.h +++ b/src/mime/file_mime_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ea8443b1b..7bec84820 100644 --- a/src/mime/file_mime_paf.cc +++ b/src/mime/file_mime_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7d215af83..cc885b1d0 100644 --- a/src/mime/file_mime_paf.h +++ b/src/mime/file_mime_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e6d3470a..8e6d48d58 100644 --- a/src/mime/file_mime_process.cc +++ b/src/mime/file_mime_process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 bb822b25a..cc5655616 100644 --- a/src/mime/file_mime_process.h +++ b/src/mime/file_mime_process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1dfd60e4a..3e6c979b9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9e285488a..a0f27ce25 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f8d8ddaf5..ccb7a7456 100644 --- a/src/network_inspectors/appid/appid_api.cc +++ b/src/network_inspectors/appid/appid_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 eb774c6e9..7c87eadff 100644 --- a/src/network_inspectors/appid/appid_api.h +++ b/src/network_inspectors/appid/appid_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0251449fb..ec4f3dff5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 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 d3cf8c756..a65956fca 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_cip_event_handler.cc b/src/network_inspectors/appid/appid_cip_event_handler.cc index 1341af21f..554752968 100644 --- a/src/network_inspectors/appid/appid_cip_event_handler.cc +++ b/src/network_inspectors/appid/appid_cip_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License Version 2 as diff --git a/src/network_inspectors/appid/appid_cip_event_handler.h b/src/network_inspectors/appid/appid_cip_event_handler.h index 5e21199ce..cd5a23302 100644 --- a/src/network_inspectors/appid/appid_cip_event_handler.h +++ b/src/network_inspectors/appid/appid_cip_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License Version 2 as diff --git a/src/network_inspectors/appid/appid_config.cc b/src/network_inspectors/appid/appid_config.cc index a7f5f46d4..a825a8231 100644 --- a/src/network_inspectors/appid/appid_config.cc +++ b/src/network_inspectors/appid/appid_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f3ebc1f34..3e5c22d1e 100644 --- a/src/network_inspectors/appid/appid_config.h +++ b/src/network_inspectors/appid/appid_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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.cc b/src/network_inspectors/appid/appid_data_decrypt_event_handler.cc index 77795aa70..2e1536380 100644 --- a/src/network_inspectors/appid/appid_data_decrypt_event_handler.cc +++ b/src/network_inspectors/appid/appid_data_decrypt_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_data_decrypt_event_handler.h b/src/network_inspectors/appid/appid_data_decrypt_event_handler.h index e6aac68d3..431dcd280 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd953ac6a..dd43e5e71 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9dcdf6473..06fbe3a1d 100644 --- a/src/network_inspectors/appid/appid_debug.cc +++ b/src/network_inspectors/appid/appid_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 501a2ec95..fb860add1 100644 --- a/src/network_inspectors/appid/appid_debug.h +++ b/src/network_inspectors/appid/appid_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 258d1c7fb..b3384cdf9 100644 --- a/src/network_inspectors/appid/appid_detector.cc +++ b/src/network_inspectors/appid/appid_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 647b8aa10..74695522d 100644 --- a/src/network_inspectors/appid/appid_detector.h +++ b/src/network_inspectors/appid/appid_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 17636740d..02bc7c314 100644 --- a/src/network_inspectors/appid/appid_discovery.cc +++ b/src/network_inspectors/appid/appid_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5e5a33836..060fc278e 100644 --- a/src/network_inspectors/appid/appid_discovery.h +++ b/src/network_inspectors/appid/appid_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9ccdc2fa0..c54dadcd7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_eve_process_event_handler.cc b/src/network_inspectors/appid/appid_eve_process_event_handler.cc index 41751f575..ab316c9f2 100644 --- a/src/network_inspectors/appid/appid_eve_process_event_handler.cc +++ b/src/network_inspectors/appid/appid_eve_process_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_eve_process_event_handler.h b/src/network_inspectors/appid/appid_eve_process_event_handler.h index d11c3f0e0..7ea4dfd52 100644 --- a/src/network_inspectors/appid/appid_eve_process_event_handler.h +++ b/src/network_inspectors/appid/appid_eve_process_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 10dbdffff..109e4f592 100644 --- a/src/network_inspectors/appid/appid_ha.cc +++ b/src/network_inspectors/appid/appid_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b6ff185a6..39064bf31 100644 --- a/src/network_inspectors/appid/appid_ha.h +++ b/src/network_inspectors/appid/appid_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 857b3753f..3a4380ad2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f2fc2ba35..05be7c99c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ed450dd0d..cca26b618 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0f9b33c36..3da577264 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_httpx_req_body_event_handler.h b/src/network_inspectors/appid/appid_httpx_req_body_event_handler.h index 59856ec88..a7fcf3a99 100644 --- a/src/network_inspectors/appid/appid_httpx_req_body_event_handler.h +++ b/src/network_inspectors/appid/appid_httpx_req_body_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4cdb0c5d7..9a2a5c28b 100644 --- a/src/network_inspectors/appid/appid_inspector.cc +++ b/src/network_inspectors/appid/appid_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 418348493..9a19c735e 100644 --- a/src/network_inspectors/appid/appid_inspector.h +++ b/src/network_inspectors/appid/appid_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6097be65d..e97fa28d4 100644 --- a/src/network_inspectors/appid/appid_module.cc +++ b/src/network_inspectors/appid/appid_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 36315545a..91d3dc1fd 100644 --- a/src/network_inspectors/appid/appid_module.h +++ b/src/network_inspectors/appid/appid_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h b/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h index 337b326a5..19b9c675d 100644 --- a/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h +++ b/src/network_inspectors/appid/appid_opportunistic_tls_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 52cd22b67..0a8bb1066 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b74847bd6..0b21cf2b3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_service_event_handler.cc b/src/network_inspectors/appid/appid_service_event_handler.cc index c7d5a5481..2ea9ffdf1 100644 --- a/src/network_inspectors/appid/appid_service_event_handler.cc +++ b/src/network_inspectors/appid/appid_service_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_service_event_handler.h b/src/network_inspectors/appid/appid_service_event_handler.h index bfffa0fe3..8f1e2f794 100644 --- a/src/network_inspectors/appid/appid_service_event_handler.h +++ b/src/network_inspectors/appid/appid_service_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 231f3b2e4..b3ed6d190 100644 --- a/src/network_inspectors/appid/appid_session.cc +++ b/src/network_inspectors/appid/appid_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0577bb7d4..0e6fd4ffe 100644 --- a/src/network_inspectors/appid/appid_session.h +++ b/src/network_inspectors/appid/appid_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ce761e35d..8a9b3c2a1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 458274513..6d72078b7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/appid/appid_ssh_event_handler.cc b/src/network_inspectors/appid/appid_ssh_event_handler.cc index b7e9695ef..68cd935f0 100644 --- a/src/network_inspectors/appid/appid_ssh_event_handler.cc +++ b/src/network_inspectors/appid/appid_ssh_event_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_ssh_event_handler.h b/src/network_inspectors/appid/appid_ssh_event_handler.h index 19cc29896..baf34ea8a 100644 --- a/src/network_inspectors/appid/appid_ssh_event_handler.h +++ b/src/network_inspectors/appid/appid_ssh_event_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/appid_stats.cc b/src/network_inspectors/appid/appid_stats.cc index 02986750b..aaca7171b 100644 --- a/src/network_inspectors/appid/appid_stats.cc +++ b/src/network_inspectors/appid/appid_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 81b096e87..ca8b44a0e 100644 --- a/src/network_inspectors/appid/appid_stats.h +++ b/src/network_inspectors/appid/appid_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 1719356e3..d953594bb 100644 --- a/src/network_inspectors/appid/appid_types.h +++ b/src/network_inspectors/appid/appid_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 059c32901..fcdcc7fdd 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5d68c1f62..c82f2a848 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 20bbcd41f..295e3b8b7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f4b6f216e..3911dafef 100644 --- a/src/network_inspectors/appid/application_ids.h +++ b/src/network_inspectors/appid/application_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f10072860..b2292e9b5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2a46a4b24..efa57f03c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d33016868..63e5b3c31 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b957aafdc..7b8ccadd7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d8b6b38ac..582cb09a6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7352d806b..27c0eb9da 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ef1a90bad..ecb911a7d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ff94ab743..884c39d41 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d06ce84bd..58db31e1d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fad20b04b..ea545f8b3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d66093139..5241b405f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9bd409626..9455020de 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 829ac3216..fe0aa38cc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 33535d926..4c8c81b46 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7e8255433..70349eaf3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 adf5a6054..0595b0d16 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a62d3e41f..2d1f64ec9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b9c1a6063..ab27da2ed 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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/eve_ca_patterns.cc b/src/network_inspectors/appid/client_plugins/eve_ca_patterns.cc index 5f0bb9bf3..66c501013 100644 --- a/src/network_inspectors/appid/client_plugins/eve_ca_patterns.cc +++ b/src/network_inspectors/appid/client_plugins/eve_ca_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/client_plugins/eve_ca_patterns.h b/src/network_inspectors/appid/client_plugins/eve_ca_patterns.h index 06f77bbef..b83c7d398 100644 --- a/src/network_inspectors/appid/client_plugins/eve_ca_patterns.h +++ b/src/network_inspectors/appid/client_plugins/eve_ca_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h b/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h index a4c1e31ba..7410536d1 100644 --- a/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h +++ b/src/network_inspectors/appid/client_plugins/test/client_plugins_mock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/client_plugins/test/eve_ca_patterns_test.cc b/src/network_inspectors/appid/client_plugins/test/eve_ca_patterns_test.cc index a2a1f65f2..deed4a0b9 100644 --- a/src/network_inspectors/appid/client_plugins/test/eve_ca_patterns_test.cc +++ b/src/network_inspectors/appid/client_plugins/test/eve_ca_patterns_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/cip_patterns.cc b/src/network_inspectors/appid/detector_plugins/cip_patterns.cc index ae36ae291..1ca84d240 100644 --- a/src/network_inspectors/appid/detector_plugins/cip_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/cip_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License Version 2 as diff --git a/src/network_inspectors/appid/detector_plugins/cip_patterns.h b/src/network_inspectors/appid/detector_plugins/cip_patterns.h index c3f4d22f9..6d0306108 100644 --- a/src/network_inspectors/appid/detector_plugins/cip_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/cip_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License Version 2 as diff --git a/src/network_inspectors/appid/detector_plugins/detector_dns.cc b/src/network_inspectors/appid/detector_plugins/detector_dns.cc index ca6010d1a..9170454a4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b3e89f179..7d01e0cb9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 626784a33..7a4dce18a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 705cbdabd..02b85f690 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4cda5631f..d06452be3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6d5255a48..fb369fbca 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4609a4575..ce2dab2bf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3ed4c8b7d..0aff97bcf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f307000a3..14ce2e303 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3a52f7b46..54523924c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 30a8ee431..c073a30d7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fbab1ceec..67a5fb0ad 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6d4ccf528..8ec113ed5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 118caa540..bf7d98c4b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 75ccc8d8e..73979e731 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 149db652e..7cdf924b9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c1e030a9f..bab88b974 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f17dec7c6..c42f1fde2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 61e2e4c86..188a126de 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc2e0546c..dc2219219 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc b/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc index 96b192b58..2343e71c0 100644 --- a/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc +++ b/src/network_inspectors/appid/detector_plugins/ssh_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/ssh_patterns.h b/src/network_inspectors/appid/detector_plugins/ssh_patterns.h index 4cfea8bdf..4eed2ca6e 100644 --- a/src/network_inspectors/appid/detector_plugins/ssh_patterns.h +++ b/src/network_inspectors/appid/detector_plugins/ssh_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fdadbc43a..e9f4e6a60 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 92a046175..e16e749b5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3a1518b1..b9b7f01f2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc b/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc index fdf389286..78dff30ff 100644 --- a/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc +++ b/src/network_inspectors/appid/detector_plugins/test/detector_sip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2d515f899..5a839c8b6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ced9396f3..4c3d81f44 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 abb7788e9..db0761f49 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 1b13228cc..62448af70 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4e0b1a812..2a888a756 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 33e6a0566..3ea4bc0c3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 8d669da0f..1760f14b2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 c1664f7f6..2583ac5a8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 35a623dff..b213490c2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 986435b1f..a244afcf8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d1ea42156..e6e4fe01c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b52f84d30..b8a46fd95 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9b4da596f..32fa1ffe7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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/alpn_patterns.cc b/src/network_inspectors/appid/service_plugins/alpn_patterns.cc index 0fe26ff41..e8462a6b0 100644 --- a/src/network_inspectors/appid/service_plugins/alpn_patterns.cc +++ b/src/network_inspectors/appid/service_plugins/alpn_patterns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/alpn_patterns.h b/src/network_inspectors/appid/service_plugins/alpn_patterns.h index 7ef6b53ed..adbc5c220 100644 --- a/src/network_inspectors/appid/service_plugins/alpn_patterns.h +++ b/src/network_inspectors/appid/service_plugins/alpn_patterns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/dcerpc.cc b/src/network_inspectors/appid/service_plugins/dcerpc.cc index 59c25a92a..fbb84d08b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6e63d4c10..850ca880f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 1c195e329..294d9b515 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6e286f5d2..4628da90f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 668429efa..d85392b2f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 079a5ecd2..0f9477d00 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 21be1923e..4d54c9a4a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2af303fcb..e03ad61f7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5dc2c344a..42ac6e406 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 80340bf18..fe368616a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 42033b513..08aa19109 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 edc4640d7..e670ca252 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d1d71e2cd..db9ec46b7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 cffcf171c..1d0f9ff4e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3f05de2f7..240a518f0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2dc15028b..06dbb5385 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 549423d9c..e3956b249 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5f7836e75..780bd221f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 8c79014ed..f4da57957 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 8bb466159..c0c960209 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 30bd0ae70..33c392633 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 86ba53330..2c7d38b5c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a9fa652ff..76177448a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 493388a2b..5e3c6c1bf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 16ab4fc40..6daee8d29 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a8075a571..4c7e5987b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 54e04485c..2770cc0a0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 488567bdb..a8c9c0d43 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 924277321..f54e2c931 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 783868da0..2f70f6bac 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fdee1c74a..019b66b62 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3d6c44ad0..56dcb975a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 95e5905c4..61a73569a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 91679d9bb..02180aa17 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d3608c590..723a3a833 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f731e9c70..a3408abb6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e9150de55..0f1fc1b7e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f768b4f3a..f19de631d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 09452e844..2bcbd4f42 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 755699f26..9d580eeb6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7fb57ced1..7bd64dd20 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 08e2c42b1..4539fbf4b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 99830acc9..a57405ba8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a9b8d524d..bcf6bd86f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e4b5a1966..67a869ac9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d35448d6e..1a0103757 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 58867a986..027ca22fb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fc4068b48..b2f93e4d5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2d4f69e06..17a6d091b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ea7818057..9a7171d6e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 bc039b92c..e73d9658d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b56095dab..6dede94f2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 8ae9fcc1f..b4b47e716 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 31dfc55f8..143186a7e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 24d66b6cf..44c51d646 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 07bd8b7a8..78b701a52 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4a22decf1..3eee7a107 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 916fe110e..67d00590f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 627889ff0..9be9337cb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a72bcf3b8..156e3b2d9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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/alpn_patterns_tests.cc b/src/network_inspectors/appid/service_plugins/test/alpn_patterns_tests.cc index 5f3e9dfba..ebde9bed1 100644 --- a/src/network_inspectors/appid/service_plugins/test/alpn_patterns_tests.cc +++ b/src/network_inspectors/appid/service_plugins/test/alpn_patterns_tests.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_alpn_patterns_mock.h b/src/network_inspectors/appid/service_plugins/test/service_alpn_patterns_mock.h index 96fd9ee90..2feb705c4 100644 --- a/src/network_inspectors/appid/service_plugins/test/service_alpn_patterns_mock.h +++ b/src/network_inspectors/appid/service_plugins/test/service_alpn_patterns_mock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_netbios_test.cc b/src/network_inspectors/appid/service_plugins/test/service_netbios_test.cc index 1d66593a6..7843ad9e0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 abfa40c21..c3e55bf48 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 01e734be5..fa8b2145f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7340038ef..eed404a69 100644 --- a/src/network_inspectors/appid/service_state.cc +++ b/src/network_inspectors/appid/service_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e86ac6787..fd228b446 100644 --- a/src/network_inspectors/appid/service_state.h +++ b/src/network_inspectors/appid/service_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 96fb66482..ce008b486 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 89d3dabaa..a190225c3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a693c38f4..d532d4bdc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 468d08ac4..ad5ef7e66 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e5bb9cddc..f002e289e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_eve_process_event_handler_test.cc b/src/network_inspectors/appid/test/appid_eve_process_event_handler_test.cc index d69b01e07..e345a7679 100644 --- a/src/network_inspectors/appid/test/appid_eve_process_event_handler_test.cc +++ b/src/network_inspectors/appid/test/appid_eve_process_event_handler_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 113f79183..412333ee9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df22a2533..3fc88b655 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 291758727..2a930de51 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ed1e1ee43..184bdad71 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d3c559dc9..3cb6aaec3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f0d976ea2..ca8d514d3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 27883f8c7..2b3d38b18 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68a56fdba..e6c314e1d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 efc5c15d0..892142073 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 db354b013..106150b4b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f6d9748f8..7abc3d8b1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ff3615eed..248e4971d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 33d9cddaf..96eb57b75 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6af1e5cf1..97d6339b8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e51f42ac7..d120d237a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7db63e3d2..d755308a5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9f8bcbe86..c4707c826 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 468eebc73..f8d17d33e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 059bde0c9..8a34e7d3e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a0970e4da..452abaa25 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4ff4e7da0..1ff8d74a7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fbd81f4d0..c04bc7c6e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f40ae2883..5bbc9f01c 100644 --- a/src/network_inspectors/binder/bind_module.cc +++ b/src/network_inspectors/binder/bind_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 22434b56c..2fda481b6 100644 --- a/src/network_inspectors/binder/bind_module.h +++ b/src/network_inspectors/binder/bind_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2633374b2..171b61ceb 100644 --- a/src/network_inspectors/binder/binder.cc +++ b/src/network_inspectors/binder/binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a337505dc..b6710d4a8 100644 --- a/src/network_inspectors/binder/binding.cc +++ b/src/network_inspectors/binder/binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c15420f3b..adf697789 100644 --- a/src/network_inspectors/binder/binding.h +++ b/src/network_inspectors/binder/binding.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2204881ba..3d7232ae0 100644 --- a/src/network_inspectors/network_inspectors.cc +++ b/src/network_inspectors/network_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c728f8e93..40325055e 100644 --- a/src/network_inspectors/network_inspectors.h +++ b/src/network_inspectors/network_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f08eff143..ebf1e01f0 100644 --- a/src/network_inspectors/normalize/norm.cc +++ b/src/network_inspectors/normalize/norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (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 9831d48e3..39d88e499 100644 --- a/src/network_inspectors/normalize/norm.h +++ b/src/network_inspectors/normalize/norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (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 6cce7f9d2..7b3737738 100644 --- a/src/network_inspectors/normalize/norm_module.cc +++ b/src/network_inspectors/normalize/norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0bcae73fa..27dca20cd 100644 --- a/src/network_inspectors/normalize/norm_module.h +++ b/src/network_inspectors/normalize/norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_stats.cc b/src/network_inspectors/normalize/norm_stats.cc index d4455ff00..5126668e6 100644 --- a/src/network_inspectors/normalize/norm_stats.cc +++ b/src/network_inspectors/normalize/norm_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_stats.h b/src/network_inspectors/normalize/norm_stats.h index 48f885f08..bf3e745af 100644 --- a/src/network_inspectors/normalize/norm_stats.h +++ b/src/network_inspectors/normalize/norm_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d80383e03..05a379bfc 100644 --- a/src/network_inspectors/normalize/normalize.cc +++ b/src/network_inspectors/normalize/normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e5e449b8f..37a5e7ef8 100644 --- a/src/network_inspectors/normalize/normalize.h +++ b/src/network_inspectors/normalize/normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b22069756..a450e58af 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 99380f82f..9b1c3b218 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a82682ce7..b317a62a2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3417f9199..f69f6c403 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5ef766808..5b52ecb58 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d0e68bd6c..4dd397ebc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9aeea64d6..56c2e57d0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b38b5032d..1608238ac 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3b7834070..e9bb4a61e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df61c3544..a7f5d1235 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a285ae8c7..bfc8d83e8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7e4102c8c..e2566ad09 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 914731015..f85bc5367 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bd507637a..6fee0f846 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 622b1984b..2b7973ab4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68a0c28fe..c40fbd375 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d099e7693..6fffe94cf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df847b5e5..01a8a964b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0e1356604..7a62076b1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 664adcceb..c49adb0b4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 54f68a666..808ba1936 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6eb1b0e3..85fc7fa06 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d4f49489a..3019d053d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 97a0a681d..0b223e19d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9a48d33e9..160027f69 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8439e870b..31424c752 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 575b027e0..dac6d90cf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 86e32e62c..280dcdbfa 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 04615a3a3..0d96c42db 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 611f9adaa..5959016e7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a8c353017..7d913ade8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2634f062f..0394266c6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f7a0dd7ef..2297f34a7 100644 --- a/src/network_inspectors/port_scan/ipobj.cc +++ b/src/network_inspectors/port_scan/ipobj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 dd9cd89ad..77d1f52ec 100644 --- a/src/network_inspectors/port_scan/ipobj.h +++ b/src/network_inspectors/port_scan/ipobj.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 accf54156..be2b6b901 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4855cb1ab..cb64e18a2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 87e7c15aa..43ff80329 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a205dff27..39fa2f3fb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9471c0d99..922c47261 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 58f4c9f43..5fdc94acb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5b26fbf80..399db5d05 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_commands.cc b/src/network_inspectors/reputation/reputation_commands.cc index b7a6b5f70..4f4a68338 100644 --- a/src/network_inspectors/reputation/reputation_commands.cc +++ b/src/network_inspectors/reputation/reputation_commands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_commands.h b/src/network_inspectors/reputation/reputation_commands.h index 3846f2b00..2bf9d75bc 100644 --- a/src/network_inspectors/reputation/reputation_commands.h +++ b/src/network_inspectors/reputation/reputation_commands.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 643adbdf5..7c3548bbe 100644 --- a/src/network_inspectors/reputation/reputation_common.h +++ b/src/network_inspectors/reputation/reputation_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 044ddf070..a57150e44 100644 --- a/src/network_inspectors/reputation/reputation_config.h +++ b/src/network_inspectors/reputation/reputation_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2a84aff3a..9aa0f5f5c 100644 --- a/src/network_inspectors/reputation/reputation_inspect.cc +++ b/src/network_inspectors/reputation/reputation_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 40dc38e55..b391f10da 100644 --- a/src/network_inspectors/reputation/reputation_inspect.h +++ b/src/network_inspectors/reputation/reputation_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fc3262cac..2666586cb 100644 --- a/src/network_inspectors/reputation/reputation_module.cc +++ b/src/network_inspectors/reputation/reputation_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68cdb3e15..37ea19d2c 100644 --- a/src/network_inspectors/reputation/reputation_module.h +++ b/src/network_inspectors/reputation/reputation_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ba5688f72..d8591f3be 100644 --- a/src/network_inspectors/reputation/reputation_parse.cc +++ b/src/network_inspectors/reputation/reputation_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0851560cf..d6f9c1227 100644 --- a/src/network_inspectors/reputation/reputation_parse.h +++ b/src/network_inspectors/reputation/reputation_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 929d6760d..5027203de 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bfd23d1ac..d5c3ccdc2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 35294bb96..cf84a5095 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f5b1a1439..173d06a11 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e9644008a..df7d8975c 100644 --- a/src/network_inspectors/rna/rna_config.h +++ b/src/network_inspectors/rna/rna_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_cpe_os.h b/src/network_inspectors/rna/rna_cpe_os.h index 0536a2ba8..a427d29ac 100644 --- a/src/network_inspectors/rna/rna_cpe_os.h +++ b/src/network_inspectors/rna/rna_cpe_os.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 47b9d5838..f720f8881 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 713787bd9..131cb1cd6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 86af06136..ee97e5196 100644 --- a/src/network_inspectors/rna/rna_fingerprint.cc +++ b/src/network_inspectors/rna/rna_fingerprint.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1ea4ae78a..0c61872fc 100644 --- a/src/network_inspectors/rna/rna_fingerprint.h +++ b/src/network_inspectors/rna/rna_fingerprint.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_smb.cc b/src/network_inspectors/rna/rna_fingerprint_smb.cc index fe72178aa..cbc7d9698 100644 --- a/src/network_inspectors/rna/rna_fingerprint_smb.cc +++ b/src/network_inspectors/rna/rna_fingerprint_smb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_fingerprint_smb.h b/src/network_inspectors/rna/rna_fingerprint_smb.h index f0e4abfc8..dc72239df 100644 --- a/src/network_inspectors/rna/rna_fingerprint_smb.h +++ b/src/network_inspectors/rna/rna_fingerprint_smb.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 97f0f3b62..4720eda7d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aa41722ec..ff421680b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4a03cbcce..b98764ed2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 625068f3f..dabd56c61 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7508070bd..00074e568 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9085b6b3b..7c41ee691 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_flow.cc b/src/network_inspectors/rna/rna_flow.cc index 81db5301a..4af98298e 100644 --- a/src/network_inspectors/rna/rna_flow.cc +++ b/src/network_inspectors/rna/rna_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/rna_flow.h b/src/network_inspectors/rna/rna_flow.h index a3e5a1ba9..567863870 100644 --- a/src/network_inspectors/rna/rna_flow.h +++ b/src/network_inspectors/rna/rna_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0b2de477b..209bbafea 100644 --- a/src/network_inspectors/rna/rna_inspector.cc +++ b/src/network_inspectors/rna/rna_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fc708f3e3..472fcad53 100644 --- a/src/network_inspectors/rna/rna_inspector.h +++ b/src/network_inspectors/rna/rna_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ff6b51415..3d84872a9 100644 --- a/src/network_inspectors/rna/rna_logger.cc +++ b/src/network_inspectors/rna/rna_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1a149d968..6d95dcdcd 100644 --- a/src/network_inspectors/rna/rna_logger.h +++ b/src/network_inspectors/rna/rna_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 54e27266d..a27af1a1f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3dd97d33b..d1fb6d75e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4a8d6f928..7ba1b97d4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0e57da2b2..ff2cb97e4 100644 --- a/src/network_inspectors/rna/rna_module.cc +++ b/src/network_inspectors/rna/rna_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 442dab599..e025f104c 100644 --- a/src/network_inspectors/rna/rna_module.h +++ b/src/network_inspectors/rna/rna_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 737ba7abd..43a62155a 100644 --- a/src/network_inspectors/rna/rna_name.h +++ b/src/network_inspectors/rna/rna_name.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 058301317..f51e99fbb 100644 --- a/src/network_inspectors/rna/rna_pnd.cc +++ b/src/network_inspectors/rna/rna_pnd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d5f2c9b0c..0884a4f3c 100644 --- a/src/network_inspectors/rna/rna_pnd.h +++ b/src/network_inspectors/rna/rna_pnd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/network_inspectors/rna/test/rna_flow_stubs.cc b/src/network_inspectors/rna/test/rna_flow_stubs.cc index c563879e7..0b88e75a9 100644 --- a/src/network_inspectors/rna/test/rna_flow_stubs.cc +++ b/src/network_inspectors/rna/test/rna_flow_stubs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/test/rna_module_mock.h b/src/network_inspectors/rna/test/rna_module_mock.h index 11f77064d..28bb1bea5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/rna/test/rna_module_stubs.h b/src/network_inspectors/rna/test/rna_module_stubs.h index 72faa9c30..0f360b4fe 100644 --- a/src/network_inspectors/rna/test/rna_module_stubs.h +++ b/src/network_inspectors/rna/test/rna_module_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a81ab4192..2a5350127 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_ua_fp_processor_test.cc b/src/network_inspectors/rna/test/rna_ua_fp_processor_test.cc index 44514b94d..46ef0958b 100644 --- a/src/network_inspectors/rna/test/rna_ua_fp_processor_test.cc +++ b/src/network_inspectors/rna/test/rna_ua_fp_processor_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/ua_fp_stubs.cc b/src/network_inspectors/rna/test/ua_fp_stubs.cc index 1f8fccd8c..917207432 100644 --- a/src/network_inspectors/rna/test/ua_fp_stubs.cc +++ b/src/network_inspectors/rna/test/ua_fp_stubs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 96187156d..54266b031 100644 --- a/src/packet_io/active.cc +++ b/src/packet_io/active.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 7d1697bb9..ce0719655 100644 --- a/src/packet_io/active.h +++ b/src/packet_io/active.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 78bbf62cc..c12dded33 100644 --- a/src/packet_io/active_action.h +++ b/src/packet_io/active_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2c60f8a95..40505bec6 100644 --- a/src/packet_io/sfdaq.cc +++ b/src/packet_io/sfdaq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 60c057706..fc58fccf2 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 17bd5cb25..c5ab23fd8 100644 --- a/src/packet_io/sfdaq_config.cc +++ b/src/packet_io/sfdaq_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f4c1042bc..97c75f40c 100644 --- a/src/packet_io/sfdaq_config.h +++ b/src/packet_io/sfdaq_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 df424f5f4..76b4ee591 100644 --- a/src/packet_io/sfdaq_instance.cc +++ b/src/packet_io/sfdaq_instance.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0d1aa3533..6573f3070 100644 --- a/src/packet_io/sfdaq_instance.h +++ b/src/packet_io/sfdaq_instance.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 33f127232..04627e9d1 100644 --- a/src/packet_io/sfdaq_module.cc +++ b/src/packet_io/sfdaq_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 678080aed..f3eb249cd 100644 --- a/src/packet_io/sfdaq_module.h +++ b/src/packet_io/sfdaq_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c6d553e2..af2c0bde3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb20dfebb..cb20ad6cb 100644 --- a/src/packet_io/trough.cc +++ b/src/packet_io/trough.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 523d4495e..83e5ecc78 100644 --- a/src/packet_io/trough.h +++ b/src/packet_io/trough.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 eb5fc498e..3cd28ac80 100644 --- a/src/parser/arg_list.cc +++ b/src/parser/arg_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c5436436f..b7b331035 100644 --- a/src/parser/arg_list.h +++ b/src/parser/arg_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3fb106738..c601bb340 100644 --- a/src/parser/cmd_line.cc +++ b/src/parser/cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fa44babec..62b48826b 100644 --- a/src/parser/cmd_line.h +++ b/src/parser/cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8e512c5ae..bfb7f23f3 100644 --- a/src/parser/config_file.cc +++ b/src/parser/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ee6e45b29..12bee3d01 100644 --- a/src/parser/config_file.h +++ b/src/parser/config_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a712b7ae..d7a7fb5b3 100644 --- a/src/parser/parse_conf.cc +++ b/src/parser/parse_conf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 89edb62bb..24fddb6ab 100644 --- a/src/parser/parse_conf.h +++ b/src/parser/parse_conf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4986fecc9..7b6bd2879 100644 --- a/src/parser/parse_ip.cc +++ b/src/parser/parse_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a0934df7..b5ae133c7 100644 --- a/src/parser/parse_ip.h +++ b/src/parser/parse_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 dcf79adcb..327352e02 100644 --- a/src/parser/parse_ports.cc +++ b/src/parser/parse_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 db95c86e0..93af3978b 100644 --- a/src/parser/parse_ports.h +++ b/src/parser/parse_ports.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 ac5539768..9be773a43 100644 --- a/src/parser/parse_rule.cc +++ b/src/parser/parse_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9112e6e5b..1fd4496c5 100644 --- a/src/parser/parse_rule.h +++ b/src/parser/parse_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2b5d2838d..3c71a6ab9 100644 --- a/src/parser/parse_so_rule.cc +++ b/src/parser/parse_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09b2cdc02..ce4a7df1b 100644 --- a/src/parser/parse_so_rule.h +++ b/src/parser/parse_so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93d824845..79e0b5e4d 100644 --- a/src/parser/parse_stream.cc +++ b/src/parser/parse_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f7d5f713d..24bab886e 100644 --- a/src/parser/parse_stream.h +++ b/src/parser/parse_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6ef2e19d4..872db332e 100644 --- a/src/parser/parse_utils.cc +++ b/src/parser/parse_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 26a06c6fa..1224077b3 100644 --- a/src/parser/parse_utils.h +++ b/src/parser/parse_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7f555a190..fa02a74a5 100644 --- a/src/parser/parser.cc +++ b/src/parser/parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0903f27d8..267f4869e 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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/var_dependency.cc b/src/parser/var_dependency.cc index 435a0b7c9..8102189e8 100644 --- a/src/parser/var_dependency.cc +++ b/src/parser/var_dependency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/var_dependency.h b/src/parser/var_dependency.h index eb4f87402..02e614de5 100644 --- a/src/parser/var_dependency.h +++ b/src/parser/var_dependency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/vars.cc b/src/parser/vars.cc index e130851cd..829b8715f 100644 --- a/src/parser/vars.cc +++ b/src/parser/vars.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ae234847e..a5de304ff 100644 --- a/src/parser/vars.h +++ b/src/parser/vars.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 94f59e7ff..fbcbf5086 100644 --- a/src/payload_injector/payload_injector.cc +++ b/src/payload_injector/payload_injector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4aed1fe3..1d3494dc8 100644 --- a/src/payload_injector/payload_injector.h +++ b/src/payload_injector/payload_injector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 304a74d90..f70cfab10 100644 --- a/src/payload_injector/payload_injector_config.h +++ b/src/payload_injector/payload_injector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7f62bab50..366ea25b1 100644 --- a/src/payload_injector/payload_injector_module.cc +++ b/src/payload_injector/payload_injector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ff4391726..c0d0b6630 100644 --- a/src/payload_injector/payload_injector_module.h +++ b/src/payload_injector/payload_injector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cff1442ca..6f6e6bf61 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 94f2e60a2..74d47a9c2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4cb3fdaf6..71de649d2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selection.cc b/src/policy_selectors/address_space_selector/address_space_selection.cc index 2268b5e0a..23e139288 100644 --- a/src/policy_selectors/address_space_selector/address_space_selection.cc +++ b/src/policy_selectors/address_space_selector/address_space_selection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selection.h b/src/policy_selectors/address_space_selector/address_space_selection.h index 831fbc92f..c6c49cb05 100644 --- a/src/policy_selectors/address_space_selector/address_space_selection.h +++ b/src/policy_selectors/address_space_selector/address_space_selection.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selector.cc b/src/policy_selectors/address_space_selector/address_space_selector.cc index 08c39ae53..f9fe1dabd 100644 --- a/src/policy_selectors/address_space_selector/address_space_selector.cc +++ b/src/policy_selectors/address_space_selector/address_space_selector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selector_module.cc b/src/policy_selectors/address_space_selector/address_space_selector_module.cc index 0efa6a4d9..8f175c6b1 100644 --- a/src/policy_selectors/address_space_selector/address_space_selector_module.cc +++ b/src/policy_selectors/address_space_selector/address_space_selector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/address_space_selector/address_space_selector_module.h b/src/policy_selectors/address_space_selector/address_space_selector_module.h index 7544a678b..b29fa4ddd 100644 --- a/src/policy_selectors/address_space_selector/address_space_selector_module.h +++ b/src/policy_selectors/address_space_selector/address_space_selector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/int_set_to_string.h b/src/policy_selectors/int_set_to_string.h index 3fe750df4..9aaa8d9ed 100644 --- a/src/policy_selectors/int_set_to_string.h +++ b/src/policy_selectors/int_set_to_string.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/parse_int_set.h b/src/policy_selectors/parse_int_set.h index 00c1642aa..e2527955c 100644 --- a/src/policy_selectors/parse_int_set.h +++ b/src/policy_selectors/parse_int_set.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/policy_selectors.cc b/src/policy_selectors/policy_selectors.cc index 1569da817..6d58f73d1 100644 --- a/src/policy_selectors/policy_selectors.cc +++ b/src/policy_selectors/policy_selectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/policy_selectors.h b/src/policy_selectors/policy_selectors.h index 9b4d03978..f5dc1759e 100644 --- a/src/policy_selectors/policy_selectors.h +++ b/src/policy_selectors/policy_selectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selection.cc b/src/policy_selectors/tenant_selector/tenant_selection.cc index 3a7bd7413..236fe846a 100644 --- a/src/policy_selectors/tenant_selector/tenant_selection.cc +++ b/src/policy_selectors/tenant_selector/tenant_selection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selection.h b/src/policy_selectors/tenant_selector/tenant_selection.h index d021cbae4..1c5d4b8e0 100644 --- a/src/policy_selectors/tenant_selector/tenant_selection.h +++ b/src/policy_selectors/tenant_selector/tenant_selection.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selector.cc b/src/policy_selectors/tenant_selector/tenant_selector.cc index 386b8ac5b..8c45147c4 100644 --- a/src/policy_selectors/tenant_selector/tenant_selector.cc +++ b/src/policy_selectors/tenant_selector/tenant_selector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selector_module.cc b/src/policy_selectors/tenant_selector/tenant_selector_module.cc index da961e7a9..c2519ba8e 100644 --- a/src/policy_selectors/tenant_selector/tenant_selector_module.cc +++ b/src/policy_selectors/tenant_selector/tenant_selector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/policy_selectors/tenant_selector/tenant_selector_module.h b/src/policy_selectors/tenant_selector/tenant_selector_module.h index c1f343357..d7550b4af 100644 --- a/src/policy_selectors/tenant_selector/tenant_selector_module.h +++ b/src/policy_selectors/tenant_selector/tenant_selector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d78e17ce9..975d7528e 100644 --- a/src/ports/port_group.cc +++ b/src/ports/port_group.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 44c5a2ae0..121ec351f 100644 --- a/src/ports/port_group.h +++ b/src/ports/port_group.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 25655ae33..427024d8a 100644 --- a/src/ports/port_item.cc +++ b/src/ports/port_item.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 174e34e4c..d52587b0a 100644 --- a/src/ports/port_item.h +++ b/src/ports/port_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 fe138c0c8..76bd403bb 100644 --- a/src/ports/port_object.cc +++ b/src/ports/port_object.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 4c161b6d4..28e88fa35 100644 --- a/src/ports/port_object.h +++ b/src/ports/port_object.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 4bfd968e7..b0c712572 100644 --- a/src/ports/port_object2.cc +++ b/src/ports/port_object2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 2140282ed..ccb406627 100644 --- a/src/ports/port_object2.h +++ b/src/ports/port_object2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 31bbc4339..826591045 100644 --- a/src/ports/port_table.cc +++ b/src/ports/port_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 7905892de..c9bbf745c 100644 --- a/src/ports/port_table.h +++ b/src/ports/port_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 a560283b8..b0af9843f 100644 --- a/src/ports/port_utils.cc +++ b/src/ports/port_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 864c3cdb0..236dfc49f 100644 --- a/src/ports/port_utils.h +++ b/src/ports/port_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 4293081d2..f6c4b0b88 100644 --- a/src/ports/port_var_table.cc +++ b/src/ports/port_var_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 420eb10b7..767430a0a 100644 --- a/src/ports/port_var_table.h +++ b/src/ports/port_var_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 64a7b260b..8a3d3f82a 100644 --- a/src/ports/rule_port_tables.cc +++ b/src/ports/rule_port_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 6a5f8efb2..be803b34c 100644 --- a/src/ports/rule_port_tables.h +++ b/src/ports/rule_port_tables.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 03b9453a6..efce3e6f3 100644 --- a/src/profiler/active_context.h +++ b/src/profiler/active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/json_view.cc b/src/profiler/json_view.cc index b387b8acf..be85c1752 100644 --- a/src/profiler/json_view.cc +++ b/src/profiler/json_view.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/json_view.h b/src/profiler/json_view.h index 1e8e59a20..6fb8f10dc 100644 --- a/src/profiler/json_view.h +++ b/src/profiler/json_view.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 612861f5c..04472d9f3 100644 --- a/src/profiler/memory_context.cc +++ b/src/profiler/memory_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 98458fdd2..f8f42f35d 100644 --- a/src/profiler/memory_context.h +++ b/src/profiler/memory_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93a5dca08..73130ed64 100644 --- a/src/profiler/memory_defs.h +++ b/src/profiler/memory_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1b140bade..64079849b 100644 --- a/src/profiler/memory_profiler.cc +++ b/src/profiler/memory_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 975b42def..0e0500925 100644 --- a/src/profiler/memory_profiler.h +++ b/src/profiler/memory_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a36e28ff..8419c5f14 100644 --- a/src/profiler/memory_profiler_active_context.h +++ b/src/profiler/memory_profiler_active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 57561c653..05c57715f 100644 --- a/src/profiler/memory_profiler_defs.h +++ b/src/profiler/memory_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 46cbcaa62..7792f876c 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eb0cdc004..01f406355 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd73d6f09..559e7480d 100644 --- a/src/profiler/profiler_defs.h +++ b/src/profiler/profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_module.cc b/src/profiler/profiler_module.cc index abe525fad..7434a0d2f 100644 --- a/src/profiler/profiler_module.cc +++ b/src/profiler/profiler_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_module.h b/src/profiler/profiler_module.h index 237a52176..58db2e0b1 100644 --- a/src/profiler/profiler_module.h +++ b/src/profiler/profiler_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1fca935d5..7933abc2a 100644 --- a/src/profiler/profiler_nodes.cc +++ b/src/profiler/profiler_nodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f7687f7f6..f93d28bc2 100644 --- a/src/profiler/profiler_nodes.h +++ b/src/profiler/profiler_nodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 551188fba..3ad5e870a 100644 --- a/src/profiler/profiler_printer.h +++ b/src/profiler/profiler_printer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 445124737..18ad0f8d2 100644 --- a/src/profiler/profiler_stats_table.cc +++ b/src/profiler/profiler_stats_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c076c6356..be504806e 100644 --- a/src/profiler/profiler_stats_table.h +++ b/src/profiler/profiler_stats_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3b0f2b6b4..abecbb7b4 100644 --- a/src/profiler/profiler_tree_builder.h +++ b/src/profiler/profiler_tree_builder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2f95b2542..56b2459b6 100644 --- a/src/profiler/rule_profiler.cc +++ b/src/profiler/rule_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c83eb4af..98b03973e 100644 --- a/src/profiler/rule_profiler.h +++ b/src/profiler/rule_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee0307ce5..35c854d00 100644 --- a/src/profiler/rule_profiler_defs.h +++ b/src/profiler/rule_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/table_view.cc b/src/profiler/table_view.cc index 90d98b90b..3925b8a54 100644 --- a/src/profiler/table_view.cc +++ b/src/profiler/table_view.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/table_view.h b/src/profiler/table_view.h index 2dc7fff36..dfee01dde 100644 --- a/src/profiler/table_view.h +++ b/src/profiler/table_view.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 207faf599..a4af66530 100644 --- a/src/profiler/time_profiler.cc +++ b/src/profiler/time_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64a698892..2476dbab2 100644 --- a/src/profiler/time_profiler.h +++ b/src/profiler/time_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0fcfb2859..09c4b91b5 100644 --- a/src/profiler/time_profiler_defs.h +++ b/src/profiler/time_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 762eba30e..e22199a68 100644 --- a/src/protocols/arp.h +++ b/src/protocols/arp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c7413931d..10bb41866 100644 --- a/src/protocols/bpdu.h +++ b/src/protocols/bpdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4882dc3d4..ee79a72fd 100644 --- a/src/protocols/cdp.h +++ b/src/protocols/cdp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 deb59185c..2802cca52 100644 --- a/src/protocols/cisco_meta_data.h +++ b/src/protocols/cisco_meta_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 71b928bbb..a94544c05 100644 --- a/src/protocols/eapol.h +++ b/src/protocols/eapol.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 45b6ef954..b19aa76b0 100644 --- a/src/protocols/eth.h +++ b/src/protocols/eth.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/protocols/geneve.h b/src/protocols/geneve.h index 4326254f4..46579ed43 100644 --- a/src/protocols/geneve.h +++ b/src/protocols/geneve.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c594eb305..2911e2cba 100644 --- a/src/protocols/gre.h +++ b/src/protocols/gre.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7284693be..4c22ff914 100644 --- a/src/protocols/icmp4.h +++ b/src/protocols/icmp4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04b67b78d..1f2d7a912 100644 --- a/src/protocols/icmp6.h +++ b/src/protocols/icmp6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 94c31fb59..fc5c909e6 100644 --- a/src/protocols/ip.cc +++ b/src/protocols/ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0221558dd..442443d94 100644 --- a/src/protocols/ip.h +++ b/src/protocols/ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 896098f69..40cdc6147 100644 --- a/src/protocols/ipv4.h +++ b/src/protocols/ipv4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67d2f6396..f6adb1d2d 100644 --- a/src/protocols/ipv4_options.cc +++ b/src/protocols/ipv4_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e07a3656..a864cef84 100644 --- a/src/protocols/ipv4_options.h +++ b/src/protocols/ipv4_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e815c59b2..6a48d5fcf 100644 --- a/src/protocols/ipv6.h +++ b/src/protocols/ipv6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cdc281ba6..cb37d2056 100644 --- a/src/protocols/layer.cc +++ b/src/protocols/layer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 28653e26c..a0f623b02 100644 --- a/src/protocols/layer.h +++ b/src/protocols/layer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f4fd54cce..716b9abe7 100644 --- a/src/protocols/linux_sll.h +++ b/src/protocols/linux_sll.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 672c6d399..5b70d427d 100644 --- a/src/protocols/mpls.h +++ b/src/protocols/mpls.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f9037f5e..74bcc9220 100644 --- a/src/protocols/packet.cc +++ b/src/protocols/packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 66bb3e944..80001f6a4 100644 --- a/src/protocols/packet.h +++ b/src/protocols/packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 810b93567..a9553f46e 100644 --- a/src/protocols/packet_manager.cc +++ b/src/protocols/packet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e23b8deb7..d9969c7e5 100644 --- a/src/protocols/packet_manager.h +++ b/src/protocols/packet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f0eef853..665b98462 100644 --- a/src/protocols/protocol_ids.h +++ b/src/protocols/protocol_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 837f38f40..0f4c16238 100644 --- a/src/protocols/ssl.cc +++ b/src/protocols/ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 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 ed5d1dda4..5ab7af96d 100644 --- a/src/protocols/ssl.h +++ b/src/protocols/ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 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 fe16054ee..74468154d 100644 --- a/src/protocols/tcp.h +++ b/src/protocols/tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af994e460..4a35b5caf 100644 --- a/src/protocols/tcp_options.cc +++ b/src/protocols/tcp_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4829bf741..de5f6b284 100644 --- a/src/protocols/tcp_options.h +++ b/src/protocols/tcp_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 87ae9c489..ca6f4a691 100644 --- a/src/protocols/teredo.h +++ b/src/protocols/teredo.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/test/get_geneve_opt_test.cc b/src/protocols/test/get_geneve_opt_test.cc index e4802d954..b9ff274d3 100644 --- a/src/protocols/test/get_geneve_opt_test.cc +++ b/src/protocols/test/get_geneve_opt_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8a32c9b6..640a7c3f8 100644 --- a/src/protocols/token_ring.h +++ b/src/protocols/token_ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 99e62f7ab..47fb516d1 100644 --- a/src/protocols/udp.h +++ b/src/protocols/udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a00248ece..65cf46615 100644 --- a/src/protocols/vlan.h +++ b/src/protocols/vlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb3f0608e..1dc4cd846 100644 --- a/src/protocols/wlan.h +++ b/src/protocols/wlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c8f50622d..011e83972 100644 --- a/src/pub_sub/active_events.h +++ b/src/pub_sub/active_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/appid_debug_log_event.h b/src/pub_sub/appid_debug_log_event.h index 0f2e8e712..3cde87e9b 100644 --- a/src/pub_sub/appid_debug_log_event.h +++ b/src/pub_sub/appid_debug_log_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_event_ids.h b/src/pub_sub/appid_event_ids.h index 5cc006e58..4d048fa19 100644 --- a/src/pub_sub/appid_event_ids.h +++ b/src/pub_sub/appid_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4644b60fa..900073e64 100644 --- a/src/pub_sub/appid_events.h +++ b/src/pub_sub/appid_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d76533a56..d22f87b5f 100644 --- a/src/pub_sub/assistant_gadget_event.h +++ b/src/pub_sub/assistant_gadget_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/auxiliary_ip_event.h b/src/pub_sub/auxiliary_ip_event.h index f082db77a..edaaf01b0 100644 --- a/src/pub_sub/auxiliary_ip_event.h +++ b/src/pub_sub/auxiliary_ip_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9c2823e90..46252e598 100644 --- a/src/pub_sub/cip_events.cc +++ b/src/pub_sub/cip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 32a546288..b61493a4d 100644 --- a/src/pub_sub/cip_events.h +++ b/src/pub_sub/cip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eb614249d..9dc58606b 100644 --- a/src/pub_sub/daq_message_event.h +++ b/src/pub_sub/daq_message_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c5831324f..4d238ae7a 100644 --- a/src/pub_sub/data_decrypt_event.h +++ b/src/pub_sub/data_decrypt_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/dcerpc_events.h b/src/pub_sub/dcerpc_events.h index e8728da9b..553ed1e58 100644 --- a/src/pub_sub/dcerpc_events.h +++ b/src/pub_sub/dcerpc_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 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 a85c6c3de..7bba076dd 100644 --- a/src/pub_sub/dhcp_events.h +++ b/src/pub_sub/dhcp_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/dns_events.cc b/src/pub_sub/dns_events.cc index 73c7497fe..d730b7a08 100644 --- a/src/pub_sub/dns_events.cc +++ b/src/pub_sub/dns_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/dns_events.h b/src/pub_sub/dns_events.h index ca92e1406..cd66ffe93 100644 --- a/src/pub_sub/dns_events.h +++ b/src/pub_sub/dns_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/eve_process_event.h b/src/pub_sub/eve_process_event.h index d127a822a..33f8c80c0 100644 --- a/src/pub_sub/eve_process_event.h +++ b/src/pub_sub/eve_process_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c01ef7871..dffd10d1d 100644 --- a/src/pub_sub/expect_events.h +++ b/src/pub_sub/expect_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/external_event_ids.h b/src/pub_sub/external_event_ids.h index 990674969..23d62eb76 100644 --- a/src/pub_sub/external_event_ids.h +++ b/src/pub_sub/external_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 07ce72d28..f494f9b70 100644 --- a/src/pub_sub/finalize_packet_event.h +++ b/src/pub_sub/finalize_packet_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_event_ids.h b/src/pub_sub/http_event_ids.h index 2f8714055..72069f7c6 100644 --- a/src/pub_sub/http_event_ids.h +++ b/src/pub_sub/http_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6facdfae6..a32babb23 100644 --- a/src/pub_sub/http_events.cc +++ b/src/pub_sub/http_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 74062840b..b1557cdec 100644 --- a/src/pub_sub/http_events.h +++ b/src/pub_sub/http_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_request_body_event.cc b/src/pub_sub/http_request_body_event.cc index 2b9bba60d..9de477639 100644 --- a/src/pub_sub/http_request_body_event.cc +++ b/src/pub_sub/http_request_body_event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/http_request_body_event.h b/src/pub_sub/http_request_body_event.h index 0500644d7..52e7d1292 100644 --- a/src/pub_sub/http_request_body_event.h +++ b/src/pub_sub/http_request_body_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/intrinsic_event_ids.h b/src/pub_sub/intrinsic_event_ids.h index 342e4c461..96110888f 100644 --- a/src/pub_sub/intrinsic_event_ids.h +++ b/src/pub_sub/intrinsic_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/netflow_event.h b/src/pub_sub/netflow_event.h index 87d3ec1d6..ca9f4a3f1 100644 --- a/src/pub_sub/netflow_event.h +++ b/src/pub_sub/netflow_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 19fc4645b..a408119b0 100644 --- a/src/pub_sub/opportunistic_tls_event.h +++ b/src/pub_sub/opportunistic_tls_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/packet_events.h b/src/pub_sub/packet_events.h index 36db0a99b..716fdd054 100644 --- a/src/pub_sub/packet_events.h +++ b/src/pub_sub/packet_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/reputation_events.h b/src/pub_sub/reputation_events.h index a847c324d..793ee9efc 100644 --- a/src/pub_sub/reputation_events.h +++ b/src/pub_sub/reputation_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/rna_events.h b/src/pub_sub/rna_events.h index 193861f81..412fe4cfe 100644 --- a/src/pub_sub/rna_events.h +++ b/src/pub_sub/rna_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 28ed62ddf..941361fe6 100644 --- a/src/pub_sub/sip_events.cc +++ b/src/pub_sub/sip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bcff19e58..191361f75 100644 --- a/src/pub_sub/sip_events.h +++ b/src/pub_sub/sip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/smb_events.h b/src/pub_sub/smb_events.h index 4e46fb313..78d0124b4 100644 --- a/src/pub_sub/smb_events.h +++ b/src/pub_sub/smb_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/ssh_events.h b/src/pub_sub/ssh_events.h index fe2130c71..58cd3f346 100644 --- a/src/pub_sub/ssh_events.h +++ b/src/pub_sub/ssh_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/ssl_events.h b/src/pub_sub/ssl_events.h index 906942cae..2524f3429 100644 --- a/src/pub_sub/ssl_events.h +++ b/src/pub_sub/ssl_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c30fcd44e..948ed8f89 100644 --- a/src/pub_sub/stash_events.h +++ b/src/pub_sub/stash_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/stream_event_ids.h b/src/pub_sub/stream_event_ids.h index 3cdbdeda9..d21e7ee59 100644 --- a/src/pub_sub/stream_event_ids.h +++ b/src/pub_sub/stream_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_eve_process_event_test.cc b/src/pub_sub/test/pub_sub_eve_process_event_test.cc index 70b437ae0..f0734205a 100644 --- a/src/pub_sub/test/pub_sub_eve_process_event_test.cc +++ b/src/pub_sub/test/pub_sub_eve_process_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a59d14a1..acb31e80d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/pub_sub/test/pub_sub_http_request_body_event_test.cc b/src/pub_sub/test/pub_sub_http_request_body_event_test.cc index 0321e1dae..34f7a53ff 100644 --- a/src/pub_sub/test/pub_sub_http_request_body_event_test.cc +++ b/src/pub_sub/test/pub_sub_http_request_body_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_bnfa.cc b/src/search_engines/ac_bnfa.cc index cbfbf352c..f1bfa3329 100644 --- a/src/search_engines/ac_bnfa.cc +++ b/src/search_engines/ac_bnfa.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 830899b94..7a44c8333 100644 --- a/src/search_engines/ac_full.cc +++ b/src/search_engines/ac_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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/acsmx2.cc b/src/search_engines/acsmx2.cc index 3e9283d6d..bf3a21a3b 100644 --- a/src/search_engines/acsmx2.cc +++ b/src/search_engines/acsmx2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8cff908e4..a843808a4 100644 --- a/src/search_engines/acsmx2.h +++ b/src/search_engines/acsmx2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4445d9e91..00f4b1248 100644 --- a/src/search_engines/acsmx2_api.cc +++ b/src/search_engines/acsmx2_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3a0cffa96..19de47ad7 100644 --- a/src/search_engines/bnfa_search.cc +++ b/src/search_engines/bnfa_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 c7eddf3e8..85096feea 100644 --- a/src/search_engines/bnfa_search.h +++ b/src/search_engines/bnfa_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 00976d628..49cb26c6e 100644 --- a/src/search_engines/hyperscan.cc +++ b/src/search_engines/hyperscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b836936ac..fbba49b44 100644 --- a/src/search_engines/pat_stats.h +++ b/src/search_engines/pat_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c9a709dba..0d1610930 100644 --- a/src/search_engines/search_common.h +++ b/src/search_engines/search_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67a2fb47d..e9c4444da 100644 --- a/src/search_engines/search_engines.cc +++ b/src/search_engines/search_engines.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ef686e320..cfd0b62be 100644 --- a/src/search_engines/search_engines.h +++ b/src/search_engines/search_engines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd809b008..4433dabd6 100644 --- a/src/search_engines/search_tool.cc +++ b/src/search_engines/search_tool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2f38a807e..723f5e3c0 100644 --- a/src/search_engines/search_tool.h +++ b/src/search_engines/search_tool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/ac_bnfa_test.cc b/src/search_engines/test/ac_bnfa_test.cc index 61f04d3e0..57b884691 100644 --- a/src/search_engines/test/ac_bnfa_test.cc +++ b/src/search_engines/test/ac_bnfa_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/hyper_tool_test.cc b/src/search_engines/test/hyper_tool_test.cc index d40751fa3..ef87faf92 100644 --- a/src/search_engines/test/hyper_tool_test.cc +++ b/src/search_engines/test/hyper_tool_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 35c33de1f..1b7aae4bf 100644 --- a/src/search_engines/test/hyperscan_test.cc +++ b/src/search_engines/test/hyperscan_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/mpse_test_stubs.cc b/src/search_engines/test/mpse_test_stubs.cc index a6b006571..85e98b3e7 100644 --- a/src/search_engines/test/mpse_test_stubs.cc +++ b/src/search_engines/test/mpse_test_stubs.cc @@ -1,5 +1,5 @@ ////-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/mpse_test_stubs.h b/src/search_engines/test/mpse_test_stubs.h index 6bbb62983..710c9d1bc 100644 --- a/src/search_engines/test/mpse_test_stubs.h +++ b/src/search_engines/test/mpse_test_stubs.h @@ -1,5 +1,5 @@ ////-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e455167c4..273192478 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a94a7922f..416f3892c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 65a5fc944..8993d06ab 100644 --- a/src/service_inspectors/cip/cip.cc +++ b/src/service_inspectors/cip/cip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 59ccf366e..630d5e874 100644 --- a/src/service_inspectors/cip/cip.h +++ b/src/service_inspectors/cip/cip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7b2826f1f..6190c6328 100644 --- a/src/service_inspectors/cip/cip_definitions.h +++ b/src/service_inspectors/cip/cip_definitions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a955f99ac..c28cc24c0 100644 --- a/src/service_inspectors/cip/cip_module.cc +++ b/src/service_inspectors/cip/cip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 09e7f9428..761004c66 100644 --- a/src/service_inspectors/cip/cip_module.h +++ b/src/service_inspectors/cip/cip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b528e147a..dd49147f7 100644 --- a/src/service_inspectors/cip/cip_paf.cc +++ b/src/service_inspectors/cip/cip_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 85b872bb2..e6dfa6714 100644 --- a/src/service_inspectors/cip/cip_paf.h +++ b/src/service_inspectors/cip/cip_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 033a69356..ca1edc08c 100644 --- a/src/service_inspectors/cip/cip_parsing.cc +++ b/src/service_inspectors/cip/cip_parsing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f2394551a..bb6cd32ff 100644 --- a/src/service_inspectors/cip/cip_parsing.h +++ b/src/service_inspectors/cip/cip_parsing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4bdf0652a..9d3560056 100644 --- a/src/service_inspectors/cip/cip_session.cc +++ b/src/service_inspectors/cip/cip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1e4c42251..3f689fadd 100644 --- a/src/service_inspectors/cip/cip_session.h +++ b/src/service_inspectors/cip/cip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c6911036c..fb085735e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3898cb965..9eca53034 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 42efdaaee..0ba5f82f5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9694425f5..beb741412 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 60b7b2afc..a060664e5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 642ccfb91..4fbb8636c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 581192526..baa504d9a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d7207d0b3..7cd52636a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 18ea67b8e..d65e79ac4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9f5168163..26da01f8f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a10efb6db..f24a4ba91 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e3f39ef60..12129cf83 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4f3e5b317..1dd93055c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7682ddf01..54a054253 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3f1ba8362..5b29d6881 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3e9697fbe..29b307f72 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0053fb195..284ab64fd 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_db.h b/src/service_inspectors/dce_rpc/dce_db.h index 47e5812eb..e5c547456 100644 --- a/src/service_inspectors/dce_rpc/dce_db.h +++ b/src/service_inspectors/dce_rpc/dce_db.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c260b991b..8fd8139d6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6bdb3202e..938c55528 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf4c9d938..e929b6f77 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aff67d328..169aa9f6c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c3ea36d03..f6889892f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b773af4cb..3b3472132 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3c53bda52..11b339388 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3d749f587..444b4570f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 97324a413..04412502a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 15998bb7d..19c7f5cd9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aca7169f8..00cc95bf4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 821bc0ffe..d6be38a3e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 606d7c820..4063623c6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 4c59326dc..d39cd6de4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_smb.cc b/src/service_inspectors/dce_rpc/dce_smb.cc index f1e785989..b5106b327 100644 --- a/src/service_inspectors/dce_rpc/dce_smb.cc +++ b/src/service_inspectors/dce_rpc/dce_smb.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published // by the Free Software Foundation. You may not use, modify or distribute diff --git a/src/service_inspectors/dce_rpc/dce_smb.h b/src/service_inspectors/dce_rpc/dce_smb.h index 9baf3cf15..e6c1cd8a3 100644 --- a/src/service_inspectors/dce_rpc/dce_smb.h +++ b/src/service_inspectors/dce_rpc/dce_smb.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2020 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2.cc b/src/service_inspectors/dce_rpc/dce_smb2.cc index e5ffe85eb..1b7f2ca33 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2.h b/src/service_inspectors/dce_rpc/dce_smb2.h index 90d23b65c..50263a3d1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_commands.cc b/src/service_inspectors/dce_rpc/dce_smb2_commands.cc index 43e2d5b8f..0103254de 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_commands.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2_commands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_commands.h b/src/service_inspectors/dce_rpc/dce_smb2_commands.h index 1c054a62d..20c771b3a 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_commands.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_commands.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_utils.cc b/src/service_inspectors/dce_rpc/dce_smb2_utils.cc index ee26a35bc..5cb22e7a2 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_utils.cc +++ b/src/service_inspectors/dce_rpc/dce_smb2_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dce_rpc/dce_smb2_utils.h b/src/service_inspectors/dce_rpc/dce_smb2_utils.h index d36f7e6cf..aaae97121 100644 --- a/src/service_inspectors/dce_rpc/dce_smb2_utils.h +++ b/src/service_inspectors/dce_rpc/dce_smb2_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 01f9c39c2..c1090e92a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published // by the Free Software Foundation. You may not use, modify or distribute diff --git a/src/service_inspectors/dce_rpc/dce_smb_commands.h b/src/service_inspectors/dce_rpc/dce_smb_commands.h index 429dd84f4..c98f67f1e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d21dacf29..d01c6ebb1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 905d9674d..eb7c3d882 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 977ee4b15..f8385d49e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 455fbd1c4..29f58ca1f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2aba031ff..7ed8d94a8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1090fa3c4..f9d2a909a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f92fefcf3..c6b0ca2c6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a81319d18..e2859d933 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b2c3f7cf2..98126780e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a86ccb73e..82f91ee8b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 af8a05142..5be45a8b0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7723a2924..4579af796 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 335ff0fcc..1f6ff41cf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a09b1586a..2d8cecaae 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aaecd9dba..d055397fd 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 82ab251fc..dc3c95dd8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dadf6a9fe..04a9e0755 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c491afa7e..31739063a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c4990cf54..528fa41ed 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8d2e67811..759af8c73 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 735421bec..82c48512f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_utils.cc b/src/service_inspectors/dce_rpc/dce_utils.cc index 2640d25de..2da75fbc0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c3729bbc9..b653fec36 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_iface.cc b/src/service_inspectors/dce_rpc/ips_dce_iface.cc index 2162630bb..81a5f7f38 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b12ea7aef..d9f54134d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b3eba8c3f..3611b306d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3331160a3..906bca638 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e2b273adf..c3592a26e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2f6e9f9bd..58e7f18b1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 19c4fe419..7f3a18cc0 100644 --- a/src/service_inspectors/dnp3/dnp3.cc +++ b/src/service_inspectors/dnp3/dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 10a023029..52645d176 100644 --- a/src/service_inspectors/dnp3/dnp3.h +++ b/src/service_inspectors/dnp3/dnp3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 846c401c8..c3a3f53b7 100644 --- a/src/service_inspectors/dnp3/dnp3_map.cc +++ b/src/service_inspectors/dnp3/dnp3_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d9816ef67..ebbb06d66 100644 --- a/src/service_inspectors/dnp3/dnp3_map.h +++ b/src/service_inspectors/dnp3/dnp3_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 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 33c44cc8a..a87bd5fa2 100644 --- a/src/service_inspectors/dnp3/dnp3_module.cc +++ b/src/service_inspectors/dnp3/dnp3_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f0d4c374b..f9a3f4d99 100644 --- a/src/service_inspectors/dnp3/dnp3_module.h +++ b/src/service_inspectors/dnp3/dnp3_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9db52b73a..f3fbc7c8e 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.cc +++ b/src/service_inspectors/dnp3/dnp3_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 197ebf89e..3b34d0166 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.h +++ b/src/service_inspectors/dnp3/dnp3_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 106cb9579..bac2a3aae 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.cc +++ b/src/service_inspectors/dnp3/dnp3_reassembly.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 57f4d7c50..a59eb5dd0 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.h +++ b/src/service_inspectors/dnp3/dnp3_reassembly.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 672b3545c..89a80eb6d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b181c9a58..06fa8a744 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 400ba775c..207f6b867 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1583392b6..0b4d4dda5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4832145c5..ac7a48248 100644 --- a/src/service_inspectors/dns/dns.cc +++ b/src/service_inspectors/dns/dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4dceb409f..b60d77468 100644 --- a/src/service_inspectors/dns/dns.h +++ b/src/service_inspectors/dns/dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_config.cc b/src/service_inspectors/dns/dns_config.cc index 567c55c96..4c907c892 100644 --- a/src/service_inspectors/dns/dns_config.cc +++ b/src/service_inspectors/dns/dns_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_config.h b/src/service_inspectors/dns/dns_config.h index 0ac9d47b7..fe9bc24f9 100644 --- a/src/service_inspectors/dns/dns_config.h +++ b/src/service_inspectors/dns/dns_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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.cc b/src/service_inspectors/dns/dns_module.cc index b4b12cc0e..02df05f99 100644 --- a/src/service_inspectors/dns/dns_module.cc +++ b/src/service_inspectors/dns/dns_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c14bceb86..484edb815 100644 --- a/src/service_inspectors/dns/dns_module.h +++ b/src/service_inspectors/dns/dns_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns_splitter.cc b/src/service_inspectors/dns/dns_splitter.cc index 381bf5d25..14c893bec 100644 --- a/src/service_inspectors/dns/dns_splitter.cc +++ b/src/service_inspectors/dns/dns_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/dns/dns_splitter.h b/src/service_inspectors/dns/dns_splitter.h index 2ff4fee93..b2ccc5376 100644 --- a/src/service_inspectors/dns/dns_splitter.h +++ b/src/service_inspectors/dns/dns_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eade90a63..ddcac74c2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 db8d95c3b..f6944f1c7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3fa3c4d41..3cc1fa5da 100644 --- a/src/service_inspectors/ftp_telnet/ftp.cc +++ b/src/service_inspectors/ftp_telnet/ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c57ea417c..dbc934685 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b59482044..16047ef3a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b4610aa12..1d2f449d6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 946c60145..45ffc3039 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d69a86578..c5ced4e5c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 51c2ba0a1..a23fff5a7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e79bab5da..4bb13c8ee 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 31dec494e..7d79eb5c1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf83743dd..9186eb84a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e9d2a69fa..0e5074212 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6d3f2b3b9..12c8cfbd4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e6839d340..535a2594e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 91e17aa92..1c3b8f526 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2bb96c764..3a37d6826 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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/ftpdata_splitter.cc b/src/service_inspectors/ftp_telnet/ftpdata_splitter.cc index dfc9e9b33..11848e215 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3ce95e4d1..5f63c642a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3c1d2d50a..7cbcd4177 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 32c9f5155..67409cd7d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 de8924a56..f768c6f5f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d71b057da..02ab91816 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6f96b5837..67425b42d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 84b9bd0a5..8cf063a45 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 658c42fed..961cbd9f0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4740a26fa..4ed8b27e1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3eb3bdf7b..4563dadd8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 80935daa9..d9b708ffe 100644 --- a/src/service_inspectors/ftp_telnet/telnet.cc +++ b/src/service_inspectors/ftp_telnet/telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8febcfc92..0d53962c8 100644 --- a/src/service_inspectors/ftp_telnet/telnet.h +++ b/src/service_inspectors/ftp_telnet/telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0fadfedf7..22e7ff065 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ba3158c7b..7748320e9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_splitter.cc b/src/service_inspectors/ftp_telnet/telnet_splitter.cc index 0ba0a6d5e..d71dffa14 100644 --- a/src/service_inspectors/ftp_telnet/telnet_splitter.cc +++ b/src/service_inspectors/ftp_telnet/telnet_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_splitter.h b/src/service_inspectors/ftp_telnet/telnet_splitter.h index aa9c9f65b..5d3d64e7e 100644 --- a/src/service_inspectors/ftp_telnet/telnet_splitter.h +++ b/src/service_inspectors/ftp_telnet/telnet_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 521866503..62a996e6d 100644 --- a/src/service_inspectors/gtp/gtp.cc +++ b/src/service_inspectors/gtp/gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 14d002758..752b64ccc 100644 --- a/src/service_inspectors/gtp/gtp.h +++ b/src/service_inspectors/gtp/gtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e5f4bbbf3..229f7f576 100644 --- a/src/service_inspectors/gtp/gtp_inspect.cc +++ b/src/service_inspectors/gtp/gtp_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3463fc8a7..af55e6d1e 100644 --- a/src/service_inspectors/gtp/gtp_inspect.h +++ b/src/service_inspectors/gtp/gtp_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ff1f253fc..e20274548 100644 --- a/src/service_inspectors/gtp/gtp_module.cc +++ b/src/service_inspectors/gtp/gtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a536b6c62..07be030e3 100644 --- a/src/service_inspectors/gtp/gtp_module.h +++ b/src/service_inspectors/gtp/gtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 100e39430..50cbefcbe 100644 --- a/src/service_inspectors/gtp/gtp_parser.cc +++ b/src/service_inspectors/gtp/gtp_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ce21079e3..093b81259 100644 --- a/src/service_inspectors/gtp/gtp_parser.h +++ b/src/service_inspectors/gtp/gtp_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 30048e7b8..a81c418ed 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5a27de572..733e59cd1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4292feea7..b7c913287 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 73c3175a3..095634995 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7a3de45d3..a42ec3290 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e02a35f29..3c012aafc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e4b6f10ee..2613974ed 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 256a5fbdb..3246a5474 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e9c82b721..094d34b16 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 586e57730..d9bae2af5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8dbae40ef..a9d09cc56 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e671203c4..4b19deadf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4b3edb2f7..1fdb5717d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5389ca0eb..5f03892bc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_goaway_frame.cc b/src/service_inspectors/http2_inspect/http2_goaway_frame.cc index 8e56b208b..9994c826a 100644 --- a/src/service_inspectors/http2_inspect/http2_goaway_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_goaway_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_goaway_frame.h b/src/service_inspectors/http2_inspect/http2_goaway_frame.h index 44e48d3c4..042e778a4 100644 --- a/src/service_inspectors/http2_inspect/http2_goaway_frame.h +++ b/src/service_inspectors/http2_inspect/http2_goaway_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c47e4e76e..a42918c7d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 14e9b4532..988c1eda5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7fe5b842e..6239ed610 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b8dd2d82d..3a7da861a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c5cb5206d..00c58760b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3c43f25e6..52dee4668 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b01f5f132..fd2d1fbcc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 541fb5b1f..e0b963f98 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6e28f40d7..c6ffd48f7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 33a8f0973..e0f5da74b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 913aaaf4a..c41089175 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a73448f83..00a163a18 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1fc595d27..c59f4ae2e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf1f68894..533f927aa 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0a7d632a1..f42864db4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e08c32d7d..d5f7552c8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e7671fe8a..9b61d8146 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 37a457411..e6848bb7f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eb45888bd..40d7b03ae 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7b971357b..a75a080e1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cd8ed6f07..e8566052e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c0f7bb62e..856518fe8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4652491e4..93765a5d6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_priority_frame.h b/src/service_inspectors/http2_inspect/http2_priority_frame.h index 94547302f..40b62b860 100644 --- a/src/service_inspectors/http2_inspect/http2_priority_frame.h +++ b/src/service_inspectors/http2_inspect/http2_priority_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 69b930913..c61645890 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4b51e0ffd..038031782 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 49102dd09..2bd2c7384 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f55564fe1..a4c795b5c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc index a7a193dc2..6ae9f12d5 100644 --- a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h index 5fe72b830..772397dec 100644 --- a/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h +++ b/src/service_inspectors/http2_inspect/http2_rst_stream_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 662a98193..57155d992 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 11b02f634..c4aa6bccf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 610e04486..734bbd8e9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3346e6376..82bd92ca5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5e32a6379..a5252ed8d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6ab878567..c78cc045d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 452eabac2..5642cd378 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 74f60c78d..dc283c6aa 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 86d963955..4f27c480d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 757e8190a..7a4f28d09 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a24e87714..dfc6de1f0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f9574c5fe..e6191d8fb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 07044a12a..c6b142a1e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f41369ce5..192fdd50c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_varlen_int_decode.h b/src/service_inspectors/http2_inspect/http2_varlen_int_decode.h index 842656b0f..cea1c5952 100644 --- a/src/service_inspectors/http2_inspect/http2_varlen_int_decode.h +++ b/src/service_inspectors/http2_inspect/http2_varlen_int_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_varlen_int_decode_impl.h b/src/service_inspectors/http2_inspect/http2_varlen_int_decode_impl.h index 741d6c117..1ca14ea20 100644 --- a/src/service_inspectors/http2_inspect/http2_varlen_int_decode_impl.h +++ b/src/service_inspectors/http2_inspect/http2_varlen_int_decode_impl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_varlen_string_decode.h b/src/service_inspectors/http2_inspect/http2_varlen_string_decode.h index 48d970598..f84bd1d6c 100644 --- a/src/service_inspectors/http2_inspect/http2_varlen_string_decode.h +++ b/src/service_inspectors/http2_inspect/http2_varlen_string_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_varlen_string_decode_impl.h b/src/service_inspectors/http2_inspect/http2_varlen_string_decode_impl.h index e69b9f519..862eb89dc 100644 --- a/src/service_inspectors/http2_inspect/http2_varlen_string_decode_impl.h +++ b/src/service_inspectors/http2_inspect/http2_varlen_string_decode_impl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_window_update_frame.cc b/src/service_inspectors/http2_inspect/http2_window_update_frame.cc index 25f58f6a4..edeadac93 100644 --- a/src/service_inspectors/http2_inspect/http2_window_update_frame.cc +++ b/src/service_inspectors/http2_inspect/http2_window_update_frame.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http2_inspect/http2_window_update_frame.h b/src/service_inspectors/http2_inspect/http2_window_update_frame.h index 90ef203f8..248e1f6d0 100644 --- a/src/service_inspectors/http2_inspect/http2_window_update_frame.h +++ b/src/service_inspectors/http2_inspect/http2_window_update_frame.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 be45ec446..9af356602 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a2ebf0f4d..d4089b273 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 14e2e59a1..6be9fecf5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 164eacc75..4157137f0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9a8a9907d..387079a89 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 483470547..1ad901ca4 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 57dfc1116..c9ae2526b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 495004ed1..4c37763d6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1f74b89f0..a5038d18e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6f9c0a778..3a4bc9de9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7b7cd8cf3..eaf199c6f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ac2bc73e8..60a5ec652 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0c0ea6060..62643f4ce 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 99658b875..6d8b471a9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b1df5641..cb78e6f29 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8adab34da..628c06aa8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 115a1c724..da05a140c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 510a9928a..9b9c750bc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f7b3fed87..68b48ea18 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 30d951a00..63baa554d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 de2fa0fe5..21f852050 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9fff89219..0420ed4ca 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_base.h b/src/service_inspectors/http_inspect/http_inspect_base.h index 0cd17d5fc..2ead4e2d7 100644 --- a/src/service_inspectors/http_inspect/http_inspect_base.h +++ b/src/service_inspectors/http_inspect/http_inspect_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b07aef00c..bf536db35 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 95ee4d923..f99fe1a01 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eae0263f2..23f5fa4d3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9401e9d3d..f4dc320d2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 343cd84ed..92c7cd553 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6b99ee38f..17cd366d5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a457df23f..f8b81e57c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2a5c3424a..caaebf32e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a716233bb..82b3b95e1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 deb89681a..e0864cdc0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_hx.cc b/src/service_inspectors/http_inspect/http_msg_body_hx.cc index 4953b95d2..e43df9deb 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_hx.cc +++ b/src/service_inspectors/http_inspect/http_msg_body_hx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_hx.h b/src/service_inspectors/http_inspect/http_msg_body_hx.h index 0aaf7c614..d45848d37 100644 --- a/src/service_inspectors/http_inspect/http_msg_body_hx.h +++ b/src/service_inspectors/http_inspect/http_msg_body_hx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e8a03b418..80731e36a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3b86a0726..7cb76062e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1591ae7f6..846337fca 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 45820f590..2379d6956 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8b1796612..ba979978a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 597d75adb..40e0028c9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 40aa4465a..b3c66bb5d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3baa14258..8b8bd119a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5444c7d7d..f4553e448 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4711443f9..b578440da 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 38adf3035..0b7f64dd0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e116d8a6d..89077f87a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f5a52a1a..b94ddf1e2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a40c71ae1..5aa36506b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 12df316b7..1d40763a6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 93ac6ebf4..335c386f8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9d8633887..bd2c5796f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalized_header.cc b/src/service_inspectors/http_inspect/http_normalized_header.cc index 4332c9184..a3febef1a 100644 --- a/src/service_inspectors/http_inspect/http_normalized_header.cc +++ b/src/service_inspectors/http_inspect/http_normalized_header.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/http_inspect/http_normalized_header.h b/src/service_inspectors/http_inspect/http_normalized_header.h index 4dfc7ba1c..84d7fbe01 100644 --- a/src/service_inspectors/http_inspect/http_normalized_header.h +++ b/src/service_inspectors/http_inspect/http_normalized_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 01d5a27be..86bea5514 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6f348ebc7..ccbcb2611 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6aa94afb6..03076137e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3e1b5f7a..5ee5eae4d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2b6be8dea..cf9b6a0b7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5933b25c8..dd9e321c3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3e6b6e62b..9e05ffaac 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a5c64450..8a838c94f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_base.h b/src/service_inspectors/http_inspect/http_stream_splitter_base.h index b604d0f8d..ba6fe00cb 100644 --- a/src/service_inspectors/http_inspect/http_stream_splitter_base.h +++ b/src/service_inspectors/http_inspect/http_stream_splitter_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 953856dde..8cec6b3dd 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d73cbe8cc..cb3c1079a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f15a60c07..caa0e0dc7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a8bcbb272..1fa24fa4c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f0bc03d7f..bd65b8098 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 40e0ff41c..63fbf178c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a0f56344e..0195b3f19 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fdc629233..53cf18d8c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b5b3f096..d1a456e96 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 37cf39f6d..f6c137a3e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8ae49ef5e..13a9af4cf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e54319e04..a947f74ce 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3ddc6fdaf..71ede758c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 980a06221..973fd2b5b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f9d35f6e5..646495188 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 06cca8d42..25b56a435 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_buffer.cc b/src/service_inspectors/http_inspect/ips_http_buffer.cc index 15419b314..2482a5c2c 100644 --- a/src/service_inspectors/http_inspect/ips_http_buffer.cc +++ b/src/service_inspectors/http_inspect/ips_http_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_buffer.h b/src/service_inspectors/http_inspect/ips_http_buffer.h index dd6e37e67..7114fe897 100644 --- a/src/service_inspectors/http_inspect/ips_http_buffer.h +++ b/src/service_inspectors/http_inspect/ips_http_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_num_hdrs.cc b/src/service_inspectors/http_inspect/ips_http_num_hdrs.cc index 358b252a0..c443c5846 100644 --- a/src/service_inspectors/http_inspect/ips_http_num_hdrs.cc +++ b/src/service_inspectors/http_inspect/ips_http_num_hdrs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_num_hdrs.h b/src/service_inspectors/http_inspect/ips_http_num_hdrs.h index 4d5f294ee..f8eea48cd 100644 --- a/src/service_inspectors/http_inspect/ips_http_num_hdrs.h +++ b/src/service_inspectors/http_inspect/ips_http_num_hdrs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_param.cc b/src/service_inspectors/http_inspect/ips_http_param.cc index 2df4968d0..daad74dbc 100644 --- a/src/service_inspectors/http_inspect/ips_http_param.cc +++ b/src/service_inspectors/http_inspect/ips_http_param.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_param.h b/src/service_inspectors/http_inspect/ips_http_param.h index a780d9e5e..dd37a26b5 100644 --- a/src/service_inspectors/http_inspect/ips_http_param.h +++ b/src/service_inspectors/http_inspect/ips_http_param.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_test.cc b/src/service_inspectors/http_inspect/ips_http_test.cc index 83e26b595..ca4f5442d 100644 --- a/src/service_inspectors/http_inspect/ips_http_test.cc +++ b/src/service_inspectors/http_inspect/ips_http_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_test.h b/src/service_inspectors/http_inspect/ips_http_test.h index 590c135a9..2781d00b5 100644 --- a/src/service_inspectors/http_inspect/ips_http_test.h +++ b/src/service_inspectors/http_inspect/ips_http_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_version.cc b/src/service_inspectors/http_inspect/ips_http_version.cc index 06b0bf76a..6f9743e1f 100644 --- a/src/service_inspectors/http_inspect/ips_http_version.cc +++ b/src/service_inspectors/http_inspect/ips_http_version.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_version.h b/src/service_inspectors/http_inspect/ips_http_version.h index e26ab8585..6f98ea984 100644 --- a/src/service_inspectors/http_inspect/ips_http_version.h +++ b/src/service_inspectors/http_inspect/ips_http_version.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 837119ba1..b0a909342 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e160dea6b..b2074be39 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c3e4f368d..c842c64dd 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68e832fe9..305e795a8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c5ac831f5..02a5ffa58 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104.cc b/src/service_inspectors/iec104/iec104.cc index 4c7f1aff5..ea807fd87 100644 --- a/src/service_inspectors/iec104/iec104.cc +++ b/src/service_inspectors/iec104/iec104.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104.h b/src/service_inspectors/iec104/iec104.h index feaa09e07..cc60b57c9 100644 --- a/src/service_inspectors/iec104/iec104.h +++ b/src/service_inspectors/iec104/iec104.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_decode.cc b/src/service_inspectors/iec104/iec104_decode.cc index 561789b9d..f112b6c08 100644 --- a/src/service_inspectors/iec104/iec104_decode.cc +++ b/src/service_inspectors/iec104/iec104_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_decode.h b/src/service_inspectors/iec104/iec104_decode.h index 381a1b707..85c09fec2 100644 --- a/src/service_inspectors/iec104/iec104_decode.h +++ b/src/service_inspectors/iec104/iec104_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_module.cc b/src/service_inspectors/iec104/iec104_module.cc index 9231e9975..0c67009e0 100644 --- a/src/service_inspectors/iec104/iec104_module.cc +++ b/src/service_inspectors/iec104/iec104_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_module.h b/src/service_inspectors/iec104/iec104_module.h index 93f30fcd9..be789c068 100644 --- a/src/service_inspectors/iec104/iec104_module.h +++ b/src/service_inspectors/iec104/iec104_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_paf.cc b/src/service_inspectors/iec104/iec104_paf.cc index aadf8bc52..2c46cefc0 100644 --- a/src/service_inspectors/iec104/iec104_paf.cc +++ b/src/service_inspectors/iec104/iec104_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_paf.h b/src/service_inspectors/iec104/iec104_paf.h index 2b4f11bef..f592fc9f2 100644 --- a/src/service_inspectors/iec104/iec104_paf.h +++ b/src/service_inspectors/iec104/iec104_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_apdu.cc b/src/service_inspectors/iec104/iec104_parse_apdu.cc index 174f319ae..d348b37fa 100644 --- a/src/service_inspectors/iec104/iec104_parse_apdu.cc +++ b/src/service_inspectors/iec104/iec104_parse_apdu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_apdu.h b/src/service_inspectors/iec104/iec104_parse_apdu.h index 1ffed87f4..8ca0b248c 100644 --- a/src/service_inspectors/iec104/iec104_parse_apdu.h +++ b/src/service_inspectors/iec104/iec104_parse_apdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc b/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc index edc232aff..4ec7337ef 100644 --- a/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc +++ b/src/service_inspectors/iec104/iec104_parse_information_object_elements.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_parse_information_object_elements.h b/src/service_inspectors/iec104/iec104_parse_information_object_elements.h index e01a62131..f4c5525cd 100644 --- a/src/service_inspectors/iec104/iec104_parse_information_object_elements.h +++ b/src/service_inspectors/iec104/iec104_parse_information_object_elements.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/iec104_trace.h b/src/service_inspectors/iec104/iec104_trace.h index f49ea680f..057324b3b 100644 --- a/src/service_inspectors/iec104/iec104_trace.h +++ b/src/service_inspectors/iec104/iec104_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/ips_iec104_apci_type.cc b/src/service_inspectors/iec104/ips_iec104_apci_type.cc index b3f5b5a4f..f1c2b68c3 100644 --- a/src/service_inspectors/iec104/ips_iec104_apci_type.cc +++ b/src/service_inspectors/iec104/ips_iec104_apci_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/iec104/ips_iec104_asdu_func.cc b/src/service_inspectors/iec104/ips_iec104_asdu_func.cc index e269ae01a..08e9637ba 100644 --- a/src/service_inspectors/iec104/ips_iec104_asdu_func.cc +++ b/src/service_inspectors/iec104/ips_iec104_asdu_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0e92a6834..e34484567 100644 --- a/src/service_inspectors/imap/imap.cc +++ b/src/service_inspectors/imap/imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3950e2d37..e358e7e25 100644 --- a/src/service_inspectors/imap/imap.h +++ b/src/service_inspectors/imap/imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4836ef2a8..54876e8f5 100644 --- a/src/service_inspectors/imap/imap_config.h +++ b/src/service_inspectors/imap/imap_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ac98d525b..ebb6c318d 100644 --- a/src/service_inspectors/imap/imap_module.cc +++ b/src/service_inspectors/imap/imap_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 27d13d93a..2b0c62ebd 100644 --- a/src/service_inspectors/imap/imap_module.h +++ b/src/service_inspectors/imap/imap_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd1cfeed1..5c42ff30d 100644 --- a/src/service_inspectors/imap/imap_paf.cc +++ b/src/service_inspectors/imap/imap_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 77a9dc1b2..e698c35bb 100644 --- a/src/service_inspectors/imap/imap_paf.h +++ b/src/service_inspectors/imap/imap_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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/mms/ips_mms_data.cc b/src/service_inspectors/mms/ips_mms_data.cc index 4fc893a75..90fcbb3e7 100644 --- a/src/service_inspectors/mms/ips_mms_data.cc +++ b/src/service_inspectors/mms/ips_mms_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/ips_mms_func.cc b/src/service_inspectors/mms/ips_mms_func.cc index d0dde1aa9..626230e77 100644 --- a/src/service_inspectors/mms/ips_mms_func.cc +++ b/src/service_inspectors/mms/ips_mms_func.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms.cc b/src/service_inspectors/mms/mms.cc index 4c8939e3c..35c1bb768 100644 --- a/src/service_inspectors/mms/mms.cc +++ b/src/service_inspectors/mms/mms.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms.h b/src/service_inspectors/mms/mms.h index 68aed122a..b47f40b56 100644 --- a/src/service_inspectors/mms/mms.h +++ b/src/service_inspectors/mms/mms.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms_decode.cc b/src/service_inspectors/mms/mms_decode.cc index ae4f18ce4..25d4293ec 100644 --- a/src/service_inspectors/mms/mms_decode.cc +++ b/src/service_inspectors/mms/mms_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms_decode.h b/src/service_inspectors/mms/mms_decode.h index 0f2dc629e..3da9f3a8f 100644 --- a/src/service_inspectors/mms/mms_decode.h +++ b/src/service_inspectors/mms/mms_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms_module.cc b/src/service_inspectors/mms/mms_module.cc index a8c41c37f..76acebc2d 100644 --- a/src/service_inspectors/mms/mms_module.cc +++ b/src/service_inspectors/mms/mms_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms_module.h b/src/service_inspectors/mms/mms_module.h index 713974e45..fbe75283b 100644 --- a/src/service_inspectors/mms/mms_module.h +++ b/src/service_inspectors/mms/mms_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms_splitter.cc b/src/service_inspectors/mms/mms_splitter.cc index ca1664fb6..ca035f63a 100644 --- a/src/service_inspectors/mms/mms_splitter.cc +++ b/src/service_inspectors/mms/mms_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/mms_splitter.h b/src/service_inspectors/mms/mms_splitter.h index fc55819fd..a6d69921d 100644 --- a/src/service_inspectors/mms/mms_splitter.h +++ b/src/service_inspectors/mms/mms_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/cotp_decode.cc b/src/service_inspectors/mms/tpkt/cotp_decode.cc index 8773c53c2..c45411466 100644 --- a/src/service_inspectors/mms/tpkt/cotp_decode.cc +++ b/src/service_inspectors/mms/tpkt/cotp_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/cotp_decode.h b/src/service_inspectors/mms/tpkt/cotp_decode.h index 8143736ae..d808831e5 100644 --- a/src/service_inspectors/mms/tpkt/cotp_decode.h +++ b/src/service_inspectors/mms/tpkt/cotp_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/osi_acse_decode.cc b/src/service_inspectors/mms/tpkt/osi_acse_decode.cc index 64a3e3f4d..d9c74bbca 100644 --- a/src/service_inspectors/mms/tpkt/osi_acse_decode.cc +++ b/src/service_inspectors/mms/tpkt/osi_acse_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/osi_acse_decode.h b/src/service_inspectors/mms/tpkt/osi_acse_decode.h index 186f66c7f..e6ca257ee 100644 --- a/src/service_inspectors/mms/tpkt/osi_acse_decode.h +++ b/src/service_inspectors/mms/tpkt/osi_acse_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/osi_pres_decode.cc b/src/service_inspectors/mms/tpkt/osi_pres_decode.cc index 93053a82a..d98ea7843 100644 --- a/src/service_inspectors/mms/tpkt/osi_pres_decode.cc +++ b/src/service_inspectors/mms/tpkt/osi_pres_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/osi_pres_decode.h b/src/service_inspectors/mms/tpkt/osi_pres_decode.h index 9c94e368d..44b290652 100644 --- a/src/service_inspectors/mms/tpkt/osi_pres_decode.h +++ b/src/service_inspectors/mms/tpkt/osi_pres_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/osi_session_decode.cc b/src/service_inspectors/mms/tpkt/osi_session_decode.cc index a11ed0eb0..5693b3ae1 100644 --- a/src/service_inspectors/mms/tpkt/osi_session_decode.cc +++ b/src/service_inspectors/mms/tpkt/osi_session_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/osi_session_decode.h b/src/service_inspectors/mms/tpkt/osi_session_decode.h index b9086ec07..94110c1f9 100644 --- a/src/service_inspectors/mms/tpkt/osi_session_decode.h +++ b/src/service_inspectors/mms/tpkt/osi_session_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/tpkt_decode.cc b/src/service_inspectors/mms/tpkt/tpkt_decode.cc index 10bf105f4..79c0fa448 100644 --- a/src/service_inspectors/mms/tpkt/tpkt_decode.cc +++ b/src/service_inspectors/mms/tpkt/tpkt_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/tpkt/tpkt_decode.h b/src/service_inspectors/mms/tpkt/tpkt_decode.h index 3419fa80e..5214c1313 100644 --- a/src/service_inspectors/mms/tpkt/tpkt_decode.h +++ b/src/service_inspectors/mms/tpkt/tpkt_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/util_tpkt.cc b/src/service_inspectors/mms/util_tpkt.cc index 2871b6b7b..d82fbcfbf 100644 --- a/src/service_inspectors/mms/util_tpkt.cc +++ b/src/service_inspectors/mms/util_tpkt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/mms/util_tpkt.h b/src/service_inspectors/mms/util_tpkt.h index 65c08cd86..548b2995b 100644 --- a/src/service_inspectors/mms/util_tpkt.h +++ b/src/service_inspectors/mms/util_tpkt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/ips_modbus_data.cc b/src/service_inspectors/modbus/ips_modbus_data.cc index 22c4b00b4..2a473c81e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7749c90c1..a795b9ee3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ddf127be8..5d08572e9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 097fac3aa..215571149 100644 --- a/src/service_inspectors/modbus/modbus.cc +++ b/src/service_inspectors/modbus/modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4b754cce4..35a85ae3b 100644 --- a/src/service_inspectors/modbus/modbus.h +++ b/src/service_inspectors/modbus/modbus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3d2acd7c7..6a8a6c4cb 100644 --- a/src/service_inspectors/modbus/modbus_decode.cc +++ b/src/service_inspectors/modbus/modbus_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0df6b639a..93bbd6068 100644 --- a/src/service_inspectors/modbus/modbus_decode.h +++ b/src/service_inspectors/modbus/modbus_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ae5970147..038831d4f 100644 --- a/src/service_inspectors/modbus/modbus_module.cc +++ b/src/service_inspectors/modbus/modbus_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 abcffd0a5..b4136ea51 100644 --- a/src/service_inspectors/modbus/modbus_module.h +++ b/src/service_inspectors/modbus/modbus_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f69eb3864..c52836b78 100644 --- a/src/service_inspectors/modbus/modbus_paf.cc +++ b/src/service_inspectors/modbus/modbus_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 200e498b4..6e5aa8936 100644 --- a/src/service_inspectors/modbus/modbus_paf.h +++ b/src/service_inspectors/modbus/modbus_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 baa389a2f..dfa1887c5 100644 --- a/src/service_inspectors/netflow/netflow.cc +++ b/src/service_inspectors/netflow/netflow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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.h b/src/service_inspectors/netflow/netflow.h index 8dfc98d10..1709106b5 100644 --- a/src/service_inspectors/netflow/netflow.h +++ b/src/service_inspectors/netflow/netflow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_cache.cc b/src/service_inspectors/netflow/netflow_cache.cc index 6997d11ae..ec82f39ed 100644 --- a/src/service_inspectors/netflow/netflow_cache.cc +++ b/src/service_inspectors/netflow/netflow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_cache.h b/src/service_inspectors/netflow/netflow_cache.h index af4484679..debc2dbd3 100644 --- a/src/service_inspectors/netflow/netflow_cache.h +++ b/src/service_inspectors/netflow/netflow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f421efbfb..ca3005381 100644 --- a/src/service_inspectors/netflow/netflow_headers.h +++ b/src/service_inspectors/netflow/netflow_headers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0abdd3ed3..63f4ef7f2 100644 --- a/src/service_inspectors/netflow/netflow_module.cc +++ b/src/service_inspectors/netflow/netflow_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e15752ea6..579c44934 100644 --- a/src/service_inspectors/netflow/netflow_module.h +++ b/src/service_inspectors/netflow/netflow_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_record.h b/src/service_inspectors/netflow/netflow_record.h index f32d4d82b..8bdea7365 100644 --- a/src/service_inspectors/netflow/netflow_record.h +++ b/src/service_inspectors/netflow/netflow_record.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 db8ffe22d..71a1d105f 100644 --- a/src/service_inspectors/pop/pop.cc +++ b/src/service_inspectors/pop/pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3b82ff1bb..df0cc40be 100644 --- a/src/service_inspectors/pop/pop.h +++ b/src/service_inspectors/pop/pop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a42f68eb1..f60b4b6e3 100644 --- a/src/service_inspectors/pop/pop_config.h +++ b/src/service_inspectors/pop/pop_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7d4997ac4..2164625c9 100644 --- a/src/service_inspectors/pop/pop_module.cc +++ b/src/service_inspectors/pop/pop_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 034373abf..626a52b7b 100644 --- a/src/service_inspectors/pop/pop_module.h +++ b/src/service_inspectors/pop/pop_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b94a05b38..ebffc3767 100644 --- a/src/service_inspectors/pop/pop_paf.cc +++ b/src/service_inspectors/pop/pop_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7b5a29847..c14660553 100644 --- a/src/service_inspectors/pop/pop_paf.h +++ b/src/service_inspectors/pop/pop_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ad05757f6..d89c789ab 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a36117f1a..6496d8840 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6291bea40..a6445342f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6f8cb260d..ad668cfe3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4850ba60c..8e9d10a29 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3093bc2a3..5e27bddec 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3063a6094..ba8fa1386 100644 --- a/src/service_inspectors/s7commplus/s7comm.cc +++ b/src/service_inspectors/s7commplus/s7comm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 da5f5bf21..b77b936ed 100644 --- a/src/service_inspectors/s7commplus/s7comm.h +++ b/src/service_inspectors/s7commplus/s7comm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 34cd71203..1d9e1407f 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.cc +++ b/src/service_inspectors/s7commplus/s7comm_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 893b6f487..426a06f65 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.h +++ b/src/service_inspectors/s7commplus/s7comm_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 49e0b283b..046150ec2 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.cc +++ b/src/service_inspectors/s7commplus/s7comm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bb5af47ab..b66af5e3c 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.h +++ b/src/service_inspectors/s7commplus/s7comm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1b29539bd..91d9efe3f 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.cc +++ b/src/service_inspectors/s7commplus/s7comm_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0d0629aa9..68c3787bf 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.h +++ b/src/service_inspectors/s7commplus/s7comm_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1dbc53945..a67d6d312 100644 --- a/src/service_inspectors/service_inspectors.cc +++ b/src/service_inspectors/service_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f899b888a..d0c67d8bc 100644 --- a/src/service_inspectors/service_inspectors.h +++ b/src/service_inspectors/service_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4f201dcf3..890a4003e 100644 --- a/src/service_inspectors/sip/ips_sip.cc +++ b/src/service_inspectors/sip/ips_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0271feac1..c700a2aa0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 44b6db43e..7db83936e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 a8d35b295..5dcba942e 100644 --- a/src/service_inspectors/sip/sip.cc +++ b/src/service_inspectors/sip/sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd69b7b82..a89cd38ea 100644 --- a/src/service_inspectors/sip/sip.h +++ b/src/service_inspectors/sip/sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cee0d824c..861b947ea 100644 --- a/src/service_inspectors/sip/sip_common.h +++ b/src/service_inspectors/sip/sip_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 222d66073..c9ccedb41 100644 --- a/src/service_inspectors/sip/sip_config.cc +++ b/src/service_inspectors/sip/sip_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 347cccf5e..e54a2d134 100644 --- a/src/service_inspectors/sip/sip_config.h +++ b/src/service_inspectors/sip/sip_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9f232b313..f98f98cd9 100644 --- a/src/service_inspectors/sip/sip_dialog.cc +++ b/src/service_inspectors/sip/sip_dialog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 790728578..3322b2176 100644 --- a/src/service_inspectors/sip/sip_dialog.h +++ b/src/service_inspectors/sip/sip_dialog.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6545d5221..77cf1913d 100644 --- a/src/service_inspectors/sip/sip_module.cc +++ b/src/service_inspectors/sip/sip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cb7de32a9..7d21f6930 100644 --- a/src/service_inspectors/sip/sip_module.h +++ b/src/service_inspectors/sip/sip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 64817efaf..87963268b 100644 --- a/src/service_inspectors/sip/sip_parser.cc +++ b/src/service_inspectors/sip/sip_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1eda37844..391f40936 100644 --- a/src/service_inspectors/sip/sip_parser.h +++ b/src/service_inspectors/sip/sip_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f42837298..44481104e 100644 --- a/src/service_inspectors/sip/sip_roptions.h +++ b/src/service_inspectors/sip/sip_roptions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6b415e6e8..ff9f7ad9c 100644 --- a/src/service_inspectors/sip/sip_splitter.cc +++ b/src/service_inspectors/sip/sip_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 518f24bae..59e6cc716 100644 --- a/src/service_inspectors/sip/sip_splitter.h +++ b/src/service_inspectors/sip/sip_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 902fbaa38..e2bdb496b 100644 --- a/src/service_inspectors/sip/sip_utils.cc +++ b/src/service_inspectors/sip/sip_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 e78d726b9..66259ae30 100644 --- a/src/service_inspectors/sip/sip_utils.h +++ b/src/service_inspectors/sip/sip_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 03534164b..efaf9a418 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7e01b00de..05351ad73 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cb9ff6185..b30083dae 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f32551e3e..46c71282f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 303c4dcdc..2c6f63292 100644 --- a/src/service_inspectors/smtp/smtp.cc +++ b/src/service_inspectors/smtp/smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ff00b92b9..e469a94ff 100644 --- a/src/service_inspectors/smtp/smtp.h +++ b/src/service_inspectors/smtp/smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2ab69511b..5096e4e64 100644 --- a/src/service_inspectors/smtp/smtp_config.h +++ b/src/service_inspectors/smtp/smtp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0283ef7e3..725ecb56e 100644 --- a/src/service_inspectors/smtp/smtp_module.cc +++ b/src/service_inspectors/smtp/smtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a2b9bc08e..95b32a2f4 100644 --- a/src/service_inspectors/smtp/smtp_module.h +++ b/src/service_inspectors/smtp/smtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cd6f18422..e755a818a 100644 --- a/src/service_inspectors/smtp/smtp_normalize.cc +++ b/src/service_inspectors/smtp/smtp_normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 93870cce0..7557ad355 100644 --- a/src/service_inspectors/smtp/smtp_normalize.h +++ b/src/service_inspectors/smtp/smtp_normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f3b53a150..a3b0e6190 100644 --- a/src/service_inspectors/smtp/smtp_paf.cc +++ b/src/service_inspectors/smtp/smtp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 458cc851f..b11694494 100644 --- a/src/service_inspectors/smtp/smtp_paf.h +++ b/src/service_inspectors/smtp/smtp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c3ab17db3..6a59f2974 100644 --- a/src/service_inspectors/smtp/smtp_util.cc +++ b/src/service_inspectors/smtp/smtp_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 47f5cef79..6df3d664f 100644 --- a/src/service_inspectors/smtp/smtp_util.h +++ b/src/service_inspectors/smtp/smtp_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 feecd3137..ebbde81d3 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.cc +++ b/src/service_inspectors/smtp/smtp_xlink2state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8ab9a9476..fd9b859b0 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.h +++ b/src/service_inspectors/smtp/smtp_xlink2state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1cf1b8052..0f75475ad 100644 --- a/src/service_inspectors/ssh/ssh.cc +++ b/src/service_inspectors/ssh/ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 65bf0f8a8..168b96326 100644 --- a/src/service_inspectors/ssh/ssh.h +++ b/src/service_inspectors/ssh/ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b4d5d0e3e..ad88233ff 100644 --- a/src/service_inspectors/ssh/ssh_config.h +++ b/src/service_inspectors/ssh/ssh_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 58499060b..ab26c260b 100644 --- a/src/service_inspectors/ssh/ssh_module.cc +++ b/src/service_inspectors/ssh/ssh_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bcf1bae5c..17fe3041b 100644 --- a/src/service_inspectors/ssh/ssh_module.h +++ b/src/service_inspectors/ssh/ssh_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 51e423eb2..15bc30d99 100644 --- a/src/service_inspectors/ssh/ssh_splitter.cc +++ b/src/service_inspectors/ssh/ssh_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a98c0f43..a1ed22426 100644 --- a/src/service_inspectors/ssh/ssh_splitter.h +++ b/src/service_inspectors/ssh/ssh_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 47cb775ed..dbb9f4da6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9eedaf86e..0b8fc1474 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e5f15380a..f54802fc9 100644 --- a/src/service_inspectors/ssl/ssl_config.h +++ b/src/service_inspectors/ssl/ssl_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_flow_data.cc b/src/service_inspectors/ssl/ssl_flow_data.cc index 01412c985..1a327af35 100644 --- a/src/service_inspectors/ssl/ssl_flow_data.cc +++ b/src/service_inspectors/ssl/ssl_flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/ssl/ssl_flow_data.h b/src/service_inspectors/ssl/ssl_flow_data.h index b26fe1c66..f3baaf413 100644 --- a/src/service_inspectors/ssl/ssl_flow_data.h +++ b/src/service_inspectors/ssl/ssl_flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 94197e2db..8422d814a 100644 --- a/src/service_inspectors/ssl/ssl_inspector.cc +++ b/src/service_inspectors/ssl/ssl_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68b9f970d..71c24ab42 100644 --- a/src/service_inspectors/ssl/ssl_inspector.h +++ b/src/service_inspectors/ssl/ssl_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d236c1be4..19de7dfef 100644 --- a/src/service_inspectors/ssl/ssl_module.cc +++ b/src/service_inspectors/ssl/ssl_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8b83376e9..a3e6662a3 100644 --- a/src/service_inspectors/ssl/ssl_module.h +++ b/src/service_inspectors/ssl/ssl_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 785734ede..4699aed33 100644 --- a/src/service_inspectors/ssl/ssl_splitter.cc +++ b/src/service_inspectors/ssl/ssl_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e5d86b860..30bbb9b08 100644 --- a/src/service_inspectors/ssl/ssl_splitter.h +++ b/src/service_inspectors/ssl/ssl_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/curse_book.cc b/src/service_inspectors/wizard/curse_book.cc index 7b7423b99..e78290089 100644 --- a/src/service_inspectors/wizard/curse_book.cc +++ b/src/service_inspectors/wizard/curse_book.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/curse_book.h b/src/service_inspectors/wizard/curse_book.h index 8960c4bc8..0ba6fcc76 100644 --- a/src/service_inspectors/wizard/curse_book.h +++ b/src/service_inspectors/wizard/curse_book.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/dce_curse.cc b/src/service_inspectors/wizard/dce_curse.cc index 6e0374a29..2dcb874ae 100644 --- a/src/service_inspectors/wizard/dce_curse.cc +++ b/src/service_inspectors/wizard/dce_curse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/dce_curse.h b/src/service_inspectors/wizard/dce_curse.h index a3ee3a950..f8ad532e8 100644 --- a/src/service_inspectors/wizard/dce_curse.h +++ b/src/service_inspectors/wizard/dce_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ccd1bffac..063c5064e 100644 --- a/src/service_inspectors/wizard/hexes.cc +++ b/src/service_inspectors/wizard/hexes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9ceacf435..14f8a1dae 100644 --- a/src/service_inspectors/wizard/magic.cc +++ b/src/service_inspectors/wizard/magic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 889a0c62d..a90863d8d 100644 --- a/src/service_inspectors/wizard/magic.h +++ b/src/service_inspectors/wizard/magic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/mms_curse.cc b/src/service_inspectors/wizard/mms_curse.cc index 7bbaeb60f..389fbab83 100644 --- a/src/service_inspectors/wizard/mms_curse.cc +++ b/src/service_inspectors/wizard/mms_curse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/mms_curse.h b/src/service_inspectors/wizard/mms_curse.h index 09ff7d102..29a5b0612 100644 --- a/src/service_inspectors/wizard/mms_curse.h +++ b/src/service_inspectors/wizard/mms_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/s7commplus_curse.cc b/src/service_inspectors/wizard/s7commplus_curse.cc index 88ef696d1..9a0d7fc18 100644 --- a/src/service_inspectors/wizard/s7commplus_curse.cc +++ b/src/service_inspectors/wizard/s7commplus_curse.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/s7commplus_curse.h b/src/service_inspectors/wizard/s7commplus_curse.h index ed44490eb..a541b281c 100644 --- a/src/service_inspectors/wizard/s7commplus_curse.h +++ b/src/service_inspectors/wizard/s7commplus_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7bf71ac1b..3a20aa04d 100644 --- a/src/service_inspectors/wizard/spells.cc +++ b/src/service_inspectors/wizard/spells.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/ssl_curse.cc b/src/service_inspectors/wizard/ssl_curse.cc index 8f342e133..3fa2c1ba9 100644 --- a/src/service_inspectors/wizard/ssl_curse.cc +++ b/src/service_inspectors/wizard/ssl_curse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/ssl_curse.h b/src/service_inspectors/wizard/ssl_curse.h index cb83a5eab..7bdc6e272 100644 --- a/src/service_inspectors/wizard/ssl_curse.h +++ b/src/service_inspectors/wizard/ssl_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 25bbd8d5e..641a4b9a4 100644 --- a/src/service_inspectors/wizard/wiz_module.cc +++ b/src/service_inspectors/wizard/wiz_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5c7eb1229..0a16cee0b 100644 --- a/src/service_inspectors/wizard/wiz_module.h +++ b/src/service_inspectors/wizard/wiz_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1e23938b2..9b70f4478 100644 --- a/src/service_inspectors/wizard/wizard.cc +++ b/src/service_inspectors/wizard/wizard.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b0520635f..078c31817 100644 --- a/src/sfip/sf_cidr.cc +++ b/src/sfip/sf_cidr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 7f65154cc..b016b1086 100644 --- a/src/sfip/sf_cidr.h +++ b/src/sfip/sf_cidr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6a802becc..2b2589632 100644 --- a/src/sfip/sf_ip.cc +++ b/src/sfip/sf_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 cb8894e90..0fd8ed7e1 100644 --- a/src/sfip/sf_ip.h +++ b/src/sfip/sf_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 84ea09dc4..076cb1dd8 100644 --- a/src/sfip/sf_ipvar.cc +++ b/src/sfip/sf_ipvar.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f9ef4e5af..a5c7bc25c 100644 --- a/src/sfip/sf_ipvar.h +++ b/src/sfip/sf_ipvar.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 4320b463b..23a41022e 100644 --- a/src/sfip/sf_returns.h +++ b/src/sfip/sf_returns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 efc6821d1..c61e5989c 100644 --- a/src/sfip/sf_vartable.cc +++ b/src/sfip/sf_vartable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3172e6351..3d84dbb80 100644 --- a/src/sfip/sf_vartable.h +++ b/src/sfip/sf_vartable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 68c8655ba..5684d0290 100644 --- a/src/sfip/test/sf_ip_test.cc +++ b/src/sfip/test/sf_ip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2009-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/sfrt/sfrt.h b/src/sfrt/sfrt.h index 0199dc656..f319f16f5 100644 --- a/src/sfrt/sfrt.h +++ b/src/sfrt/sfrt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 70334c73d..4586e0c4e 100644 --- a/src/sfrt/sfrt_flat.cc +++ b/src/sfrt/sfrt_flat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b4c477cc5..3bcff253b 100644 --- a/src/sfrt/sfrt_flat.h +++ b/src/sfrt/sfrt_flat.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8fb10a704..4f171c47b 100644 --- a/src/sfrt/sfrt_flat_dir.cc +++ b/src/sfrt/sfrt_flat_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9ea2ed7dc..609ef382a 100644 --- a/src/sfrt/sfrt_flat_dir.h +++ b/src/sfrt/sfrt_flat_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2011-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/side_channel/side_channel.cc b/src/side_channel/side_channel.cc index 62502d07e..a197ecb54 100644 --- a/src/side_channel/side_channel.cc +++ b/src/side_channel/side_channel.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bdf4f6728..061d2b4d0 100644 --- a/src/side_channel/side_channel.h +++ b/src/side_channel/side_channel.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 84539c0c5..af37cda94 100644 --- a/src/side_channel/side_channel_module.cc +++ b/src/side_channel/side_channel_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d55c48a2d..ffa80c443 100644 --- a/src/side_channel/side_channel_module.h +++ b/src/side_channel/side_channel_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8c6c22945..188902e01 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c773a3d12..5471606f0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1d0ff065e..5f0df34c1 100644 --- a/src/stream/base/stream_base.cc +++ b/src/stream/base/stream_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b68f67e2e..6dd545150 100644 --- a/src/stream/base/stream_ha.cc +++ b/src/stream/base/stream_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 895f4a213..838cdb7ac 100644 --- a/src/stream/base/stream_ha.h +++ b/src/stream/base/stream_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d0ff63ebd..c7a592731 100644 --- a/src/stream/base/stream_module.cc +++ b/src/stream/base/stream_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a800e564a..3fb169b90 100644 --- a/src/stream/base/stream_module.h +++ b/src/stream/base/stream_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7c752ee1d..f0684a044 100644 --- a/src/stream/file/file_module.cc +++ b/src/stream/file/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 677f41a44..2a1e51795 100644 --- a/src/stream/file/file_module.h +++ b/src/stream/file/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e0ca1a25..27d8ef6a0 100644 --- a/src/stream/file/file_session.cc +++ b/src/stream/file/file_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 585bce619..9d22bc5dc 100644 --- a/src/stream/file/file_session.h +++ b/src/stream/file/file_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 152b668a7..01eba8b79 100644 --- a/src/stream/file/stream_file.cc +++ b/src/stream/file/stream_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f1143139..99af8cb5d 100644 --- a/src/stream/file/stream_file.h +++ b/src/stream/file/stream_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8c8bbbadb..b0ea1da9c 100644 --- a/src/stream/flush_bucket.cc +++ b/src/stream/flush_bucket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 adc99e656..774dce0dd 100644 --- a/src/stream/flush_bucket.h +++ b/src/stream/flush_bucket.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 960ac63df..216513e29 100644 --- a/src/stream/icmp/icmp_ha.cc +++ b/src/stream/icmp/icmp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0fb330b0b..ae1784c15 100644 --- a/src/stream/icmp/icmp_ha.h +++ b/src/stream/icmp/icmp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64d692465..2d2e1742c 100644 --- a/src/stream/icmp/icmp_module.cc +++ b/src/stream/icmp/icmp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 22bd86fbd..fe0391010 100644 --- a/src/stream/icmp/icmp_module.h +++ b/src/stream/icmp/icmp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9ad8a06c2..dc7fbc318 100644 --- a/src/stream/icmp/icmp_session.cc +++ b/src/stream/icmp/icmp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 eb6e5e3e7..8200a038f 100644 --- a/src/stream/icmp/icmp_session.h +++ b/src/stream/icmp/icmp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e495f3144..5262d8e33 100644 --- a/src/stream/icmp/stream_icmp.cc +++ b/src/stream/icmp/stream_icmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 17062db76..56607dbff 100644 --- a/src/stream/icmp/stream_icmp.h +++ b/src/stream/icmp/stream_icmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 f421d93e3..27e845bb5 100644 --- a/src/stream/ip/ip_defrag.cc +++ b/src/stream/ip/ip_defrag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d37e62d86..6bc0af50c 100644 --- a/src/stream/ip/ip_defrag.h +++ b/src/stream/ip/ip_defrag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 95ef8e43a..ff27f789b 100644 --- a/src/stream/ip/ip_ha.cc +++ b/src/stream/ip/ip_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d7ebda9f3..13885222f 100644 --- a/src/stream/ip/ip_ha.h +++ b/src/stream/ip/ip_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 312095c81..36710650c 100644 --- a/src/stream/ip/ip_module.cc +++ b/src/stream/ip/ip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7910fa1bb..e84349e2c 100644 --- a/src/stream/ip/ip_module.h +++ b/src/stream/ip/ip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee06e2310..ada6f4567 100644 --- a/src/stream/ip/ip_session.cc +++ b/src/stream/ip/ip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 87d751f61..e9ab786a6 100644 --- a/src/stream/ip/ip_session.h +++ b/src/stream/ip/ip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 4b00914ea..b5f07b512 100644 --- a/src/stream/ip/stream_ip.cc +++ b/src/stream/ip/stream_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 48d988f73..af8c7cb92 100644 --- a/src/stream/ip/stream_ip.h +++ b/src/stream/ip/stream_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 de3fcf722..2873dd844 100644 --- a/src/stream/paf.cc +++ b/src/stream/paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b119fb3a2..6d47d33c5 100644 --- a/src/stream/paf.h +++ b/src/stream/paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 edebb2070..4f1aba342 100644 --- a/src/stream/stream.cc +++ b/src/stream/stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 9dc52d663..b9656980e 100644 --- a/src/stream/stream.h +++ b/src/stream/stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 f0924e17b..22177933d 100644 --- a/src/stream/stream_inspectors.cc +++ b/src/stream/stream_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 6cb09f148..e1fe898d2 100644 --- a/src/stream/stream_inspectors.h +++ b/src/stream/stream_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9508ac666..b5a16659b 100644 --- a/src/stream/stream_splitter.cc +++ b/src/stream/stream_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a45d6f275..91f768726 100644 --- a/src/stream/stream_splitter.h +++ b/src/stream/stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e36c81abb..e6741041a 100644 --- a/src/stream/tcp/held_packet_queue.cc +++ b/src/stream/tcp/held_packet_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f44c870ce..c3c798d6f 100644 --- a/src/stream/tcp/held_packet_queue.h +++ b/src/stream/tcp/held_packet_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c3440316..ad359447c 100644 --- a/src/stream/tcp/ips_stream_reassemble.cc +++ b/src/stream/tcp/ips_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3c0b38809..225d1b7e6 100644 --- a/src/stream/tcp/ips_stream_size.cc +++ b/src/stream/tcp/ips_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b95017bf3..9896a0d95 100644 --- a/src/stream/tcp/segment_overlap_editor.cc +++ b/src/stream/tcp/segment_overlap_editor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e95fe1294..1901c3a5b 100644 --- a/src/stream/tcp/segment_overlap_editor.h +++ b/src/stream/tcp/segment_overlap_editor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 13f0081f1..f8b3374a1 100644 --- a/src/stream/tcp/stream_tcp.cc +++ b/src/stream/tcp/stream_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f46812db..8b94c2f01 100644 --- a/src/stream/tcp/stream_tcp.h +++ b/src/stream/tcp/stream_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7b140e7f5..58e7bc1f6 100644 --- a/src/stream/tcp/tcp_defs.h +++ b/src/stream/tcp/tcp_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e319fac01..57b59d45a 100644 --- a/src/stream/tcp/tcp_event_logger.cc +++ b/src/stream/tcp/tcp_event_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08ddc8180..b72a20035 100644 --- a/src/stream/tcp/tcp_event_logger.h +++ b/src/stream/tcp/tcp_event_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3620c182f..273e3aad3 100644 --- a/src/stream/tcp/tcp_ha.cc +++ b/src/stream/tcp/tcp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eb59d8b72..bcba76c20 100644 --- a/src/stream/tcp/tcp_ha.h +++ b/src/stream/tcp/tcp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d9a15f0f3..cd461e6cd 100644 --- a/src/stream/tcp/tcp_module.cc +++ b/src/stream/tcp/tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d74152534..3332e2b5c 100644 --- a/src/stream/tcp/tcp_module.h +++ b/src/stream/tcp/tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 275fdb195..1f94bb8ab 100644 --- a/src/stream/tcp/tcp_normalizer.cc +++ b/src/stream/tcp/tcp_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9a0897018..de331344c 100644 --- a/src/stream/tcp/tcp_normalizer.h +++ b/src/stream/tcp/tcp_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 01eb0b13e..fb44a089c 100644 --- a/src/stream/tcp/tcp_normalizers.cc +++ b/src/stream/tcp/tcp_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67befb242..128319436 100644 --- a/src/stream/tcp/tcp_normalizers.h +++ b/src/stream/tcp/tcp_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9097cc4d6..527cb3c24 100644 --- a/src/stream/tcp/tcp_reassembler.cc +++ b/src/stream/tcp/tcp_reassembler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f7f4a5995..e25ca0b39 100644 --- a/src/stream/tcp/tcp_reassembler.h +++ b/src/stream/tcp/tcp_reassembler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d312e7a60..9e7b328e1 100644 --- a/src/stream/tcp/tcp_reassemblers.cc +++ b/src/stream/tcp/tcp_reassemblers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0e3824138..9525a38ca 100644 --- a/src/stream/tcp/tcp_reassemblers.h +++ b/src/stream/tcp/tcp_reassemblers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2ea79df55..ac2b5aee2 100644 --- a/src/stream/tcp/tcp_segment_descriptor.cc +++ b/src/stream/tcp/tcp_segment_descriptor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 963f828de..64361e8d0 100644 --- a/src/stream/tcp/tcp_segment_descriptor.h +++ b/src/stream/tcp/tcp_segment_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d9ed571c4..3415def47 100644 --- a/src/stream/tcp/tcp_segment_node.cc +++ b/src/stream/tcp/tcp_segment_node.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 afc695384..d3e76835d 100644 --- a/src/stream/tcp/tcp_segment_node.h +++ b/src/stream/tcp/tcp_segment_node.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a83a409e..51a289690 100644 --- a/src/stream/tcp/tcp_session.cc +++ b/src/stream/tcp/tcp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 6b22fd444..2a559c9e2 100644 --- a/src/stream/tcp/tcp_session.h +++ b/src/stream/tcp/tcp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 8fd6d7b6d..70b3b23d8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93b290adb..3a7d19cff 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ecfd254a..0c0f33597 100644 --- a/src/stream/tcp/tcp_state_closed.cc +++ b/src/stream/tcp/tcp_state_closed.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4cea23f63..d0a404d00 100644 --- a/src/stream/tcp/tcp_state_closed.h +++ b/src/stream/tcp/tcp_state_closed.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b08c9c327..e78e1711d 100644 --- a/src/stream/tcp/tcp_state_closing.cc +++ b/src/stream/tcp/tcp_state_closing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 678661c6e..9c52ca38b 100644 --- a/src/stream/tcp/tcp_state_closing.h +++ b/src/stream/tcp/tcp_state_closing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 da0ac9608..26a25efdb 100644 --- a/src/stream/tcp/tcp_state_established.cc +++ b/src/stream/tcp/tcp_state_established.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 797c8a3c0..5ef7e354b 100644 --- a/src/stream/tcp/tcp_state_established.h +++ b/src/stream/tcp/tcp_state_established.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d94ce30f0..b7a9320c1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb0b596de..d0870c285 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27f99deb8..36ab6d1e9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 427b59fe2..0a5269e4b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c54a1bb58..0a9f44389 100644 --- a/src/stream/tcp/tcp_state_handler.cc +++ b/src/stream/tcp/tcp_state_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af8bea13b..546ab88c9 100644 --- a/src/stream/tcp/tcp_state_handler.h +++ b/src/stream/tcp/tcp_state_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9a824a92d..e4b985a5b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b694869f8..43a23fc97 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9873264b1..f080f247d 100644 --- a/src/stream/tcp/tcp_state_listen.cc +++ b/src/stream/tcp/tcp_state_listen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 adeca4ee7..3686e2bc8 100644 --- a/src/stream/tcp/tcp_state_listen.h +++ b/src/stream/tcp/tcp_state_listen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 53f8ef672..74fbf879c 100644 --- a/src/stream/tcp/tcp_state_machine.cc +++ b/src/stream/tcp/tcp_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 82d82aece..eb74e52f9 100644 --- a/src/stream/tcp/tcp_state_machine.h +++ b/src/stream/tcp/tcp_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_mid_stream_recv.cc b/src/stream/tcp/tcp_state_mid_stream_recv.cc index 762ad0029..2977b224b 100644 --- a/src/stream/tcp/tcp_state_mid_stream_recv.cc +++ b/src/stream/tcp/tcp_state_mid_stream_recv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_mid_stream_recv.h b/src/stream/tcp/tcp_state_mid_stream_recv.h index ed9b7eb6e..3254b1bc1 100644 --- a/src/stream/tcp/tcp_state_mid_stream_recv.h +++ b/src/stream/tcp/tcp_state_mid_stream_recv.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_mid_stream_sent.cc b/src/stream/tcp/tcp_state_mid_stream_sent.cc index c5af63602..bc3fa43cd 100644 --- a/src/stream/tcp/tcp_state_mid_stream_sent.cc +++ b/src/stream/tcp/tcp_state_mid_stream_sent.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_mid_stream_sent.h b/src/stream/tcp/tcp_state_mid_stream_sent.h index bea6372b7..e86d5eb14 100644 --- a/src/stream/tcp/tcp_state_mid_stream_sent.h +++ b/src/stream/tcp/tcp_state_mid_stream_sent.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8ec2993c4..d4520cf4f 100644 --- a/src/stream/tcp/tcp_state_none.cc +++ b/src/stream/tcp/tcp_state_none.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ba4f306b3..a4db260f7 100644 --- a/src/stream/tcp/tcp_state_none.h +++ b/src/stream/tcp/tcp_state_none.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 357e715be..a9823fc9a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8e6741030..d8bcd91ba 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0529e24ce..db5e90f42 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a45b0d99a..282e4014b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 371dccf1b..e2b855674 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 054c8dc6e..b5cc6bed0 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f1b92c4c..104e65273 100644 --- a/src/stream/tcp/tcp_stream_config.cc +++ b/src/stream/tcp/tcp_stream_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c3b76dad..6e9459e0a 100644 --- a/src/stream/tcp/tcp_stream_config.h +++ b/src/stream/tcp/tcp_stream_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c2d55fd48..078170cd6 100644 --- a/src/stream/tcp/tcp_stream_session.cc +++ b/src/stream/tcp/tcp_stream_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 50ed57984..96e8a8bf6 100644 --- a/src/stream/tcp/tcp_stream_session.h +++ b/src/stream/tcp/tcp_stream_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 47fe57348..247940546 100644 --- a/src/stream/tcp/tcp_stream_tracker.cc +++ b/src/stream/tcp/tcp_stream_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 83f7c00f1..cb718f917 100644 --- a/src/stream/tcp/tcp_stream_tracker.h +++ b/src/stream/tcp/tcp_stream_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dcdbe5bb2..780f53309 100644 --- a/src/stream/tcp/tcp_trace.cc +++ b/src/stream/tcp/tcp_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2161e2cd8..e1e68b08e 100644 --- a/src/stream/tcp/tcp_trace.h +++ b/src/stream/tcp/tcp_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ceb776948..b3365bc2e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e35ee176e..cc32bb514 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b55229e5a..c6e8cc4d8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 96ac1853d..3e089110b 100644 --- a/src/stream/test/stream_splitter_test.cc +++ b/src/stream/test/stream_splitter_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d7bf1910..f195ee78f 100644 --- a/src/stream/udp/stream_udp.cc +++ b/src/stream/udp/stream_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bbd3b1bee..84f591e64 100644 --- a/src/stream/udp/stream_udp.h +++ b/src/stream/udp/stream_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dd43832fe..b5880d6ca 100644 --- a/src/stream/udp/udp_ha.cc +++ b/src/stream/udp/udp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 158962602..ff1d9ad80 100644 --- a/src/stream/udp/udp_ha.h +++ b/src/stream/udp/udp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 26567ca1e..03ff3bb4c 100644 --- a/src/stream/udp/udp_module.cc +++ b/src/stream/udp/udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e256991c4..da4b07803 100644 --- a/src/stream/udp/udp_module.h +++ b/src/stream/udp/udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e54a55e83..464f7b57d 100644 --- a/src/stream/udp/udp_session.cc +++ b/src/stream/udp/udp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 9028a5e8e..811deddfa 100644 --- a/src/stream/udp/udp_session.h +++ b/src/stream/udp/udp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 0319f7a9b..d759299f9 100644 --- a/src/stream/user/stream_user.cc +++ b/src/stream/user/stream_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f1731b03b..79d343168 100644 --- a/src/stream/user/stream_user.h +++ b/src/stream/user/stream_user.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a0ce8ca7a..95acfa0d7 100644 --- a/src/stream/user/user_module.cc +++ b/src/stream/user/user_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aa10b43db..e21d51fe2 100644 --- a/src/stream/user/user_module.h +++ b/src/stream/user/user_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09b8f2d63..ea8ee1ee0 100644 --- a/src/stream/user/user_session.cc +++ b/src/stream/user/user_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fc65f8b2e..a0b13bcc1 100644 --- a/src/stream/user/user_session.h +++ b/src/stream/user/user_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7ab338e08..c031c8647 100644 --- a/src/target_based/host_attributes.cc +++ b/src/target_based/host_attributes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 da275f60d..3df8ce0a0 100644 --- a/src/target_based/host_attributes.h +++ b/src/target_based/host_attributes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 209e13634..15d00660c 100644 --- a/src/target_based/snort_protocols.cc +++ b/src/target_based/snort_protocols.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 b8eef55f2..197318718 100644 --- a/src/target_based/snort_protocols.h +++ b/src/target_based/snort_protocols.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ba6c1893a..32f4beed5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c866ccd3..d24d738b7 100644 --- a/src/time/clock_defs.h +++ b/src/time/clock_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7d3becd77..18b69dbef 100644 --- a/src/time/packet_time.cc +++ b/src/time/packet_time.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 82ffad44f..3092a95ef 100644 --- a/src/time/packet_time.h +++ b/src/time/packet_time.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 74ab06839..dea18787b 100644 --- a/src/time/periodic.cc +++ b/src/time/periodic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 69e6ae6b4..972d758ea 100644 --- a/src/time/periodic.h +++ b/src/time/periodic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 1099e4253..c17d5b259 100644 --- a/src/time/stopwatch.h +++ b/src/time/stopwatch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e97200ec..f8540ed05 100644 --- a/src/time/test/stopwatch_test.cc +++ b/src/time/test/stopwatch_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9ff3b195b..ad3ad70d8 100644 --- a/src/time/tsc_clock.cc +++ b/src/time/tsc_clock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c51f9b9cb..d94c1f2c3 100644 --- a/src/time/tsc_clock.h +++ b/src/time/tsc_clock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 998c02d64..2a8b220bc 100644 --- a/src/trace/trace.cc +++ b/src/trace/trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d95982e88..3c8ee6959 100644 --- a/src/trace/trace.h +++ b/src/trace/trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09bd927e5..58fe56f59 100644 --- a/src/trace/trace_api.cc +++ b/src/trace/trace_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f0097e64..a3cf8d458 100644 --- a/src/trace/trace_api.h +++ b/src/trace/trace_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9d648dd82..0aad4443e 100644 --- a/src/trace/trace_config.cc +++ b/src/trace/trace_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b4eefde7c..1ce13682b 100644 --- a/src/trace/trace_config.h +++ b/src/trace/trace_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bce9ff4f8..919a23363 100644 --- a/src/trace/trace_logger.h +++ b/src/trace/trace_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6cb8f826c..2025bdeaa 100644 --- a/src/trace/trace_loggers.cc +++ b/src/trace/trace_loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ea8409fb1..b1fc850c2 100644 --- a/src/trace/trace_loggers.h +++ b/src/trace/trace_loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 45b7c70e3..ea04a64ef 100644 --- a/src/trace/trace_module.cc +++ b/src/trace/trace_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 409ea3ccc..27cc469b0 100644 --- a/src/trace/trace_module.h +++ b/src/trace/trace_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b92efeb9e..b10640fc9 100644 --- a/src/trace/trace_parser.cc +++ b/src/trace/trace_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 28591fa26..84d02f87b 100644 --- a/src/trace/trace_parser.h +++ b/src/trace/trace_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5330c7fa7..cdb8123e9 100644 --- a/src/trace/trace_swap.cc +++ b/src/trace/trace_swap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3a3e9da4e..927ed1bfb 100644 --- a/src/trace/trace_swap.h +++ b/src/trace/trace_swap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 31970702f..81a1207b2 100644 --- a/src/utils/boyer_moore.cc +++ b/src/utils/boyer_moore.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 81b1d8725..30affaf47 100644 --- a/src/utils/boyer_moore.h +++ b/src/utils/boyer_moore.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e4505206a..1c79f88d6 100644 --- a/src/utils/cpp_macros.h +++ b/src/utils/cpp_macros.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d86543a66..dd8b7633c 100644 --- a/src/utils/dnet_header.h +++ b/src/utils/dnet_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 3f09ffd57..1253ce33c 100644 --- a/src/utils/dyn_array.cc +++ b/src/utils/dyn_array.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 35dcbd602..e38756ae7 100644 --- a/src/utils/dyn_array.h +++ b/src/utils/dyn_array.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 2cebc0470..f46c94434 100644 --- a/src/utils/endian.h +++ b/src/utils/endian.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f0b6a8f15..03215c6e6 100644 --- a/src/utils/event_gen.h +++ b/src/utils/event_gen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/grouped_list.h b/src/utils/grouped_list.h index 2c120ef24..a85098023 100644 --- a/src/utils/grouped_list.h +++ b/src/utils/grouped_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c233e866b..7af1dd078 100644 --- a/src/utils/infractions.h +++ b/src/utils/infractions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9f26f529a..a0c4d0317 100644 --- a/src/utils/kmap.cc +++ b/src/utils/kmap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3f650e09e..db4bece12 100644 --- a/src/utils/kmap.h +++ b/src/utils/kmap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d9b79c7e9..c3f3b6e01 100644 --- a/src/utils/memcap_allocator.h +++ b/src/utils/memcap_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e084518f..cc9153756 100644 --- a/src/utils/primed_allocator.h +++ b/src/utils/primed_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights 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 cbe0a0062..8ffb22c5d 100644 --- a/src/utils/safec.h +++ b/src/utils/safec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/sflsq.cc b/src/utils/sflsq.cc index 49567bbd2..0af28dbe3 100644 --- a/src/utils/sflsq.cc +++ b/src/utils/sflsq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 5ccf986ca..1e4fc6894 100644 --- a/src/utils/sflsq.h +++ b/src/utils/sflsq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 f0133f57d..bd1fd5975 100644 --- a/src/utils/snort_bounds.h +++ b/src/utils/snort_bounds.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 69af1e17c..3a915ae05 100644 --- a/src/utils/stats.cc +++ b/src/utils/stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 3f117c837..1599588cc 100644 --- a/src/utils/stats.h +++ b/src/utils/stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/streambuf.cc b/src/utils/streambuf.cc index f708b7cc7..b7c7c85d8 100644 --- a/src/utils/streambuf.cc +++ b/src/utils/streambuf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/streambuf.h b/src/utils/streambuf.h index a8e269a78..3fce80fa9 100644 --- a/src/utils/streambuf.h +++ b/src/utils/streambuf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/boyer_moore_test.cc b/src/utils/test/boyer_moore_test.cc index a459f0a9b..d1ca6cda7 100644 --- a/src/utils/test/boyer_moore_test.cc +++ b/src/utils/test/boyer_moore_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/grouped_list_test.cc b/src/utils/test/grouped_list_test.cc index 8e7e81748..70187b7d4 100644 --- a/src/utils/test/grouped_list_test.cc +++ b/src/utils/test/grouped_list_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2bba01ba4..91474c746 100644 --- a/src/utils/test/memcap_allocator_test.cc +++ b/src/utils/test/memcap_allocator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/utils/test/streambuf_test.cc b/src/utils/test/streambuf_test.cc index b8558f86e..0771a5580 100644 --- a/src/utils/test/streambuf_test.cc +++ b/src/utils/test/streambuf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5a9f2f8c..aa8001e6b 100644 --- a/src/utils/util.cc +++ b/src/utils/util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 2002 Martin Roesch // @@ -114,7 +114,7 @@ int DisplayBanner() #endif LogMessage(" '''' By Martin Roesch & The Snort Team\n"); LogMessage(" http://snort.org/contact#team\n"); - LogMessage(" Copyright (C) 2014-2023 Cisco and/or its affiliates." + LogMessage(" Copyright (C) 2014-2024 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 ac6675347..10512464b 100644 --- a/src/utils/util.h +++ b/src/utils/util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 0cf7ae4fb..7951a2668 100644 --- a/src/utils/util_ber.cc +++ b/src/utils/util_ber.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 74a6af9bb..9707cf06c 100644 --- a/src/utils/util_ber.h +++ b/src/utils/util_ber.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 154dae1c8..a1afa0a39 100644 --- a/src/utils/util_cstring.cc +++ b/src/utils/util_cstring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 256a8b89a..e2a87d6ae 100644 --- a/src/utils/util_cstring.h +++ b/src/utils/util_cstring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 14ff46122..b36299fbb 100644 --- a/src/utils/util_jsnorm.cc +++ b/src/utils/util_jsnorm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 072a0db85..fc63884d4 100644 --- a/src/utils/util_jsnorm.h +++ b/src/utils/util_jsnorm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 69d7868aa..06228c11e 100644 --- a/src/utils/util_net.cc +++ b/src/utils/util_net.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 75c5cee79..6c28c48bf 100644 --- a/src/utils/util_net.h +++ b/src/utils/util_net.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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_numa.h b/src/utils/util_numa.h index a9e012d61..95019f67c 100644 --- a/src/utils/util_numa.h +++ b/src/utils/util_numa.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_unfold.cc b/src/utils/util_unfold.cc index baab6b1d8..1fb8baedc 100644 --- a/src/utils/util_unfold.cc +++ b/src/utils/util_unfold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 8a7b74459..ae095120d 100644 --- a/src/utils/util_unfold.h +++ b/src/utils/util_unfold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 ac2a5010f..f5ad38335 100644 --- a/src/utils/util_utf.cc +++ b/src/utils/util_utf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 9c9d6a0ce..19a312c37 100644 --- a/src/utils/util_utf.h +++ b/src/utils/util_utf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 c0d6a2c4b..e10b25dba 100755 --- a/tools/appid_detector_builder.sh +++ b/tools/appid_detector_builder.sh @@ -1,7 +1,7 @@ #!/bin/bash ##-------------------------------------------------------------------------- -## Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +## Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. ## ## This program is free software; you can 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 0d8bc818e..42198e7c7 100644 --- a/tools/snort2lua/config_states/config_alertfile.cc +++ b/tools/snort2lua/config_states/config_alertfile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e9dea4a64..4e271a430 100644 --- a/tools/snort2lua/config_states/config_api.cc +++ b/tools/snort2lua/config_states/config_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e4f48ad12..608045c79 100644 --- a/tools/snort2lua/config_states/config_api.h +++ b/tools/snort2lua/config_states/config_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3246c00b9..c846835cd 100644 --- a/tools/snort2lua/config_states/config_binding.cc +++ b/tools/snort2lua/config_states/config_binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 6842abd71..bcd4641ec 100644 --- a/tools/snort2lua/config_states/config_checksums.cc +++ b/tools/snort2lua/config_states/config_checksums.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 549e0b7f8..2730a04a0 100644 --- a/tools/snort2lua/config_states/config_classification.cc +++ b/tools/snort2lua/config_states/config_classification.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d4d5475ef..be13c24b1 100644 --- a/tools/snort2lua/config_states/config_daq.cc +++ b/tools/snort2lua/config_states/config_daq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a25facfd9..d2cf73343 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c22250ef6..f95417a6e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c870256be..30b0eb15a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c6bf881d5..f83729720 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 67ac183d6..ef48ec4f7 100644 --- a/tools/snort2lua/config_states/config_deleted.cc +++ b/tools/snort2lua/config_states/config_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a64e7fbe8..f2dc49dd1 100644 --- a/tools/snort2lua/config_states/config_detection.cc +++ b/tools/snort2lua/config_states/config_detection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b29e48db0..227fdc574 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 aa5fafb99..3ba7adf95 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 787d5c009..b76be51a1 100644 --- a/tools/snort2lua/config_states/config_file.cc +++ b/tools/snort2lua/config_states/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 72b61a984..a1d6fe231 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4322b5720..ce207a221 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7965e960e..db0fa9a4e 100644 --- a/tools/snort2lua/config_states/config_memcaps.cc +++ b/tools/snort2lua/config_states/config_memcaps.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 96ab4b1ca..015353425 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b4ac123d0..2c77aed25 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e95372dd5..6aa07ece7 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 833b9abe5..a53db36da 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2c55eff9d..fdae2418b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0051863d4..9d651ad70 100644 --- a/tools/snort2lua/config_states/config_order.cc +++ b/tools/snort2lua/config_states/config_order.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 47a5b0334..a46d92a9d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 afbbd2868..70616eb03 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 595638e1e..5c678849e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 10eda420e..05006e542 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 061ea57af..dd994e55b 100644 --- a/tools/snort2lua/config_states/config_ppm.cc +++ b/tools/snort2lua/config_states/config_ppm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3e5cf4d07..adf8b74d4 100644 --- a/tools/snort2lua/config_states/config_profile.cc +++ b/tools/snort2lua/config_states/config_profile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 65fa7a31a..17373cf7b 100644 --- a/tools/snort2lua/config_states/config_reference.cc +++ b/tools/snort2lua/config_states/config_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5c15d18ba..d72743e0b 100644 --- a/tools/snort2lua/config_states/config_response.cc +++ b/tools/snort2lua/config_states/config_response.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d1b77f928..84a72d322 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 57d48f775..5e39e25e8 100644 --- a/tools/snort2lua/conversion_defines.h +++ b/tools/snort2lua/conversion_defines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f030dd4f4..a6df16c22 100644 --- a/tools/snort2lua/conversion_state.h +++ b/tools/snort2lua/conversion_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5e36f9082..183726c8c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bca34d2f4..7dbdcb72f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2d5f3b6d7..50c5e1a0d 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7bc3f3381..bc984cfe8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1fece12bd..226877e10 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3b297f849..15ebd577f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8750d991f..d1f18baa3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1555e9de4..4a20e5ecd 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a33d44d2f..cd2da00fc 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c8da44905..004e4a3b5 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 deecf50e5..9e35a2c39 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8a2f7a450..b8b96b497 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 767f329bd..43301a128 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bfa041e6b..cc1c3d71c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cf3a256b3..3742ca93e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b92d6656f..377902f69 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 25a1a642d..ba0441f68 100644 --- a/tools/snort2lua/data/dt_data.cc +++ b/tools/snort2lua/data/dt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b74b61c28..38f67d375 100644 --- a/tools/snort2lua/data/dt_data.h +++ b/tools/snort2lua/data/dt_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 922c71253..c484fe5e2 100644 --- a/tools/snort2lua/data/dt_rule_api.cc +++ b/tools/snort2lua/data/dt_rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 484574807..cbe48ad04 100644 --- a/tools/snort2lua/data/dt_rule_api.h +++ b/tools/snort2lua/data/dt_rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 26e27fa9c..3271cc50c 100644 --- a/tools/snort2lua/data/dt_state_api.cc +++ b/tools/snort2lua/data/dt_state_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e3015fec0..1c7abf375 100644 --- a/tools/snort2lua/data/dt_state_api.h +++ b/tools/snort2lua/data/dt_state_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d009c36f8..5fe3ac966 100644 --- a/tools/snort2lua/data/dt_table_api.cc +++ b/tools/snort2lua/data/dt_table_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 689d49fe4..ed147ed36 100644 --- a/tools/snort2lua/data/dt_table_api.h +++ b/tools/snort2lua/data/dt_table_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 25b78310e..0bcf8d61e 100644 --- a/tools/snort2lua/helpers/converter.cc +++ b/tools/snort2lua/helpers/converter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 28ae39439..ea78ce339 100644 --- a/tools/snort2lua/helpers/converter.h +++ b/tools/snort2lua/helpers/converter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0296a1e70..ddaed6dd3 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 322c488a3..4a98ecd7e 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.h +++ b/tools/snort2lua/helpers/parse_cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 dd24e9693..35bbe43c0 100644 --- a/tools/snort2lua/helpers/s2l_markup.cc +++ b/tools/snort2lua/helpers/s2l_markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 24eb8295a..1a64c4568 100644 --- a/tools/snort2lua/helpers/s2l_markup.h +++ b/tools/snort2lua/helpers/s2l_markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 60d48c20d..3825bd9b3 100644 --- a/tools/snort2lua/helpers/s2l_util.cc +++ b/tools/snort2lua/helpers/s2l_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2c97d0b2a..1b37b8c81 100644 --- a/tools/snort2lua/helpers/s2l_util.h +++ b/tools/snort2lua/helpers/s2l_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 06a9d0d91..5cc844655 100644 --- a/tools/snort2lua/helpers/util_binder.cc +++ b/tools/snort2lua/helpers/util_binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8d4d06061..a1b77f0b2 100644 --- a/tools/snort2lua/helpers/util_binder.h +++ b/tools/snort2lua/helpers/util_binder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c1d091e41..ca2fa424b 100644 --- a/tools/snort2lua/init_state.cc +++ b/tools/snort2lua/init_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4282fd0e7..8f21e2be3 100644 --- a/tools/snort2lua/init_state.h +++ b/tools/snort2lua/init_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 111ae2e20..b9f5cafe2 100644 --- a/tools/snort2lua/keyword_states/keywords_api.cc +++ b/tools/snort2lua/keyword_states/keywords_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a75e5e16f..bff9abf39 100644 --- a/tools/snort2lua/keyword_states/keywords_api.h +++ b/tools/snort2lua/keyword_states/keywords_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a4a489c03..0107defb3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b685a4dba..40491a83f 100644 --- a/tools/snort2lua/keyword_states/kws_config.cc +++ b/tools/snort2lua/keyword_states/kws_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b4fdaf90b..a2a1d0391 100644 --- a/tools/snort2lua/keyword_states/kws_deleted.cc +++ b/tools/snort2lua/keyword_states/kws_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c83a96221..3297dfc3c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0b1743c8e..81ac651df 100644 --- a/tools/snort2lua/keyword_states/kws_file.cc +++ b/tools/snort2lua/keyword_states/kws_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b52515f1e..2d1ff46a5 100644 --- a/tools/snort2lua/keyword_states/kws_include.cc +++ b/tools/snort2lua/keyword_states/kws_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e3b11c98b..3eff9b2d0 100644 --- a/tools/snort2lua/keyword_states/kws_output.cc +++ b/tools/snort2lua/keyword_states/kws_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a114b7832..567929b9a 100644 --- a/tools/snort2lua/keyword_states/kws_paths.cc +++ b/tools/snort2lua/keyword_states/kws_paths.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 472d4f7c7..c6d03784f 100644 --- a/tools/snort2lua/keyword_states/kws_preprocessor.cc +++ b/tools/snort2lua/keyword_states/kws_preprocessor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ca3f54564..16cbc75b6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bdb349282..9d5d02c17 100644 --- a/tools/snort2lua/keyword_states/kws_rule.cc +++ b/tools/snort2lua/keyword_states/kws_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a37fad20c..b3e73f1cf 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f0ec125a4..cea879e04 100644 --- a/tools/snort2lua/keyword_states/kws_ruletype.cc +++ b/tools/snort2lua/keyword_states/kws_ruletype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ba0441446..36178ad85 100644 --- a/tools/snort2lua/keyword_states/kws_suppress.cc +++ b/tools/snort2lua/keyword_states/kws_suppress.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d724b062a..e080f06cb 100644 --- a/tools/snort2lua/keyword_states/kws_var.cc +++ b/tools/snort2lua/keyword_states/kws_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7f83630e3..e3a8f7f44 100644 --- a/tools/snort2lua/output_states/out_csv.cc +++ b/tools/snort2lua/output_states/out_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1ae2a556c..b90baffea 100644 --- a/tools/snort2lua/output_states/out_deleted.cc +++ b/tools/snort2lua/output_states/out_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 16475ee65..5f2ebb7d2 100644 --- a/tools/snort2lua/output_states/out_fast.cc +++ b/tools/snort2lua/output_states/out_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b7f81e571..3d91386a3 100644 --- a/tools/snort2lua/output_states/out_full.cc +++ b/tools/snort2lua/output_states/out_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b99378b2b..ab3eca74b 100644 --- a/tools/snort2lua/output_states/out_null.cc +++ b/tools/snort2lua/output_states/out_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 92085c135..94540fb1a 100644 --- a/tools/snort2lua/output_states/out_syslog.cc +++ b/tools/snort2lua/output_states/out_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 00b9bfa58..f948bcea2 100644 --- a/tools/snort2lua/output_states/out_tcpdump.cc +++ b/tools/snort2lua/output_states/out_tcpdump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9b03e530b..6be319bfd 100644 --- a/tools/snort2lua/output_states/out_test.cc +++ b/tools/snort2lua/output_states/out_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cc12f89c9..f1498301c 100644 --- a/tools/snort2lua/output_states/out_unified2.cc +++ b/tools/snort2lua/output_states/out_unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 df885f5c9..f7cddc638 100644 --- a/tools/snort2lua/output_states/out_unixsock.cc +++ b/tools/snort2lua/output_states/out_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 facb6b78c..fdf2ef592 100644 --- a/tools/snort2lua/output_states/output_api.cc +++ b/tools/snort2lua/output_states/output_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 20ec68246..967e44613 100644 --- a/tools/snort2lua/output_states/output_api.h +++ b/tools/snort2lua/output_states/output_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cfdb26a3a..2fe6bcbb8 100644 --- a/tools/snort2lua/preprocessor_states/pps_appid.cc +++ b/tools/snort2lua/preprocessor_states/pps_appid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4a92f53f5..675532ff1 100644 --- a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc +++ b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4eb7d8124..1cc8e5ff9 100644 --- a/tools/snort2lua/preprocessor_states/pps_bo.cc +++ b/tools/snort2lua/preprocessor_states/pps_bo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 656496a1e..666f11b5d 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e351d22dc..84bb237af 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 95297efee..61329ecf6 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 394f9dd9d..388a30cb4 100644 --- a/tools/snort2lua/preprocessor_states/pps_dnp3.cc +++ b/tools/snort2lua/preprocessor_states/pps_dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ff22810ce..4c8d38434 100644 --- a/tools/snort2lua/preprocessor_states/pps_dns.cc +++ b/tools/snort2lua/preprocessor_states/pps_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4a45d0e7e..e9ebfeb30 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7a170f200..a51ec58e8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f77b9c201..48dd6464e 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 85f5c38b7..064046a0c 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 379ecebb5..95ab81813 100644 --- a/tools/snort2lua/preprocessor_states/pps_gtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 62d620c7e..14fec669b 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ca8e48d9a..199a28f98 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4cfcfe561..d5d43f25b 100644 --- a/tools/snort2lua/preprocessor_states/pps_imap.cc +++ b/tools/snort2lua/preprocessor_states/pps_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7a3f56df9..ee373a5df 100644 --- a/tools/snort2lua/preprocessor_states/pps_modbus.cc +++ b/tools/snort2lua/preprocessor_states/pps_modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4668b89c6..684a6478c 100644 --- a/tools/snort2lua/preprocessor_states/pps_normalizers.cc +++ b/tools/snort2lua/preprocessor_states/pps_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 beee2d9fe..5b531a40b 100644 --- a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc +++ b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 08f32ccdf..1b63cef2d 100644 --- a/tools/snort2lua/preprocessor_states/pps_pop.cc +++ b/tools/snort2lua/preprocessor_states/pps_pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9d07c33b6..91a83ee7d 100644 --- a/tools/snort2lua/preprocessor_states/pps_reputation.cc +++ b/tools/snort2lua/preprocessor_states/pps_reputation.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c34bf7549..1aafecaa1 100644 --- a/tools/snort2lua/preprocessor_states/pps_rna.cc +++ b/tools/snort2lua/preprocessor_states/pps_rna.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 23d544e74..792dc51eb 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9ea9f10f2..12e7f370a 100644 --- a/tools/snort2lua/preprocessor_states/pps_sdf.cc +++ b/tools/snort2lua/preprocessor_states/pps_sdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3b3603e60..8b379f9c5 100644 --- a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc +++ b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 44e96480d..e200a4ff9 100644 --- a/tools/snort2lua/preprocessor_states/pps_sip.cc +++ b/tools/snort2lua/preprocessor_states/pps_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c4c84ed03..670358dd7 100644 --- a/tools/snort2lua/preprocessor_states/pps_smtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d63df2391..7c5607b65 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssh.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4815b2f02..4b4adfffb 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssl.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7df960c1d..32b0eacbe 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3e0234b13..9059ff614 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9ac660050..b5f361ec2 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 18ace634a..fbba8ee10 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bac98b88f..4750f6758 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 65174ae10..b3fd7064c 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.cc +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 df05c4a5b..8355276d8 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.h +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d3b0e0df9..10a50c733 100644 --- a/tools/snort2lua/rule_states/rule_api.cc +++ b/tools/snort2lua/rule_states/rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bb0565570..9761932bc 100644 --- a/tools/snort2lua/rule_states/rule_api.h +++ b/tools/snort2lua/rule_states/rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bcc937e23..0b5c45387 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1ab4727bc..b265b248f 100644 --- a/tools/snort2lua/rule_states/rule_content.cc +++ b/tools/snort2lua/rule_states/rule_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 77655d2e1..c4eaff46a 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 6493dc0a2..1e3b2d602 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8b2f1876f..b1fbc3a73 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 58f7e887e..39c46bad6 100644 --- a/tools/snort2lua/rule_states/rule_dsize.cc +++ b/tools/snort2lua/rule_states/rule_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9152f171b..00169f6a1 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d7a9d7f5c..f860543a8 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c49d3d3ed..4b35c8382 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d2159155c..20356dbd9 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 139608463..855053bbd 100644 --- a/tools/snort2lua/rule_states/rule_isdataat.cc +++ b/tools/snort2lua/rule_states/rule_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 40d5bf21e..0fb8fc394 100644 --- a/tools/snort2lua/rule_states/rule_metadata.cc +++ b/tools/snort2lua/rule_states/rule_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f46919dda..7ba7a9fad 100644 --- a/tools/snort2lua/rule_states/rule_pcre.cc +++ b/tools/snort2lua/rule_states/rule_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 739ba758f..e93d894d9 100644 --- a/tools/snort2lua/rule_states/rule_react.cc +++ b/tools/snort2lua/rule_states/rule_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_reference.cc b/tools/snort2lua/rule_states/rule_reference.cc index b3d5c80c2..a3347ecf3 100644 --- a/tools/snort2lua/rule_states/rule_reference.cc +++ b/tools/snort2lua/rule_states/rule_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5b356dadf..32918c96c 100644 --- a/tools/snort2lua/rule_states/rule_replace.cc +++ b/tools/snort2lua/rule_states/rule_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9521d1a8a..695ba2899 100644 --- a/tools/snort2lua/rule_states/rule_resp.cc +++ b/tools/snort2lua/rule_states/rule_resp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 02d3c8e49..ae5610145 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d34577a74..182a96f2f 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 164a405fb..3de7d82b3 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-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b9e3c0110..c2ae79eb7 100644 --- a/tools/snort2lua/rule_states/rule_tag.cc +++ b/tools/snort2lua/rule_states/rule_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 00c7f6c13..5c2aa4692 100644 --- a/tools/snort2lua/rule_states/rule_threshold.cc +++ b/tools/snort2lua/rule_states/rule_threshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 04a8020b9..8714bb6df 100644 --- a/tools/snort2lua/rule_states/rule_ttl.cc +++ b/tools/snort2lua/rule_states/rule_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1b636e4e1..37398d718 100644 --- a/tools/snort2lua/rule_states/rule_unchanged.cc +++ b/tools/snort2lua/rule_states/rule_unchanged.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4c1a154b4..02e7f756d 100644 --- a/tools/snort2lua/rule_states/rule_unsupported.cc +++ b/tools/snort2lua/rule_states/rule_unsupported.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9bac8ab95..d718e0149 100644 --- a/tools/snort2lua/rule_states/rule_urilen.cc +++ b/tools/snort2lua/rule_states/rule_urilen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d83eae68b..96d00e75e 100644 --- a/tools/snort2lua/snort2lua.cc +++ b/tools/snort2lua/snort2lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 36dcf7006..b6e4aefe1 100644 --- a/tools/u2boat/u2boat.cc +++ b/tools/u2boat/u2boat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 04a8d4b54..9e1a11757 100644 --- a/tools/u2spewfoo/u2_common.h +++ b/tools/u2spewfoo/u2_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 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 d4ec4774b..9380fcb70 100644 --- a/tools/u2spewfoo/u2spewfoo.cc +++ b/tools/u2spewfoo/u2spewfoo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch //