From: Oleksandr Fatieiev -X (ofatieie - SOFTSERVE INC at Cisco) Date: Thu, 13 Feb 2025 09:03:59 +0000 (+0000) Subject: Pull request #4607: copyright: update year to 2025 X-Git-Tag: 3.7.1.0~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dce4b80f3b9e3a1c602730f985f282ae43493b5;p=thirdparty%2Fsnort3.git Pull request #4607: copyright: update year to 2025 Merge in SNORT/snort3 from ~OFATIEIE/snort3:update_copyright_year to master Squashed commit of the following: commit e25503302223b72e2cb5924d6fcb53fb8fcc9454 Author: Oleksandr Fatieiev Date: Thu Feb 6 10:51:00 2025 +0200 copyright: update year to 2025 --- diff --git a/daqs/daq_file.c b/daqs/daq_file.c index a159cb287..505316560 100644 --- a/daqs/daq_file.c +++ b/daqs/daq_file.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 7b5e70424..d7f7b6a66 100644 --- a/daqs/daq_hext.c +++ b/daqs/daq_hext.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; 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 03c0f8c37..c6b84fbad 100644 --- a/daqs/daq_user.h +++ b/daqs/daq_user.h @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 90af5eecb..427ba3f0d 100644 --- a/src/actions/act_alert.cc +++ b/src/actions/act_alert.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e341831dc..979f83fd8 100644 --- a/src/actions/act_block.cc +++ b/src/actions/act_block.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6ab2c2200..54d030bfb 100644 --- a/src/actions/act_drop.cc +++ b/src/actions/act_drop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 061332d21..202fb6ae8 100644 --- a/src/actions/act_file_id.cc +++ b/src/actions/act_file_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dc2a20db3..64e0dcf95 100644 --- a/src/actions/act_log.cc +++ b/src/actions/act_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 94facf401..2a4559616 100644 --- a/src/actions/act_pass.cc +++ b/src/actions/act_pass.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 73f4576b9..05a553326 100644 --- a/src/actions/act_react.cc +++ b/src/actions/act_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 df830aec6..8d87e4e99 100644 --- a/src/actions/act_reject.cc +++ b/src/actions/act_reject.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 f49905963..eb8639f0a 100644 --- a/src/actions/act_replace.cc +++ b/src/actions/act_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_module.cc b/src/actions/actions_module.cc index 07d1a9898..38da6badc 100644 --- a/src/actions/actions_module.cc +++ b/src/actions/actions_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_module.h b/src/actions/actions_module.h index 703b8ce3b..c3c50c0b0 100644 --- a/src/actions/actions_module.h +++ b/src/actions/actions_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d530b25d7..609bd9165 100644 --- a/src/actions/ips_actions.cc +++ b/src/actions/ips_actions.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f11605a98..090d2814f 100644 --- a/src/actions/ips_actions.h +++ b/src/actions/ips_actions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 035d29df0..efc931058 100644 --- a/src/catch/catch_main.cc +++ b/src/catch/catch_main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d5cea2044..438491b69 100644 --- a/src/catch/snort_catch.h +++ b/src/catch/snort_catch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 545b6c1c3..0da7e5477 100644 --- a/src/catch/unit_test.cc +++ b/src/catch/unit_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 66188ae30..560641326 100644 --- a/src/catch/unit_test.h +++ b/src/catch/unit_test.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7493a5333..fb25ebdd0 100644 --- a/src/codecs/codec_api.cc +++ b/src/codecs/codec_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ce9a6486..306183712 100644 --- a/src/codecs/codec_api.h +++ b/src/codecs/codec_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db88cedfd..ef0e40c4c 100644 --- a/src/codecs/codec_module.cc +++ b/src/codecs/codec_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 da45400df..d36a9c7a3 100644 --- a/src/codecs/codec_module.h +++ b/src/codecs/codec_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4a0339d8c..0eea73844 100644 --- a/src/codecs/ip/cd_auth.cc +++ b/src/codecs/ip/cd_auth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8ab1c65d7..4ccbc5e2c 100644 --- a/src/codecs/ip/cd_bad_proto.cc +++ b/src/codecs/ip/cd_bad_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2b9f4921d..5f672d465 100644 --- a/src/codecs/ip/cd_dst_opts.cc +++ b/src/codecs/ip/cd_dst_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 89f48ad1f..67baa96d7 100644 --- a/src/codecs/ip/cd_esp.cc +++ b/src/codecs/ip/cd_esp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a7013f810..b7e320b07 100644 --- a/src/codecs/ip/cd_frag.cc +++ b/src/codecs/ip/cd_frag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 68f614ec2..1a9f50c79 100644 --- a/src/codecs/ip/cd_gre.cc +++ b/src/codecs/ip/cd_gre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 89b9b6819..743ffd8e5 100644 --- a/src/codecs/ip/cd_hop_opts.cc +++ b/src/codecs/ip/cd_hop_opts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fe77f5d9e..9c8c3b834 100644 --- a/src/codecs/ip/cd_icmp4.cc +++ b/src/codecs/ip/cd_icmp4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 00e726d81..33b9544c4 100644 --- a/src/codecs/ip/cd_icmp6.cc +++ b/src/codecs/ip/cd_icmp6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6c4e74f94..e95fe57bf 100644 --- a/src/codecs/ip/cd_igmp.cc +++ b/src/codecs/ip/cd_igmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1459e5491..00ef22e1e 100644 --- a/src/codecs/ip/cd_ipv4.cc +++ b/src/codecs/ip/cd_ipv4.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f098e75b2..55e451d78 100644 --- a/src/codecs/ip/cd_ipv6.cc +++ b/src/codecs/ip/cd_ipv6.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 89d74c30b..c52040ff9 100644 --- a/src/codecs/ip/cd_mobility.cc +++ b/src/codecs/ip/cd_mobility.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fb9398ae9..506ac2e6d 100644 --- a/src/codecs/ip/cd_no_next.cc +++ b/src/codecs/ip/cd_no_next.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 16ee85fbc..3bd7c1e86 100644 --- a/src/codecs/ip/cd_pgm.cc +++ b/src/codecs/ip/cd_pgm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 536958448..9df737de8 100644 --- a/src/codecs/ip/cd_routing.cc +++ b/src/codecs/ip/cd_routing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0412e6948..ba70463bd 100644 --- a/src/codecs/ip/cd_tcp.cc +++ b/src/codecs/ip/cd_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5fe983246..3ec947e41 100644 --- a/src/codecs/ip/cd_udp.cc +++ b/src/codecs/ip/cd_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 41653a7da..2b7730c67 100644 --- a/src/codecs/ip/checksum.h +++ b/src/codecs/ip/checksum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e8a45bd5c..58bb7bf55 100644 --- a/src/codecs/link/cd_arp.cc +++ b/src/codecs/link/cd_arp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0e2b3c3c2..2acca546f 100644 --- a/src/codecs/link/cd_ciscometadata.cc +++ b/src/codecs/link/cd_ciscometadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bcf147a6a..415664f54 100644 --- a/src/codecs/link/cd_erspan2.cc +++ b/src/codecs/link/cd_erspan2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b9973dabb..e91c48404 100644 --- a/src/codecs/link/cd_erspan3.cc +++ b/src/codecs/link/cd_erspan3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7ba8f54bb..ad31dcfe3 100644 --- a/src/codecs/link/cd_fabricpath.cc +++ b/src/codecs/link/cd_fabricpath.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c3b3f63c2..2585716d7 100644 --- a/src/codecs/link/cd_mpls.cc +++ b/src/codecs/link/cd_mpls.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 70e9e21f3..daf7c5d66 100644 --- a/src/codecs/link/cd_ppp_encap.cc +++ b/src/codecs/link/cd_ppp_encap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 81456e744..192939d44 100644 --- a/src/codecs/link/cd_pppoe.cc +++ b/src/codecs/link/cd_pppoe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 80d3d4ae7..d03faae83 100644 --- a/src/codecs/link/cd_trans_bridge.cc +++ b/src/codecs/link/cd_trans_bridge.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 92c3fa93d..49e031c3b 100644 --- a/src/codecs/link/cd_vlan.cc +++ b/src/codecs/link/cd_vlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dde34c5eb..402962600 100644 --- a/src/codecs/misc/cd_default.cc +++ b/src/codecs/misc/cd_default.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dac6eb521..0a5f3de87 100644 --- a/src/codecs/misc/cd_geneve.cc +++ b/src/codecs/misc/cd_geneve.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 972ff3068..644394239 100644 --- a/src/codecs/misc/cd_gtp.cc +++ b/src/codecs/misc/cd_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 2e346e79c..ff8fbcb20 100644 --- a/src/codecs/misc/cd_icmp4_ip.cc +++ b/src/codecs/misc/cd_icmp4_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 62246fe95..0964e3584 100644 --- a/src/codecs/misc/cd_icmp6_ip.cc +++ b/src/codecs/misc/cd_icmp6_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2f8fa5124..1f18d046c 100644 --- a/src/codecs/misc/cd_llc.cc +++ b/src/codecs/misc/cd_llc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 742b909d5..bd9e6ac0d 100644 --- a/src/codecs/misc/cd_teredo.cc +++ b/src/codecs/misc/cd_teredo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c9ad1bd82..a9b1db18a 100644 --- a/src/codecs/misc/cd_user.cc +++ b/src/codecs/misc/cd_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5304dbf3..f96c0f4de 100644 --- a/src/codecs/misc/cd_vxlan.cc +++ b/src/codecs/misc/cd_vxlan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e1c1e628..1b8de06ff 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ca32e6e3..95d22cf03 100644 --- a/src/codecs/root/cd_eth.cc +++ b/src/codecs/root/cd_eth.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 54401f17b..d94da5419 100644 --- a/src/codecs/root/cd_raw.cc +++ b/src/codecs/root/cd_raw.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9a256528b..923604f5d 100644 --- a/src/connectors/connectors.cc +++ b/src/connectors/connectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 414c82f80..ab5cc1e24 100644 --- a/src/connectors/connectors.h +++ b/src/connectors/connectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e312347b..57af7eed7 100644 --- a/src/connectors/file_connector/file_connector.cc +++ b/src/connectors/file_connector/file_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 062fd763b..7e9baeed6 100644 --- a/src/connectors/file_connector/file_connector.h +++ b/src/connectors/file_connector/file_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eaa9eb81d..ad5d6ef34 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 789715361..7549f8e85 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f68a0cc19..499e3b35a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1719efe3e..e93926589 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b5afc7b98..9be322956 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/std_connector/std_connector.cc b/src/connectors/std_connector/std_connector.cc index 969153b2a..d30f256ac 100644 --- a/src/connectors/std_connector/std_connector.cc +++ b/src/connectors/std_connector/std_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/std_connector/std_connector.h b/src/connectors/std_connector/std_connector.h index 3eefdb1ce..f1f37432b 100644 --- a/src/connectors/std_connector/std_connector.h +++ b/src/connectors/std_connector/std_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/std_connector/test/std_connector_test.cc b/src/connectors/std_connector/test/std_connector_test.cc index dd8937a43..edccaf1b9 100644 --- a/src/connectors/std_connector/test/std_connector_test.cc +++ b/src/connectors/std_connector/test/std_connector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6d9d20a67..b98e28028 100644 --- a/src/connectors/tcp_connector/tcp_connector.cc +++ b/src/connectors/tcp_connector/tcp_connector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9c7c50faa..ec929f949 100644 --- a/src/connectors/tcp_connector/tcp_connector.h +++ b/src/connectors/tcp_connector/tcp_connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8313cb09b..4cf380cf4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9e5f84227..6f6efa27a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 923491db4..2fdc2a661 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a68b265ea..5852d67cc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7a5d3bf14..ea4b61917 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 80ef8dca5..6f2875494 100644 --- a/src/control/control.cc +++ b/src/control/control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b0814105e..b077aa9f5 100644 --- a/src/control/control.h +++ b/src/control/control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70e6e01d0..236fe8786 100644 --- a/src/control/control_mgmt.cc +++ b/src/control/control_mgmt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5ac40a5e6..e6982379f 100644 --- a/src/control/control_mgmt.h +++ b/src/control/control_mgmt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6dd941f1c..f54ef4ef6 100644 --- a/src/decompress/file_decomp.cc +++ b/src/decompress/file_decomp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9eac5cd66..cdb420b00 100644 --- a/src/decompress/file_decomp.h +++ b/src/decompress/file_decomp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 99244e225..14284ac06 100644 --- a/src/decompress/file_decomp_pdf.cc +++ b/src/decompress/file_decomp_pdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7d7b683fb..5b1c84c32 100644 --- a/src/decompress/file_decomp_pdf.h +++ b/src/decompress/file_decomp_pdf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c1aeaa8c3..811cc9cb0 100644 --- a/src/decompress/file_decomp_swf.cc +++ b/src/decompress/file_decomp_swf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e36d79c2..8218bd189 100644 --- a/src/decompress/file_decomp_swf.h +++ b/src/decompress/file_decomp_swf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c45b53e90..7dcfe2e5b 100644 --- a/src/decompress/file_decomp_zip.cc +++ b/src/decompress/file_decomp_zip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9bbf1a472..a27b71608 100644 --- a/src/decompress/file_decomp_zip.h +++ b/src/decompress/file_decomp_zip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d19106eb5..4a453a702 100644 --- a/src/decompress/file_olefile.cc +++ b/src/decompress/file_olefile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c35cea503..de5a76095 100644 --- a/src/decompress/file_olefile.h +++ b/src/decompress/file_olefile.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 595591c9f..3b82502d4 100644 --- a/src/decompress/file_oleheader.cc +++ b/src/decompress/file_oleheader.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2273f6ed3..77d02c873 100644 --- a/src/decompress/file_oleheader.h +++ b/src/decompress/file_oleheader.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0abb17434..41f019ce1 100644 --- a/src/decompress/test/file_olefile_test.cc +++ b/src/decompress/test/file_olefile_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e5d5202e0..9a305fe94 100644 --- a/src/decompress/test/file_oleheader_test.cc +++ b/src/decompress/test/file_oleheader_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a2caf6e1a..5c1d0a5ea 100644 --- a/src/detection/context_switcher.cc +++ b/src/detection/context_switcher.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf63c563c..a80e88b71 100644 --- a/src/detection/context_switcher.h +++ b/src/detection/context_switcher.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 395a19997..863f639f8 100644 --- a/src/detection/detect.cc +++ b/src/detection/detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 87d4e2501..da16a97ce 100644 --- a/src/detection/detect.h +++ b/src/detection/detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1f606c8e7..2db91bab1 100644 --- a/src/detection/detect_trace.cc +++ b/src/detection/detect_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4cc7ba5f..bc6cd75ac 100644 --- a/src/detection/detect_trace.h +++ b/src/detection/detect_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_buf.h b/src/detection/detection_buf.h index 38370db1a..2a2a176af 100644 --- a/src/detection/detection_buf.h +++ b/src/detection/detection_buf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6aa0f549e..acfd7a940 100644 --- a/src/detection/detection_continuation.h +++ b/src/detection/detection_continuation.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1ca422ef6..458e7cc0d 100644 --- a/src/detection/detection_engine.cc +++ b/src/detection/detection_engine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c0a0460c..249eeba54 100644 --- a/src/detection/detection_engine.h +++ b/src/detection/detection_engine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 23eb5b213..cac85be3e 100644 --- a/src/detection/detection_module.cc +++ b/src/detection/detection_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 98a8892bc..43ae9c859 100644 --- a/src/detection/detection_module.h +++ b/src/detection/detection_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 14a8dcbb0..317b9df8c 100644 --- a/src/detection/detection_options.cc +++ b/src/detection/detection_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 93b75268f..2b00a8957 100644 --- a/src/detection/detection_options.h +++ b/src/detection/detection_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/event_trace.cc b/src/detection/event_trace.cc index 3df02c683..f6b26da22 100644 --- a/src/detection/event_trace.cc +++ b/src/detection/event_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/event_trace.h b/src/detection/event_trace.h index f81171f34..ff246de56 100644 --- a/src/detection/event_trace.h +++ b/src/detection/event_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/extract.cc b/src/detection/extract.cc index d19878df8..ac7a35882 100644 --- a/src/detection/extract.cc +++ b/src/detection/extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/detection/extract.h b/src/detection/extract.h index 8cffd80d8..939f206a2 100644 --- a/src/detection/extract.h +++ b/src/detection/extract.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/detection/fp_config.cc b/src/detection/fp_config.cc index 0ebc58446..8ef1c7c5b 100644 --- a/src/detection/fp_config.cc +++ b/src/detection/fp_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 fe6e8e368..7d5fcf0dd 100644 --- a/src/detection/fp_config.h +++ b/src/detection/fp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 bd1bb81ed..b70c003b6 100644 --- a/src/detection/fp_create.cc +++ b/src/detection/fp_create.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 435bebd68..4a2ecc509 100644 --- a/src/detection/fp_create.h +++ b/src/detection/fp_create.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 28cd6fe75..b95c88fbe 100644 --- a/src/detection/fp_detect.cc +++ b/src/detection/fp_detect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 15cad2f45..c2ac41cf5 100644 --- a/src/detection/fp_detect.h +++ b/src/detection/fp_detect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b2e60a3e7..6c542ca4a 100644 --- a/src/detection/fp_utils.cc +++ b/src/detection/fp_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f2e255181..677f7572a 100644 --- a/src/detection/fp_utils.h +++ b/src/detection/fp_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ac701cbf1..7b9ebcad0 100644 --- a/src/detection/ips_context.cc +++ b/src/detection/ips_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bffb6182e..5d2822a59 100644 --- a/src/detection/ips_context.h +++ b/src/detection/ips_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 44cc2ad1e..abe3443f2 100644 --- a/src/detection/ips_context_chain.cc +++ b/src/detection/ips_context_chain.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4ca8c9af1..d69c11b9d 100644 --- a/src/detection/ips_context_chain.h +++ b/src/detection/ips_context_chain.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2055a0341..9bdf9b2aa 100644 --- a/src/detection/ips_context_data.cc +++ b/src/detection/ips_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a3bcdc526..e1c46667b 100644 --- a/src/detection/ips_context_data.h +++ b/src/detection/ips_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3d9629f0c..429c1aad7 100644 --- a/src/detection/pattern_match_data.h +++ b/src/detection/pattern_match_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 dbcb6092e..c9777ab95 100644 --- a/src/detection/pcrm.cc +++ b/src/detection/pcrm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 37af4aeb5..7d0610ec6 100644 --- a/src/detection/pcrm.h +++ b/src/detection/pcrm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9acb6bc1b..cac3a3034 100644 --- a/src/detection/regex_offload.cc +++ b/src/detection/regex_offload.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6a7800313..824eb6a37 100644 --- a/src/detection/regex_offload.h +++ b/src/detection/regex_offload.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d39cf8fc..e90d3095b 100644 --- a/src/detection/rtn_checks.cc +++ b/src/detection/rtn_checks.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 2614599c8..d153310da 100644 --- a/src/detection/rtn_checks.h +++ b/src/detection/rtn_checks.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 89a162df8..0fab4e729 100644 --- a/src/detection/rule_option_types.h +++ b/src/detection/rule_option_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f64bebb27..54a972dd1 100644 --- a/src/detection/rules.cc +++ b/src/detection/rules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 651fb22b7..43a766b97 100644 --- a/src/detection/rules.h +++ b/src/detection/rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 39d9cf379..164a8ac32 100644 --- a/src/detection/service_map.cc +++ b/src/detection/service_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 da17cf6eb..6281dfd87 100644 --- a/src/detection/service_map.h +++ b/src/detection/service_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 278734280..156416f07 100644 --- a/src/detection/sfrim.cc +++ b/src/detection/sfrim.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 b84c63597..3de0df97c 100644 --- a/src/detection/sfrim.h +++ b/src/detection/sfrim.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 52684d67c..07b06f62e 100644 --- a/src/detection/signature.cc +++ b/src/detection/signature.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d65948fbd..2340051b5 100644 --- a/src/detection/signature.h +++ b/src/detection/signature.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 fee071abe..90e613b19 100644 --- a/src/detection/tag.cc +++ b/src/detection/tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c4f816856..19c991d7f 100644 --- a/src/detection/tag.h +++ b/src/detection/tag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3c1f13870..3354ea31d 100644 --- a/src/detection/treenodes.cc +++ b/src/detection/treenodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e6ac4986e..bb5a5f7bc 100644 --- a/src/detection/treenodes.h +++ b/src/detection/treenodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 647250b20..601735785 100644 --- a/src/dump_config/config_data.cc +++ b/src/dump_config/config_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a5f965870..baa9c4532 100644 --- a/src/dump_config/config_data.h +++ b/src/dump_config/config_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 94eda4082..454ae2922 100644 --- a/src/dump_config/config_output.cc +++ b/src/dump_config/config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 85a1c060e..f818151ba 100644 --- a/src/dump_config/config_output.h +++ b/src/dump_config/config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 06bf0a468..8783c21ee 100644 --- a/src/dump_config/json_config_output.cc +++ b/src/dump_config/json_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f1041092d..84fc5133d 100644 --- a/src/dump_config/json_config_output.h +++ b/src/dump_config/json_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f3d48fbf1..2385978b0 100644 --- a/src/dump_config/text_config_output.cc +++ b/src/dump_config/text_config_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5b052170a..10f078609 100644 --- a/src/dump_config/text_config_output.h +++ b/src/dump_config/text_config_output.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 18b435375..59743cc5d 100644 --- a/src/events/event.cc +++ b/src/events/event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 faddf297c..e61db3f21 100644 --- a/src/events/event.h +++ b/src/events/event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_queue.cc b/src/events/event_queue.cc index 1151830b8..b76b6c548 100644 --- a/src/events/event_queue.cc +++ b/src/events/event_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1484d5302..a293de907 100644 --- a/src/events/event_queue.h +++ b/src/events/event_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 86d77f376..cee0de1ef 100644 --- a/src/events/sfeventq.cc +++ b/src/events/sfeventq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 08013572b..553ccb111 100644 --- a/src/events/sfeventq.h +++ b/src/events/sfeventq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 7e7e6fbef..8f0728bd2 100644 --- a/src/file_api/circular_buffer.cc +++ b/src/file_api/circular_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6a74eb323..907923321 100644 --- a/src/file_api/circular_buffer.h +++ b/src/file_api/circular_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 76c7f5431..28f4431a0 100644 --- a/src/file_api/file_api.cc +++ b/src/file_api/file_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 92917a50d..892d39856 100644 --- a/src/file_api/file_api.h +++ b/src/file_api/file_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a0a5caf40..dcb4943ed 100644 --- a/src/file_api/file_cache.cc +++ b/src/file_api/file_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1424b62e3..bd1dcf533 100644 --- a/src/file_api/file_cache.h +++ b/src/file_api/file_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8beee355f..efadcc12d 100644 --- a/src/file_api/file_capture.cc +++ b/src/file_api/file_capture.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c38480df1..aed12d0e1 100644 --- a/src/file_api/file_capture.h +++ b/src/file_api/file_capture.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0390f5e9c..cb4cfa691 100644 --- a/src/file_api/file_config.cc +++ b/src/file_api/file_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 65ad46ece..35f26d80a 100644 --- a/src/file_api/file_config.h +++ b/src/file_api/file_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3252d7b61..26fad6a30 100644 --- a/src/file_api/file_flows.cc +++ b/src/file_api/file_flows.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c2f8efb37..f580d5759 100644 --- a/src/file_api/file_flows.h +++ b/src/file_api/file_flows.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a720529fc..67daa4246 100644 --- a/src/file_api/file_identifier.cc +++ b/src/file_api/file_identifier.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4705242bc..9a0c87dc3 100644 --- a/src/file_api/file_identifier.h +++ b/src/file_api/file_identifier.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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_inspect.cc b/src/file_api/file_inspect.cc index 2b9abfcbe..1199f37e3 100644 --- a/src/file_api/file_inspect.cc +++ b/src/file_api/file_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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_inspect.h b/src/file_api/file_inspect.h index fa67abf0b..6238db8b4 100644 --- a/src/file_api/file_inspect.h +++ b/src/file_api/file_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_lib.cc b/src/file_api/file_lib.cc index 5fb9dd2b3..b5973f1c2 100644 --- a/src/file_api/file_lib.cc +++ b/src/file_api/file_lib.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 014e88873..2b612356c 100644 --- a/src/file_api/file_lib.h +++ b/src/file_api/file_lib.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 8684fab15..1ade3041c 100644 --- a/src/file_api/file_log.cc +++ b/src/file_api/file_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3b7ce30c6..289ea5922 100644 --- a/src/file_api/file_mempool.cc +++ b/src/file_api/file_mempool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a0fa7b7c6..51691d84c 100644 --- a/src/file_api/file_mempool.h +++ b/src/file_api/file_mempool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 bf1e782ac..528d7d53d 100644 --- a/src/file_api/file_module.cc +++ b/src/file_api/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4f38db385..34b9fb185 100644 --- a/src/file_api/file_module.h +++ b/src/file_api/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2012-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/file_api/file_policy.cc b/src/file_api/file_policy.cc index 27e3bacad..864c714fd 100644 --- a/src/file_api/file_policy.cc +++ b/src/file_api/file_policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_policy.h b/src/file_api/file_policy.h index 1f5e7f28b..79948ac67 100644 --- a/src/file_api/file_policy.h +++ b/src/file_api/file_policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/file_api/file_segment.cc b/src/file_api/file_segment.cc index 9f09ea90f..95fb44c2e 100644 --- a/src/file_api/file_segment.cc +++ b/src/file_api/file_segment.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6a123d2d0..d8d01814e 100644 --- a/src/file_api/file_segment.h +++ b/src/file_api/file_segment.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a87ac0f6f..99ca9d8d8 100644 --- a/src/file_api/file_service.cc +++ b/src/file_api/file_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f13634aeb..52ce4cae0 100644 --- a/src/file_api/file_service.h +++ b/src/file_api/file_service.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6635ceb23..29b2e062c 100644 --- a/src/file_api/file_stats.cc +++ b/src/file_api/file_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e94da62b7..1b8a72e31 100644 --- a/src/file_api/file_stats.h +++ b/src/file_api/file_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4e5ee679c..a91acff29 100644 --- a/src/filters/detection_filter.cc +++ b/src/filters/detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0aeb9d7fd..3fd9cc8d6 100644 --- a/src/filters/detection_filter.h +++ b/src/filters/detection_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 141e65b85..eb885a4d3 100644 --- a/src/filters/rate_filter.cc +++ b/src/filters/rate_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0c9d8c661..55b958518 100644 --- a/src/filters/rate_filter.h +++ b/src/filters/rate_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4904609f8..861c27c4e 100644 --- a/src/filters/sfrf.cc +++ b/src/filters/sfrf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b0f3747f9..0489186c9 100644 --- a/src/filters/sfrf.h +++ b/src/filters/sfrf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 316ecdef6..8c8a60bc0 100644 --- a/src/filters/sfrf_test.cc +++ b/src/filters/sfrf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a530ecd5f..53e2baf5d 100644 --- a/src/filters/sfthd.cc +++ b/src/filters/sfthd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f28316f8a..466d823bd 100644 --- a/src/filters/sfthd.h +++ b/src/filters/sfthd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d31f5a0cc..ebfd329be 100644 --- a/src/filters/sfthd_test.cc +++ b/src/filters/sfthd_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ff804533e..238fcb71f 100644 --- a/src/filters/sfthreshold.cc +++ b/src/filters/sfthreshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9e503f39b..9b17a20c3 100644 --- a/src/filters/sfthreshold.h +++ b/src/filters/sfthreshold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5421c4205..2fc2b1710 100644 --- a/src/flow/deferred_trust.cc +++ b/src/flow/deferred_trust.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a0bcf38d2..2dbf377de 100644 --- a/src/flow/deferred_trust.h +++ b/src/flow/deferred_trust.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f68f7d62a..c83c04e9e 100644 --- a/src/flow/expect_cache.cc +++ b/src/flow/expect_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 b61d2bf5a..8e08f3629 100644 --- a/src/flow/expect_cache.h +++ b/src/flow/expect_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/expect_flow.h b/src/flow/expect_flow.h index 814d5b48d..2fafe1a01 100644 --- a/src/flow/expect_flow.h +++ b/src/flow/expect_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/filter_flow_critera.h b/src/flow/filter_flow_critera.h index 7995f1a38..6f268aea3 100644 --- a/src/flow/filter_flow_critera.h +++ b/src/flow/filter_flow_critera.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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.cc b/src/flow/flow.cc index f2abdd07f..1ee03575b 100644 --- a/src/flow/flow.cc +++ b/src/flow/flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e6c44be13..96be826f5 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb4104126..f96e0d01c 100644 --- a/src/flow/flow_cache.cc +++ b/src/flow/flow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 415f20b22..6aa5778fc 100644 --- a/src/flow/flow_cache.h +++ b/src/flow/flow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 1638f4ff7..91c26e4a1 100644 --- a/src/flow/flow_config.h +++ b/src/flow/flow_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3c7d6b934..9d03eb64e 100644 --- a/src/flow/flow_control.cc +++ b/src/flow/flow_control.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 155aac669..750b6a56c 100644 --- a/src/flow/flow_control.h +++ b/src/flow/flow_control.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 2ef335d2d..0ef4090b4 100644 --- a/src/flow/flow_data.cc +++ b/src/flow/flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5123db7b9..11aed4b4e 100644 --- a/src/flow/flow_data.h +++ b/src/flow/flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 20c2c3e5f..799c67942 100644 --- a/src/flow/flow_key.cc +++ b/src/flow/flow_key.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 dd6383fd4..172c75149 100644 --- a/src/flow/flow_key.h +++ b/src/flow/flow_key.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 15a19fd51..e93531a14 100644 --- a/src/flow/flow_stash.cc +++ b/src/flow/flow_stash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09f77d697..e89d82a3b 100644 --- a/src/flow/flow_stash.h +++ b/src/flow/flow_stash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 12fa276ad..d67ced5fe 100644 --- a/src/flow/flow_uni_list.h +++ b/src/flow/flow_uni_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6aad22003..a60faf40b 100644 --- a/src/flow/ha.cc +++ b/src/flow/ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9f4465584..a3bbde912 100644 --- a/src/flow/ha.h +++ b/src/flow/ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a43d00ae..c2cc38047 100644 --- a/src/flow/ha_module.cc +++ b/src/flow/ha_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0849efdac..3c258cb0d 100644 --- a/src/flow/ha_module.h +++ b/src/flow/ha_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3367ddfae..544d6d7d9 100644 --- a/src/flow/prune_stats.h +++ b/src/flow/prune_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4204af147..79b894cea 100644 --- a/src/flow/session.h +++ b/src/flow/session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 388c20b06..6efcd6451 100644 --- a/src/flow/stash_item.h +++ b/src/flow/stash_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/stream_flow.h b/src/flow/stream_flow.h index 3560ddb57..9775e95bd 100644 --- a/src/flow/stream_flow.h +++ b/src/flow/stream_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 686be07a7..0a8649c44 100644 --- a/src/flow/test/deferred_trust_test.cc +++ b/src/flow/test/deferred_trust_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8eeec0870..2ad175ec8 100644 --- a/src/flow/test/flow_cache_test.cc +++ b/src/flow/test/flow_cache_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 efbc354f1..707c83f97 100644 --- a/src/flow/test/flow_control_test.cc +++ b/src/flow/test/flow_control_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5c915bf53..2d2bab043 100644 --- a/src/flow/test/flow_stash_test.cc +++ b/src/flow/test/flow_stash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d544d3e3d..f873d8369 100644 --- a/src/flow/test/flow_stubs.h +++ b/src/flow/test/flow_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d5d5f0240..5126e60f1 100644 --- a/src/flow/test/flow_test.cc +++ b/src/flow/test/flow_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d3d3672bd..a7e1955ff 100644 --- a/src/flow/test/ha_test.cc +++ b/src/flow/test/ha_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8df1edf90..7faa0caa6 100644 --- a/src/flow/test/session_test.cc +++ b/src/flow/test/session_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/act_info.h b/src/framework/act_info.h index 03c8a8c5b..21ab44eb3 100644 --- a/src/framework/act_info.h +++ b/src/framework/act_info.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 581e98244..c806b6a61 100644 --- a/src/framework/base_api.h +++ b/src/framework/base_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04f4b04d9..cdbeb13b2 100644 --- a/src/framework/codec.cc +++ b/src/framework/codec.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d9f2bd777..3979b3006 100644 --- a/src/framework/codec.h +++ b/src/framework/codec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9fdddef32..605952c92 100644 --- a/src/framework/connector.h +++ b/src/framework/connector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 31763d862..e0cf0bcee 100644 --- a/src/framework/counts.h +++ b/src/framework/counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 948fc7c8c..d318c17ae 100644 --- a/src/framework/cursor.cc +++ b/src/framework/cursor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7fe3e0a9f..7ff78675a 100644 --- a/src/framework/cursor.h +++ b/src/framework/cursor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 02132fec7..916f5647c 100644 --- a/src/framework/data_bus.cc +++ b/src/framework/data_bus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f46bdf853..6ffc635e8 100644 --- a/src/framework/data_bus.h +++ b/src/framework/data_bus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e87718bc..c8748f3db 100644 --- a/src/framework/decode_data.h +++ b/src/framework/decode_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8088f71e3..318f04b91 100644 --- a/src/framework/endianness.h +++ b/src/framework/endianness.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2013-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/framework/inspector.cc b/src/framework/inspector.cc index 1a2e780c4..b30d86a87 100644 --- a/src/framework/inspector.cc +++ b/src/framework/inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e93ea4f65..20a3d1993 100644 --- a/src/framework/inspector.h +++ b/src/framework/inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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.cc b/src/framework/ips_action.cc index d735c3630..7fe88ce5c 100644 --- a/src/framework/ips_action.cc +++ b/src/framework/ips_action.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f74adc1e1..8c2cb99f5 100644 --- a/src/framework/ips_action.h +++ b/src/framework/ips_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_info.h b/src/framework/ips_info.h index 00266ebe1..3fc689965 100644 --- a/src/framework/ips_info.h +++ b/src/framework/ips_info.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6c79eebe9..6ecb80343 100644 --- a/src/framework/ips_option.cc +++ b/src/framework/ips_option.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e8742ded5..4045a1c88 100644 --- a/src/framework/ips_option.h +++ b/src/framework/ips_option.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ffd9fcf50..628ce0b5b 100644 --- a/src/framework/logger.h +++ b/src/framework/logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fc0cac940..dcd7c6fac 100644 --- a/src/framework/lua_api.h +++ b/src/framework/lua_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 607ce76e3..bc12c3790 100644 --- a/src/framework/module.cc +++ b/src/framework/module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08b640aa0..6b6aa8472 100644 --- a/src/framework/module.h +++ b/src/framework/module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5093baa63..9bd67f10b 100644 --- a/src/framework/mpse.cc +++ b/src/framework/mpse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d682f0a34..c132399e0 100644 --- a/src/framework/mpse.h +++ b/src/framework/mpse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 153ab23e3..824e8c03c 100644 --- a/src/framework/mpse_batch.cc +++ b/src/framework/mpse_batch.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 47549b7a3..f4d09de00 100644 --- a/src/framework/mpse_batch.h +++ b/src/framework/mpse_batch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 12a85ade2..a4093b836 100644 --- a/src/framework/parameter.cc +++ b/src/framework/parameter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0cd40eba9..ba0f5830e 100644 --- a/src/framework/parameter.h +++ b/src/framework/parameter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d41da1d6..0221d1bab 100644 --- a/src/framework/pdu_section.h +++ b/src/framework/pdu_section.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/pig_pen.cc b/src/framework/pig_pen.cc index a8b7f1095..f31cd88a5 100644 --- a/src/framework/pig_pen.cc +++ b/src/framework/pig_pen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/pig_pen.h b/src/framework/pig_pen.h index 2ada69fd8..a1604a82d 100644 --- a/src/framework/pig_pen.h +++ b/src/framework/pig_pen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/plugins.h b/src/framework/plugins.h index 325782f59..ded85bb65 100644 --- a/src/framework/plugins.h +++ b/src/framework/plugins.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a0f87ef5..73b9356b7 100644 --- a/src/framework/policy_selector.h +++ b/src/framework/policy_selector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8b6829a86..24b16d591 100644 --- a/src/framework/range.cc +++ b/src/framework/range.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf77fa007..c39e395d2 100644 --- a/src/framework/range.h +++ b/src/framework/range.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b2154ae93..a34d033dd 100644 --- a/src/framework/so_rule.h +++ b/src/framework/so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/api_def.cc b/src/framework/test/api_def.cc index e59884eae..228be63e2 100644 --- a/src/framework/test/api_def.cc +++ b/src/framework/test/api_def.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4bb7f9734..089cd40cd 100644 --- a/src/framework/test/data_bus_test.cc +++ b/src/framework/test/data_bus_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a2a7a875..2554bf26f 100644 --- a/src/framework/value.cc +++ b/src/framework/value.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ec96ce28..90afeebd3 100644 --- a/src/framework/value.h +++ b/src/framework/value.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ae11ac314..79ab42a44 100644 --- a/src/hash/ghash.cc +++ b/src/hash/ghash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e25ff5f93..f96c4b8b4 100644 --- a/src/hash/ghash.h +++ b/src/hash/ghash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0189de32a..c1c7e5a13 100644 --- a/src/hash/hash_defs.h +++ b/src/hash/hash_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 93b861f35..4c2ed84fd 100644 --- a/src/hash/hash_key_operations.cc +++ b/src/hash/hash_key_operations.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f56565beb..8954f1fcf 100644 --- a/src/hash/hash_key_operations.h +++ b/src/hash/hash_key_operations.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c6fe32149..79aebb98f 100644 --- a/src/hash/hash_lru_cache.cc +++ b/src/hash/hash_lru_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9b1d2f8ef..a6b5231ca 100644 --- a/src/hash/hash_lru_cache.h +++ b/src/hash/hash_lru_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2daeedbad..c2785b313 100644 --- a/src/hash/hashes.cc +++ b/src/hash/hashes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1df2028bf..4039ea4f6 100644 --- a/src/hash/hashes.h +++ b/src/hash/hashes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf4115c7c..55fc1aaa0 100644 --- a/src/hash/lru_cache_local.h +++ b/src/hash/lru_cache_local.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 001866c8a..ab1409ed8 100644 --- a/src/hash/lru_cache_shared.cc +++ b/src/hash/lru_cache_shared.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 975226496..9376bd903 100644 --- a/src/hash/lru_cache_shared.h +++ b/src/hash/lru_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b7c0eddad..9f2ee21c1 100644 --- a/src/hash/lru_segmented_cache_shared.h +++ b/src/hash/lru_segmented_cache_shared.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f26901ba7..61d3c94e0 100644 --- a/src/hash/primetable.cc +++ b/src/hash/primetable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 44a073565..8bd4fbfa3 100644 --- a/src/hash/primetable.h +++ b/src/hash/primetable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9e29c4609..dd61ff5b5 100644 --- a/src/hash/test/ghash_test.cc +++ b/src/hash/test/ghash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04c2ac54d..90abf19e0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e282e822e..348e4b35f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e1fbfd56a..bb8d821de 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6553cd744..18b3c7e56 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee9ddadff..84bd8a9a4 100644 --- a/src/hash/test/xhash_test.cc +++ b/src/hash/test/xhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f98a8a806..91ae66df2 100644 --- a/src/hash/test/zhash_test.cc +++ b/src/hash/test/zhash_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 187fc76a5..0968c0450 100644 --- a/src/hash/xhash.cc +++ b/src/hash/xhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ffa716eac..74b0bc6ff 100644 --- a/src/hash/xhash.h +++ b/src/hash/xhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 79713db46..658d6e94f 100644 --- a/src/hash/zhash.cc +++ b/src/hash/zhash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 52d7c43e9..f4e33cf60 100644 --- a/src/hash/zhash.h +++ b/src/hash/zhash.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 16b785417..a345366d1 100644 --- a/src/helpers/base64_encoder.cc +++ b/src/helpers/base64_encoder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bec19d1e7..ecd2ced9a 100644 --- a/src/helpers/base64_encoder.h +++ b/src/helpers/base64_encoder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/ber.cc b/src/helpers/ber.cc index 7ec11b2de..28b76b686 100644 --- a/src/helpers/ber.cc +++ b/src/helpers/ber.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/ber.h b/src/helpers/ber.h index 98a91481a..67b88c808 100644 --- a/src/helpers/ber.h +++ b/src/helpers/ber.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9d9748bea..7dc37844e 100644 --- a/src/helpers/bitop.h +++ b/src/helpers/bitop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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.cc b/src/helpers/boyer_moore.cc index 81a1207b2..0d6d885a4 100644 --- a/src/helpers/boyer_moore.cc +++ b/src/helpers/boyer_moore.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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.h b/src/helpers/boyer_moore.h index 30affaf47..5db93deab 100644 --- a/src/helpers/boyer_moore.h +++ b/src/helpers/boyer_moore.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c46318593..2ff7f2cd8 100644 --- a/src/helpers/boyer_moore_search.cc +++ b/src/helpers/boyer_moore_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6ec086774..1e4281af5 100644 --- a/src/helpers/boyer_moore_search.h +++ b/src/helpers/boyer_moore_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7504414f9..359b4252d 100644 --- a/src/helpers/buffer_data.cc +++ b/src/helpers/buffer_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 637afe3eb..32b8358ed 100644 --- a/src/helpers/buffer_data.h +++ b/src/helpers/buffer_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 be962207a..ecc3a4c4b 100644 --- a/src/helpers/directory.cc +++ b/src/helpers/directory.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fdf437e88..a31526b7f 100644 --- a/src/helpers/directory.h +++ b/src/helpers/directory.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e015de53..753978937 100644 --- a/src/helpers/discovery_filter.cc +++ b/src/helpers/discovery_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0b04d57fd..79d2aa1d3 100644 --- a/src/helpers/discovery_filter.h +++ b/src/helpers/discovery_filter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/event_gen.h b/src/helpers/event_gen.h index 03215c6e6..90464d58a 100644 --- a/src/helpers/event_gen.h +++ b/src/helpers/event_gen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 01da1fad6..8be98287b 100644 --- a/src/helpers/flag_context.h +++ b/src/helpers/flag_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/grouped_list.h b/src/helpers/grouped_list.h index a85098023..4d32147fc 100644 --- a/src/helpers/grouped_list.h +++ b/src/helpers/grouped_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f3ad8292d..23463844e 100644 --- a/src/helpers/hyper_scratch_allocator.cc +++ b/src/helpers/hyper_scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4e56c4806..2bed59352 100644 --- a/src/helpers/hyper_scratch_allocator.h +++ b/src/helpers/hyper_scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 465101282..0fba71887 100644 --- a/src/helpers/hyper_search.cc +++ b/src/helpers/hyper_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dfac777cc..2faf1e9ea 100644 --- a/src/helpers/hyper_search.h +++ b/src/helpers/hyper_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/infractions.h b/src/helpers/infractions.h index 7af1dd078..fec97e93a 100644 --- a/src/helpers/infractions.h +++ b/src/helpers/infractions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7a58cb37f..95b474f67 100644 --- a/src/helpers/json_stream.cc +++ b/src/helpers/json_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 84e40be8e..2c1c81f94 100644 --- a/src/helpers/json_stream.h +++ b/src/helpers/json_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cd4c52285..e2e33c040 100644 --- a/src/helpers/literal_search.cc +++ b/src/helpers/literal_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7e0809d2d..d2714b0de 100644 --- a/src/helpers/literal_search.h +++ b/src/helpers/literal_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9aa3a4546..649bb2eff 100644 --- a/src/helpers/markup.cc +++ b/src/helpers/markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3c0e32701..826f120bb 100644 --- a/src/helpers/markup.h +++ b/src/helpers/markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/memcap_allocator.h b/src/helpers/memcap_allocator.h index c3f3b6e01..89dde3242 100644 --- a/src/helpers/memcap_allocator.h +++ b/src/helpers/memcap_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/primed_allocator.h b/src/helpers/primed_allocator.h index cc9153756..886c8dbcf 100644 --- a/src/helpers/primed_allocator.h +++ b/src/helpers/primed_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2005-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/helpers/ring.h b/src/helpers/ring.h index 63b7dc202..914b78689 100644 --- a/src/helpers/ring.h +++ b/src/helpers/ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fd35da128..3453e28d9 100644 --- a/src/helpers/ring_logic.h +++ b/src/helpers/ring_logic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 30be314a5..95c0df903 100644 --- a/src/helpers/scratch_allocator.cc +++ b/src/helpers/scratch_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 036fc2ee5..61db02058 100644 --- a/src/helpers/scratch_allocator.h +++ b/src/helpers/scratch_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f41a65fa0..be9c5ce55 100644 --- a/src/helpers/sigsafe.cc +++ b/src/helpers/sigsafe.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7fc9a6e42..d665b3b80 100644 --- a/src/helpers/sigsafe.h +++ b/src/helpers/sigsafe.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/streambuf.cc b/src/helpers/streambuf.cc index 05375ea6a..0899a3b53 100644 --- a/src/helpers/streambuf.cc +++ b/src/helpers/streambuf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/streambuf.h b/src/helpers/streambuf.h index 3fce80fa9..687314af8 100644 --- a/src/helpers/streambuf.h +++ b/src/helpers/streambuf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d30538910..2da540fdd 100644 --- a/src/helpers/test/bitop_test.cc +++ b/src/helpers/test/bitop_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08a0b9345..2ddfa26ab 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_test.cc b/src/helpers/test/boyer_moore_test.cc index d1ca6cda7..ff48c2e27 100644 --- a/src/helpers/test/boyer_moore_test.cc +++ b/src/helpers/test/boyer_moore_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/grouped_list_test.cc b/src/helpers/test/grouped_list_test.cc index 375b1a602..51df74944 100644 --- a/src/helpers/test/grouped_list_test.cc +++ b/src/helpers/test/grouped_list_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cfa136a28..fd6cc3d0f 100644 --- a/src/helpers/test/hyper_search_test.cc +++ b/src/helpers/test/hyper_search_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 85c73cfac..3343a5df6 100644 --- a/src/helpers/test/json_stream_test.cc +++ b/src/helpers/test/json_stream_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/memcap_allocator_test.cc b/src/helpers/test/memcap_allocator_test.cc index 91474c746..baf5c1837 100644 --- a/src/helpers/test/memcap_allocator_test.cc +++ b/src/helpers/test/memcap_allocator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/streambuf_test.cc b/src/helpers/test/streambuf_test.cc index e934fdad5..77f113b6b 100644 --- a/src/helpers/test/streambuf_test.cc +++ b/src/helpers/test/streambuf_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/utf.cc b/src/helpers/utf.cc index 6d4452621..60306f282 100644 --- a/src/helpers/utf.cc +++ b/src/helpers/utf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/helpers/utf.h b/src/helpers/utf.h index 19a312c37..e22960719 100644 --- a/src/helpers/utf.h +++ b/src/helpers/utf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/host_tracker/cache_allocator.cc b/src/host_tracker/cache_allocator.cc index 60d0282a7..b0cdf0b81 100644 --- a/src/host_tracker/cache_allocator.cc +++ b/src/host_tracker/cache_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c42dbe5c3..c88110dbd 100644 --- a/src/host_tracker/cache_allocator.h +++ b/src/host_tracker/cache_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c854ea676..1e25bfd33 100644 --- a/src/host_tracker/cache_interface.h +++ b/src/host_tracker/cache_interface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9fa4da7e9..3fb56cec1 100644 --- a/src/host_tracker/host_cache.cc +++ b/src/host_tracker/host_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 76c89420e..f8b9179bf 100644 --- a/src/host_tracker/host_cache.h +++ b/src/host_tracker/host_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1bb3e8fb4..8c5267ad9 100644 --- a/src/host_tracker/host_cache_module.cc +++ b/src/host_tracker/host_cache_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e9286884f..7781fdb40 100644 --- a/src/host_tracker/host_cache_module.h +++ b/src/host_tracker/host_cache_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d73905a64..4a7ef54bf 100644 --- a/src/host_tracker/host_cache_segmented.h +++ b/src/host_tracker/host_cache_segmented.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 df4b361d7..8c3d602ca 100644 --- a/src/host_tracker/host_tracker.cc +++ b/src/host_tracker/host_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ef43d1673..92dd86c3f 100644 --- a/src/host_tracker/host_tracker.h +++ b/src/host_tracker/host_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09b817fa0..1ecb5dd15 100644 --- a/src/host_tracker/host_tracker_module.cc +++ b/src/host_tracker/host_tracker_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c20a3a1e8..c1adb4691 100644 --- a/src/host_tracker/host_tracker_module.h +++ b/src/host_tracker/host_tracker_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_stats.h b/src/host_tracker/host_tracker_stats.h index 46c5037cf..ec608ee28 100644 --- a/src/host_tracker/host_tracker_stats.h +++ b/src/host_tracker/host_tracker_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c2fd04c1c..d48cb6672 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1371a7328..52703be46 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3e1bc2f5e..4099c2756 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c9e8e4c3a..bca9cf7e8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 238ba2a37..f325035ac 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f4ccccb0..127fec571 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1cb16215b..be49c6f51 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_ack.cc b/src/ips_options/ips_ack.cc index 10ba1f21d..7f9f70eaa 100644 --- a/src/ips_options/ips_ack.cc +++ b/src/ips_options/ips_ack.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4e1703b8..a63db46ad 100644 --- a/src/ips_options/ips_base64.cc +++ b/src/ips_options/ips_base64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e7797821f..cc1a01515 100644 --- a/src/ips_options/ips_ber_data.cc +++ b/src/ips_options/ips_ber_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2ac03eb0b..7a12b76f5 100644 --- a/src/ips_options/ips_ber_skip.cc +++ b/src/ips_options/ips_ber_skip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 77cce34ed..66f8ffa0b 100644 --- a/src/ips_options/ips_bufferlen.cc +++ b/src/ips_options/ips_bufferlen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5f94cb05d..8f13e43e9 100644 --- a/src/ips_options/ips_byte_extract.cc +++ b/src/ips_options/ips_byte_extract.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 7f203f4df..3e8b7f700 100644 --- a/src/ips_options/ips_byte_jump.cc +++ b/src/ips_options/ips_byte_jump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d8932c4fd..f0c86a765 100644 --- a/src/ips_options/ips_byte_math.cc +++ b/src/ips_options/ips_byte_math.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4a5bb078e..2876ee294 100644 --- a/src/ips_options/ips_byte_test.cc +++ b/src/ips_options/ips_byte_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b582f46db..591449354 100644 --- a/src/ips_options/ips_classtype.cc +++ b/src/ips_options/ips_classtype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a6b0c6fbb..b39ceaf96 100644 --- a/src/ips_options/ips_content.cc +++ b/src/ips_options/ips_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 367a6d4a0..666609dae 100644 --- a/src/ips_options/ips_cvs.cc +++ b/src/ips_options/ips_cvs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 edd18c8d7..6ffe88183 100644 --- a/src/ips_options/ips_detection_filter.cc +++ b/src/ips_options/ips_detection_filter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_dsize.cc b/src/ips_options/ips_dsize.cc index 546d338f1..61b6dfd86 100644 --- a/src/ips_options/ips_dsize.cc +++ b/src/ips_options/ips_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 68d4256ea..1ffa770ea 100644 --- a/src/ips_options/ips_enable.cc +++ b/src/ips_options/ips_enable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 db591bf19..2b7e94d99 100644 --- a/src/ips_options/ips_file_data.cc +++ b/src/ips_options/ips_file_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3b57698b0..7652aadef 100644 --- a/src/ips_options/ips_file_meta.cc +++ b/src/ips_options/ips_file_meta.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f63521b32..4e048dc3e 100644 --- a/src/ips_options/ips_file_type.cc +++ b/src/ips_options/ips_file_type.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 8c79d9486..5cc5afc39 100644 --- a/src/ips_options/ips_flags.cc +++ b/src/ips_options/ips_flags.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 61fddc7ab..4041b8309 100644 --- a/src/ips_options/ips_flow.cc +++ b/src/ips_options/ips_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d5181ea2d..d4455f400 100644 --- a/src/ips_options/ips_flowbits.cc +++ b/src/ips_options/ips_flowbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5d6adf853..4ba3a08a7 100644 --- a/src/ips_options/ips_flowbits.h +++ b/src/ips_options/ips_flowbits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d14f427a7..1cc7a5c35 100644 --- a/src/ips_options/ips_fragbits.cc +++ b/src/ips_options/ips_fragbits.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 34a1a91a0..140bf2dd0 100644 --- a/src/ips_options/ips_fragoffset.cc +++ b/src/ips_options/ips_fragoffset.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b96f2369a..9ad28e395 100644 --- a/src/ips_options/ips_gid.cc +++ b/src/ips_options/ips_gid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b8298e584..802f1df78 100644 --- a/src/ips_options/ips_hash.cc +++ b/src/ips_options/ips_hash.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0fe9189c4..270c2a713 100644 --- a/src/ips_options/ips_icmp_id.cc +++ b/src/ips_options/ips_icmp_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27fec5eea..51aa680f5 100644 --- a/src/ips_options/ips_icmp_seq.cc +++ b/src/ips_options/ips_icmp_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 142ce8a66..929e8699d 100644 --- a/src/ips_options/ips_icode.cc +++ b/src/ips_options/ips_icode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bb2d9e682..a63c9dde5 100644 --- a/src/ips_options/ips_id.cc +++ b/src/ips_options/ips_id.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21cd2f0fe..4643fac2f 100644 --- a/src/ips_options/ips_ip_proto.cc +++ b/src/ips_options/ips_ip_proto.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 91e55459c..54d1afffe 100644 --- a/src/ips_options/ips_ipopts.cc +++ b/src/ips_options/ips_ipopts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 91846bc77..194b0ffee 100644 --- a/src/ips_options/ips_isdataat.cc +++ b/src/ips_options/ips_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ea0afe0b2..8f807d9a1 100644 --- a/src/ips_options/ips_itype.cc +++ b/src/ips_options/ips_itype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d27bce9dd..48251afc3 100644 --- a/src/ips_options/ips_js_data.cc +++ b/src/ips_options/ips_js_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7ace4d33d..2706aecd3 100644 --- a/src/ips_options/ips_luajit.cc +++ b/src/ips_options/ips_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5868e579b..8ce04995e 100644 --- a/src/ips_options/ips_metadata.cc +++ b/src/ips_options/ips_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a49eccc3e..27e78aef8 100644 --- a/src/ips_options/ips_msg.cc +++ b/src/ips_options/ips_msg.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5012f9184..720ea9260 100644 --- a/src/ips_options/ips_options.cc +++ b/src/ips_options/ips_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b96f579ba..90279373e 100644 --- a/src/ips_options/ips_options.h +++ b/src/ips_options/ips_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e1b242361..3ad33ebb5 100644 --- a/src/ips_options/ips_pcre.cc +++ b/src/ips_options/ips_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 74aaf7c21..6d718d432 100644 --- a/src/ips_options/ips_pkt_data.cc +++ b/src/ips_options/ips_pkt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a1256dd28..747ef900e 100644 --- a/src/ips_options/ips_priority.cc +++ b/src/ips_options/ips_priority.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e76ebc70c..4061a9348 100644 --- a/src/ips_options/ips_raw_data.cc +++ b/src/ips_options/ips_raw_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cad93069f..bab956cf7 100644 --- a/src/ips_options/ips_reference.cc +++ b/src/ips_options/ips_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 073547322..3161bd0a2 100644 --- a/src/ips_options/ips_regex.cc +++ b/src/ips_options/ips_regex.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2d304aefd..bc5c13dcd 100644 --- a/src/ips_options/ips_rem.cc +++ b/src/ips_options/ips_rem.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6cd63d537..6919b5f3a 100644 --- a/src/ips_options/ips_replace.cc +++ b/src/ips_options/ips_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 2eeb3851d..b611a94b8 100644 --- a/src/ips_options/ips_rev.cc +++ b/src/ips_options/ips_rev.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5813bf1ae..ee8f64335 100644 --- a/src/ips_options/ips_rpc.cc +++ b/src/ips_options/ips_rpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f072b69de..918b418c1 100644 --- a/src/ips_options/ips_sd_pattern.cc +++ b/src/ips_options/ips_sd_pattern.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 25d127b10..3ca16be65 100644 --- a/src/ips_options/ips_seq.cc +++ b/src/ips_options/ips_seq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 13c554249..5798034d9 100644 --- a/src/ips_options/ips_service.cc +++ b/src/ips_options/ips_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6e9f8dff1..f8f59ee39 100644 --- a/src/ips_options/ips_sid.cc +++ b/src/ips_options/ips_sid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b5fb53439..fb1660370 100644 --- a/src/ips_options/ips_so.cc +++ b/src/ips_options/ips_so.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c78d57b3..a18189812 100644 --- a/src/ips_options/ips_soid.cc +++ b/src/ips_options/ips_soid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6495f10e7..bc315ce02 100644 --- a/src/ips_options/ips_tag.cc +++ b/src/ips_options/ips_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c7d2f7579..0528fceb5 100644 --- a/src/ips_options/ips_target.cc +++ b/src/ips_options/ips_target.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09cf289f6..b01a48c84 100644 --- a/src/ips_options/ips_tos.cc +++ b/src/ips_options/ips_tos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 817ba647d..af7157b8a 100644 --- a/src/ips_options/ips_ttl.cc +++ b/src/ips_options/ips_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f3689edb..2d569b76e 100644 --- a/src/ips_options/ips_vba_data.cc +++ b/src/ips_options/ips_vba_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 67bdebe07..e9513c801 100644 --- a/src/ips_options/ips_vba_data.h +++ b/src/ips_options/ips_vba_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f5c543098..0483c0bf2 100644 --- a/src/ips_options/ips_window.cc +++ b/src/ips_options/ips_window.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 025d84978..7b39a058e 100644 --- a/src/ips_options/sd_credit_card.cc +++ b/src/ips_options/sd_credit_card.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6f9485658..230132a71 100644 --- a/src/ips_options/sd_credit_card.h +++ b/src/ips_options/sd_credit_card.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 97f33c3f4..c0535dca9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ea4589b3a..20bec3d74 100644 --- a/src/js_norm/js_config.h +++ b/src/js_norm/js_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9fb7c6e1e..82f4e3e0c 100644 --- a/src/js_norm/js_enum.h +++ b/src/js_norm/js_enum.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5155f0511..5459a2b6b 100644 --- a/src/js_norm/js_identifier_ctx.cc +++ b/src/js_norm/js_identifier_ctx.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 07633d8dc..43eed5bc3 100644 --- a/src/js_norm/js_identifier_ctx.h +++ b/src/js_norm/js_identifier_ctx.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 38da1e92d..bf363f0f2 100644 --- a/src/js_norm/js_norm.cc +++ b/src/js_norm/js_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b3cf3aae5..aedcb9855 100644 --- a/src/js_norm/js_norm.h +++ b/src/js_norm/js_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7b03dddd0..9319aed05 100644 --- a/src/js_norm/js_norm_module.cc +++ b/src/js_norm/js_norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f35ee7308..9b6c9ff04 100644 --- a/src/js_norm/js_norm_module.h +++ b/src/js_norm/js_norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5432c9a33..a3679dffc 100644 --- a/src/js_norm/js_normalizer.cc +++ b/src/js_norm/js_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 461e007d2..330e9d9f5 100644 --- a/src/js_norm/js_normalizer.h +++ b/src/js_norm/js_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 557a7a78c..7fff36408 100644 --- a/src/js_norm/js_pdf_norm.cc +++ b/src/js_norm/js_pdf_norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4573ac786..504cf78f3 100644 --- a/src/js_norm/js_pdf_norm.h +++ b/src/js_norm/js_pdf_norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 83fc54c49..ca7add778 100644 --- a/src/js_norm/js_tokenizer.h +++ b/src/js_norm/js_tokenizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4a111010..b3bee1672 100644 --- a/src/js_norm/js_tokenizer.l +++ b/src/js_norm/js_tokenizer.l @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 17223cec9..e07132f19 100644 --- a/src/js_norm/pdf_tokenizer.h +++ b/src/js_norm/pdf_tokenizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 df5207c33..7dcb5bf91 100644 --- a/src/js_norm/pdf_tokenizer.l +++ b/src/js_norm/pdf_tokenizer.l @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a75ee8883..a08a164b2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e1eeab121..ea7eef9a7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 97e3f9856..51aff55df 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7fc6d55f1..23fee078a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b9212d224..f9dd0686d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6b0fe1d5a..572f8b461 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3cccd64d2..ecac72f6d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4b3a6d6b4..b4d727595 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 177cf9e3b..98a8c55b9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e89eb66b7..81cea05fb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c3d7819de..ea751b819 100644 --- a/src/js_norm/test/jsn_test.cc +++ b/src/js_norm/test/jsn_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d0a26dec6..13d113259 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5f43140ff..b0007cd26 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ece088f1c..ab055d28d 100644 --- a/src/latency/latency_config.h +++ b/src/latency/latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d7d26d174..a4edf3a85 100644 --- a/src/latency/latency_module.cc +++ b/src/latency/latency_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1f1786066..c6039315c 100644 --- a/src/latency/latency_module.h +++ b/src/latency/latency_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ae9fbbce6..bc73b01fe 100644 --- a/src/latency/latency_rules.h +++ b/src/latency/latency_rules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1ecb689d9..6c79c1fef 100644 --- a/src/latency/latency_stats.h +++ b/src/latency/latency_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af6ecfdde..368416fd7 100644 --- a/src/latency/latency_timer.h +++ b/src/latency/latency_timer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8304c47b..cf7dcf271 100644 --- a/src/latency/latency_util.h +++ b/src/latency/latency_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5550dfa3e..a187897ed 100644 --- a/src/latency/packet_latency.cc +++ b/src/latency/packet_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 19c93a27c..16df0d93c 100644 --- a/src/latency/packet_latency.h +++ b/src/latency/packet_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b6375dbe2..3e209be4d 100644 --- a/src/latency/packet_latency_config.h +++ b/src/latency/packet_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c89954386..240cde125 100644 --- a/src/latency/rule_latency.cc +++ b/src/latency/rule_latency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 834a20e79..105c20565 100644 --- a/src/latency/rule_latency.h +++ b/src/latency/rule_latency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2fc2df7a6..a64984385 100644 --- a/src/latency/rule_latency_config.h +++ b/src/latency/rule_latency_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a90134150..ac618188a 100644 --- a/src/latency/rule_latency_state.h +++ b/src/latency/rule_latency_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d963f941a..56ef50476 100644 --- a/src/log/log.cc +++ b/src/log/log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 937bc9cf3..952f16e7c 100644 --- a/src/log/log.h +++ b/src/log/log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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_errors.h b/src/log/log_errors.h index b088058cf..5a04d7f59 100644 --- a/src/log/log_errors.h +++ b/src/log/log_errors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_stats.cc b/src/log/log_stats.cc index 2c050431f..bfe53cd33 100644 --- a/src/log/log_stats.cc +++ b/src/log/log_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_stats.h b/src/log/log_stats.h index 6246cb2e5..f19011dd0 100644 --- a/src/log/log_stats.h +++ b/src/log/log_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_text.cc b/src/log/log_text.cc index 7e48e7f71..75b56ac28 100644 --- a/src/log/log_text.cc +++ b/src/log/log_text.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 14b4262f9..6b9f7c777 100644 --- a/src/log/log_text.h +++ b/src/log/log_text.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 dcfcd8e7b..ded6c39f3 100644 --- a/src/log/messages.cc +++ b/src/log/messages.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 33ec292db..dceed0c19 100644 --- a/src/log/messages.h +++ b/src/log/messages.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 bf16f8fa5..5ad56d57e 100644 --- a/src/log/obfuscator.cc +++ b/src/log/obfuscator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 386fd22b6..10dee90c7 100644 --- a/src/log/obfuscator.h +++ b/src/log/obfuscator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b45cf358e..04bdf0bcb 100644 --- a/src/log/test/obfuscator_test.cc +++ b/src/log/test/obfuscator_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d71146adc..6846798e6 100644 --- a/src/log/text_log.cc +++ b/src/log/text_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1f3010dd2..9fdad3158 100644 --- a/src/log/text_log.h +++ b/src/log/text_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9b58d21eb..bedbc39db 100644 --- a/src/log/u2_packet.cc +++ b/src/log/u2_packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0b1cf6416..fc82cd10d 100644 --- a/src/log/u2_packet.h +++ b/src/log/u2_packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c069fa278..3ff3e981b 100644 --- a/src/log/unified2.h +++ b/src/log/unified2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 eae7f501f..0f66492d1 100644 --- a/src/loggers/alert_csv.cc +++ b/src/loggers/alert_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bccb3c786..7b5deab27 100644 --- a/src/loggers/alert_fast.cc +++ b/src/loggers/alert_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5104b85ba..3645f4f0d 100644 --- a/src/loggers/alert_full.cc +++ b/src/loggers/alert_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 119614938..9667da832 100644 --- a/src/loggers/alert_json.cc +++ b/src/loggers/alert_json.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d4eef4fd3..0a381ae36 100644 --- a/src/loggers/alert_luajit.cc +++ b/src/loggers/alert_luajit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ae092fff2..21796870b 100644 --- a/src/loggers/alert_syslog.cc +++ b/src/loggers/alert_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 70fd8b2e3..5360c2a44 100644 --- a/src/loggers/alert_talos.cc +++ b/src/loggers/alert_talos.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd9339423..743094110 100644 --- a/src/loggers/alert_unixsock.cc +++ b/src/loggers/alert_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0855957ab..96fb71df9 100644 --- a/src/loggers/log_codecs.cc +++ b/src/loggers/log_codecs.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9d5d202f8..0909678c0 100644 --- a/src/loggers/log_hext.cc +++ b/src/loggers/log_hext.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 89d4e9d33..51dc161e4 100644 --- a/src/loggers/log_pcap.cc +++ b/src/loggers/log_pcap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 25921b162..95cbc4a3a 100644 --- a/src/loggers/loggers.cc +++ b/src/loggers/loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 af9a8ffb3..3f8473125 100644 --- a/src/loggers/loggers.h +++ b/src/loggers/loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 fbb9d3334..4595ce9c0 100644 --- a/src/loggers/unified2.cc +++ b/src/loggers/unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 314c876c2..25471c589 100644 --- a/src/lua/lua.cc +++ b/src/lua/lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 529541997..a4bf8fe28 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 29a3672c0..2954f760b 100644 --- a/src/lua/lua_ref.h +++ b/src/lua/lua_ref.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aec04d674..9c0d1a04a 100644 --- a/src/lua/lua_script.h +++ b/src/lua/lua_script.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9c4154b63..1bf5684e6 100644 --- a/src/lua/lua_stack.h +++ b/src/lua/lua_stack.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 004f7360f..a833537f2 100644 --- a/src/lua/lua_table.h +++ b/src/lua/lua_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 46d4a0f8a..31cfcc249 100644 --- a/src/lua/test/lua_stack_test.cc +++ b/src/lua/test/lua_stack_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e175a4be0..be417aaf0 100644 --- a/src/lua/test/lua_test_common.h +++ b/src/lua/test/lua_test_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 eb8a857e1..c3ca748c5 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 958be816e..04b96a636 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e15e1838e..d1bcdf964 100644 --- a/src/main/ac_shell_cmd.cc +++ b/src/main/ac_shell_cmd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd4066d1d..ae04078d3 100644 --- a/src/main/ac_shell_cmd.h +++ b/src/main/ac_shell_cmd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 23d62d401..16a4c9d60 100644 --- a/src/main/analyzer.cc +++ b/src/main/analyzer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e868d7334..124ab2575 100644 --- a/src/main/analyzer.h +++ b/src/main/analyzer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ef2687d70..acd401c0b 100644 --- a/src/main/analyzer_command.cc +++ b/src/main/analyzer_command.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3bbfe9a82..34898335c 100644 --- a/src/main/analyzer_command.h +++ b/src/main/analyzer_command.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3fd147fca..ab4326542 100644 --- a/src/main/bootstrap.lua +++ b/src/main/bootstrap.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 29cfb2ef9..b7d719cbc 100644 --- a/src/main/finalize.lua +++ b/src/main/finalize.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 25278c10b..7f3fafbfb 100644 --- a/src/main/help.cc +++ b/src/main/help.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 370d186c0..f26d3f6f9 100644 --- a/src/main/help.h +++ b/src/main/help.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a29a5df49..e35c8ee5b 100644 --- a/src/main/modules.cc +++ b/src/main/modules.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dc607a07c..c79533b4f 100644 --- a/src/main/modules.h +++ b/src/main/modules.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5a439ed4e..dbb4da907 100644 --- a/src/main/network_module.cc +++ b/src/main/network_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ecf91884a..fef05c179 100644 --- a/src/main/network_module.h +++ b/src/main/network_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/numa.h b/src/main/numa.h index 2d9063f30..5d7506655 100644 --- a/src/main/numa.h +++ b/src/main/numa.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0162da213..d829da9a0 100644 --- a/src/main/oops_handler.cc +++ b/src/main/oops_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e40e0912e..45dcb103c 100644 --- a/src/main/oops_handler.h +++ b/src/main/oops_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c6c3e10dd..bd3b53b49 100644 --- a/src/main/policy.cc +++ b/src/main/policy.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 7dd0527a0..1a1ecc4b1 100644 --- a/src/main/policy.h +++ b/src/main/policy.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/process.cc b/src/main/process.cc index f361a5962..30b287baf 100644 --- a/src/main/process.cc +++ b/src/main/process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published @@ -698,7 +698,7 @@ int DisplayBanner() #endif LogMessage(" '''' By Martin Roesch & The Snort Team\n"); LogMessage(" http://snort.org/contact#team\n"); - LogMessage(" Copyright (C) 2014-2024 Cisco and/or its affiliates." + LogMessage(" Copyright (C) 2014-2025 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/main/process.h b/src/main/process.h index 57d7248c5..b715d856f 100644 --- a/src/main/process.h +++ b/src/main/process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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.cc b/src/main/reload_tracker.cc index 288300558..52792ad85 100644 --- a/src/main/reload_tracker.cc +++ b/src/main/reload_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee82e7b78..d0ce86636 100644 --- a/src/main/reload_tracker.h +++ b/src/main/reload_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 35301c266..f60889d3e 100644 --- a/src/main/reload_tuner.h +++ b/src/main/reload_tuner.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21d1b7537..3416896ea 100644 --- a/src/main/shell.cc +++ b/src/main/shell.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8d356e733..d22b24006 100644 --- a/src/main/shell.h +++ b/src/main/shell.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4033c5c50..0820f0113 100644 --- a/src/main/snort.cc +++ b/src/main/snort.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d8b66ce9f..7547e10a3 100644 --- a/src/main/snort.h +++ b/src/main/snort.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 42dbfd122..f7e736e47 100644 --- a/src/main/snort_config.cc +++ b/src/main/snort_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 90fcad481..adcbf5fce 100644 --- a/src/main/snort_config.h +++ b/src/main/snort_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 947d71522..25163e084 100644 --- a/src/main/snort_module.cc +++ b/src/main/snort_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ffb27a34c..08a959dda 100644 --- a/src/main/snort_module.h +++ b/src/main/snort_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c9567c537..9e2431c4e 100644 --- a/src/main/snort_types.h +++ b/src/main/snort_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4f4b51545..f86de53f7 100644 --- a/src/main/swapper.cc +++ b/src/main/swapper.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 34ced393f..ffc7ac6ab 100644 --- a/src/main/swapper.h +++ b/src/main/swapper.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1924f70eb..23fa6d349 100644 --- a/src/main/test/distill_verdict_stubs.h +++ b/src/main/test/distill_verdict_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0a69a0cae..65f0fa685 100644 --- a/src/main/test/distill_verdict_test.cc +++ b/src/main/test/distill_verdict_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3998575c5..0629ace57 100644 --- a/src/main/thread.cc +++ b/src/main/thread.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 207414d8e..2255a979d 100644 --- a/src/main/thread.h +++ b/src/main/thread.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 072816f0b..c57cdf147 100644 --- a/src/main/thread_config.cc +++ b/src/main/thread_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 75a849703..7dc8dfadf 100644 --- a/src/main/thread_config.h +++ b/src/main/thread_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0537684c0..657cb90dd 100644 --- a/src/managers/action_manager.cc +++ b/src/managers/action_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 13e1be934..6cd68fdaa 100644 --- a/src/managers/action_manager.h +++ b/src/managers/action_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8bcadf2ab..a33e953c6 100644 --- a/src/managers/codec_manager.cc +++ b/src/managers/codec_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 302e27d4e..f5526673e 100644 --- a/src/managers/codec_manager.h +++ b/src/managers/codec_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 da6e57620..0a02bd492 100644 --- a/src/managers/connector_manager.cc +++ b/src/managers/connector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0db68d718..6786a0d2e 100644 --- a/src/managers/connector_manager.h +++ b/src/managers/connector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 56808e469..75c4d07ce 100644 --- a/src/managers/coreinit.lua +++ b/src/managers/coreinit.lua @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- --- Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +-- Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. -- -- This program is free software; you 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 80cf85ddd..f548e8e94 100644 --- a/src/managers/event_manager.cc +++ b/src/managers/event_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc9dd4af9..8f815f6ed 100644 --- a/src/managers/event_manager.h +++ b/src/managers/event_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d2588680..2e36f3a83 100644 --- a/src/managers/inspector_manager.cc +++ b/src/managers/inspector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 150587e8a..2cf0d1bb1 100644 --- a/src/managers/inspector_manager.h +++ b/src/managers/inspector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd68006d0..14eb44a99 100644 --- a/src/managers/ips_manager.cc +++ b/src/managers/ips_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 09d48f40b..d76ba31ee 100644 --- a/src/managers/ips_manager.h +++ b/src/managers/ips_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b01e38d18..a67971fb3 100644 --- a/src/managers/lua_plugin_defs.h +++ b/src/managers/lua_plugin_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4516effd2..c9121fb8a 100644 --- a/src/managers/module_manager.cc +++ b/src/managers/module_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b78673d37..670ce2d98 100644 --- a/src/managers/module_manager.h +++ b/src/managers/module_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bc331211f..6c1567b43 100644 --- a/src/managers/mpse_manager.cc +++ b/src/managers/mpse_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 765ce15f2..48ed8746e 100644 --- a/src/managers/mpse_manager.h +++ b/src/managers/mpse_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ea83dc4bf..e49be4b54 100644 --- a/src/managers/plugin_manager.cc +++ b/src/managers/plugin_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4f2a7d5e3..7f49ee49e 100644 --- a/src/managers/plugin_manager.h +++ b/src/managers/plugin_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d6053d6e0..e46811f79 100644 --- a/src/managers/policy_selector_manager.cc +++ b/src/managers/policy_selector_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 050d693de..ba4fe5500 100644 --- a/src/managers/policy_selector_manager.h +++ b/src/managers/policy_selector_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 375ce8739..c943b166b 100644 --- a/src/managers/script_manager.cc +++ b/src/managers/script_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5a9f93961..a75073650 100644 --- a/src/managers/script_manager.h +++ b/src/managers/script_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d12a73512..e97ce036e 100644 --- a/src/managers/so_manager.cc +++ b/src/managers/so_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 695fb0dcb..8f13bef3b 100644 --- a/src/managers/so_manager.h +++ b/src/managers/so_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 135ebd299..6d3e6491e 100644 --- a/src/managers/test/get_inspector_stubs.h +++ b/src/managers/test/get_inspector_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2a3016a3d..884234429 100644 --- a/src/managers/test/get_inspector_test.cc +++ b/src/managers/test/get_inspector_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 924d74e2f..892cf9da9 100644 --- a/src/memory/heap_interface.cc +++ b/src/memory/heap_interface.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 703a790f4..0ac3862a1 100644 --- a/src/memory/heap_interface.h +++ b/src/memory/heap_interface.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ef191500d..ce6c5cda6 100644 --- a/src/memory/memory_allocator.cc +++ b/src/memory/memory_allocator.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 80f156e74..5d49d808c 100644 --- a/src/memory/memory_allocator.h +++ b/src/memory/memory_allocator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 caba86386..e67be122f 100644 --- a/src/memory/memory_cap.cc +++ b/src/memory/memory_cap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1bc075901..5b9e550df 100644 --- a/src/memory/memory_cap.h +++ b/src/memory/memory_cap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 20aa30c34..f770f1e2a 100644 --- a/src/memory/memory_config.h +++ b/src/memory/memory_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b8332718b..3c3e3391f 100644 --- a/src/memory/memory_module.cc +++ b/src/memory/memory_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c8af1d35..cb5721de4 100644 --- a/src/memory/memory_module.h +++ b/src/memory/memory_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 996fca972..202a3c82e 100644 --- a/src/memory/memory_overloads.cc +++ b/src/memory/memory_overloads.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0e8f7d67f..2895e5115 100644 --- a/src/memory/memory_overloads.h +++ b/src/memory/memory_overloads.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 171fe7878..b110b4094 100644 --- a/src/memory/test/memory_cap_test.cc +++ b/src/memory/test/memory_cap_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21b91370a..ab4729a20 100644 --- a/src/mime/decode_b64.cc +++ b/src/mime/decode_b64.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 db4490770..cd8995173 100644 --- a/src/mime/decode_b64.h +++ b/src/mime/decode_b64.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9d6702dc5..532a889b3 100644 --- a/src/mime/decode_base.cc +++ b/src/mime/decode_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ce09aba3f..1f14869da 100644 --- a/src/mime/decode_base.h +++ b/src/mime/decode_base.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 61251b86f..b853429ca 100644 --- a/src/mime/decode_bit.cc +++ b/src/mime/decode_bit.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 55a2c5009..8e7371a69 100644 --- a/src/mime/decode_bit.h +++ b/src/mime/decode_bit.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cf45cbc4e..313b90992 100644 --- a/src/mime/decode_buffer.cc +++ b/src/mime/decode_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e78bd6cdb..7083ff6d9 100644 --- a/src/mime/decode_buffer.h +++ b/src/mime/decode_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1acb5edf8..29a687818 100644 --- a/src/mime/decode_qp.cc +++ b/src/mime/decode_qp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4318fa473..044bfb9c2 100644 --- a/src/mime/decode_qp.h +++ b/src/mime/decode_qp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d12d5b243..993a066a2 100644 --- a/src/mime/decode_uu.cc +++ b/src/mime/decode_uu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c34d8696e..28ac3e700 100644 --- a/src/mime/decode_uu.h +++ b/src/mime/decode_uu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 56a9c52db..3c2ae8dd8 100644 --- a/src/mime/file_mime_config.cc +++ b/src/mime/file_mime_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 7f335d27e..6bcf61609 100644 --- a/src/mime/file_mime_config.h +++ b/src/mime/file_mime_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6bfeea91f..291f61b9f 100644 --- a/src/mime/file_mime_context_data.cc +++ b/src/mime/file_mime_context_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 241b716ca..952db396e 100644 --- a/src/mime/file_mime_context_data.h +++ b/src/mime/file_mime_context_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 5d35851b1..a89dd3e65 100644 --- a/src/mime/file_mime_decode.cc +++ b/src/mime/file_mime_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 cb4335e4a..e610424f5 100644 --- a/src/mime/file_mime_decode.h +++ b/src/mime/file_mime_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 56099e768..870e1a9ec 100644 --- a/src/mime/file_mime_log.cc +++ b/src/mime/file_mime_log.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 97254b776..8756ca309 100644 --- a/src/mime/file_mime_log.h +++ b/src/mime/file_mime_log.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7bec84820..e4c44503e 100644 --- a/src/mime/file_mime_paf.cc +++ b/src/mime/file_mime_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 cc885b1d0..add752c3d 100644 --- a/src/mime/file_mime_paf.h +++ b/src/mime/file_mime_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f9747bbf0..b555ecd4c 100644 --- a/src/mime/file_mime_process.cc +++ b/src/mime/file_mime_process.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 554fe70e5..a288ef49e 100644 --- a/src/mime/file_mime_process.h +++ b/src/mime/file_mime_process.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b2caeb221..81390a3c9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 8bd69b463..443a77a4d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a7e321624..8b8135425 100644 --- a/src/network_inspectors/appid/appid_api.cc +++ b/src/network_inspectors/appid/appid_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5c5ce2537..1ed5ed8d8 100644 --- a/src/network_inspectors/appid/appid_api.h +++ b/src/network_inspectors/appid/appid_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ec4f3dff5..5d1deb9a2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 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 a65956fca..d20c91c7c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fa9d9e4ed..5a4a6669e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This 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 cd5a23302..2ba7a22c7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This 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 aebbbe915..43d22929d 100644 --- a/src/network_inspectors/appid/appid_config.cc +++ b/src/network_inspectors/appid/appid_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4c3cc703a..e161da345 100644 --- a/src/network_inspectors/appid/appid_config.h +++ b/src/network_inspectors/appid/appid_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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_cpu_profile_table.cc b/src/network_inspectors/appid/appid_cpu_profile_table.cc index 6d03837b2..47e1bbad3 100644 --- a/src/network_inspectors/appid/appid_cpu_profile_table.cc +++ b/src/network_inspectors/appid/appid_cpu_profile_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_cpu_profile_table.h b/src/network_inspectors/appid/appid_cpu_profile_table.h index a0e84b509..9113a01cc 100644 --- a/src/network_inspectors/appid/appid_cpu_profile_table.h +++ b/src/network_inspectors/appid/appid_cpu_profile_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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.cc b/src/network_inspectors/appid/appid_data_decrypt_event_handler.cc index 9c0e4c2cb..bbe89edef 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 431dcd280..ff1c854ac 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd43e5e71..97e1f5f83 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 009c12c73..17f1ed3ef 100644 --- a/src/network_inspectors/appid/appid_debug.cc +++ b/src/network_inspectors/appid/appid_debug.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 be6fdac4b..92f2d5b0b 100644 --- a/src/network_inspectors/appid/appid_debug.h +++ b/src/network_inspectors/appid/appid_debug.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7316d2f27..4c554a511 100644 --- a/src/network_inspectors/appid/appid_detector.cc +++ b/src/network_inspectors/appid/appid_detector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 1ea28095b..e50a795ea 100644 --- a/src/network_inspectors/appid/appid_detector.h +++ b/src/network_inspectors/appid/appid_detector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 821e9c314..5fe8b5e58 100644 --- a/src/network_inspectors/appid/appid_discovery.cc +++ b/src/network_inspectors/appid/appid_discovery.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5bc207f1f..07ea3ac26 100644 --- a/src/network_inspectors/appid/appid_discovery.h +++ b/src/network_inspectors/appid/appid_discovery.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d2ea64ef3..266431a78 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fb6075a58..269f2fa6d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7ea4dfd52..78d8b8793 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b16661efa..cb693985b 100644 --- a/src/network_inspectors/appid/appid_ha.cc +++ b/src/network_inspectors/appid/appid_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 39064bf31..790044db8 100644 --- a/src/network_inspectors/appid/appid_ha.h +++ b/src/network_inspectors/appid/appid_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ea68b63cf..6a2ca577f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 05be7c99c..d9f9f190c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b4ceb39d7..59e1c27a3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3da577264..c775f4a20 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a7fcf3a99..0e960d524 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 426f8cf16..59f76f8f8 100644 --- a/src/network_inspectors/appid/appid_inspector.cc +++ b/src/network_inspectors/appid/appid_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 09a8bbec1..b94a6bd90 100644 --- a/src/network_inspectors/appid/appid_inspector.h +++ b/src/network_inspectors/appid/appid_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8fe9f1408..4a4d1a9d1 100644 --- a/src/network_inspectors/appid/appid_module.cc +++ b/src/network_inspectors/appid/appid_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cfc246c4d..7b05a8c2e 100644 --- a/src/network_inspectors/appid/appid_module.h +++ b/src/network_inspectors/appid/appid_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 19b9c675d..5b1c0ee98 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 49a2e4121..627744259 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ce40543f0..346598daa 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3a5523ad..1266f7ec8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f1e2f794..9428066b1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1ba7763ae..664225ba0 100644 --- a/src/network_inspectors/appid/appid_session.cc +++ b/src/network_inspectors/appid/appid_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 37b3c4404..898950431 100644 --- a/src/network_inspectors/appid/appid_session.h +++ b/src/network_inspectors/appid/appid_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f8ff036a3..0fe45de1e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f160ae1ce..64ec61151 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6fac38344..330d87240 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 baf34ea8a..498ce3bbd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ec6e3a134..cbb3bdba4 100644 --- a/src/network_inspectors/appid/appid_stats.cc +++ b/src/network_inspectors/appid/appid_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4e6fc54d4..5ff16c2fb 100644 --- a/src/network_inspectors/appid/appid_stats.h +++ b/src/network_inspectors/appid/appid_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 39f13c0fa..125d869ad 100644 --- a/src/network_inspectors/appid/appid_types.h +++ b/src/network_inspectors/appid/appid_types.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fcdcc7fdd..b534d7bca 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0f9d26862..2b4e95a98 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 bc3104630..4a2ac2be3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3911dafef..e40c988c3 100644 --- a/src/network_inspectors/appid/application_ids.h +++ b/src/network_inspectors/appid/application_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 724771e42..39d8b919c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 efa57f03c..a53577c6c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3c9e7ff5a..8cc4f3dec 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7b8ccadd7..80e21b4cf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 582cb09a6..765c0d261 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 27c0eb9da..2079aafe8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ecb911a7d..b37970e82 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 884c39d41..ca001ff9e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f53d09916..a69b6acb7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ea545f8b3..754ff8846 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7da6432d2..9eab6ac1f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9455020de..5272842bb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fe0aa38cc..a7eaf8aeb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4c8c81b46..f39c876cf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 70349eaf3..e89cee039 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0595b0d16..2df267bda 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 c38390872..c1b59a0c8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ab27da2ed..471de18ea 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f976d9c6d..0b65eb083 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cb23e2db4..4e979f498 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7410536d1..5b6cc5e05 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f1bb8fe60..7916b75c1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1ca84d240..defcef4d0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This 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 6d0306108..566cd2400 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This 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 b891e803a..ede22253a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fd867bc31..5053892f4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7a4dce18a..61bbe03e5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 02b85f690..91b1fe732 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d06452be3..77f4aaaa8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fb369fbca..bb89245e8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ce2dab2bf..91460f288 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0aff97bcf..c0fb9b089 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 14ce2e303..249169a42 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 54523924c..aee3d776c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 3675370e2..48ed50949 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 67a5fb0ad..d313da0b1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 8ec113ed5..a9247d344 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 bf7d98c4b..e52408ddc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 73979e731..d839b9fa6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7cdf924b9..db13c027f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bab1042ad..222a10082 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e8f14a689..436ac271d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f9de52cb5..757043389 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ebbd90a90..43739e641 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2343e71c0..63b05abb1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4eed2ca6e..45e311587 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eb6719e2d..e787cd315 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e16e749b5..59f098b9c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e7054d14e..88c307e2b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 647e9065d..187b78534 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5a839c8b6..6c123c0f5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 89702bdc0..4ded41123 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1228370be..f2695a831 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 62448af70..27653d368 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a5753dc1f..519caab81 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3ea4bc0c3..616e0587d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 26f5073c3..900cdd8cf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2583ac5a8..648f7c5f6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b213490c2..2f808f223 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a244afcf8..f90dd694f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ec9bcf547..6f3f5c4ec 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 27dc62bb3..1eae7357b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 32fa1ffe7..f38acf3fc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 cedc15197..e640cf765 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 adbc5c220..5df1f8a85 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fbb84d08b..9c64a6480 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 850ca880f..ae9beb7b2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 294d9b515..4b341b0ea 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4628da90f..c834b5d95 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d85392b2f..318fca454 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0f9477d00..be1afc872 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4d54c9a4a..4847fa850 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e03ad61f7..4ab6cdf4d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 42ac6e406..5a52db562 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 fe368616a..d223da33d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 08aa19109..6dcc0ed62 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e670ca252..fae1b65d2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 21b43cc35..8f123f9aa 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 1d0f9ff4e..c74c267ee 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 240a518f0..ac4e8799f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 06dbb5385..b2dcdc655 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 e3956b249..3d5384e05 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 780bd221f..50af6cd59 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f4da57957..bb9d5cf2a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 c0c960209..30557f19a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 33c392633..33ea24b32 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2c7d38b5c..840dd699e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 76177448a..a4ee59112 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 5e3c6c1bf..4038967e9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6daee8d29..1f45008bf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4c7e5987b..d8ddff9aa 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2770cc0a0..88c2ec374 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a8c9c0d43..998a5f63c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f54e2c931..38b63a517 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2f70f6bac..7c1076e5e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 019b66b62..f88d21066 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 56dcb975a..0fa2e001f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 61a73569a..9b5158c76 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 02180aa17..ad2b8ee97 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a4b41609e..fb2a81f04 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 a3408abb6..32e531320 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0f1fc1b7e..5e53191f0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 f19de631d..780386571 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 2bcbd4f42..ba39a6116 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9d580eeb6..833401786 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 7bd64dd20..c2e6e6ccb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 4539fbf4b..9e951d29b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 42c34d80d..37e9754e5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 bcf6bd86f..a55837cdc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 67a869ac9..1402c7f2f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 1a0103757..7652bff05 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 027ca22fb..c9e5751f3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b2f93e4d5..1a43e5481 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ecee96595..2f189f2c6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 9a7171d6e..2093805ee 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 0ad0ce70c..8f2b227a8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 6dede94f2..5ab3ab950 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b4b47e716..bd1ad5e6b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 143186a7e..b0e4b82d2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 d5872ad23..5d508cbd0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 78b701a52..f486fc5e5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 296f9deb8..a7db5844f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 67d00590f..e4f40aec9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 09a0309f6..a57440d3c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 156e3b2d9..42bc2520f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 b1a19e687..9c5adf8ff 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2feb705c4..41cd77f38 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fb7b6ff21..9f3fe362b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fa8b2145f..10c68e066 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8dc43e046..626d7d99a 100644 --- a/src/network_inspectors/appid/service_state.cc +++ b/src/network_inspectors/appid/service_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 94b20dd93..34dd71747 100644 --- a/src/network_inspectors/appid/service_state.h +++ b/src/network_inspectors/appid/service_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 ce008b486..66ee5a81f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4b81e00aa..15ca048c2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 db4ef4b00..ae96ec5da 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0066da0b2..afe84a26c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bd176830f..3d71c9136 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4edbf3f0e..4ecace80a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 769846f3b..caa11deea 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e18290971..7263de846 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9f41891e2..c36147c6d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 184bdad71..2556cf370 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3cb6aaec3..1a12a7982 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5c6dc3a52..a2eee1198 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6dd9905d9..a05e949b4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 baf5bac6e..4a89556e9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c228e5810..7f791f0b6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 106150b4b..33d53210e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1577b22dc..d3c22071a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 248e4971d..1dcdce17f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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.cc b/src/network_inspectors/appid/tp_appid_module_api.cc index a40148bdd..59c3c9de1 100644 --- a/src/network_inspectors/appid/tp_appid_module_api.cc +++ b/src/network_inspectors/appid/tp_appid_module_api.cc @@ -1,6 +1,6 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a56e18ff0..313ed0756 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 97d6339b8..dba603e07 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 070fa8927..1dcd649a0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 50a5ede9a..e5f3590f9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 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 c4707c826..76c7aa3b0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5023d9790..e4b5ab12f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8a34e7d3e..bf0187b8f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/user_data_map.cc b/src/network_inspectors/appid/user_data_map.cc index 7af2b1199..0ef923446 100644 --- a/src/network_inspectors/appid/user_data_map.cc +++ b/src/network_inspectors/appid/user_data_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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/user_data_map.h b/src/network_inspectors/appid/user_data_map.h index 4302ba0a0..7f4ef20fa 100644 --- a/src/network_inspectors/appid/user_data_map.h +++ b/src/network_inspectors/appid/user_data_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 452abaa25..55898f6c3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1ff8d74a7..3c984993b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6fb55c524..af967546c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d69a3f8d4..36bfa7a29 100644 --- a/src/network_inspectors/binder/bind_module.cc +++ b/src/network_inspectors/binder/bind_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5cfd3a6c3..1aaeac8cc 100644 --- a/src/network_inspectors/binder/bind_module.h +++ b/src/network_inspectors/binder/bind_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 afbb7de36..3574c7055 100644 --- a/src/network_inspectors/binder/binder.cc +++ b/src/network_inspectors/binder/binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bac7f5a0f..58f7e0b53 100644 --- a/src/network_inspectors/binder/binding.cc +++ b/src/network_inspectors/binder/binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bc27133fb..bd4895e47 100644 --- a/src/network_inspectors/binder/binding.h +++ b/src/network_inspectors/binder/binding.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor.cc b/src/network_inspectors/extractor/extractor.cc index c63a94b4e..6b168a865 100644 --- a/src/network_inspectors/extractor/extractor.cc +++ b/src/network_inspectors/extractor/extractor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor.h b/src/network_inspectors/extractor/extractor.h index e55d6d77f..c54169c29 100644 --- a/src/network_inspectors/extractor/extractor.h +++ b/src/network_inspectors/extractor/extractor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_csv_logger.cc b/src/network_inspectors/extractor/extractor_csv_logger.cc index cc2da11d4..7d0990ad9 100644 --- a/src/network_inspectors/extractor/extractor_csv_logger.cc +++ b/src/network_inspectors/extractor/extractor_csv_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_csv_logger.h b/src/network_inspectors/extractor/extractor_csv_logger.h index db32d7273..023f1e8fb 100644 --- a/src/network_inspectors/extractor/extractor_csv_logger.h +++ b/src/network_inspectors/extractor/extractor_csv_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_enums.h b/src/network_inspectors/extractor/extractor_enums.h index 95deb8128..95aea348b 100644 --- a/src/network_inspectors/extractor/extractor_enums.h +++ b/src/network_inspectors/extractor/extractor_enums.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_flow_data.cc b/src/network_inspectors/extractor/extractor_flow_data.cc index 6850f88c2..94723341c 100644 --- a/src/network_inspectors/extractor/extractor_flow_data.cc +++ b/src/network_inspectors/extractor/extractor_flow_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_flow_data.h b/src/network_inspectors/extractor/extractor_flow_data.h index ea229557b..c7e80d248 100644 --- a/src/network_inspectors/extractor/extractor_flow_data.h +++ b/src/network_inspectors/extractor/extractor_flow_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_ftp.cc b/src/network_inspectors/extractor/extractor_ftp.cc index c7f7f7672..3a63e85dd 100644 --- a/src/network_inspectors/extractor/extractor_ftp.cc +++ b/src/network_inspectors/extractor/extractor_ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_ftp.h b/src/network_inspectors/extractor/extractor_ftp.h index a123b8527..1d4a0070e 100644 --- a/src/network_inspectors/extractor/extractor_ftp.h +++ b/src/network_inspectors/extractor/extractor_ftp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_http.cc b/src/network_inspectors/extractor/extractor_http.cc index 9eea28f69..d30e9692c 100644 --- a/src/network_inspectors/extractor/extractor_http.cc +++ b/src/network_inspectors/extractor/extractor_http.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_http.h b/src/network_inspectors/extractor/extractor_http.h index c2f27d807..ce02ec94b 100644 --- a/src/network_inspectors/extractor/extractor_http.h +++ b/src/network_inspectors/extractor/extractor_http.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_json_logger.cc b/src/network_inspectors/extractor/extractor_json_logger.cc index f9d8c1275..9e16f94e5 100644 --- a/src/network_inspectors/extractor/extractor_json_logger.cc +++ b/src/network_inspectors/extractor/extractor_json_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_json_logger.h b/src/network_inspectors/extractor/extractor_json_logger.h index 578e732f5..4db4a4992 100644 --- a/src/network_inspectors/extractor/extractor_json_logger.h +++ b/src/network_inspectors/extractor/extractor_json_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_logger.cc b/src/network_inspectors/extractor/extractor_logger.cc index c14d3bd67..07c992d09 100644 --- a/src/network_inspectors/extractor/extractor_logger.cc +++ b/src/network_inspectors/extractor/extractor_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_logger.h b/src/network_inspectors/extractor/extractor_logger.h index 922c15cfe..59a9f3e1e 100644 --- a/src/network_inspectors/extractor/extractor_logger.h +++ b/src/network_inspectors/extractor/extractor_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_service.cc b/src/network_inspectors/extractor/extractor_service.cc index a8e32e8bf..ec9f1e428 100644 --- a/src/network_inspectors/extractor/extractor_service.cc +++ b/src/network_inspectors/extractor/extractor_service.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractor_service.h b/src/network_inspectors/extractor/extractor_service.h index 2e4ebc205..eb8b2fd05 100644 --- a/src/network_inspectors/extractor/extractor_service.h +++ b/src/network_inspectors/extractor/extractor_service.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractors.cc b/src/network_inspectors/extractor/extractors.cc index 6a778076a..7603e1606 100644 --- a/src/network_inspectors/extractor/extractors.cc +++ b/src/network_inspectors/extractor/extractors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/network_inspectors/extractor/extractors.h b/src/network_inspectors/extractor/extractors.h index fd23dccd4..0a76641b2 100644 --- a/src/network_inspectors/extractor/extractors.h +++ b/src/network_inspectors/extractor/extractors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 57808b251..5fa5bdb70 100644 --- a/src/network_inspectors/network_inspectors.cc +++ b/src/network_inspectors/network_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 40325055e..669c0c71e 100644 --- a/src/network_inspectors/network_inspectors.h +++ b/src/network_inspectors/network_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ebf1e01f0..8e66e1f0f 100644 --- a/src/network_inspectors/normalize/norm.cc +++ b/src/network_inspectors/normalize/norm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (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 39d88e499..db5e14d2d 100644 --- a/src/network_inspectors/normalize/norm.h +++ b/src/network_inspectors/normalize/norm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (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 7b3737738..7973902e8 100644 --- a/src/network_inspectors/normalize/norm_module.cc +++ b/src/network_inspectors/normalize/norm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 27dca20cd..38b0ad304 100644 --- a/src/network_inspectors/normalize/norm_module.h +++ b/src/network_inspectors/normalize/norm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5126668e6..b87fce7bf 100644 --- a/src/network_inspectors/normalize/norm_stats.cc +++ b/src/network_inspectors/normalize/norm_stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a84eaad4a..fd0dee467 100644 --- a/src/network_inspectors/normalize/norm_stats.h +++ b/src/network_inspectors/normalize/norm_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 05a379bfc..087a374a5 100644 --- a/src/network_inspectors/normalize/normalize.cc +++ b/src/network_inspectors/normalize/normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 37a5e7ef8..fccd506b6 100644 --- a/src/network_inspectors/normalize/normalize.h +++ b/src/network_inspectors/normalize/normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1fe0ce55e..36e1bf9c1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7a01e9628..1aee45c51 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b093ce729..85f541959 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4a14ec259..d145e92d0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d89bcdf61..b497d96e5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a7f5d1235..5cfd6dec3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 79cec8dc5..c6efd8901 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e2566ad09..9159756b5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f85bc5367..8821e29db 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6fee0f846..74b1b278e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ff451b6a3..29407b2e2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 629582ef8..e48ee4bfb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6fffe94cf..4265c2d99 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 01a8a964b..e676e0e8b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 422c2ba5b..733626dd1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c49adb0b4..a9d562cc5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 808ba1936..72939e72c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 85fc7fa06..618789441 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 33cfa82b2..6d593bfdc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e5935584a..ce5f0be38 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 28d928e7e..7c2dd891a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f0704cf34..c80c7cdab 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dac6d90cf..a5f0664d9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4731ce007..89a324fe7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fc74e81a7..cb0088bd9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5959016e7..e08adde64 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4219938cd..d35d5f4c9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0394266c6..ec1cb3f63 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2297f34a7..7757c63f7 100644 --- a/src/network_inspectors/port_scan/ipobj.cc +++ b/src/network_inspectors/port_scan/ipobj.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 77d1f52ec..74ac2be9c 100644 --- a/src/network_inspectors/port_scan/ipobj.h +++ b/src/network_inspectors/port_scan/ipobj.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 44e47215a..3eeff2a32 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1c5fd8dd5..ed552c41e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 43ff80329..74c0eca79 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 39fa2f3fb..6784e39a1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 06b9577b6..83cff91be 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f7c3bcc8f..ba96fdafc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 399db5d05..6858aaecf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9270e3df5..d0dbd0b56 100644 --- a/src/network_inspectors/reputation/reputation_commands.cc +++ b/src/network_inspectors/reputation/reputation_commands.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2bf9d75bc..f00727739 100644 --- a/src/network_inspectors/reputation/reputation_commands.h +++ b/src/network_inspectors/reputation/reputation_commands.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9c718b945..660523ffb 100644 --- a/src/network_inspectors/reputation/reputation_common.h +++ b/src/network_inspectors/reputation/reputation_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3e6bc6ff8..f40461029 100644 --- a/src/network_inspectors/reputation/reputation_config.h +++ b/src/network_inspectors/reputation/reputation_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0cb23784d..cd57a3438 100644 --- a/src/network_inspectors/reputation/reputation_inspect.cc +++ b/src/network_inspectors/reputation/reputation_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b391f10da..4eb07ca08 100644 --- a/src/network_inspectors/reputation/reputation_inspect.h +++ b/src/network_inspectors/reputation/reputation_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2666586cb..29df9aa3b 100644 --- a/src/network_inspectors/reputation/reputation_module.cc +++ b/src/network_inspectors/reputation/reputation_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a1ee0bf27..5c5212cd9 100644 --- a/src/network_inspectors/reputation/reputation_module.h +++ b/src/network_inspectors/reputation/reputation_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d8591f3be..d1f8cb131 100644 --- a/src/network_inspectors/reputation/reputation_parse.cc +++ b/src/network_inspectors/reputation/reputation_parse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d6f9c1227..d5213e557 100644 --- a/src/network_inspectors/reputation/reputation_parse.h +++ b/src/network_inspectors/reputation/reputation_parse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 615662d02..d5d9f0278 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d5c3ccdc2..e3e68d8fc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf84a5095..171ba1d36 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 173d06a11..c0cd0d6b4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df7d8975c..a2c2c3b11 100644 --- a/src/network_inspectors/rna/rna_config.h +++ b/src/network_inspectors/rna/rna_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a427d29ac..4b25dd50e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c109b6313..71d671412 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 131cb1cd6..496388f95 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ee97e5196..062b7218f 100644 --- a/src/network_inspectors/rna/rna_fingerprint.cc +++ b/src/network_inspectors/rna/rna_fingerprint.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0c61872fc..b49fb7b5c 100644 --- a/src/network_inspectors/rna/rna_fingerprint.h +++ b/src/network_inspectors/rna/rna_fingerprint.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cbc7d9698..4b34f8ff8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc72239df..338819d47 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4720eda7d..a30e8f1bc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ff421680b..63e715c52 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1c377fc9c..afc77e86d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dabd56c61..4badbf2e1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 96db02787..5108338e6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7c41ee691..96ceb2198 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2173bd130..8b0dd849d 100644 --- a/src/network_inspectors/rna/rna_flow.cc +++ b/src/network_inspectors/rna/rna_flow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 88d4b860d..ba637fb93 100644 --- a/src/network_inspectors/rna/rna_flow.h +++ b/src/network_inspectors/rna/rna_flow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 36f5ce57e..8c5fffc0d 100644 --- a/src/network_inspectors/rna/rna_inspector.cc +++ b/src/network_inspectors/rna/rna_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 472fcad53..5fb30f11e 100644 --- a/src/network_inspectors/rna/rna_inspector.h +++ b/src/network_inspectors/rna/rna_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b896402e3..7e61dd051 100644 --- a/src/network_inspectors/rna/rna_logger.cc +++ b/src/network_inspectors/rna/rna_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0700d94ab..634ecca50 100644 --- a/src/network_inspectors/rna/rna_logger.h +++ b/src/network_inspectors/rna/rna_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a27af1a1f..f97f413cd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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_event.h b/src/network_inspectors/rna/rna_logger_event.h index 11641d796..237c3392b 100644 --- a/src/network_inspectors/rna/rna_logger_event.h +++ b/src/network_inspectors/rna/rna_logger_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d1fb6d75e..196e0e539 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7ba1b97d4..737c5606c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a82fcd37c..89bfcf1a9 100644 --- a/src/network_inspectors/rna/rna_module.cc +++ b/src/network_inspectors/rna/rna_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aef417d4b..9117ed432 100644 --- a/src/network_inspectors/rna/rna_module.h +++ b/src/network_inspectors/rna/rna_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 43a62155a..1fae948a2 100644 --- a/src/network_inspectors/rna/rna_name.h +++ b/src/network_inspectors/rna/rna_name.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4a861c0e4..05736df2a 100644 --- a/src/network_inspectors/rna/rna_pnd.cc +++ b/src/network_inspectors/rna/rna_pnd.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0884a4f3c..64080a729 100644 --- a/src/network_inspectors/rna/rna_pnd.h +++ b/src/network_inspectors/rna/rna_pnd.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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_tracker.h b/src/network_inspectors/rna/rna_tracker.h index c71f78b7d..f01589d37 100644 --- a/src/network_inspectors/rna/rna_tracker.h +++ b/src/network_inspectors/rna/rna_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_flow_stubs.cc b/src/network_inspectors/rna/test/rna_flow_stubs.cc index 0b88e75a9..44c67e0f8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 28bb1bea5..e1963bebe 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9e47944d1..68a43934e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2a5350127..f40505ef5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 46ef0958b..174222816 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 917207432..4f7a2bfff 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c141f1f93..5756b229c 100644 --- a/src/packet_io/active.cc +++ b/src/packet_io/active.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 df84c4631..2ea0fca16 100644 --- a/src/packet_io/active.h +++ b/src/packet_io/active.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 c12dded33..623b38e73 100644 --- a/src/packet_io/active_action.h +++ b/src/packet_io/active_action.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_counts.h b/src/packet_io/active_counts.h index 8757350a4..4812488ea 100644 --- a/src/packet_io/active_counts.h +++ b/src/packet_io/active_counts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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/packet_constraints.cc b/src/packet_io/packet_constraints.cc index 0e3a9757a..7acd464b9 100644 --- a/src/packet_io/packet_constraints.cc +++ b/src/packet_io/packet_constraints.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/packet_constraints.h b/src/packet_io/packet_constraints.h index 093a61ae7..369dd2f2e 100644 --- a/src/packet_io/packet_constraints.h +++ b/src/packet_io/packet_constraints.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/packet_tracer.cc b/src/packet_io/packet_tracer.cc index 9315b56c2..1d3db53d1 100644 --- a/src/packet_io/packet_tracer.cc +++ b/src/packet_io/packet_tracer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/packet_tracer.h b/src/packet_io/packet_tracer.h index 152fa2b48..aa89208d9 100644 --- a/src/packet_io/packet_tracer.h +++ b/src/packet_io/packet_tracer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/packet_tracer_module.cc b/src/packet_io/packet_tracer_module.cc index d4a74ab64..338509658 100644 --- a/src/packet_io/packet_tracer_module.cc +++ b/src/packet_io/packet_tracer_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/packet_tracer_module.h b/src/packet_io/packet_tracer_module.h index 1608238ac..c9ac19a92 100644 --- a/src/packet_io/packet_tracer_module.h +++ b/src/packet_io/packet_tracer_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 40505bec6..dc9fa8871 100644 --- a/src/packet_io/sfdaq.cc +++ b/src/packet_io/sfdaq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 fc58fccf2..6f024d752 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 c5ab23fd8..ef73b9ea6 100644 --- a/src/packet_io/sfdaq_config.cc +++ b/src/packet_io/sfdaq_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 97c75f40c..adacf3aea 100644 --- a/src/packet_io/sfdaq_config.h +++ b/src/packet_io/sfdaq_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1fd359c1a..0a3145b82 100644 --- a/src/packet_io/sfdaq_instance.cc +++ b/src/packet_io/sfdaq_instance.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6573f3070..90cf3e839 100644 --- a/src/packet_io/sfdaq_instance.h +++ b/src/packet_io/sfdaq_instance.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 2db664baa..40e5cf776 100644 --- a/src/packet_io/sfdaq_module.cc +++ b/src/packet_io/sfdaq_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ca1008b00..4676016f4 100644 --- a/src/packet_io/sfdaq_module.h +++ b/src/packet_io/sfdaq_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_counters_test.cc b/src/packet_io/test/sfdaq_counters_test.cc index 35f835d3b..9d061cf9c 100644 --- a/src/packet_io/test/sfdaq_counters_test.cc +++ b/src/packet_io/test/sfdaq_counters_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_stubs.h b/src/packet_io/test/sfdaq_module_stubs.h index 59bc95544..124979e67 100644 --- a/src/packet_io/test/sfdaq_module_stubs.h +++ b/src/packet_io/test/sfdaq_module_stubs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 af2c0bde3..389786c6c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cb20ad6cb..7bb39a0a7 100644 --- a/src/packet_io/trough.cc +++ b/src/packet_io/trough.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 83e5ecc78..750d77eb6 100644 --- a/src/packet_io/trough.h +++ b/src/packet_io/trough.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3cd28ac80..bc7f8e03f 100644 --- a/src/parser/arg_list.cc +++ b/src/parser/arg_list.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b7b331035..bb3211ab0 100644 --- a/src/parser/arg_list.h +++ b/src/parser/arg_list.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ca380c89..268377eba 100644 --- a/src/parser/cmd_line.cc +++ b/src/parser/cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 62b48826b..9ba3d3422 100644 --- a/src/parser/cmd_line.h +++ b/src/parser/cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f734ecc23..92410c165 100644 --- a/src/parser/config_file.cc +++ b/src/parser/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 12bee3d01..363cb13e5 100644 --- a/src/parser/config_file.h +++ b/src/parser/config_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d7a7fb5b3..938cf85e3 100644 --- a/src/parser/parse_conf.cc +++ b/src/parser/parse_conf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 24fddb6ab..2a1d0c90b 100644 --- a/src/parser/parse_conf.h +++ b/src/parser/parse_conf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 7b6bd2879..980b2752a 100644 --- a/src/parser/parse_ip.cc +++ b/src/parser/parse_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b5ae133c7..5beea7872 100644 --- a/src/parser/parse_ip.h +++ b/src/parser/parse_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 327352e02..ea1dcf918 100644 --- a/src/parser/parse_ports.cc +++ b/src/parser/parse_ports.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 93af3978b..4d8967bb6 100644 --- a/src/parser/parse_ports.h +++ b/src/parser/parse_ports.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 8a6d7ba73..a5046a9da 100644 --- a/src/parser/parse_rule.cc +++ b/src/parser/parse_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1fd4496c5..3c2cac9a5 100644 --- a/src/parser/parse_rule.h +++ b/src/parser/parse_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3c71a6ab9..3054ae027 100644 --- a/src/parser/parse_so_rule.cc +++ b/src/parser/parse_so_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ce4a7df1b..35e406df2 100644 --- a/src/parser/parse_so_rule.h +++ b/src/parser/parse_so_rule.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 79e0b5e4d..f9b8decff 100644 --- a/src/parser/parse_stream.cc +++ b/src/parser/parse_stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 24bab886e..883cfc010 100644 --- a/src/parser/parse_stream.h +++ b/src/parser/parse_stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 872db332e..f33b40cc5 100644 --- a/src/parser/parse_utils.cc +++ b/src/parser/parse_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 712dd5d2a..2cd2afb83 100644 --- a/src/parser/parse_utils.h +++ b/src/parser/parse_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 55214f0b5..be85ca16f 100644 --- a/src/parser/parser.cc +++ b/src/parser/parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b0c583718..ae03a29d8 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 8102189e8..222a0fb02 100644 --- a/src/parser/var_dependency.cc +++ b/src/parser/var_dependency.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 02e614de5..4b027d2ed 100644 --- a/src/parser/var_dependency.h +++ b/src/parser/var_dependency.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f0997b702..fb598907a 100644 --- a/src/parser/vars.cc +++ b/src/parser/vars.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a5de304ff..1895f9638 100644 --- a/src/parser/vars.h +++ b/src/parser/vars.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 cf46920db..4d21af8d1 100644 --- a/src/payload_injector/payload_injector.cc +++ b/src/payload_injector/payload_injector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1d3494dc8..68827122f 100644 --- a/src/payload_injector/payload_injector.h +++ b/src/payload_injector/payload_injector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f70cfab10..d9079a840 100644 --- a/src/payload_injector/payload_injector_config.h +++ b/src/payload_injector/payload_injector_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 366ea25b1..5d338c3f4 100644 --- a/src/payload_injector/payload_injector_module.cc +++ b/src/payload_injector/payload_injector_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c0d0b6630..ac1166967 100644 --- a/src/payload_injector/payload_injector_module.h +++ b/src/payload_injector/payload_injector_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6f6e6bf61..084668fc5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8a6765fc9..0aa68424e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 71de649d2..de4958cbc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 23e139288..a859cce6e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c6c49cb05..d7e38ea5b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 03f711716..0fca7d860 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8f175c6b1..79cea2ab1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 970394194..f71bd7365 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9aaa8d9ed..9583e63ee 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e2527955c..a50c62c2b 100644 --- a/src/policy_selectors/parse_int_set.h +++ b/src/policy_selectors/parse_int_set.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6d58f73d1..a834f2992 100644 --- a/src/policy_selectors/policy_selectors.cc +++ b/src/policy_selectors/policy_selectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f5dc1759e..235abd1a8 100644 --- a/src/policy_selectors/policy_selectors.h +++ b/src/policy_selectors/policy_selectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 236fe846a..f715f585d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c5d4b8e0..43cf09d78 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b0390ce99..cbf1842ef 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c2519ba8e..3adfbe59d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d7550b4af..2c17138ce 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 975d7528e..68181ab1c 100644 --- a/src/ports/port_group.cc +++ b/src/ports/port_group.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 121ec351f..470318620 100644 --- a/src/ports/port_group.h +++ b/src/ports/port_group.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 427024d8a..86a8fe270 100644 --- a/src/ports/port_item.cc +++ b/src/ports/port_item.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 d52587b0a..dff59490f 100644 --- a/src/ports/port_item.h +++ b/src/ports/port_item.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 76bd403bb..fd80e280e 100644 --- a/src/ports/port_object.cc +++ b/src/ports/port_object.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 28e88fa35..34125de9d 100644 --- a/src/ports/port_object.h +++ b/src/ports/port_object.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 03120e33a..32c8fe438 100644 --- a/src/ports/port_object2.cc +++ b/src/ports/port_object2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 fd21df80b..74fbed0eb 100644 --- a/src/ports/port_object2.h +++ b/src/ports/port_object2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 826591045..8666a7bf8 100644 --- a/src/ports/port_table.cc +++ b/src/ports/port_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 c9bbf745c..78d4ad3d5 100644 --- a/src/ports/port_table.h +++ b/src/ports/port_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 b0af9843f..18b05096a 100644 --- a/src/ports/port_utils.cc +++ b/src/ports/port_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 205c798b0..a229ab6c5 100644 --- a/src/ports/port_utils.h +++ b/src/ports/port_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 f6c4b0b88..26d14d2a6 100644 --- a/src/ports/port_var_table.cc +++ b/src/ports/port_var_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 767430a0a..495c330b5 100644 --- a/src/ports/port_var_table.h +++ b/src/ports/port_var_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 8a3d3f82a..d50ede61b 100644 --- a/src/ports/rule_port_tables.cc +++ b/src/ports/rule_port_tables.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 be803b34c..c4580339e 100644 --- a/src/ports/rule_port_tables.h +++ b/src/ports/rule_port_tables.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 efce3e6f3..6bea48585 100644 --- a/src/profiler/active_context.h +++ b/src/profiler/active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 29f4f118f..ed5313d55 100644 --- a/src/profiler/json_view.cc +++ b/src/profiler/json_view.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6fb8f10dc..e53b5bfbc 100644 --- a/src/profiler/json_view.h +++ b/src/profiler/json_view.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04472d9f3..406ab64d1 100644 --- a/src/profiler/memory_context.cc +++ b/src/profiler/memory_context.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8f42f35d..a30fd3102 100644 --- a/src/profiler/memory_context.h +++ b/src/profiler/memory_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 73130ed64..2f183b15b 100644 --- a/src/profiler/memory_defs.h +++ b/src/profiler/memory_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 64079849b..0a602ca3d 100644 --- a/src/profiler/memory_profiler.cc +++ b/src/profiler/memory_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0e0500925..28819afd9 100644 --- a/src/profiler/memory_profiler.h +++ b/src/profiler/memory_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8419c5f14..f19d9c014 100644 --- a/src/profiler/memory_profiler_active_context.h +++ b/src/profiler/memory_profiler_active_context.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 05c57715f..6fc930608 100644 --- a/src/profiler/memory_profiler_defs.h +++ b/src/profiler/memory_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a4fe16527..7bebd494e 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4cdff9454..4d52bd27b 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d90d4431..e920d3aa4 100644 --- a/src/profiler/profiler_defs.h +++ b/src/profiler/profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_impl.h b/src/profiler/profiler_impl.h index 056765e03..570a740ca 100644 --- a/src/profiler/profiler_impl.h +++ b/src/profiler/profiler_impl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2023 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 685a2662f..f1f6733cf 100644 --- a/src/profiler/profiler_module.cc +++ b/src/profiler/profiler_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58db2e0b1..a8582370e 100644 --- a/src/profiler/profiler_module.h +++ b/src/profiler/profiler_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d45363705..bbcc5b0ca 100644 --- a/src/profiler/profiler_nodes.cc +++ b/src/profiler/profiler_nodes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f93d28bc2..e89f4f3e8 100644 --- a/src/profiler/profiler_nodes.h +++ b/src/profiler/profiler_nodes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3ad5e870a..8082116a5 100644 --- a/src/profiler/profiler_printer.h +++ b/src/profiler/profiler_printer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 18ad0f8d2..c64328b3a 100644 --- a/src/profiler/profiler_stats_table.cc +++ b/src/profiler/profiler_stats_table.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 be504806e..3d4e6b8a7 100644 --- a/src/profiler/profiler_stats_table.h +++ b/src/profiler/profiler_stats_table.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 abecbb7b4..ea7bdaa5b 100644 --- a/src/profiler/profiler_tree_builder.h +++ b/src/profiler/profiler_tree_builder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 56b2459b6..df01e894b 100644 --- a/src/profiler/rule_profiler.cc +++ b/src/profiler/rule_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 98b03973e..382c92f28 100644 --- a/src/profiler/rule_profiler.h +++ b/src/profiler/rule_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 35c854d00..bd9f0ef98 100644 --- a/src/profiler/rule_profiler_defs.h +++ b/src/profiler/rule_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 484977c56..fda6e7de0 100644 --- a/src/profiler/table_view.cc +++ b/src/profiler/table_view.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dfee01dde..65bf0994d 100644 --- a/src/profiler/table_view.h +++ b/src/profiler/table_view.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 51ac758d7..2d6de68c0 100644 --- a/src/profiler/time_profiler.cc +++ b/src/profiler/time_profiler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2476dbab2..078e741ae 100644 --- a/src/profiler/time_profiler.h +++ b/src/profiler/time_profiler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4b50920f5..25cb7daf8 100644 --- a/src/profiler/time_profiler_defs.h +++ b/src/profiler/time_profiler_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e22199a68..0ab0c1696 100644 --- a/src/protocols/arp.h +++ b/src/protocols/arp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 10bb41866..d4f04dd1d 100644 --- a/src/protocols/bpdu.h +++ b/src/protocols/bpdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ee79a72fd..30eb51881 100644 --- a/src/protocols/cdp.h +++ b/src/protocols/cdp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2802cca52..356503e73 100644 --- a/src/protocols/cisco_meta_data.h +++ b/src/protocols/cisco_meta_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a94544c05..33bae6f3f 100644 --- a/src/protocols/eapol.h +++ b/src/protocols/eapol.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b19aa76b0..65297fd2d 100644 --- a/src/protocols/eth.h +++ b/src/protocols/eth.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 46579ed43..7f12ff838 100644 --- a/src/protocols/geneve.h +++ b/src/protocols/geneve.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2911e2cba..b14406ec6 100644 --- a/src/protocols/gre.h +++ b/src/protocols/gre.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4c22ff914..7e2d8a60b 100644 --- a/src/protocols/icmp4.h +++ b/src/protocols/icmp4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 719f4a839..ca306e05a 100644 --- a/src/protocols/icmp6.h +++ b/src/protocols/icmp6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 fc5c909e6..3f3b41279 100644 --- a/src/protocols/ip.cc +++ b/src/protocols/ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0b747a20d..64e2ab6fa 100644 --- a/src/protocols/ip.h +++ b/src/protocols/ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 40cdc6147..278b18327 100644 --- a/src/protocols/ipv4.h +++ b/src/protocols/ipv4.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f6adb1d2d..dac0921a9 100644 --- a/src/protocols/ipv4_options.cc +++ b/src/protocols/ipv4_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a864cef84..4726e40a2 100644 --- a/src/protocols/ipv4_options.h +++ b/src/protocols/ipv4_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 6a48d5fcf..9548d067e 100644 --- a/src/protocols/ipv6.h +++ b/src/protocols/ipv6.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cb37d2056..86823ee96 100644 --- a/src/protocols/layer.cc +++ b/src/protocols/layer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d6c44b75d..f17769885 100644 --- a/src/protocols/layer.h +++ b/src/protocols/layer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 716b9abe7..77db27ec3 100644 --- a/src/protocols/linux_sll.h +++ b/src/protocols/linux_sll.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0180fbd1e..882819240 100644 --- a/src/protocols/mpls.h +++ b/src/protocols/mpls.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c74bfb46d..3e1140a9a 100644 --- a/src/protocols/packet.cc +++ b/src/protocols/packet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 03705e872..3376362d2 100644 --- a/src/protocols/packet.h +++ b/src/protocols/packet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8ea3a99a..1a67f05aa 100644 --- a/src/protocols/packet_manager.cc +++ b/src/protocols/packet_manager.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9b14de157..c05273280 100644 --- a/src/protocols/packet_manager.h +++ b/src/protocols/packet_manager.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 8d89d20ed..64e4f023f 100644 --- a/src/protocols/protocol_ids.h +++ b/src/protocols/protocol_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 aceaee60d..fe6babea6 100644 --- a/src/protocols/ssl.cc +++ b/src/protocols/ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 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 0089d0323..c127e5496 100644 --- a/src/protocols/ssl.h +++ b/src/protocols/ssl.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 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 3f79f2543..046f085dd 100644 --- a/src/protocols/tcp.h +++ b/src/protocols/tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4a35b5caf..7a9dbe909 100644 --- a/src/protocols/tcp_options.cc +++ b/src/protocols/tcp_options.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 de5f6b284..6c0b9c6f8 100644 --- a/src/protocols/tcp_options.h +++ b/src/protocols/tcp_options.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ca6f4a691..d9727547b 100644 --- a/src/protocols/teredo.h +++ b/src/protocols/teredo.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/decode_err_len_test.cc b/src/protocols/test/decode_err_len_test.cc index e15031b6b..53a97b747 100644 --- a/src/protocols/test/decode_err_len_test.cc +++ b/src/protocols/test/decode_err_len_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a28aab871..05093bd62 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 640a7c3f8..f158a1d6b 100644 --- a/src/protocols/token_ring.h +++ b/src/protocols/token_ring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 47fb516d1..38a223046 100644 --- a/src/protocols/udp.h +++ b/src/protocols/udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 65cf46615..018783106 100644 --- a/src/protocols/vlan.h +++ b/src/protocols/vlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1dc4cd846..e7ac78421 100644 --- a/src/protocols/wlan.h +++ b/src/protocols/wlan.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 011e83972..2745f2eee 100644 --- a/src/pub_sub/active_events.h +++ b/src/pub_sub/active_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 3cde87e9b..802be0802 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d048fa19..c42efb88a 100644 --- a/src/pub_sub/appid_event_ids.h +++ b/src/pub_sub/appid_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d3ef38b5c..80677becc 100644 --- a/src/pub_sub/appid_events.h +++ b/src/pub_sub/appid_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d22f87b5f..f8c3cdbbc 100644 --- a/src/pub_sub/assistant_gadget_event.h +++ b/src/pub_sub/assistant_gadget_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 edaaf01b0..38aa58577 100644 --- a/src/pub_sub/auxiliary_ip_event.h +++ b/src/pub_sub/auxiliary_ip_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 46252e598..de29c3c8a 100644 --- a/src/pub_sub/cip_events.cc +++ b/src/pub_sub/cip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b61493a4d..937f63c17 100644 --- a/src/pub_sub/cip_events.h +++ b/src/pub_sub/cip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9dc58606b..26dc46aa3 100644 --- a/src/pub_sub/daq_message_event.h +++ b/src/pub_sub/daq_message_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4d238ae7a..1353c05f2 100644 --- a/src/pub_sub/data_decrypt_event.h +++ b/src/pub_sub/data_decrypt_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 553ed1e58..8acdca378 100644 --- a/src/pub_sub/dcerpc_events.h +++ b/src/pub_sub/dcerpc_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 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 7bba076dd..39e1f6f13 100644 --- a/src/pub_sub/dhcp_events.h +++ b/src/pub_sub/dhcp_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 318e2c7ea..9ea0b291a 100644 --- a/src/pub_sub/dns_events.cc +++ b/src/pub_sub/dns_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cd66ffe93..6ec7383da 100644 --- a/src/pub_sub/dns_events.h +++ b/src/pub_sub/dns_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ad2213fba..742dc8ca8 100644 --- a/src/pub_sub/eve_process_event.h +++ b/src/pub_sub/eve_process_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dffd10d1d..0ec5180dc 100644 --- a/src/pub_sub/expect_events.h +++ b/src/pub_sub/expect_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 23d62eb76..1eb7c16ae 100644 --- a/src/pub_sub/external_event_ids.h +++ b/src/pub_sub/external_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f494f9b70..9f3164ef9 100644 --- a/src/pub_sub/finalize_packet_event.h +++ b/src/pub_sub/finalize_packet_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/ftp_events.h b/src/pub_sub/ftp_events.h index 62be75f09..449c0d26c 100644 --- a/src/pub_sub/ftp_events.h +++ b/src/pub_sub/ftp_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 30d2335f0..6b77a080e 100644 --- a/src/pub_sub/http_event_ids.h +++ b/src/pub_sub/http_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a32babb23..9805e3b23 100644 --- a/src/pub_sub/http_events.cc +++ b/src/pub_sub/http_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b1557cdec..1d8a9b1bb 100644 --- a/src/pub_sub/http_events.h +++ b/src/pub_sub/http_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 9de477639..435e56ba1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 52e7d1292..2f83eadd3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_transaction_end_event.cc b/src/pub_sub/http_transaction_end_event.cc index 5ce225b7f..51b95d274 100644 --- a/src/pub_sub/http_transaction_end_event.cc +++ b/src/pub_sub/http_transaction_end_event.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_transaction_end_event.h b/src/pub_sub/http_transaction_end_event.h index 03933b239..543841ab0 100644 --- a/src/pub_sub/http_transaction_end_event.h +++ b/src/pub_sub/http_transaction_end_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1343fdc49..9fd95fc04 100644 --- a/src/pub_sub/intrinsic_event_ids.h +++ b/src/pub_sub/intrinsic_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ca9f4a3f1..34bd8417b 100644 --- a/src/pub_sub/netflow_event.h +++ b/src/pub_sub/netflow_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a408119b0..786ca6a45 100644 --- a/src/pub_sub/opportunistic_tls_event.h +++ b/src/pub_sub/opportunistic_tls_event.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 716fdd054..7968cf9fc 100644 --- a/src/pub_sub/packet_events.h +++ b/src/pub_sub/packet_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 793ee9efc..f5766b5b7 100644 --- a/src/pub_sub/reputation_events.h +++ b/src/pub_sub/reputation_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 412fe4cfe..ebf38fe98 100644 --- a/src/pub_sub/rna_events.h +++ b/src/pub_sub/rna_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/shadowtraffic_aggregator.h b/src/pub_sub/shadowtraffic_aggregator.h index 730be81d0..0ce2daf68 100644 --- a/src/pub_sub/shadowtraffic_aggregator.h +++ b/src/pub_sub/shadowtraffic_aggregator.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 941361fe6..aabe94c7d 100644 --- a/src/pub_sub/sip_events.cc +++ b/src/pub_sub/sip_events.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 191361f75..de5fb9372 100644 --- a/src/pub_sub/sip_events.h +++ b/src/pub_sub/sip_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 78d0124b4..bc3de36aa 100644 --- a/src/pub_sub/smb_events.h +++ b/src/pub_sub/smb_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 58cd3f346..cc83f154c 100644 --- a/src/pub_sub/ssh_events.h +++ b/src/pub_sub/ssh_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2524f3429..5e2fde383 100644 --- a/src/pub_sub/ssl_events.h +++ b/src/pub_sub/ssl_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 948ed8f89..d3ddb56ef 100644 --- a/src/pub_sub/stash_events.h +++ b/src/pub_sub/stash_events.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d21e7ee59..a5a436c36 100644 --- a/src/pub_sub/stream_event_ids.h +++ b/src/pub_sub/stream_event_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 194a2aaaa..0f9098bc0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_ftp_events_test.cc b/src/pub_sub/test/pub_sub_ftp_events_test.cc index dfa85addd..b22a6c503 100644 --- a/src/pub_sub/test/pub_sub_ftp_events_test.cc +++ b/src/pub_sub/test/pub_sub_ftp_events_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 acb31e80d..a963e8476 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 70c316c50..35da286da 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_transaction_end_event_test.cc b/src/pub_sub/test/pub_sub_http_transaction_end_event_test.cc index df28861b1..25b7ad9ea 100644 --- a/src/pub_sub/test/pub_sub_http_transaction_end_event_test.cc +++ b/src/pub_sub/test/pub_sub_http_transaction_end_event_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 99715b885..e425a7804 100644 --- a/src/search_engines/ac_bnfa.cc +++ b/src/search_engines/ac_bnfa.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d8d5b6995..6402ff144 100644 --- a/src/search_engines/ac_full.cc +++ b/src/search_engines/ac_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6340b6229..32cafeb1a 100644 --- a/src/search_engines/acsmx2.cc +++ b/src/search_engines/acsmx2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a843808a4..dc58f1a99 100644 --- a/src/search_engines/acsmx2.h +++ b/src/search_engines/acsmx2.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 00f4b1248..66fd2768c 100644 --- a/src/search_engines/acsmx2_api.cc +++ b/src/search_engines/acsmx2_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 54d9443c7..1b0040c5d 100644 --- a/src/search_engines/bnfa_search.cc +++ b/src/search_engines/bnfa_search.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 85096feea..439141ba9 100644 --- a/src/search_engines/bnfa_search.h +++ b/src/search_engines/bnfa_search.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 d2969f9aa..07bf73a26 100644 --- a/src/search_engines/hyperscan.cc +++ b/src/search_engines/hyperscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 21a2bf7ca..721957864 100644 --- a/src/search_engines/pat_stats.h +++ b/src/search_engines/pat_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0d1610930..6569640de 100644 --- a/src/search_engines/search_common.h +++ b/src/search_engines/search_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 e9c4444da..f87ecd9ce 100644 --- a/src/search_engines/search_engines.cc +++ b/src/search_engines/search_engines.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cfd0b62be..501dc3e83 100644 --- a/src/search_engines/search_engines.h +++ b/src/search_engines/search_engines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8206db94..d622a1488 100644 --- a/src/search_engines/search_tool.cc +++ b/src/search_engines/search_tool.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 723f5e3c0..5b87dc704 100644 --- a/src/search_engines/search_tool.h +++ b/src/search_engines/search_tool.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 57b884691..8fc5e6bbb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c88a445c8..13e0cfe56 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 107ff7330..02d774d65 100644 --- a/src/search_engines/test/hyperscan_test.cc +++ b/src/search_engines/test/hyperscan_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 39e45f0ef..c4810d886 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 7d4b960e6..d9d69084e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 273192478..c22889578 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d5d261fe4..d8f7e1f63 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 562de43e8..9e7e422d1 100644 --- a/src/service_inspectors/cip/cip.cc +++ b/src/service_inspectors/cip/cip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e998c99e6..cdb3d5645 100644 --- a/src/service_inspectors/cip/cip.h +++ b/src/service_inspectors/cip/cip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6190c6328..6eabdd77b 100644 --- a/src/service_inspectors/cip/cip_definitions.h +++ b/src/service_inspectors/cip/cip_definitions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c28cc24c0..1e40f3014 100644 --- a/src/service_inspectors/cip/cip_module.cc +++ b/src/service_inspectors/cip/cip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 761004c66..063dfcbba 100644 --- a/src/service_inspectors/cip/cip_module.h +++ b/src/service_inspectors/cip/cip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd49147f7..a09a727de 100644 --- a/src/service_inspectors/cip/cip_paf.cc +++ b/src/service_inspectors/cip/cip_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6dfa6714..e0afd082a 100644 --- a/src/service_inspectors/cip/cip_paf.h +++ b/src/service_inspectors/cip/cip_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ca1edc08c..0f7359756 100644 --- a/src/service_inspectors/cip/cip_parsing.cc +++ b/src/service_inspectors/cip/cip_parsing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bb6cd32ff..005b5120c 100644 --- a/src/service_inspectors/cip/cip_parsing.h +++ b/src/service_inspectors/cip/cip_parsing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9d3560056..7293bd758 100644 --- a/src/service_inspectors/cip/cip_session.cc +++ b/src/service_inspectors/cip/cip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3f689fadd..0d7529cf1 100644 --- a/src/service_inspectors/cip/cip_session.h +++ b/src/service_inspectors/cip/cip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d57d62037..e4da80b9e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 db60dd69a..31e12e470 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3f4114f1f..16df8a1e4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 54a7211e6..b1a7542d8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a424a5fd0..7412627fa 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 83dec6f9e..e583038be 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f629dc57c..f853872af 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 642427d68..c3edb3aee 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d5a5d5bcf..88d821c73 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 228921d25..a4059699d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f4604a05d..9c2947720 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 600e13da2..753e693d4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1dd93055c..7cefe3bc6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ac80725f6..4937ce367 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5b29d6881..539bc0093 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 29b307f72..415a6bcd5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 284ab64fd..64ea7e865 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e5c547456..d868dc7ae 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 50f971a1b..20d89e396 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 938c55528..fd8fcf5a2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a9b385828..1909c43f6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 169aa9f6c..f4eae5d29 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1541fd3e4..97ff986d5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3b3472132..bb286fc47 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 11b339388..e3a99d3aa 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9624fe82b..b16d0c860 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 04412502a..37ccac96a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a214643bf..46b6845b5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 00cc95bf4..c4f6f4783 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d6be38a3e..fcaf8ca08 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4063623c6..52d47033f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 d39cd6de4..c4f4308ab 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 abc5ad191..05295e997 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // This program 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 183505876..b11d791ef 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5f7855ea8..08ed0a722 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7458253ca..96234b6ae 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6f7893ea5..e8dad63fe 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 184526123..bd32c7c31 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 29f3023ab..9f2d93671 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2647761a0..7650a37e1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c1090e92a..31116929b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // This program 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 c98f67f1e..fec149d3f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3080b290d..80ea563fe 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eb7c3d882..137f56d20 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f8385d49e..7c6fed412 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 29f58ca1f..2d4f3ac6b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7ed8d94a8..60f344360 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f9d2a909a..8fed23187 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c6b0ca2c6..739a836bb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e2859d933..93b4f6dec 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 11bdf03c5..c5b4736c3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 82f91ee8b..525d1f542 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 05fed1bb7..b11167df4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4579af796..1ca7d6095 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4f71dcf17..0868595f4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2d8cecaae..6e2fbf885 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d055397fd..f7cf4fb1f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc3c95dd8..45908f7c4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 04a9e0755..db729d92c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 31739063a..b8504262f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c8c13cf72..02426a99e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 759af8c73..078e702c5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 82c48512f..965ca37b0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2da75fbc0..ef23078e0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b653fec36..7b05c0728 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 815bfb301..c9bccafcf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 84ce96522..e892b8819 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6ada2ecb8..99830b4bf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 906bca638..297796c79 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7ad61611a..3cbe0c147 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1058dfa1f..e0a5370d2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 77d87712c..eeb0ed295 100644 --- a/src/service_inspectors/dnp3/dnp3.cc +++ b/src/service_inspectors/dnp3/dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 52bf4c81f..416e16d60 100644 --- a/src/service_inspectors/dnp3/dnp3.h +++ b/src/service_inspectors/dnp3/dnp3.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c3a3f53b7..6c1be83c3 100644 --- a/src/service_inspectors/dnp3/dnp3_map.cc +++ b/src/service_inspectors/dnp3/dnp3_map.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ebbb06d66..87eaa7046 100644 --- a/src/service_inspectors/dnp3/dnp3_map.h +++ b/src/service_inspectors/dnp3/dnp3_map.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 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 a87bd5fa2..d2c307991 100644 --- a/src/service_inspectors/dnp3/dnp3_module.cc +++ b/src/service_inspectors/dnp3/dnp3_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f9a3f4d99..c3cfda8af 100644 --- a/src/service_inspectors/dnp3/dnp3_module.h +++ b/src/service_inspectors/dnp3/dnp3_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3fbc7c8e..cee38351a 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.cc +++ b/src/service_inspectors/dnp3/dnp3_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3b34d0166..b1ce03113 100644 --- a/src/service_inspectors/dnp3/dnp3_paf.h +++ b/src/service_inspectors/dnp3/dnp3_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f300ceea2..8a575fb96 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.cc +++ b/src/service_inspectors/dnp3/dnp3_reassembly.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 a59eb5dd0..71d1c78dc 100644 --- a/src/service_inspectors/dnp3/dnp3_reassembly.h +++ b/src/service_inspectors/dnp3/dnp3_reassembly.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9e8ec83eb..36a52f6f3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 96612d90a..c3d700b94 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 383ce115e..b5ffea3ff 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 38ad1d836..bf8431837 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 16544a91b..045d8b227 100644 --- a/src/service_inspectors/dns/dns.cc +++ b/src/service_inspectors/dns/dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0c8dcdc5a..450e82c72 100644 --- a/src/service_inspectors/dns/dns.h +++ b/src/service_inspectors/dns/dns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4c907c892..b283adb00 100644 --- a/src/service_inspectors/dns/dns_config.cc +++ b/src/service_inspectors/dns/dns_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fe9bc24f9..0c984a50d 100644 --- a/src/service_inspectors/dns/dns_config.h +++ b/src/service_inspectors/dns/dns_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 02df05f99..1ab158281 100644 --- a/src/service_inspectors/dns/dns_module.cc +++ b/src/service_inspectors/dns/dns_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 44d57ad20..9512a092d 100644 --- a/src/service_inspectors/dns/dns_module.h +++ b/src/service_inspectors/dns/dns_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 248881415..97133d804 100644 --- a/src/service_inspectors/dns/dns_splitter.cc +++ b/src/service_inspectors/dns/dns_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b2ccc5376..1857ebf7a 100644 --- a/src/service_inspectors/dns/dns_splitter.h +++ b/src/service_inspectors/dns/dns_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc715d477..9c4b10333 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f6944f1c7..4d20aa1e7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5190890b0..7b33ed6e1 100644 --- a/src/service_inspectors/ftp_telnet/ftp.cc +++ b/src/service_inspectors/ftp_telnet/ftp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 dbc934685..2db3c562e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 16047ef3a..77746b4a9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1d2f449d6..d3b984054 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 45ffc3039..7e665a984 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c5ced4e5c..0b06c0606 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 232c59005..55592da07 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 141c84fbb..5e1868d49 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 12deefdaa..cb2a1d0f1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3124db52f..2e393ebc0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0e5074212..cf0da8239 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 12c8cfbd4..c997cba7e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 535a2594e..3a254a806 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1c3b8f526..f48f92d4e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3a37d6826..8b1138222 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 04f94b3aa..4f5a4a2dd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 707758165..1acf118db 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7cbcd4177..612d71697 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b10625bc0..4fe3e645d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9f7753a6c..3a2ca37ac 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 02ab91816..fde466b49 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1f1a70d00..2f54af805 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/kmap.cc b/src/service_inspectors/ftp_telnet/kmap.cc index 12fb42c46..fb506e649 100644 --- a/src/service_inspectors/ftp_telnet/kmap.cc +++ b/src/service_inspectors/ftp_telnet/kmap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/service_inspectors/ftp_telnet/kmap.h b/src/service_inspectors/ftp_telnet/kmap.h index 601882c67..eb8ee20dd 100644 --- a/src/service_inspectors/ftp_telnet/kmap.h +++ b/src/service_inspectors/ftp_telnet/kmap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/service_inspectors/ftp_telnet/pp_ftp.cc b/src/service_inspectors/ftp_telnet/pp_ftp.cc index 1820d2e81..187e33e0d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 961cbd9f0..1a96468d6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4373d3a02..f85e80c39 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4563dadd8..fd7b5f613 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 235a7a6f1..c8461aa54 100644 --- a/src/service_inspectors/ftp_telnet/telnet.cc +++ b/src/service_inspectors/ftp_telnet/telnet.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0d53962c8..cc7fb5eb6 100644 --- a/src/service_inspectors/ftp_telnet/telnet.h +++ b/src/service_inspectors/ftp_telnet/telnet.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 22e7ff065..a0b96f3bb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7748320e9..8e39bc404 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b042a3673..f8002fa7b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5d3d64e7e..ae77b69a4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 62a996e6d..de08795ed 100644 --- a/src/service_inspectors/gtp/gtp.cc +++ b/src/service_inspectors/gtp/gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d6989ffa7..3e69b26cc 100644 --- a/src/service_inspectors/gtp/gtp.h +++ b/src/service_inspectors/gtp/gtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3675950a1..e20be2174 100644 --- a/src/service_inspectors/gtp/gtp_inspect.cc +++ b/src/service_inspectors/gtp/gtp_inspect.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 af55e6d1e..e668b7562 100644 --- a/src/service_inspectors/gtp/gtp_inspect.h +++ b/src/service_inspectors/gtp/gtp_inspect.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e20274548..b277edb0c 100644 --- a/src/service_inspectors/gtp/gtp_module.cc +++ b/src/service_inspectors/gtp/gtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 07be030e3..9c830b243 100644 --- a/src/service_inspectors/gtp/gtp_module.h +++ b/src/service_inspectors/gtp/gtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 094e1507e..0c8d14e80 100644 --- a/src/service_inspectors/gtp/gtp_parser.cc +++ b/src/service_inspectors/gtp/gtp_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 093b81259..910742601 100644 --- a/src/service_inspectors/gtp/gtp_parser.h +++ b/src/service_inspectors/gtp/gtp_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 06863f62d..71e0f2ef4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 87c6b3efc..d8ff38f7e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 92185fffd..4bf05d189 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 423fe6c24..2ee811e87 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a42ec3290..cac9590e5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3c012aafc..1bda8c1c8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2613974ed..044ab264f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3246a5474..01736788d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 094d34b16..f33bb71c3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8e6e0043c..a18239281 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a9d09cc56..3a0b12a21 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 729aabb23..6f2eb30f3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f6e7d0b67..bdffbda5d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5f03892bc..0013324f4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9994c826a..547eeda0a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 042e778a4..8127162bc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d871ff4ee..04411f950 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 988c1eda5..5c133266f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6239ed610..cca9cde7e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a7da861a..56d278cf9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 00c58760b..5670a75be 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 52dee4668..295b64579 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fd2d1fbcc..a451754c3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e0b963f98..14e3e81ea 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f20b0b9d..ebbd7cff8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 46bd69b4f..f0f928aa9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_cookie_header_buffer.cc b/src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.cc index b1ccd22e1..a71d0164a 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.cc +++ b/src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_cookie_header_buffer.h b/src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.h index 27b7b4687..4cf7743cf 100644 --- a/src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.h +++ b/src/service_inspectors/http2_inspect/http2_hpack_cookie_header_buffer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c41089175..a3b447ef2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 00a163a18..5e811d383 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ce3a9225e..659ffafed 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 533f927aa..513edf929 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f42864db4..9300ef9a0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d5f7552c8..bb349133e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b61d8146..e4bc028e5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6848bb7f..7d24fb6f2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c44ae0996..ff01c2aa3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a75a080e1..cd6947690 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e8566052e..e04dc8248 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 856518fe8..3fc7ac48c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 93765a5d6..5f44e9dc0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 40b62b860..a8a168b4d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c61645890..83d4271fb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7ef3f79b4..339aed27c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2bd2c7384..e91f64853 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a4c795b5c..c0b9f4d1d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6ae9f12d5..0d918aa5b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 772397dec..069d0be3f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 57155d992..cc849d2e8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 94f565bf1..dd3c733e2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 734bbd8e9..6855d5cb4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3fb71b159..60cb6f0ce 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a5252ed8d..3aa75f31b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c78cc045d..9a1649c71 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5642cd378..bd2c1638b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc283c6aa..29d952152 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4f27c480d..99eead2bc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7a4f28d09..6ab927265 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dfc6de1f0..7523957ec 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6191d8fb..cb787cc07 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c6b142a1e..0e5b0965a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 192fdd50c..bb0987a4a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cea1c5952..39d8310cd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1ca14ea20..7ebbf14a9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f84bd1d6c..1f43c8c6c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 862eb89dc..bbfb298f5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 edeadac93..7689ab980 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 248e1f6d0..30f759605 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e9a11dd29..3ee38e7d0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a6b4263b..96cc44cf4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6be9fecf5..ef471ef7e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4157137f0..e2c390fb7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_test.cc b/src/service_inspectors/http2_inspect/test/http2_hpack_test.cc index f4dbd5498..7243bc8fd 100644 --- a/src/service_inspectors/http2_inspect/test/http2_hpack_test.cc +++ b/src/service_inspectors/http2_inspect/test/http2_hpack_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c7831a0c8..7405fb619 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dc58d3327..3a5f33425 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c9ae2526b..be4d31329 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4c37763d6..a091c2ff8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a5038d18e..1917fa541 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a4bc9de9..ef380273d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 eaf199c6f..a571950f4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 60a5ec652..26cc1ca5c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1701c493e..bc0d8769b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b0115b65f..b0ab22adb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 19c9eaed7..1c8984d9e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b0b2dbef4..e58824737 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 da05a140c..4084370b5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b9c750bc..45ee94adb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68b48ea18..ab621032e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 23de3cc19..39d774173 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a2321d350..d6f69576d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0420ed4ca..96ea306d8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2ead4e2d7..7edc37526 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bf536db35..4cbe49192 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fa697700e..5ce386513 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 23f5fa4d3..f11b8ff6b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f4dc320d2..fe0976259 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cd13c5d74..cd9973ce1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7c55c7652..b15b0a830 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f8b81e57c..3a457f701 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 caaebf32e..55b3e23a2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 82b3b95e1..d308dc85d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e0864cdc0..1338d4ac0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e43df9deb..f7107f195 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d45848d37..3218ad6d0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 80731e36a..01506a052 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7cb76062e..ec62f9734 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 846337fca..2ab0535a3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2379d6956..2edf06857 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ba979978a..04a5c8192 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5612ce8b6..c686f7aa3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 48a387299..eaaaa459e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5820f9d17..f5cea92c2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 aa2ab625c..250024d56 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 91de73730..68342a76e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8a25c6cd6..668a7601e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 89077f87a..e3960712b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b94ddf1e2..377cfa669 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5aa36506b..a1c73803e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a68103dcc..1da1b47a4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 335c386f8..dd49f464c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bd2c5796f..d41958aaf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a4c40e34e..56ac92886 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 84d7fbe01..68b67f6ed 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 86bea5514..b96454a81 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ccbcb2611..274f7d2e1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 03076137e..cf481984f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9832f479c..84c80e11f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cf9b6a0b7..b712800f3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd9e321c3..07eea0e34 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9e05ffaac..c13310a7c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8a838c94f..ad8ec563a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ba6fe00cb..cd12c4f00 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8cec6b3dd..c8bff64cd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 83f2fd7f1..a22f37fd0 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 caa0e0dc7..bbc227b30 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0b2e7c505..c8a963f5b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 bd65b8098..30ff33ca3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 63fbf178c..72e487a2c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0195b3f19..db9aef944 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 53cf18d8c..10e131268 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8b79583d3..b5951c232 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 25a2ec987..bc44c578d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 13a9af4cf..d3c5ccad3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a947f74ce..44e0b16a8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 767e5c3ad..2f0afa106 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 973fd2b5b..051c9979b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 646495188..5b43e13e9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 dd16bb81a..05bc3b90d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2482a5c2c..176059d99 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2fb87cc22..c390e7df5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c443c5846..308c6a59e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 62b3ccb08..225f992c4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9aba6a241..5b5bfc179 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2b07ce819..218451db2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ca4f5442d..1aed33812 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fc7fe3b36..bda7e2126 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 33889ccef..5fb5c68f9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9c17c552b..939228bd2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d6ff9db83..87dc251cf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b2074be39..8d41e0ca2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c842c64dd..938a936f9 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e643557b0..82e2b3039 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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_unit_test_helpers.h b/src/service_inspectors/http_inspect/test/http_unit_test_helpers.h index 3b9c16f7e..2828c76a1 100644 --- a/src/service_inspectors/http_inspect/test/http_unit_test_helpers.h +++ b/src/service_inspectors/http_inspect/test/http_unit_test_helpers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5d764c5eb..642dbb6ec 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 573504bb6..1e6102cac 100644 --- a/src/service_inspectors/iec104/iec104.cc +++ b/src/service_inspectors/iec104/iec104.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cc60b57c9..c63324b38 100644 --- a/src/service_inspectors/iec104/iec104.h +++ b/src/service_inspectors/iec104/iec104.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 258291655..db91a3ea9 100644 --- a/src/service_inspectors/iec104/iec104_decode.cc +++ b/src/service_inspectors/iec104/iec104_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 85c09fec2..4c84ff82f 100644 --- a/src/service_inspectors/iec104/iec104_decode.h +++ b/src/service_inspectors/iec104/iec104_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0c67009e0..41057afe7 100644 --- a/src/service_inspectors/iec104/iec104_module.cc +++ b/src/service_inspectors/iec104/iec104_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 be789c068..d0e6112ea 100644 --- a/src/service_inspectors/iec104/iec104_module.h +++ b/src/service_inspectors/iec104/iec104_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 46251a088..68a7abed8 100644 --- a/src/service_inspectors/iec104/iec104_paf.cc +++ b/src/service_inspectors/iec104/iec104_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f592fc9f2..09d266ce2 100644 --- a/src/service_inspectors/iec104/iec104_paf.h +++ b/src/service_inspectors/iec104/iec104_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6e8ec5c77..9fcf16fbd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8ca0b248c..9aa35ed30 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e409ac7e7..511ce7e6f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f4c5525cd..1393b31b6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 875edbfde..c40769bdc 100644 --- a/src/service_inspectors/iec104/iec104_trace.h +++ b/src/service_inspectors/iec104/iec104_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2a66a7e04..f82178c33 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 659b1bc40..3af086b02 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cbe4a1e7c..3d9f190e0 100644 --- a/src/service_inspectors/imap/imap.cc +++ b/src/service_inspectors/imap/imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e358e7e25..91039c15b 100644 --- a/src/service_inspectors/imap/imap.h +++ b/src/service_inspectors/imap/imap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 54876e8f5..1e5291c2d 100644 --- a/src/service_inspectors/imap/imap_config.h +++ b/src/service_inspectors/imap/imap_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ebb6c318d..717392ec2 100644 --- a/src/service_inspectors/imap/imap_module.cc +++ b/src/service_inspectors/imap/imap_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2b0c62ebd..ffe737172 100644 --- a/src/service_inspectors/imap/imap_module.h +++ b/src/service_inspectors/imap/imap_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5c42ff30d..363cc61d4 100644 --- a/src/service_inspectors/imap/imap_paf.cc +++ b/src/service_inspectors/imap/imap_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e698c35bb..b98db9036 100644 --- a/src/service_inspectors/imap/imap_paf.h +++ b/src/service_inspectors/imap/imap_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 2109ced33..94c656467 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 67bc9be38..108df577f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cca73ce6d..329e1370f 100644 --- a/src/service_inspectors/mms/mms.cc +++ b/src/service_inspectors/mms/mms.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d30af4614..485550c51 100644 --- a/src/service_inspectors/mms/mms.h +++ b/src/service_inspectors/mms/mms.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df749eecf..80bcb2a16 100644 --- a/src/service_inspectors/mms/mms_decode.cc +++ b/src/service_inspectors/mms/mms_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3da9f3a8f..7f18358ee 100644 --- a/src/service_inspectors/mms/mms_decode.h +++ b/src/service_inspectors/mms/mms_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 76acebc2d..5f3b1b4ea 100644 --- a/src/service_inspectors/mms/mms_module.cc +++ b/src/service_inspectors/mms/mms_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 fbe75283b..aabb49ef7 100644 --- a/src/service_inspectors/mms/mms_module.h +++ b/src/service_inspectors/mms/mms_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 33b1111b3..da70e13dd 100644 --- a/src/service_inspectors/mms/mms_splitter.cc +++ b/src/service_inspectors/mms/mms_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a6d69921d..25cb19e5d 100644 --- a/src/service_inspectors/mms/mms_splitter.h +++ b/src/service_inspectors/mms/mms_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c45411466..28111335d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d808831e5..50c623659 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d9c74bbca..74fb4daa6 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e6ca257ee..7a48b518c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d98ea7843..87f844097 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 44b290652..5ca67482a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5693b3ae1..08b9c648a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 94110c1f9..50433d697 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 79c0fa448..b328d1178 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5214c1313..281a11fd2 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d82fbcfbf..aa6ef27bc 100644 --- a/src/service_inspectors/mms/util_tpkt.cc +++ b/src/service_inspectors/mms/util_tpkt.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 549ec660d..52ca191dc 100644 --- a/src/service_inspectors/mms/util_tpkt.h +++ b/src/service_inspectors/mms/util_tpkt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2021-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1a1f05920..5f9b6d7fb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f55105755..1d644d2e1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 cdf50ce25..f1e2a89dc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 35a3c4b54..55c28aa75 100644 --- a/src/service_inspectors/modbus/modbus.cc +++ b/src/service_inspectors/modbus/modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a4c13f27..f89a3fd8d 100644 --- a/src/service_inspectors/modbus/modbus.h +++ b/src/service_inspectors/modbus/modbus.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f29f3cf54..949effa63 100644 --- a/src/service_inspectors/modbus/modbus_decode.cc +++ b/src/service_inspectors/modbus/modbus_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 93bbd6068..a4d82ce50 100644 --- a/src/service_inspectors/modbus/modbus_decode.h +++ b/src/service_inspectors/modbus/modbus_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 038831d4f..c65330621 100644 --- a/src/service_inspectors/modbus/modbus_module.cc +++ b/src/service_inspectors/modbus/modbus_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b4136ea51..ac89017ef 100644 --- a/src/service_inspectors/modbus/modbus_module.h +++ b/src/service_inspectors/modbus/modbus_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c981411cf..cab2548ae 100644 --- a/src/service_inspectors/modbus/modbus_paf.cc +++ b/src/service_inspectors/modbus/modbus_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6e5aa8936..ee082c3d9 100644 --- a/src/service_inspectors/modbus/modbus_paf.h +++ b/src/service_inspectors/modbus/modbus_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 972876247..36728296f 100644 --- a/src/service_inspectors/netflow/netflow.cc +++ b/src/service_inspectors/netflow/netflow.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1709106b5..7a816c1c4 100644 --- a/src/service_inspectors/netflow/netflow.h +++ b/src/service_inspectors/netflow/netflow.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ec82f39ed..f60440052 100644 --- a/src/service_inspectors/netflow/netflow_cache.cc +++ b/src/service_inspectors/netflow/netflow_cache.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 debc2dbd3..811e0abdf 100644 --- a/src/service_inspectors/netflow/netflow_cache.h +++ b/src/service_inspectors/netflow/netflow_cache.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ca3005381..fd5d89297 100644 --- a/src/service_inspectors/netflow/netflow_headers.h +++ b/src/service_inspectors/netflow/netflow_headers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 63f4ef7f2..b3de30bbb 100644 --- a/src/service_inspectors/netflow/netflow_module.cc +++ b/src/service_inspectors/netflow/netflow_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 579c44934..0213f10d9 100644 --- a/src/service_inspectors/netflow/netflow_module.h +++ b/src/service_inspectors/netflow/netflow_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8bdea7365..82e6b0add 100644 --- a/src/service_inspectors/netflow/netflow_record.h +++ b/src/service_inspectors/netflow/netflow_record.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 c09c4025f..fd63641b8 100644 --- a/src/service_inspectors/pop/pop.cc +++ b/src/service_inspectors/pop/pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 df0cc40be..f00ce2d52 100644 --- a/src/service_inspectors/pop/pop.h +++ b/src/service_inspectors/pop/pop.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f60b4b6e3..6d1c36ba8 100644 --- a/src/service_inspectors/pop/pop_config.h +++ b/src/service_inspectors/pop/pop_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2164625c9..1e468776e 100644 --- a/src/service_inspectors/pop/pop_module.cc +++ b/src/service_inspectors/pop/pop_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 626a52b7b..37ae1e68b 100644 --- a/src/service_inspectors/pop/pop_module.h +++ b/src/service_inspectors/pop/pop_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6427e37e3..676d7efb8 100644 --- a/src/service_inspectors/pop/pop_paf.cc +++ b/src/service_inspectors/pop/pop_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 da3ad225f..ce2a857b8 100644 --- a/src/service_inspectors/pop/pop_paf.h +++ b/src/service_inspectors/pop/pop_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ebde7edb2..e3975ba9f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6496d8840..22d57a3de 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a6445342f..c9b695693 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5756e36a5..a2b3503cf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 ccda78793..4cac35e31 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 52e815b1a..7ac87b766 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e3b30005d..e8cb65351 100644 --- a/src/service_inspectors/s7commplus/s7comm.cc +++ b/src/service_inspectors/s7commplus/s7comm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2a0a7db9e..a0e6f14a6 100644 --- a/src/service_inspectors/s7commplus/s7comm.h +++ b/src/service_inspectors/s7commplus/s7comm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 cd4425bc0..13f91c7d7 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.cc +++ b/src/service_inspectors/s7commplus/s7comm_decode.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 426a06f65..9c798328a 100644 --- a/src/service_inspectors/s7commplus/s7comm_decode.h +++ b/src/service_inspectors/s7commplus/s7comm_decode.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 046150ec2..b82733dcc 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.cc +++ b/src/service_inspectors/s7commplus/s7comm_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b66af5e3c..55d1f8cc0 100644 --- a/src/service_inspectors/s7commplus/s7comm_module.h +++ b/src/service_inspectors/s7commplus/s7comm_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2c39a4d61..b620a4b90 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.cc +++ b/src/service_inspectors/s7commplus/s7comm_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 68c3787bf..349467c9b 100644 --- a/src/service_inspectors/s7commplus/s7comm_paf.h +++ b/src/service_inspectors/s7commplus/s7comm_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b879b922b..714b952e1 100644 --- a/src/service_inspectors/service_inspectors.cc +++ b/src/service_inspectors/service_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 d0c67d8bc..15f62b837 100644 --- a/src/service_inspectors/service_inspectors.h +++ b/src/service_inspectors/service_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1a1ec8f87..ccd7e8bcf 100644 --- a/src/service_inspectors/sip/ips_sip.cc +++ b/src/service_inspectors/sip/ips_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ed3a62c65..9e5ea7b4f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6132c563c..c88323f6e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e58dd6b04..17960d814 100644 --- a/src/service_inspectors/sip/sip.cc +++ b/src/service_inspectors/sip/sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 8f09c3b0a..e64878014 100644 --- a/src/service_inspectors/sip/sip.h +++ b/src/service_inspectors/sip/sip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 758d835b1..20d3d4eba 100644 --- a/src/service_inspectors/sip/sip_common.h +++ b/src/service_inspectors/sip/sip_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 2d4c31a87..6304e8dd2 100644 --- a/src/service_inspectors/sip/sip_config.cc +++ b/src/service_inspectors/sip/sip_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 63c8c753c..c10e65e9f 100644 --- a/src/service_inspectors/sip/sip_config.h +++ b/src/service_inspectors/sip/sip_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 85a0fdb44..c5f1fdc62 100644 --- a/src/service_inspectors/sip/sip_dialog.cc +++ b/src/service_inspectors/sip/sip_dialog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3322b2176..863b92947 100644 --- a/src/service_inspectors/sip/sip_dialog.h +++ b/src/service_inspectors/sip/sip_dialog.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ee286e934..7ead4f4f6 100644 --- a/src/service_inspectors/sip/sip_module.cc +++ b/src/service_inspectors/sip/sip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7d21f6930..0618f4341 100644 --- a/src/service_inspectors/sip/sip_module.h +++ b/src/service_inspectors/sip/sip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6e5c2f581..1edba4dfe 100644 --- a/src/service_inspectors/sip/sip_parser.cc +++ b/src/service_inspectors/sip/sip_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 391f40936..6463f194f 100644 --- a/src/service_inspectors/sip/sip_parser.h +++ b/src/service_inspectors/sip/sip_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 44481104e..1909b0d64 100644 --- a/src/service_inspectors/sip/sip_roptions.h +++ b/src/service_inspectors/sip/sip_roptions.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e49a2225c..76a3e2d0e 100644 --- a/src/service_inspectors/sip/sip_splitter.cc +++ b/src/service_inspectors/sip/sip_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 59e6cc716..f44ad421f 100644 --- a/src/service_inspectors/sip/sip_splitter.h +++ b/src/service_inspectors/sip/sip_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e2bdb496b..3e00aa3fe 100644 --- a/src/service_inspectors/sip/sip_utils.cc +++ b/src/service_inspectors/sip/sip_utils.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 66259ae30..f43ed7312 100644 --- a/src/service_inspectors/sip/sip_utils.h +++ b/src/service_inspectors/sip/sip_utils.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 efaf9a418..35819fd95 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1b53bbb39..2f7379970 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 b30083dae..08218476a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f9e86d7ab..3b90e8be7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4b785c593..099a240f7 100644 --- a/src/service_inspectors/smtp/smtp.cc +++ b/src/service_inspectors/smtp/smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2d8f5f784..e3a97f11e 100644 --- a/src/service_inspectors/smtp/smtp.h +++ b/src/service_inspectors/smtp/smtp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5096e4e64..35145a6b0 100644 --- a/src/service_inspectors/smtp/smtp_config.h +++ b/src/service_inspectors/smtp/smtp_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 725ecb56e..fb87ac234 100644 --- a/src/service_inspectors/smtp/smtp_module.cc +++ b/src/service_inspectors/smtp/smtp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 95b32a2f4..d62fa20ff 100644 --- a/src/service_inspectors/smtp/smtp_module.h +++ b/src/service_inspectors/smtp/smtp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e755a818a..1ca5c4a71 100644 --- a/src/service_inspectors/smtp/smtp_normalize.cc +++ b/src/service_inspectors/smtp/smtp_normalize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7557ad355..84d5b45df 100644 --- a/src/service_inspectors/smtp/smtp_normalize.h +++ b/src/service_inspectors/smtp/smtp_normalize.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6e90dcc85..96cfe3992 100644 --- a/src/service_inspectors/smtp/smtp_paf.cc +++ b/src/service_inspectors/smtp/smtp_paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d51b309f5..a1f738fb0 100644 --- a/src/service_inspectors/smtp/smtp_paf.h +++ b/src/service_inspectors/smtp/smtp_paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1c323a85e..fbeb8fb2f 100644 --- a/src/service_inspectors/smtp/smtp_util.cc +++ b/src/service_inspectors/smtp/smtp_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 6df3d664f..a2b2b6aac 100644 --- a/src/service_inspectors/smtp/smtp_util.h +++ b/src/service_inspectors/smtp/smtp_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 382fa7fe3..c60612175 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.cc +++ b/src/service_inspectors/smtp/smtp_xlink2state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 fd9b859b0..9df7755db 100644 --- a/src/service_inspectors/smtp/smtp_xlink2state.h +++ b/src/service_inspectors/smtp/smtp_xlink2state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 716d20edb..c410cfd3f 100644 --- a/src/service_inspectors/ssh/ssh.cc +++ b/src/service_inspectors/ssh/ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 aa44bb8eb..5e1003a14 100644 --- a/src/service_inspectors/ssh/ssh.h +++ b/src/service_inspectors/ssh/ssh.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e8f0054f8..29efd6a19 100644 --- a/src/service_inspectors/ssh/ssh_config.h +++ b/src/service_inspectors/ssh/ssh_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6cca983c2..d01f35228 100644 --- a/src/service_inspectors/ssh/ssh_module.cc +++ b/src/service_inspectors/ssh/ssh_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 17fe3041b..c61875142 100644 --- a/src/service_inspectors/ssh/ssh_module.h +++ b/src/service_inspectors/ssh/ssh_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f05e49c2c..4deb3b972 100644 --- a/src/service_inspectors/ssh/ssh_splitter.cc +++ b/src/service_inspectors/ssh/ssh_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a1ed22426..f01b02899 100644 --- a/src/service_inspectors/ssh/ssh_splitter.h +++ b/src/service_inspectors/ssh/ssh_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 5d5aefa16..761c584fa 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e040563b0..55b669135 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f54802fc9..8b7318633 100644 --- a/src/service_inspectors/ssl/ssl_config.h +++ b/src/service_inspectors/ssl/ssl_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 1a327af35..56d247ebf 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f3baaf413..b28129ad7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2021-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 f576dcc5e..72eeef30a 100644 --- a/src/service_inspectors/ssl/ssl_inspector.cc +++ b/src/service_inspectors/ssl/ssl_inspector.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 71c24ab42..dd7cf8eaf 100644 --- a/src/service_inspectors/ssl/ssl_inspector.h +++ b/src/service_inspectors/ssl/ssl_inspector.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 19de7dfef..06414754e 100644 --- a/src/service_inspectors/ssl/ssl_module.cc +++ b/src/service_inspectors/ssl/ssl_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a3e6662a3..551d11805 100644 --- a/src/service_inspectors/ssl/ssl_module.h +++ b/src/service_inspectors/ssl/ssl_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 4699aed33..304f3717c 100644 --- a/src/service_inspectors/ssl/ssl_splitter.cc +++ b/src/service_inspectors/ssl/ssl_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 30bbb9b08..c945d9037 100644 --- a/src/service_inspectors/ssl/ssl_splitter.h +++ b/src/service_inspectors/ssl/ssl_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/tlv_pdu/test/tlv_pdu_test.cc b/src/service_inspectors/tlv_pdu/test/tlv_pdu_test.cc index 77f5497af..db3a9a84e 100644 --- a/src/service_inspectors/tlv_pdu/test/tlv_pdu_test.cc +++ b/src/service_inspectors/tlv_pdu/test/tlv_pdu_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/tlv_pdu/tlv_pdu.cc b/src/service_inspectors/tlv_pdu/tlv_pdu.cc index d4dfd85a2..9e2b59e7f 100644 --- a/src/service_inspectors/tlv_pdu/tlv_pdu.cc +++ b/src/service_inspectors/tlv_pdu/tlv_pdu.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/tlv_pdu/tlv_pdu.h b/src/service_inspectors/tlv_pdu/tlv_pdu.h index 7aa777053..4e3a996c3 100644 --- a/src/service_inspectors/tlv_pdu/tlv_pdu.h +++ b/src/service_inspectors/tlv_pdu/tlv_pdu.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/service_inspectors/tlv_pdu/tlv_pdu_splitter.cc b/src/service_inspectors/tlv_pdu/tlv_pdu_splitter.cc index b3b05d9c7..b978f0263 100644 --- a/src/service_inspectors/tlv_pdu/tlv_pdu_splitter.cc +++ b/src/service_inspectors/tlv_pdu/tlv_pdu_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e78290089..5e589b103 100644 --- a/src/service_inspectors/wizard/curse_book.cc +++ b/src/service_inspectors/wizard/curse_book.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 569869b69..2ccb0f24b 100644 --- a/src/service_inspectors/wizard/curse_book.h +++ b/src/service_inspectors/wizard/curse_book.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 2dcb874ae..6f5d5228b 100644 --- a/src/service_inspectors/wizard/dce_curse.cc +++ b/src/service_inspectors/wizard/dce_curse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 477182bf6..d8a674731 100644 --- a/src/service_inspectors/wizard/dce_curse.h +++ b/src/service_inspectors/wizard/dce_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 063c5064e..9f51aabab 100644 --- a/src/service_inspectors/wizard/hexes.cc +++ b/src/service_inspectors/wizard/hexes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 14f8a1dae..c7fc19344 100644 --- a/src/service_inspectors/wizard/magic.cc +++ b/src/service_inspectors/wizard/magic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 a90863d8d..c54e758e7 100644 --- a/src/service_inspectors/wizard/magic.h +++ b/src/service_inspectors/wizard/magic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 e7d7554d2..57f0d2aa8 100644 --- a/src/service_inspectors/wizard/mms_curse.cc +++ b/src/service_inspectors/wizard/mms_curse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 d3303db00..d040c828f 100644 --- a/src/service_inspectors/wizard/mms_curse.h +++ b/src/service_inspectors/wizard/mms_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9a0d7fc18..925a9825e 100644 --- a/src/service_inspectors/wizard/s7commplus_curse.cc +++ b/src/service_inspectors/wizard/s7commplus_curse.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 447c6308c..6d928a374 100644 --- a/src/service_inspectors/wizard/s7commplus_curse.h +++ b/src/service_inspectors/wizard/s7commplus_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2022-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3a20aa04d..7bc0ca28e 100644 --- a/src/service_inspectors/wizard/spells.cc +++ b/src/service_inspectors/wizard/spells.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 3fa2c1ba9..184d406fa 100644 --- a/src/service_inspectors/wizard/ssl_curse.cc +++ b/src/service_inspectors/wizard/ssl_curse.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 7bdc6e272..9b8fb8602 100644 --- a/src/service_inspectors/wizard/ssl_curse.h +++ b/src/service_inspectors/wizard/ssl_curse.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 641a4b9a4..f9a9954bd 100644 --- a/src/service_inspectors/wizard/wiz_module.cc +++ b/src/service_inspectors/wizard/wiz_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 0a16cee0b..773c22936 100644 --- a/src/service_inspectors/wizard/wiz_module.h +++ b/src/service_inspectors/wizard/wiz_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute 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 9b70f4478..5a277cc37 100644 --- a/src/service_inspectors/wizard/wizard.cc +++ b/src/service_inspectors/wizard/wizard.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 078c31817..258561c8c 100644 --- a/src/sfip/sf_cidr.cc +++ b/src/sfip/sf_cidr.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b016b1086..232053a0b 100644 --- a/src/sfip/sf_cidr.h +++ b/src/sfip/sf_cidr.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e2857cdec..3801ef256 100644 --- a/src/sfip/sf_ip.cc +++ b/src/sfip/sf_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ced35af0c..74431d5a3 100644 --- a/src/sfip/sf_ip.h +++ b/src/sfip/sf_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f17ca3a9b..d0f149e49 100644 --- a/src/sfip/sf_ipvar.cc +++ b/src/sfip/sf_ipvar.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 2e0853376..904e180db 100644 --- a/src/sfip/sf_ipvar.h +++ b/src/sfip/sf_ipvar.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 23a41022e..06df06508 100644 --- a/src/sfip/sf_returns.h +++ b/src/sfip/sf_returns.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 c61e5989c..c8bfeea77 100644 --- a/src/sfip/sf_vartable.cc +++ b/src/sfip/sf_vartable.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3d84dbb80..ed701f0f4 100644 --- a/src/sfip/sf_vartable.h +++ b/src/sfip/sf_vartable.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5684d0290..838f62776 100644 --- a/src/sfip/test/sf_ip_test.cc +++ b/src/sfip/test/sf_ip_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f319f16f5..65467d9a6 100644 --- a/src/sfrt/sfrt.h +++ b/src/sfrt/sfrt.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4586e0c4e..a25c4334a 100644 --- a/src/sfrt/sfrt_flat.cc +++ b/src/sfrt/sfrt_flat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3bcff253b..99469f3d7 100644 --- a/src/sfrt/sfrt_flat.h +++ b/src/sfrt/sfrt_flat.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 4f171c47b..b6fee9e54 100644 --- a/src/sfrt/sfrt_flat_dir.cc +++ b/src/sfrt/sfrt_flat_dir.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 609ef382a..ce55bcfc7 100644 --- a/src/sfrt/sfrt_flat_dir.h +++ b/src/sfrt/sfrt_flat_dir.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e2c837031..941c47859 100644 --- a/src/side_channel/side_channel.cc +++ b/src/side_channel/side_channel.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f7cc92673..a0237d6a0 100644 --- a/src/side_channel/side_channel.h +++ b/src/side_channel/side_channel.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_format.cc b/src/side_channel/side_channel_format.cc index 2d109d66b..0f0249969 100644 --- a/src/side_channel/side_channel_format.cc +++ b/src/side_channel/side_channel_format.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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_format.h b/src/side_channel/side_channel_format.h index ee2e6146e..538617e02 100644 --- a/src/side_channel/side_channel_format.h +++ b/src/side_channel/side_channel_format.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 95223159b..390962706 100644 --- a/src/side_channel/side_channel_module.cc +++ b/src/side_channel/side_channel_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 097cb6068..ae648a4d7 100644 --- a/src/side_channel/side_channel_module.h +++ b/src/side_channel/side_channel_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1766b0103..6e9e6ee0f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f5c5871e2..8a3772ad5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 084adb43c..c9bfb118e 100644 --- a/src/stream/base/stream_base.cc +++ b/src/stream/base/stream_base.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d3e2ba05c..efa469a71 100644 --- a/src/stream/base/stream_ha.cc +++ b/src/stream/base/stream_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 838cdb7ac..0e9fb56cd 100644 --- a/src/stream/base/stream_ha.h +++ b/src/stream/base/stream_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 106201d06..8d2fe1692 100644 --- a/src/stream/base/stream_module.cc +++ b/src/stream/base/stream_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2678f5394..50e8f9e72 100644 --- a/src/stream/base/stream_module.h +++ b/src/stream/base/stream_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f0684a044..4f0547879 100644 --- a/src/stream/file/file_module.cc +++ b/src/stream/file/file_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2a1e51795..89381239e 100644 --- a/src/stream/file/file_module.h +++ b/src/stream/file/file_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 27d8ef6a0..4e164f961 100644 --- a/src/stream/file/file_session.cc +++ b/src/stream/file/file_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9d22bc5dc..df579f166 100644 --- a/src/stream/file/file_session.h +++ b/src/stream/file/file_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 01eba8b79..cb9773be1 100644 --- a/src/stream/file/stream_file.cc +++ b/src/stream/file/stream_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 99af8cb5d..eab786f89 100644 --- a/src/stream/file/stream_file.h +++ b/src/stream/file/stream_file.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b0ea1da9c..42a574af5 100644 --- a/src/stream/flush_bucket.cc +++ b/src/stream/flush_bucket.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 774dce0dd..27d70e616 100644 --- a/src/stream/flush_bucket.h +++ b/src/stream/flush_bucket.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 216513e29..1d9c805d2 100644 --- a/src/stream/icmp/icmp_ha.cc +++ b/src/stream/icmp/icmp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ae1784c15..177b4941e 100644 --- a/src/stream/icmp/icmp_ha.h +++ b/src/stream/icmp/icmp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2d2e1742c..48858ff6c 100644 --- a/src/stream/icmp/icmp_module.cc +++ b/src/stream/icmp/icmp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 fe0391010..d659d38a1 100644 --- a/src/stream/icmp/icmp_module.h +++ b/src/stream/icmp/icmp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 15f74c990..769832dac 100644 --- a/src/stream/icmp/icmp_session.cc +++ b/src/stream/icmp/icmp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 8200a038f..07aa405a1 100644 --- a/src/stream/icmp/icmp_session.h +++ b/src/stream/icmp/icmp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5262d8e33..3f2ca334b 100644 --- a/src/stream/icmp/stream_icmp.cc +++ b/src/stream/icmp/stream_icmp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 56607dbff..cfff5ddf0 100644 --- a/src/stream/icmp/stream_icmp.h +++ b/src/stream/icmp/stream_icmp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 f67ccc229..559bd259c 100644 --- a/src/stream/ip/ip_defrag.cc +++ b/src/stream/ip/ip_defrag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6bc0af50c..0eadb515d 100644 --- a/src/stream/ip/ip_defrag.h +++ b/src/stream/ip/ip_defrag.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ff27f789b..07dcd5662 100644 --- a/src/stream/ip/ip_ha.cc +++ b/src/stream/ip/ip_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 13885222f..1a871f028 100644 --- a/src/stream/ip/ip_ha.h +++ b/src/stream/ip/ip_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 36710650c..445f3350a 100644 --- a/src/stream/ip/ip_module.cc +++ b/src/stream/ip/ip_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7efce305c..84d9c14c9 100644 --- a/src/stream/ip/ip_module.h +++ b/src/stream/ip/ip_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 297bcf9a4..0d3fdf463 100644 --- a/src/stream/ip/ip_session.cc +++ b/src/stream/ip/ip_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 e9ab786a6..cfc285e6c 100644 --- a/src/stream/ip/ip_session.h +++ b/src/stream/ip/ip_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 b5f07b512..f145fc675 100644 --- a/src/stream/ip/stream_ip.cc +++ b/src/stream/ip/stream_ip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 af8c7cb92..745613204 100644 --- a/src/stream/ip/stream_ip.h +++ b/src/stream/ip/stream_ip.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 f07f7a46d..3e8c3205d 100644 --- a/src/stream/paf.cc +++ b/src/stream/paf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6d5606b27..36ccd190f 100644 --- a/src/stream/paf.h +++ b/src/stream/paf.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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_stats.h b/src/stream/paf_stats.h index 28b3fdf4b..1ce137ea1 100644 --- a/src/stream/paf_stats.h +++ b/src/stream/paf_stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/pafng.cc b/src/stream/pafng.cc index 6c60cec2c..0e99763c7 100644 --- a/src/stream/pafng.cc +++ b/src/stream/pafng.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published diff --git a/src/stream/pafng.h b/src/stream/pafng.h index caf9c7fd3..8a58a77db 100644 --- a/src/stream/pafng.h +++ b/src/stream/pafng.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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.cc b/src/stream/stream.cc index b31818564..625e2c60f 100644 --- a/src/stream/stream.cc +++ b/src/stream/stream.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 89e5a4f19..1eecddb4d 100644 --- a/src/stream/stream.h +++ b/src/stream/stream.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 22177933d..ce4350db9 100644 --- a/src/stream/stream_inspectors.cc +++ b/src/stream/stream_inspectors.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 e1fe898d2..eaac17222 100644 --- a/src/stream/stream_inspectors.h +++ b/src/stream/stream_inspectors.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b5a16659b..dc98fbd6e 100644 --- a/src/stream/stream_splitter.cc +++ b/src/stream/stream_splitter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 91f768726..d23820cc5 100644 --- a/src/stream/stream_splitter.h +++ b/src/stream/stream_splitter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e6741041a..ba7a43066 100644 --- a/src/stream/tcp/held_packet_queue.cc +++ b/src/stream/tcp/held_packet_queue.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c3c798d6f..afa66d925 100644 --- a/src/stream/tcp/held_packet_queue.h +++ b/src/stream/tcp/held_packet_queue.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 152370344..17e04d9b5 100644 --- a/src/stream/tcp/ips_stream_reassemble.cc +++ b/src/stream/tcp/ips_stream_reassemble.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f4ff3ab7a..873f5ac79 100644 --- a/src/stream/tcp/ips_stream_size.cc +++ b/src/stream/tcp/ips_stream_size.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cb9c177d4..a3f2d3275 100644 --- a/src/stream/tcp/stream_tcp.cc +++ b/src/stream/tcp/stream_tcp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8b94c2f01..be45c12d4 100644 --- a/src/stream/tcp/stream_tcp.h +++ b/src/stream/tcp/stream_tcp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_alerts.cc b/src/stream/tcp/tcp_alerts.cc index bf01d5a1c..6ced1f009 100644 --- a/src/stream/tcp/tcp_alerts.cc +++ b/src/stream/tcp/tcp_alerts.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_alerts.h b/src/stream/tcp/tcp_alerts.h index 1139453b9..2dca70154 100644 --- a/src/stream/tcp/tcp_alerts.h +++ b/src/stream/tcp/tcp_alerts.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c40ab61f5..5806a5e48 100644 --- a/src/stream/tcp/tcp_defs.h +++ b/src/stream/tcp/tcp_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 67348e845..d851e0619 100644 --- a/src/stream/tcp/tcp_event_logger.cc +++ b/src/stream/tcp/tcp_event_logger.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3d8a9a275..a98b203b2 100644 --- a/src/stream/tcp/tcp_event_logger.h +++ b/src/stream/tcp/tcp_event_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 273e3aad3..8a3b7cfa3 100644 --- a/src/stream/tcp/tcp_ha.cc +++ b/src/stream/tcp/tcp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bcba76c20..4ba99811d 100644 --- a/src/stream/tcp/tcp_ha.h +++ b/src/stream/tcp/tcp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 98338572f..a57af9a26 100644 --- a/src/stream/tcp/tcp_module.cc +++ b/src/stream/tcp/tcp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 01d27c030..779935ffd 100644 --- a/src/stream/tcp/tcp_module.h +++ b/src/stream/tcp/tcp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 348790096..7bfb806e6 100644 --- a/src/stream/tcp/tcp_normalizer.cc +++ b/src/stream/tcp/tcp_normalizer.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1df0c9d3f..e32abea9f 100644 --- a/src/stream/tcp/tcp_normalizer.h +++ b/src/stream/tcp/tcp_normalizer.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2271ffd0c..8b3a95456 100644 --- a/src/stream/tcp/tcp_normalizers.cc +++ b/src/stream/tcp/tcp_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1c985e66e..609d27cf3 100644 --- a/src/stream/tcp/tcp_normalizers.h +++ b/src/stream/tcp/tcp_normalizers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_overlap_resolver.cc b/src/stream/tcp/tcp_overlap_resolver.cc index ebb388651..b83fba24c 100644 --- a/src/stream/tcp/tcp_overlap_resolver.cc +++ b/src/stream/tcp/tcp_overlap_resolver.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_overlap_resolver.h b/src/stream/tcp/tcp_overlap_resolver.h index 5668f0f80..b8dd1331a 100644 --- a/src/stream/tcp/tcp_overlap_resolver.h +++ b/src/stream/tcp/tcp_overlap_resolver.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 46c568d4f..31918f7e6 100644 --- a/src/stream/tcp/tcp_reassembler.cc +++ b/src/stream/tcp/tcp_reassembler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5c5d7ec2d..b69bdfab3 100644 --- a/src/stream/tcp/tcp_reassembler.h +++ b/src/stream/tcp/tcp_reassembler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_ids.cc b/src/stream/tcp/tcp_reassembler_ids.cc index 77cb9de9d..c60005ac9 100644 --- a/src/stream/tcp/tcp_reassembler_ids.cc +++ b/src/stream/tcp/tcp_reassembler_ids.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_ids.h b/src/stream/tcp/tcp_reassembler_ids.h index 803291d19..8b9f6f8d9 100644 --- a/src/stream/tcp/tcp_reassembler_ids.h +++ b/src/stream/tcp/tcp_reassembler_ids.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_ips.cc b/src/stream/tcp/tcp_reassembler_ips.cc index 21dc7d7af..0daa14a79 100644 --- a/src/stream/tcp/tcp_reassembler_ips.cc +++ b/src/stream/tcp/tcp_reassembler_ips.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_ips.h b/src/stream/tcp/tcp_reassembler_ips.h index 39914eb5e..7ae0e5c08 100644 --- a/src/stream/tcp/tcp_reassembler_ips.h +++ b/src/stream/tcp/tcp_reassembler_ips.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2024-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2024-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_reassembly_segments.cc b/src/stream/tcp/tcp_reassembly_segments.cc index a5106c8ad..0a5da8b02 100644 --- a/src/stream/tcp/tcp_reassembly_segments.cc +++ b/src/stream/tcp/tcp_reassembly_segments.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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_reassembly_segments.h b/src/stream/tcp/tcp_reassembly_segments.h index 5fc87f9cc..930692d68 100644 --- a/src/stream/tcp/tcp_reassembly_segments.h +++ b/src/stream/tcp/tcp_reassembly_segments.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c1662257c..817954528 100644 --- a/src/stream/tcp/tcp_segment_descriptor.cc +++ b/src/stream/tcp/tcp_segment_descriptor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 709f19981..a81c918ea 100644 --- a/src/stream/tcp/tcp_segment_descriptor.h +++ b/src/stream/tcp/tcp_segment_descriptor.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2fdbbd724..bd1f03807 100644 --- a/src/stream/tcp/tcp_segment_node.cc +++ b/src/stream/tcp/tcp_segment_node.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0f86c09a7..450c32a79 100644 --- a/src/stream/tcp/tcp_segment_node.h +++ b/src/stream/tcp/tcp_segment_node.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 68e6e9ce0..854008967 100644 --- a/src/stream/tcp/tcp_session.cc +++ b/src/stream/tcp/tcp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 5c496e3f3..2e4280489 100644 --- a/src/stream/tcp/tcp_session.h +++ b/src/stream/tcp/tcp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 90b78ec6a..49dc6961e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3a7d19cff..74ad7e17b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1b863681c..54f160d46 100644 --- a/src/stream/tcp/tcp_state_closed.cc +++ b/src/stream/tcp/tcp_state_closed.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d0a404d00..372793db8 100644 --- a/src/stream/tcp/tcp_state_closed.h +++ b/src/stream/tcp/tcp_state_closed.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c9a5c8246..497b40ded 100644 --- a/src/stream/tcp/tcp_state_closing.cc +++ b/src/stream/tcp/tcp_state_closing.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9c52ca38b..63b87c58a 100644 --- a/src/stream/tcp/tcp_state_closing.h +++ b/src/stream/tcp/tcp_state_closing.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8d0ae10a2..601e9e515 100644 --- a/src/stream/tcp/tcp_state_established.cc +++ b/src/stream/tcp/tcp_state_established.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5ef7e354b..d55bcb72a 100644 --- a/src/stream/tcp/tcp_state_established.h +++ b/src/stream/tcp/tcp_state_established.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9ba2fd3c8..e55eb6c47 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d0870c285..1b48fc716 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 faead05ff..50fa81e24 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0a5269e4b..34b4c3c35 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 835438364..89e87d90d 100644 --- a/src/stream/tcp/tcp_state_handler.cc +++ b/src/stream/tcp/tcp_state_handler.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 546ab88c9..5bbed6217 100644 --- a/src/stream/tcp/tcp_state_handler.h +++ b/src/stream/tcp/tcp_state_handler.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bf9044d43..123b59fab 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 43a23fc97..997ca6ea7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 34484fc19..c09ac79e9 100644 --- a/src/stream/tcp/tcp_state_listen.cc +++ b/src/stream/tcp/tcp_state_listen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 81ec2f0f1..0f6ec0e96 100644 --- a/src/stream/tcp/tcp_state_listen.h +++ b/src/stream/tcp/tcp_state_listen.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 74fbf879c..87c4378da 100644 --- a/src/stream/tcp/tcp_state_machine.cc +++ b/src/stream/tcp/tcp_state_machine.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 eb74e52f9..c063ed3db 100644 --- a/src/stream/tcp/tcp_state_machine.h +++ b/src/stream/tcp/tcp_state_machine.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1ddffc3fb..85699acb5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3254b1bc1..761dbeed5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9ba371ec2..aadba5918 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e86d5eb14..10e1e0545 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2022-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5f27ef5bb..18c3bf7fd 100644 --- a/src/stream/tcp/tcp_state_none.cc +++ b/src/stream/tcp/tcp_state_none.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 692c1aa32..4cc401fd2 100644 --- a/src/stream/tcp/tcp_state_none.h +++ b/src/stream/tcp/tcp_state_none.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bc50aed7f..98ce5e057 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d8bcd91ba..685b22259 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 80b833c4e..eceae38fb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 282e4014b..a09dca1f3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 691ceb747..bdbf30c46 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b5cc6bed0..f2ac235d8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 29059ebd9..927e0c240 100644 --- a/src/stream/tcp/tcp_stream_config.cc +++ b/src/stream/tcp/tcp_stream_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ea94e9a13..a06d5e782 100644 --- a/src/stream/tcp/tcp_stream_config.h +++ b/src/stream/tcp/tcp_stream_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 89a9c0735..9233b5005 100644 --- a/src/stream/tcp/tcp_stream_tracker.cc +++ b/src/stream/tcp/tcp_stream_tracker.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 73c39a1fb..4aa8059c7 100644 --- a/src/stream/tcp/tcp_stream_tracker.h +++ b/src/stream/tcp/tcp_stream_tracker.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4c58d7e6d..869099a90 100644 --- a/src/stream/tcp/tcp_trace.cc +++ b/src/stream/tcp/tcp_trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0ae6597b2..9bb1a02cf 100644 --- a/src/stream/tcp/tcp_trace.h +++ b/src/stream/tcp/tcp_trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b3365bc2e..782c09bae 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cc32bb514..899562b37 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 87f6810d0..5ae53341f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b2f51ecfd..2e4ed7615 100644 --- a/src/stream/test/stream_splitter_test.cc +++ b/src/stream/test/stream_splitter_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f195ee78f..cdf0e9b1a 100644 --- a/src/stream/udp/stream_udp.cc +++ b/src/stream/udp/stream_udp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 84f591e64..13ea40667 100644 --- a/src/stream/udp/stream_udp.h +++ b/src/stream/udp/stream_udp.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b5880d6ca..f9aa04c43 100644 --- a/src/stream/udp/udp_ha.cc +++ b/src/stream/udp/udp_ha.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ff1d9ad80..c40e936f6 100644 --- a/src/stream/udp/udp_ha.h +++ b/src/stream/udp/udp_ha.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 03ff3bb4c..47e5156fc 100644 --- a/src/stream/udp/udp_module.cc +++ b/src/stream/udp/udp_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 da4b07803..1a09e0612 100644 --- a/src/stream/udp/udp_module.h +++ b/src/stream/udp/udp_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 464f7b57d..106507174 100644 --- a/src/stream/udp/udp_session.cc +++ b/src/stream/udp/udp_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 e1d0f16d0..b70875b4e 100644 --- a/src/stream/udp/udp_session.h +++ b/src/stream/udp/udp_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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 d759299f9..c4b9952c6 100644 --- a/src/stream/user/stream_user.cc +++ b/src/stream/user/stream_user.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 79d343168..96b2e4ddc 100644 --- a/src/stream/user/stream_user.h +++ b/src/stream/user/stream_user.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 95acfa0d7..1f161fdbc 100644 --- a/src/stream/user/user_module.cc +++ b/src/stream/user/user_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e21d51fe2..4257f52c9 100644 --- a/src/stream/user/user_module.h +++ b/src/stream/user/user_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ef9bd9a2d..a8f8a9dbf 100644 --- a/src/stream/user/user_session.cc +++ b/src/stream/user/user_session.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f70850dce..bc6159608 100644 --- a/src/stream/user/user_session.h +++ b/src/stream/user/user_session.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 921a5d359..6b0eab738 100644 --- a/src/target_based/host_attributes.cc +++ b/src/target_based/host_attributes.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 bba991bbf..9ea555e2c 100644 --- a/src/target_based/host_attributes.h +++ b/src/target_based/host_attributes.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 15d00660c..4ab1a87b6 100644 --- a/src/target_based/snort_protocols.cc +++ b/src/target_based/snort_protocols.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 197318718..a58407d56 100644 --- a/src/target_based/snort_protocols.h +++ b/src/target_based/snort_protocols.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 32f4beed5..2bf93aacc 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bd2a482ed..05d84fbc8 100644 --- a/src/time/clock_defs.h +++ b/src/time/clock_defs.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 2a16326e7..3798d56f1 100644 --- a/src/time/packet_time.cc +++ b/src/time/packet_time.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 3092a95ef..98b5cde0d 100644 --- a/src/time/packet_time.h +++ b/src/time/packet_time.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 dea18787b..795bd56b3 100644 --- a/src/time/periodic.cc +++ b/src/time/periodic.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 972d758ea..b79fb1f02 100644 --- a/src/time/periodic.h +++ b/src/time/periodic.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 48e97c13e..8a8561dac 100644 --- a/src/time/stopwatch.h +++ b/src/time/stopwatch.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 f8540ed05..41ce5b6b7 100644 --- a/src/time/test/stopwatch_test.cc +++ b/src/time/test/stopwatch_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 ad3ad70d8..5ecd14d0d 100644 --- a/src/time/tsc_clock.cc +++ b/src/time/tsc_clock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d94c1f2c3..d51a6a37f 100644 --- a/src/time/tsc_clock.h +++ b/src/time/tsc_clock.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c7ab4feab..f57e5a848 100644 --- a/src/trace/trace.cc +++ b/src/trace/trace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 4a658eddf..d80a9852d 100644 --- a/src/trace/trace.h +++ b/src/trace/trace.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 08e1760ff..e526a7190 100644 --- a/src/trace/trace_api.cc +++ b/src/trace/trace_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 a3cf8d458..6d9269dfe 100644 --- a/src/trace/trace_api.h +++ b/src/trace/trace_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 d2c832c38..26d17cacd 100644 --- a/src/trace/trace_config.cc +++ b/src/trace/trace_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1ce13682b..28df8a3c9 100644 --- a/src/trace/trace_config.h +++ b/src/trace/trace_config.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 919a23363..ebb10bd6a 100644 --- a/src/trace/trace_logger.h +++ b/src/trace/trace_logger.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 cbc73f364..b5a21e88b 100644 --- a/src/trace/trace_loggers.cc +++ b/src/trace/trace_loggers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b1fc850c2..af84f052c 100644 --- a/src/trace/trace_loggers.h +++ b/src/trace/trace_loggers.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 04dc106df..0cca4b20a 100644 --- a/src/trace/trace_module.cc +++ b/src/trace/trace_module.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 27cc469b0..6e604beac 100644 --- a/src/trace/trace_module.h +++ b/src/trace/trace_module.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 c4831129d..2999c6b77 100644 --- a/src/trace/trace_parser.cc +++ b/src/trace/trace_parser.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 208025849..e35aa308e 100644 --- a/src/trace/trace_parser.h +++ b/src/trace/trace_parser.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 bba83c184..84c682685 100644 --- a/src/trace/trace_swap.cc +++ b/src/trace/trace_swap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 927ed1bfb..0c3c99b2e 100644 --- a/src/trace/trace_swap.h +++ b/src/trace/trace_swap.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/bits.h b/src/utils/bits.h index fa6b2437e..37948958c 100644 --- a/src/utils/bits.h +++ b/src/utils/bits.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/chunk.cc b/src/utils/chunk.cc index 160b9d6cc..1cdfa4abc 100644 --- a/src/utils/chunk.cc +++ b/src/utils/chunk.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/chunk.h b/src/utils/chunk.h index 03afe8eae..b8082a805 100644 --- a/src/utils/chunk.h +++ b/src/utils/chunk.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 1c79f88d6..39cdd5b3d 100644 --- a/src/utils/cpp_macros.h +++ b/src/utils/cpp_macros.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 dd8b7633c..99813ac8a 100644 --- a/src/utils/dnet_header.h +++ b/src/utils/dnet_header.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights 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/endian.h b/src/utils/endian.h index f46c94434..6150d905f 100644 --- a/src/utils/endian.h +++ b/src/utils/endian.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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/safec.h b/src/utils/safec.h index 8ffb22c5d..62d86ab2f 100644 --- a/src/utils/safec.h +++ b/src/utils/safec.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 0af28dbe3..5f13bbca9 100644 --- a/src/utils/sflsq.cc +++ b/src/utils/sflsq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 1e4fc6894..c43a3c4e3 100644 --- a/src/utils/sflsq.h +++ b/src/utils/sflsq.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 bd1fd5975..d951f5c74 100644 --- a/src/utils/snort_bounds.h +++ b/src/utils/snort_bounds.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b1f73ea97..5fe5cc50b 100644 --- a/src/utils/stats.cc +++ b/src/utils/stats.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 b36e2ac40..3d802ede3 100644 --- a/src/utils/stats.h +++ b/src/utils/stats.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/util.cc b/src/utils/util.cc index ad6c2d27e..579efe040 100644 --- a/src/utils/util.cc +++ b/src/utils/util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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.h b/src/utils/util.h index 9f91be245..993687530 100644 --- a/src/utils/util.h +++ b/src/utils/util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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.cc b/src/utils/util_cstring.cc index a1afa0a39..5b8965f8f 100644 --- a/src/utils/util_cstring.cc +++ b/src/utils/util_cstring.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 fc1dd4650..b8d97eb76 100644 --- a/src/utils/util_cstring.h +++ b/src/utils/util_cstring.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 5ddc16637..09fa84119 100644 --- a/src/utils/util_jsnorm.cc +++ b/src/utils/util_jsnorm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 fc63884d4..9d3679bea 100644 --- a/src/utils/util_jsnorm.h +++ b/src/utils/util_jsnorm.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 06228c11e..02a88a35e 100644 --- a/src/utils/util_net.cc +++ b/src/utils/util_net.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 6c28c48bf..28788e782 100644 --- a/src/utils/util_net.h +++ b/src/utils/util_net.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2003-2013 Sourcefire, Inc. // // This program is free software; you can redistribute it and/or modify it diff --git a/src/utils/util_unfold.cc b/src/utils/util_unfold.cc index 1fb8baedc..325de7e74 100644 --- a/src/utils/util_unfold.cc +++ b/src/utils/util_unfold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 ae095120d..95a20622f 100644 --- a/src/utils/util_unfold.h +++ b/src/utils/util_unfold.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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/tools/appid_detector_builder.sh b/tools/appid_detector_builder.sh index e10b25dba..5740325bc 100755 --- a/tools/appid_detector_builder.sh +++ b/tools/appid_detector_builder.sh @@ -1,7 +1,7 @@ #!/bin/bash ##-------------------------------------------------------------------------- -## Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +## Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. ## ## This program is free software; you can 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 42198e7c7..e9adeaaa0 100644 --- a/tools/snort2lua/config_states/config_alertfile.cc +++ b/tools/snort2lua/config_states/config_alertfile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4e271a430..9d6dfe3ec 100644 --- a/tools/snort2lua/config_states/config_api.cc +++ b/tools/snort2lua/config_states/config_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 608045c79..48c19de3c 100644 --- a/tools/snort2lua/config_states/config_api.h +++ b/tools/snort2lua/config_states/config_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c846835cd..78854b321 100644 --- a/tools/snort2lua/config_states/config_binding.cc +++ b/tools/snort2lua/config_states/config_binding.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bcd4641ec..3814ce24a 100644 --- a/tools/snort2lua/config_states/config_checksums.cc +++ b/tools/snort2lua/config_states/config_checksums.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2730a04a0..3f1d970bb 100644 --- a/tools/snort2lua/config_states/config_classification.cc +++ b/tools/snort2lua/config_states/config_classification.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 be13c24b1..3086f956a 100644 --- a/tools/snort2lua/config_states/config_daq.cc +++ b/tools/snort2lua/config_states/config_daq.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2018-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d2cf73343..557d39ede 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f95417a6e..29bff5930 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 30b0eb15a..babc269d3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f83729720..731ff3867 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ef48ec4f7..1f9dbaa0b 100644 --- a/tools/snort2lua/config_states/config_deleted.cc +++ b/tools/snort2lua/config_states/config_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f2dc49dd1..6d7079e66 100644 --- a/tools/snort2lua/config_states/config_detection.cc +++ b/tools/snort2lua/config_states/config_detection.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 227fdc574..4db4c67c3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3ba7adf95..92b92928a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b76be51a1..af538a1c8 100644 --- a/tools/snort2lua/config_states/config_file.cc +++ b/tools/snort2lua/config_states/config_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a1d6fe231..4ddfebb5d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ce207a221..f0f683278 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 db0fa9a4e..bf639a68c 100644 --- a/tools/snort2lua/config_states/config_memcaps.cc +++ b/tools/snort2lua/config_states/config_memcaps.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 015353425..ce7881832 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2c77aed25..6c24de94e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 6aa07ece7..64b795c5a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a53db36da..eaa35e599 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 fdae2418b..3f3516364 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9d651ad70..e6ea6a4d3 100644 --- a/tools/snort2lua/config_states/config_order.cc +++ b/tools/snort2lua/config_states/config_order.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a46d92a9d..e60ad5f53 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 70616eb03..d2636268b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5c678849e..b28611a9c 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 05006e542..ba05d21f3 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 dd994e55b..2e24aa58c 100644 --- a/tools/snort2lua/config_states/config_ppm.cc +++ b/tools/snort2lua/config_states/config_ppm.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 adf8b74d4..90996627c 100644 --- a/tools/snort2lua/config_states/config_profile.cc +++ b/tools/snort2lua/config_states/config_profile.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 17373cf7b..c6f9e70d4 100644 --- a/tools/snort2lua/config_states/config_reference.cc +++ b/tools/snort2lua/config_states/config_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d72743e0b..d74a354db 100644 --- a/tools/snort2lua/config_states/config_response.cc +++ b/tools/snort2lua/config_states/config_response.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 84a72d322..d39d12204 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5e39e25e8..bf7f0fb38 100644 --- a/tools/snort2lua/conversion_defines.h +++ b/tools/snort2lua/conversion_defines.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a6df16c22..b23355ea2 100644 --- a/tools/snort2lua/conversion_state.h +++ b/tools/snort2lua/conversion_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 183726c8c..5378a785f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7dbdcb72f..ef831dedb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 50c5e1a0d..5afa6476e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bc984cfe8..4acacb7be 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 226877e10..2214e8cfb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 15ebd577f..5e59dcbbd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d1f18baa3..c764a367b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4a20e5ecd..49416365e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cd2da00fc..c60a12549 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 004e4a3b5..4de627933 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9e35a2c39..332479444 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b8b96b497..6415c3bde 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 43301a128..dd43f9b7f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cc1c3d71c..6d3cdd743 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3742ca93e..4b411b93a 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 377902f69..ac20c50b4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ba0441f68..41de6c081 100644 --- a/tools/snort2lua/data/dt_data.cc +++ b/tools/snort2lua/data/dt_data.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a612d3c10..12bd34da8 100644 --- a/tools/snort2lua/data/dt_data.h +++ b/tools/snort2lua/data/dt_data.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c484fe5e2..ddbc32c40 100644 --- a/tools/snort2lua/data/dt_rule_api.cc +++ b/tools/snort2lua/data/dt_rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cbe48ad04..52958d892 100644 --- a/tools/snort2lua/data/dt_rule_api.h +++ b/tools/snort2lua/data/dt_rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3271cc50c..573ae0e1e 100644 --- a/tools/snort2lua/data/dt_state_api.cc +++ b/tools/snort2lua/data/dt_state_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1c7abf375..2797427f4 100644 --- a/tools/snort2lua/data/dt_state_api.h +++ b/tools/snort2lua/data/dt_state_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5fe3ac966..d83f4babb 100644 --- a/tools/snort2lua/data/dt_table_api.cc +++ b/tools/snort2lua/data/dt_table_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ed147ed36..1da496c0a 100644 --- a/tools/snort2lua/data/dt_table_api.h +++ b/tools/snort2lua/data/dt_table_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 0bcf8d61e..61f959c3a 100644 --- a/tools/snort2lua/helpers/converter.cc +++ b/tools/snort2lua/helpers/converter.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ea78ce339..57f115e61 100644 --- a/tools/snort2lua/helpers/converter.h +++ b/tools/snort2lua/helpers/converter.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ddaed6dd3..46d896202 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4a98ecd7e..bec34ed5d 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.h +++ b/tools/snort2lua/helpers/parse_cmd_line.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 35bbe43c0..d0c1aecc3 100644 --- a/tools/snort2lua/helpers/s2l_markup.cc +++ b/tools/snort2lua/helpers/s2l_markup.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1a64c4568..7e53ed18c 100644 --- a/tools/snort2lua/helpers/s2l_markup.h +++ b/tools/snort2lua/helpers/s2l_markup.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 64e9d93da..4e86c97b5 100644 --- a/tools/snort2lua/helpers/s2l_util.cc +++ b/tools/snort2lua/helpers/s2l_util.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1b37b8c81..a9bb14ae1 100644 --- a/tools/snort2lua/helpers/s2l_util.h +++ b/tools/snort2lua/helpers/s2l_util.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5cc844655..e18dfb548 100644 --- a/tools/snort2lua/helpers/util_binder.cc +++ b/tools/snort2lua/helpers/util_binder.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a1b77f0b2..db47bed47 100644 --- a/tools/snort2lua/helpers/util_binder.h +++ b/tools/snort2lua/helpers/util_binder.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ca2fa424b..1902c8ef7 100644 --- a/tools/snort2lua/init_state.cc +++ b/tools/snort2lua/init_state.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8f21e2be3..45a847a1c 100644 --- a/tools/snort2lua/init_state.h +++ b/tools/snort2lua/init_state.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b9f5cafe2..801affdb0 100644 --- a/tools/snort2lua/keyword_states/keywords_api.cc +++ b/tools/snort2lua/keyword_states/keywords_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 bff9abf39..cad0ccaad 100644 --- a/tools/snort2lua/keyword_states/keywords_api.h +++ b/tools/snort2lua/keyword_states/keywords_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0107defb3..f58ab9dd5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 40491a83f..99f9fdcef 100644 --- a/tools/snort2lua/keyword_states/kws_config.cc +++ b/tools/snort2lua/keyword_states/kws_config.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a2a1d0391..daf1cd984 100644 --- a/tools/snort2lua/keyword_states/kws_deleted.cc +++ b/tools/snort2lua/keyword_states/kws_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3297dfc3c..d8a9d6712 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 81ac651df..6798b107b 100644 --- a/tools/snort2lua/keyword_states/kws_file.cc +++ b/tools/snort2lua/keyword_states/kws_file.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2d1ff46a5..94c17bd0a 100644 --- a/tools/snort2lua/keyword_states/kws_include.cc +++ b/tools/snort2lua/keyword_states/kws_include.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3eff9b2d0..38d45076f 100644 --- a/tools/snort2lua/keyword_states/kws_output.cc +++ b/tools/snort2lua/keyword_states/kws_output.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 567929b9a..03719207f 100644 --- a/tools/snort2lua/keyword_states/kws_paths.cc +++ b/tools/snort2lua/keyword_states/kws_paths.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c6d03784f..a0ad2b87b 100644 --- a/tools/snort2lua/keyword_states/kws_preprocessor.cc +++ b/tools/snort2lua/keyword_states/kws_preprocessor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 16cbc75b6..b2a1569f7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9d5d02c17..400c1ebab 100644 --- a/tools/snort2lua/keyword_states/kws_rule.cc +++ b/tools/snort2lua/keyword_states/kws_rule.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b3e73f1cf..8782047a4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 cea879e04..d574b35e8 100644 --- a/tools/snort2lua/keyword_states/kws_ruletype.cc +++ b/tools/snort2lua/keyword_states/kws_ruletype.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 36178ad85..00877e590 100644 --- a/tools/snort2lua/keyword_states/kws_suppress.cc +++ b/tools/snort2lua/keyword_states/kws_suppress.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e080f06cb..fd96e6731 100644 --- a/tools/snort2lua/keyword_states/kws_var.cc +++ b/tools/snort2lua/keyword_states/kws_var.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e3a8f7f44..3c41bfab2 100644 --- a/tools/snort2lua/output_states/out_csv.cc +++ b/tools/snort2lua/output_states/out_csv.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b90baffea..9c2fa02e9 100644 --- a/tools/snort2lua/output_states/out_deleted.cc +++ b/tools/snort2lua/output_states/out_deleted.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5f2ebb7d2..3116a3e69 100644 --- a/tools/snort2lua/output_states/out_fast.cc +++ b/tools/snort2lua/output_states/out_fast.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3d91386a3..b81bc3fb4 100644 --- a/tools/snort2lua/output_states/out_full.cc +++ b/tools/snort2lua/output_states/out_full.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ab3eca74b..d8ff2e6a9 100644 --- a/tools/snort2lua/output_states/out_null.cc +++ b/tools/snort2lua/output_states/out_null.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 94540fb1a..f0710a6fc 100644 --- a/tools/snort2lua/output_states/out_syslog.cc +++ b/tools/snort2lua/output_states/out_syslog.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f948bcea2..fbd7efa0f 100644 --- a/tools/snort2lua/output_states/out_tcpdump.cc +++ b/tools/snort2lua/output_states/out_tcpdump.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 6be319bfd..06954ee3f 100644 --- a/tools/snort2lua/output_states/out_test.cc +++ b/tools/snort2lua/output_states/out_test.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f1498301c..6e7b8908d 100644 --- a/tools/snort2lua/output_states/out_unified2.cc +++ b/tools/snort2lua/output_states/out_unified2.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f7cddc638..a868f9825 100644 --- a/tools/snort2lua/output_states/out_unixsock.cc +++ b/tools/snort2lua/output_states/out_unixsock.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 fdf2ef592..04c3d7772 100644 --- a/tools/snort2lua/output_states/output_api.cc +++ b/tools/snort2lua/output_states/output_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 967e44613..0647fa228 100644 --- a/tools/snort2lua/output_states/output_api.h +++ b/tools/snort2lua/output_states/output_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 2fe6bcbb8..ad92fbe59 100644 --- a/tools/snort2lua/preprocessor_states/pps_appid.cc +++ b/tools/snort2lua/preprocessor_states/pps_appid.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 675532ff1..c245f74b8 100644 --- a/tools/snort2lua/preprocessor_states/pps_arpspoof.cc +++ b/tools/snort2lua/preprocessor_states/pps_arpspoof.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1cc8e5ff9..9598373f9 100644 --- a/tools/snort2lua/preprocessor_states/pps_bo.cc +++ b/tools/snort2lua/preprocessor_states/pps_bo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 666f11b5d..8ee36e3e5 100644 --- a/tools/snort2lua/preprocessor_states/pps_dcerpc.cc +++ b/tools/snort2lua/preprocessor_states/pps_dcerpc.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2016-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 84bb237af..2a41decb8 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 61329ecf6..b1abede86 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 388a30cb4..1f33bd7cc 100644 --- a/tools/snort2lua/preprocessor_states/pps_dnp3.cc +++ b/tools/snort2lua/preprocessor_states/pps_dnp3.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4c8d38434..04f8bdc9e 100644 --- a/tools/snort2lua/preprocessor_states/pps_dns.cc +++ b/tools/snort2lua/preprocessor_states/pps_dns.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e9ebfeb30..d5c1fcf4d 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a51ec58e8..651591a82 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 48dd6464e..29d1dbf8b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 064046a0c..200dfd941 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 95ab81813..2aa932027 100644 --- a/tools/snort2lua/preprocessor_states/pps_gtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_gtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 14fec669b..d103c1feb 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 199a28f98..1ea5407b5 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d5d43f25b..68657738f 100644 --- a/tools/snort2lua/preprocessor_states/pps_imap.cc +++ b/tools/snort2lua/preprocessor_states/pps_imap.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ee373a5df..d543acf70 100644 --- a/tools/snort2lua/preprocessor_states/pps_modbus.cc +++ b/tools/snort2lua/preprocessor_states/pps_modbus.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 684a6478c..948221972 100644 --- a/tools/snort2lua/preprocessor_states/pps_normalizers.cc +++ b/tools/snort2lua/preprocessor_states/pps_normalizers.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5b531a40b..1505965d0 100644 --- a/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc +++ b/tools/snort2lua/preprocessor_states/pps_perfmonitor.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1b63cef2d..d46eb823a 100644 --- a/tools/snort2lua/preprocessor_states/pps_pop.cc +++ b/tools/snort2lua/preprocessor_states/pps_pop.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 91a83ee7d..9b3808822 100644 --- a/tools/snort2lua/preprocessor_states/pps_reputation.cc +++ b/tools/snort2lua/preprocessor_states/pps_reputation.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1aafecaa1..18c648451 100644 --- a/tools/snort2lua/preprocessor_states/pps_rna.cc +++ b/tools/snort2lua/preprocessor_states/pps_rna.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2019-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 792dc51eb..9cd2226ad 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 12e7f370a..45e4ff590 100644 --- a/tools/snort2lua/preprocessor_states/pps_sdf.cc +++ b/tools/snort2lua/preprocessor_states/pps_sdf.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8b379f9c5..e0cdfbed3 100644 --- a/tools/snort2lua/preprocessor_states/pps_sfportscan.cc +++ b/tools/snort2lua/preprocessor_states/pps_sfportscan.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e200a4ff9..ecc10e0c3 100644 --- a/tools/snort2lua/preprocessor_states/pps_sip.cc +++ b/tools/snort2lua/preprocessor_states/pps_sip.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 670358dd7..b4d50333e 100644 --- a/tools/snort2lua/preprocessor_states/pps_smtp.cc +++ b/tools/snort2lua/preprocessor_states/pps_smtp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7c5607b65..a17b7a616 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssh.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssh.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4b4adfffb..b4ff9b3f9 100644 --- a/tools/snort2lua/preprocessor_states/pps_ssl.cc +++ b/tools/snort2lua/preprocessor_states/pps_ssl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2015-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 32b0eacbe..915870b9e 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9059ff614..ed5a3a02b 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2019-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b5f361ec2..f89f96afd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 fbba8ee10..1e97a58ad 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4750f6758..1a634fb38 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b3fd7064c..6434e86d9 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.cc +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8355276d8..9ce1682ca 100644 --- a/tools/snort2lua/preprocessor_states/preprocessor_api.h +++ b/tools/snort2lua/preprocessor_states/preprocessor_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 10a50c733..9a3e59355 100644 --- a/tools/snort2lua/rule_states/rule_api.cc +++ b/tools/snort2lua/rule_states/rule_api.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 9761932bc..d38f7414a 100644 --- a/tools/snort2lua/rule_states/rule_api.h +++ b/tools/snort2lua/rule_states/rule_api.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0b5c45387..cd441c769 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b265b248f..ad83757c0 100644 --- a/tools/snort2lua/rule_states/rule_content.cc +++ b/tools/snort2lua/rule_states/rule_content.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c4eaff46a..b97d6049f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 1e3b2d602..6c3c4355f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2016-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 b1fbc3a73..bb7b11e07 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2015-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 39c46bad6..435bc6711 100644 --- a/tools/snort2lua/rule_states/rule_dsize.cc +++ b/tools/snort2lua/rule_states/rule_dsize.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2017-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2017-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 00169f6a1..55a41f380 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 f860543a8..f383436d1 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 4b35c8382..7f2b84ae4 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2018-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 20356dbd9..f2a5f7b5f 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 855053bbd..1db5605e8 100644 --- a/tools/snort2lua/rule_states/rule_isdataat.cc +++ b/tools/snort2lua/rule_states/rule_isdataat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 0fb8fc394..522fd4c90 100644 --- a/tools/snort2lua/rule_states/rule_metadata.cc +++ b/tools/snort2lua/rule_states/rule_metadata.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 7ba7a9fad..abf26ead8 100644 --- a/tools/snort2lua/rule_states/rule_pcre.cc +++ b/tools/snort2lua/rule_states/rule_pcre.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 e93d894d9..2947ba1b2 100644 --- a/tools/snort2lua/rule_states/rule_react.cc +++ b/tools/snort2lua/rule_states/rule_react.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 a3347ecf3..482ab5127 100644 --- a/tools/snort2lua/rule_states/rule_reference.cc +++ b/tools/snort2lua/rule_states/rule_reference.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2023-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2023-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 32918c96c..08253d264 100644 --- a/tools/snort2lua/rule_states/rule_replace.cc +++ b/tools/snort2lua/rule_states/rule_replace.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2020-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2020-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 695ba2899..b90784343 100644 --- a/tools/snort2lua/rule_states/rule_resp.cc +++ b/tools/snort2lua/rule_states/rule_resp.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 ae5610145..9660cc796 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 182a96f2f..0a5826cdd 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 3de7d82b3..af38c31f7 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-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 c2ae79eb7..391b13776 100644 --- a/tools/snort2lua/rule_states/rule_tag.cc +++ b/tools/snort2lua/rule_states/rule_tag.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 5c2aa4692..9061a49e4 100644 --- a/tools/snort2lua/rule_states/rule_threshold.cc +++ b/tools/snort2lua/rule_states/rule_threshold.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 8714bb6df..4098e822b 100644 --- a/tools/snort2lua/rule_states/rule_ttl.cc +++ b/tools/snort2lua/rule_states/rule_ttl.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 37398d718..de85f34b0 100644 --- a/tools/snort2lua/rule_states/rule_unchanged.cc +++ b/tools/snort2lua/rule_states/rule_unchanged.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 02e7f756d..4695305cb 100644 --- a/tools/snort2lua/rule_states/rule_unsupported.cc +++ b/tools/snort2lua/rule_states/rule_unsupported.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 d718e0149..467e9d814 100644 --- a/tools/snort2lua/rule_states/rule_urilen.cc +++ b/tools/snort2lua/rule_states/rule_urilen.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can 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 96d00e75e..3dd287c4c 100644 --- a/tools/snort2lua/snort2lua.cc +++ b/tools/snort2lua/snort2lua.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you 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 b6e4aefe1..880ce79ad 100644 --- a/tools/u2boat/u2boat.cc +++ b/tools/u2boat/u2boat.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9e1a11757..1df987a62 100644 --- a/tools/u2spewfoo/u2_common.h +++ b/tools/u2spewfoo/u2_common.h @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 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 9380fcb70..ab89e30ad 100644 --- a/tools/u2spewfoo/u2spewfoo.cc +++ b/tools/u2spewfoo/u2spewfoo.cc @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------- -// Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. +// Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. // Copyright (C) 2002-2013 Sourcefire, Inc. // Copyright (C) 1998-2002 Martin Roesch //