From ca851e071a242a7fbf93f44ad53aabd44d5e33c5 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 23 Feb 2024 21:12:51 +0100 Subject: [PATCH] update copyright to 2024 --- README.md | 2 +- code/bgpupdate | 2 +- code/bngblaster-cli | 2 +- code/bngblaster/src/bbl.c | 2 +- code/bngblaster/src/bbl.h | 2 +- code/bngblaster/src/bbl_a10nsp.c | 2 +- code/bngblaster/src/bbl_a10nsp.h | 2 +- code/bngblaster/src/bbl_access.c | 2 +- code/bngblaster/src/bbl_access.h | 2 +- code/bngblaster/src/bbl_access_line.h | 2 +- code/bngblaster/src/bbl_cfm.c | 2 +- code/bngblaster/src/bbl_cfm.h | 2 +- code/bngblaster/src/bbl_config.c | 2 +- code/bngblaster/src/bbl_config.h | 2 +- code/bngblaster/src/bbl_ctrl.c | 2 +- code/bngblaster/src/bbl_ctrl.h | 2 +- code/bngblaster/src/bbl_ctx.c | 2 +- code/bngblaster/src/bbl_ctx.h | 2 +- code/bngblaster/src/bbl_def.h | 2 +- code/bngblaster/src/bbl_dhcp.c | 2 +- code/bngblaster/src/bbl_dhcp.h | 2 +- code/bngblaster/src/bbl_dhcpv6.c | 2 +- code/bngblaster/src/bbl_dhcpv6.h | 2 +- code/bngblaster/src/bbl_http_client.c | 2 +- code/bngblaster/src/bbl_http_client.h | 2 +- code/bngblaster/src/bbl_http_server.c | 2 +- code/bngblaster/src/bbl_http_server.h | 2 +- code/bngblaster/src/bbl_igmp.c | 2 +- code/bngblaster/src/bbl_igmp.h | 2 +- code/bngblaster/src/bbl_interactive.c | 2 +- code/bngblaster/src/bbl_interactive.h | 2 +- code/bngblaster/src/bbl_interface.c | 2 +- code/bngblaster/src/bbl_interface.h | 2 +- code/bngblaster/src/bbl_l2tp.c | 2 +- code/bngblaster/src/bbl_l2tp.h | 2 +- code/bngblaster/src/bbl_l2tp_avp.c | 2 +- code/bngblaster/src/bbl_l2tp_avp.h | 2 +- code/bngblaster/src/bbl_lag.c | 2 +- code/bngblaster/src/bbl_lag.h | 2 +- code/bngblaster/src/bbl_li.c | 2 +- code/bngblaster/src/bbl_li.h | 2 +- code/bngblaster/src/bbl_network.c | 2 +- code/bngblaster/src/bbl_network.h | 2 +- code/bngblaster/src/bbl_pcap.c | 2 +- code/bngblaster/src/bbl_pcap.h | 2 +- code/bngblaster/src/bbl_protocols.c | 2 +- code/bngblaster/src/bbl_protocols.h | 2 +- code/bngblaster/src/bbl_rx.c | 2 +- code/bngblaster/src/bbl_rx.h | 2 +- code/bngblaster/src/bbl_session.c | 2 +- code/bngblaster/src/bbl_session.h | 2 +- code/bngblaster/src/bbl_stats.c | 2 +- code/bngblaster/src/bbl_stats.h | 2 +- code/bngblaster/src/bbl_stream.c | 2 +- code/bngblaster/src/bbl_stream.h | 2 +- code/bngblaster/src/bbl_tcp.c | 2 +- code/bngblaster/src/bbl_tcp.h | 2 +- code/bngblaster/src/bbl_tx.c | 2 +- code/bngblaster/src/bbl_tx.h | 2 +- code/bngblaster/src/bbl_txq.c | 2 +- code/bngblaster/src/bbl_txq.h | 2 +- code/bngblaster/src/bgp/bgp.c | 2 +- code/bngblaster/src/bgp/bgp.h | 2 +- code/bngblaster/src/bgp/bgp_ctrl.c | 2 +- code/bngblaster/src/bgp/bgp_ctrl.h | 2 +- code/bngblaster/src/bgp/bgp_def.h | 2 +- code/bngblaster/src/bgp/bgp_message.c | 2 +- code/bngblaster/src/bgp/bgp_message.h | 2 +- code/bngblaster/src/bgp/bgp_raw_update.c | 2 +- code/bngblaster/src/bgp/bgp_raw_update.h | 2 +- code/bngblaster/src/bgp/bgp_receive.c | 2 +- code/bngblaster/src/bgp/bgp_receive.h | 2 +- code/bngblaster/src/bgp/bgp_session.c | 2 +- code/bngblaster/src/bgp/bgp_session.h | 2 +- code/bngblaster/src/io/io.c | 2 +- code/bngblaster/src/io/io.h | 2 +- code/bngblaster/src/io/io_bucket.c | 2 +- code/bngblaster/src/io/io_bucket.h | 2 +- code/bngblaster/src/io/io_def.h | 2 +- code/bngblaster/src/io/io_dpdk.c | 2 +- code/bngblaster/src/io/io_dpdk.h | 2 +- code/bngblaster/src/io/io_interface.c | 2 +- code/bngblaster/src/io/io_interface.h | 2 +- code/bngblaster/src/io/io_packet_mmap.c | 2 +- code/bngblaster/src/io/io_packet_mmap.h | 2 +- code/bngblaster/src/io/io_raw.c | 2 +- code/bngblaster/src/io/io_raw.h | 2 +- code/bngblaster/src/io/io_socket.c | 2 +- code/bngblaster/src/io/io_socket.h | 2 +- code/bngblaster/src/io/io_thread.c | 2 +- code/bngblaster/src/io/io_thread.h | 2 +- code/bngblaster/src/isis/isis.c | 2 +- code/bngblaster/src/isis/isis.h | 2 +- code/bngblaster/src/isis/isis_adjacency.c | 2 +- code/bngblaster/src/isis/isis_adjacency.h | 2 +- code/bngblaster/src/isis/isis_csnp.c | 2 +- code/bngblaster/src/isis/isis_csnp.h | 2 +- code/bngblaster/src/isis/isis_ctrl.c | 2 +- code/bngblaster/src/isis/isis_ctrl.h | 2 +- code/bngblaster/src/isis/isis_def.h | 2 +- code/bngblaster/src/isis/isis_lsp.c | 2 +- code/bngblaster/src/isis/isis_lsp.h | 2 +- code/bngblaster/src/isis/isis_mrt.c | 2 +- code/bngblaster/src/isis/isis_mrt.h | 2 +- code/bngblaster/src/isis/isis_p2p_hello.c | 2 +- code/bngblaster/src/isis/isis_p2p_hello.h | 2 +- code/bngblaster/src/isis/isis_pdu.c | 2 +- code/bngblaster/src/isis/isis_pdu.h | 2 +- code/bngblaster/src/isis/isis_psnp.c | 2 +- code/bngblaster/src/isis/isis_psnp.h | 2 +- code/bngblaster/src/isis/isis_utils.c | 2 +- code/bngblaster/src/isis/isis_utils.h | 2 +- code/bngblaster/src/ldp/ldp.c | 2 +- code/bngblaster/src/ldp/ldp.h | 2 +- code/bngblaster/src/ldp/ldp_ctrl.c | 2 +- code/bngblaster/src/ldp/ldp_ctrl.h | 2 +- code/bngblaster/src/ldp/ldp_db.c | 2 +- code/bngblaster/src/ldp/ldp_db.h | 2 +- code/bngblaster/src/ldp/ldp_def.h | 2 +- code/bngblaster/src/ldp/ldp_hello.c | 2 +- code/bngblaster/src/ldp/ldp_hello.h | 2 +- code/bngblaster/src/ldp/ldp_interface.c | 2 +- code/bngblaster/src/ldp/ldp_interface.h | 2 +- code/bngblaster/src/ldp/ldp_message.c | 2 +- code/bngblaster/src/ldp/ldp_message.h | 2 +- code/bngblaster/src/ldp/ldp_raw_update.c | 2 +- code/bngblaster/src/ldp/ldp_raw_update.h | 2 +- code/bngblaster/src/ldp/ldp_receive.c | 2 +- code/bngblaster/src/ldp/ldp_receive.h | 2 +- code/bngblaster/src/ldp/ldp_session.c | 2 +- code/bngblaster/src/ldp/ldp_session.h | 2 +- code/bngblaster/src/ospf/ospf.c | 2 +- code/bngblaster/src/ospf/ospf.h | 2 +- code/bngblaster/src/ospf/ospf_ctrl.c | 2 +- code/bngblaster/src/ospf/ospf_ctrl.h | 2 +- code/bngblaster/src/ospf/ospf_def.h | 2 +- code/bngblaster/src/ospf/ospf_hello.c | 2 +- code/bngblaster/src/ospf/ospf_hello.h | 2 +- code/bngblaster/src/ospf/ospf_interface.c | 2 +- code/bngblaster/src/ospf/ospf_interface.h | 2 +- code/bngblaster/src/ospf/ospf_lsa.c | 2 +- code/bngblaster/src/ospf/ospf_lsa.h | 2 +- code/bngblaster/src/ospf/ospf_mrt.c | 2 +- code/bngblaster/src/ospf/ospf_mrt.h | 2 +- code/bngblaster/src/ospf/ospf_neighbor.c | 2 +- code/bngblaster/src/ospf/ospf_neighbor.h | 2 +- code/bngblaster/src/ospf/ospf_pdu.c | 2 +- code/bngblaster/src/ospf/ospf_pdu.h | 2 +- code/bngblaster/src/ospf/ospf_utils.c | 2 +- code/bngblaster/src/ospf/ospf_utils.h | 2 +- code/bngblaster/test/protocols.c | 2 +- code/bngblaster/test/protocols_decode_pcap.c | 2 +- code/common/src/common.h | 2 +- code/common/src/common_include.h | 2 +- code/common/src/logging.c | 2 +- code/common/src/logging.h | 2 +- code/common/src/timer.c | 2 +- code/common/src/timer.h | 2 +- code/common/src/utils.c | 2 +- code/common/src/utils.h | 2 +- code/common/test/utils.c | 2 +- code/ldpupdate | 2 +- code/lspgen/src/hmac_md5.c | 2 +- code/lspgen/src/hmac_md5.h | 2 +- code/lspgen/src/lspgen_config.c | 2 +- code/lspgen/src/lspgen_ospf.c | 2 +- code/lspgen/src/lspgen_ospf.h | 2 +- code/lspgen/src/lspgen_seq_cache.c | 2 +- docsrc/sources/conf.py | 2 +- docsrc/sources/index.rst | 2 +- 170 files changed, 170 insertions(+), 170 deletions(-) diff --git a/README.md b/README.md index 7558dc15..011531de 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ See the LICENSE file for more details. ## Copyright -Copyright (C) 2020-2023, RtBrick, Inc. +Copyright (C) 2020-2024, RtBrick, Inc. ## Contact diff --git a/code/bgpupdate b/code/bgpupdate index 70f975b8..8e314d36 100755 --- a/code/bgpupdate +++ b/code/bgpupdate @@ -4,7 +4,7 @@ BGP RAW Update Generator Christian Giese, March 2022 -Copyright (C) 2020-2023, RtBrick, Inc. +Copyright (C) 2020-2024, RtBrick, Inc. SPDX-License-Identifier: BSD-3-Clause """ import argparse diff --git a/code/bngblaster-cli b/code/bngblaster-cli index aba59776..c7987c47 100755 --- a/code/bngblaster-cli +++ b/code/bngblaster-cli @@ -7,7 +7,7 @@ control socket JSON RPC API. Christian Giese, January 2021 -Copyright (C) 2020-2023, RtBrick, Inc. +Copyright (C) 2020-2024, RtBrick, Inc. SPDX-License-Identifier: BSD-3-Clause """ import sys diff --git a/code/bngblaster/src/bbl.c b/code/bngblaster/src/bbl.c index 5d67abab..9825735f 100644 --- a/code/bngblaster/src/bbl.c +++ b/code/bngblaster/src/bbl.c @@ -8,7 +8,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl.h b/code/bngblaster/src/bbl.h index ab4baafd..1233a9a6 100644 --- a/code/bngblaster/src/bbl.h +++ b/code/bngblaster/src/bbl.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_a10nsp.c b/code/bngblaster/src/bbl_a10nsp.c index aae639dc..f033c719 100644 --- a/code/bngblaster/src/bbl_a10nsp.c +++ b/code/bngblaster/src/bbl_a10nsp.c @@ -3,7 +3,7 @@ * * Christian Giese, September 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_a10nsp.h b/code/bngblaster/src/bbl_a10nsp.h index 2c472665..5144ca92 100644 --- a/code/bngblaster/src/bbl_a10nsp.h +++ b/code/bngblaster/src/bbl_a10nsp.h @@ -3,7 +3,7 @@ * * Christian Giese, September 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_access.c b/code/bngblaster/src/bbl_access.c index bf5aa703..492d531a 100644 --- a/code/bngblaster/src/bbl_access.c +++ b/code/bngblaster/src/bbl_access.c @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_access.h b/code/bngblaster/src/bbl_access.h index ddd4e438..dcce377d 100644 --- a/code/bngblaster/src/bbl_access.h +++ b/code/bngblaster/src/bbl_access.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_access_line.h b/code/bngblaster/src/bbl_access_line.h index 3c5a1673..576bb2b0 100644 --- a/code/bngblaster/src/bbl_access_line.h +++ b/code/bngblaster/src/bbl_access_line.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ACCESS_LINE_H__ diff --git a/code/bngblaster/src/bbl_cfm.c b/code/bngblaster/src/bbl_cfm.c index 7cf7e949..9cb469e6 100644 --- a/code/bngblaster/src/bbl_cfm.c +++ b/code/bngblaster/src/bbl_cfm.c @@ -3,7 +3,7 @@ * * Christian Giese, October 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_cfm.h b/code/bngblaster/src/bbl_cfm.h index b96a4d24..f6bd410b 100644 --- a/code/bngblaster/src/bbl_cfm.h +++ b/code/bngblaster/src/bbl_cfm.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_config.c b/code/bngblaster/src/bbl_config.c index 10fab05a..5f8975dd 100644 --- a/code/bngblaster/src/bbl_config.c +++ b/code/bngblaster/src/bbl_config.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_config.h b/code/bngblaster/src/bbl_config.h index a2a4702c..11d1b5ea 100644 --- a/code/bngblaster/src/bbl_config.h +++ b/code/bngblaster/src/bbl_config.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_CONFIG_H__ diff --git a/code/bngblaster/src/bbl_ctrl.c b/code/bngblaster/src/bbl_ctrl.c index e18fa66f..5ecdb17e 100644 --- a/code/bngblaster/src/bbl_ctrl.c +++ b/code/bngblaster/src/bbl_ctrl.c @@ -3,7 +3,7 @@ * * Christian Giese, January 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/code/bngblaster/src/bbl_ctrl.h b/code/bngblaster/src/bbl_ctrl.h index 4082072a..1bea4657 100644 --- a/code/bngblaster/src/bbl_ctrl.h +++ b/code/bngblaster/src/bbl_ctrl.h @@ -3,7 +3,7 @@ * * Christian Giese, January 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_ctx.c b/code/bngblaster/src/bbl_ctx.c index 02860b8d..75f010f0 100644 --- a/code/bngblaster/src/bbl_ctx.c +++ b/code/bngblaster/src/bbl_ctx.c @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_ctx.h b/code/bngblaster/src/bbl_ctx.h index 67ad4421..02936179 100644 --- a/code/bngblaster/src/bbl_ctx.h +++ b/code/bngblaster/src/bbl_ctx.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_CONTEXT_H__ diff --git a/code/bngblaster/src/bbl_def.h b/code/bngblaster/src/bbl_def.h index 5c3b4a45..c7b963df 100644 --- a/code/bngblaster/src/bbl_def.h +++ b/code/bngblaster/src/bbl_def.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_DEF_H__ diff --git a/code/bngblaster/src/bbl_dhcp.c b/code/bngblaster/src/bbl_dhcp.c index 1cc54740..25147b5e 100644 --- a/code/bngblaster/src/bbl_dhcp.c +++ b/code/bngblaster/src/bbl_dhcp.c @@ -3,7 +3,7 @@ * * Christian Giese, April 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_dhcp.h b/code/bngblaster/src/bbl_dhcp.h index 331980af..5bcf6c2f 100644 --- a/code/bngblaster/src/bbl_dhcp.h +++ b/code/bngblaster/src/bbl_dhcp.h @@ -3,7 +3,7 @@ * * Christian Giese, April 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_dhcpv6.c b/code/bngblaster/src/bbl_dhcpv6.c index c70221e6..9cc3a5de 100644 --- a/code/bngblaster/src/bbl_dhcpv6.c +++ b/code/bngblaster/src/bbl_dhcpv6.c @@ -3,7 +3,7 @@ * * Christian Giese, May 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_dhcpv6.h b/code/bngblaster/src/bbl_dhcpv6.h index 092d917a..3c648d29 100644 --- a/code/bngblaster/src/bbl_dhcpv6.h +++ b/code/bngblaster/src/bbl_dhcpv6.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_http_client.c b/code/bngblaster/src/bbl_http_client.c index dc46f58e..7b9e38a3 100644 --- a/code/bngblaster/src/bbl_http_client.c +++ b/code/bngblaster/src/bbl_http_client.c @@ -3,7 +3,7 @@ * * Christian Giese, June 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_http_client.h b/code/bngblaster/src/bbl_http_client.h index 9ac56e13..9fee8062 100644 --- a/code/bngblaster/src/bbl_http_client.h +++ b/code/bngblaster/src/bbl_http_client.h @@ -3,7 +3,7 @@ * * Christian Giese, June 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_http_server.c b/code/bngblaster/src/bbl_http_server.c index 89ad0325..6b9f7b4e 100644 --- a/code/bngblaster/src/bbl_http_server.c +++ b/code/bngblaster/src/bbl_http_server.c @@ -3,7 +3,7 @@ * * Christian Giese, June 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_http_server.h b/code/bngblaster/src/bbl_http_server.h index faa0001a..c97b97c2 100644 --- a/code/bngblaster/src/bbl_http_server.h +++ b/code/bngblaster/src/bbl_http_server.h @@ -3,7 +3,7 @@ * * Christian Giese, June 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_igmp.c b/code/bngblaster/src/bbl_igmp.c index 0e9f7a0d..8a42824b 100644 --- a/code/bngblaster/src/bbl_igmp.c +++ b/code/bngblaster/src/bbl_igmp.c @@ -3,7 +3,7 @@ * * Christian Giese, October 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_igmp.h b/code/bngblaster/src/bbl_igmp.h index 2e522331..991c4018 100644 --- a/code/bngblaster/src/bbl_igmp.h +++ b/code/bngblaster/src/bbl_igmp.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_interactive.c b/code/bngblaster/src/bbl_interactive.c index 2f22d839..d57604d2 100644 --- a/code/bngblaster/src/bbl_interactive.c +++ b/code/bngblaster/src/bbl_interactive.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_interactive.h b/code/bngblaster/src/bbl_interactive.h index 210eaa8e..a0bf096c 100644 --- a/code/bngblaster/src/bbl_interactive.h +++ b/code/bngblaster/src/bbl_interactive.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_interface.c b/code/bngblaster/src/bbl_interface.c index 8bada904..54446fd8 100644 --- a/code/bngblaster/src/bbl_interface.c +++ b/code/bngblaster/src/bbl_interface.c @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_interface.h b/code/bngblaster/src/bbl_interface.h index 945a7322..397fbefa 100644 --- a/code/bngblaster/src/bbl_interface.h +++ b/code/bngblaster/src/bbl_interface.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_l2tp.c b/code/bngblaster/src/bbl_l2tp.c index b2107679..5ad92f78 100644 --- a/code/bngblaster/src/bbl_l2tp.c +++ b/code/bngblaster/src/bbl_l2tp.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_l2tp.h b/code/bngblaster/src/bbl_l2tp.h index 1f901c36..95fa3b2b 100644 --- a/code/bngblaster/src/bbl_l2tp.h +++ b/code/bngblaster/src/bbl_l2tp.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_l2tp_avp.c b/code/bngblaster/src/bbl_l2tp_avp.c index 4f3b97e4..78f6ac10 100644 --- a/code/bngblaster/src/bbl_l2tp_avp.c +++ b/code/bngblaster/src/bbl_l2tp_avp.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_l2tp_avp.h b/code/bngblaster/src/bbl_l2tp_avp.h index 27e46c94..42e77d12 100644 --- a/code/bngblaster/src/bbl_l2tp_avp.h +++ b/code/bngblaster/src/bbl_l2tp_avp.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_lag.c b/code/bngblaster/src/bbl_lag.c index cc49dd0d..deb9a663 100644 --- a/code/bngblaster/src/bbl_lag.c +++ b/code/bngblaster/src/bbl_lag.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_lag.h b/code/bngblaster/src/bbl_lag.h index 8109c4b9..cf34acc1 100644 --- a/code/bngblaster/src/bbl_lag.h +++ b/code/bngblaster/src/bbl_lag.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_li.c b/code/bngblaster/src/bbl_li.c index bd50cf33..63b58efb 100644 --- a/code/bngblaster/src/bbl_li.c +++ b/code/bngblaster/src/bbl_li.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_li.h b/code/bngblaster/src/bbl_li.h index 2bbc2819..cc6a2474 100644 --- a/code/bngblaster/src/bbl_li.h +++ b/code/bngblaster/src/bbl_li.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_network.c b/code/bngblaster/src/bbl_network.c index 6bc9db57..d2251c47 100644 --- a/code/bngblaster/src/bbl_network.c +++ b/code/bngblaster/src/bbl_network.c @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_network.h b/code/bngblaster/src/bbl_network.h index 4b5276e2..767940c8 100644 --- a/code/bngblaster/src/bbl_network.h +++ b/code/bngblaster/src/bbl_network.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_pcap.c b/code/bngblaster/src/bbl_pcap.c index e0c955b5..a4156c49 100644 --- a/code/bngblaster/src/bbl_pcap.c +++ b/code/bngblaster/src/bbl_pcap.c @@ -4,7 +4,7 @@ * * Hannes Gredler, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_pcap.h b/code/bngblaster/src/bbl_pcap.h index b2271fe5..6e6b7705 100644 --- a/code/bngblaster/src/bbl_pcap.h +++ b/code/bngblaster/src/bbl_pcap.h @@ -4,7 +4,7 @@ * * Hannes Gredler, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_protocols.c b/code/bngblaster/src/bbl_protocols.c index e16dc483..4c3ef394 100644 --- a/code/bngblaster/src/bbl_protocols.c +++ b/code/bngblaster/src/bbl_protocols.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl_def.h" diff --git a/code/bngblaster/src/bbl_protocols.h b/code/bngblaster/src/bbl_protocols.h index 500768fa..062badb1 100644 --- a/code/bngblaster/src/bbl_protocols.h +++ b/code/bngblaster/src/bbl_protocols.h @@ -3,7 +3,7 @@ * * Christian Giese, July 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_rx.c b/code/bngblaster/src/bbl_rx.c index a8514a56..c7c9291c 100644 --- a/code/bngblaster/src/bbl_rx.c +++ b/code/bngblaster/src/bbl_rx.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_rx.h b/code/bngblaster/src/bbl_rx.h index b9aebbc8..2795356c 100644 --- a/code/bngblaster/src/bbl_rx.h +++ b/code/bngblaster/src/bbl_rx.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_session.c b/code/bngblaster/src/bbl_session.c index 88064db6..07d823cc 100644 --- a/code/bngblaster/src/bbl_session.c +++ b/code/bngblaster/src/bbl_session.c @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_session.h b/code/bngblaster/src/bbl_session.h index 0b56c46d..dad81c24 100644 --- a/code/bngblaster/src/bbl_session.h +++ b/code/bngblaster/src/bbl_session.h @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_stats.c b/code/bngblaster/src/bbl_stats.c index 1f1fbed1..71fff398 100644 --- a/code/bngblaster/src/bbl_stats.c +++ b/code/bngblaster/src/bbl_stats.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_stats.h b/code/bngblaster/src/bbl_stats.h index 4cd4b1f0..f98c49a3 100644 --- a/code/bngblaster/src/bbl_stats.h +++ b/code/bngblaster/src/bbl_stats.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_stream.c b/code/bngblaster/src/bbl_stream.c index 4b7b7c16..a038754e 100644 --- a/code/bngblaster/src/bbl_stream.c +++ b/code/bngblaster/src/bbl_stream.c @@ -3,7 +3,7 @@ * * Christian Giese, March 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_stream.h b/code/bngblaster/src/bbl_stream.h index 2addcb65..7eaa3c88 100644 --- a/code/bngblaster/src/bbl_stream.h +++ b/code/bngblaster/src/bbl_stream.h @@ -3,7 +3,7 @@ * * Christian Giese, Match 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_STREAM_H__ diff --git a/code/bngblaster/src/bbl_tcp.c b/code/bngblaster/src/bbl_tcp.c index 674071ca..02bb50d1 100644 --- a/code/bngblaster/src/bbl_tcp.c +++ b/code/bngblaster/src/bbl_tcp.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl_tcp.h" diff --git a/code/bngblaster/src/bbl_tcp.h b/code/bngblaster/src/bbl_tcp.h index ec19d881..b085e5bb 100644 --- a/code/bngblaster/src/bbl_tcp.h +++ b/code/bngblaster/src/bbl_tcp.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/bbl_tx.c b/code/bngblaster/src/bbl_tx.c index ac669f01..30d87e53 100644 --- a/code/bngblaster/src/bbl_tx.c +++ b/code/bngblaster/src/bbl_tx.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_tx.h b/code/bngblaster/src/bbl_tx.h index e24c1a60..fae601de 100644 --- a/code/bngblaster/src/bbl_tx.h +++ b/code/bngblaster/src/bbl_tx.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_TX_H__ diff --git a/code/bngblaster/src/bbl_txq.c b/code/bngblaster/src/bbl_txq.c index 13ce2d83..b7507778 100644 --- a/code/bngblaster/src/bbl_txq.c +++ b/code/bngblaster/src/bbl_txq.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bbl.h" diff --git a/code/bngblaster/src/bbl_txq.h b/code/bngblaster/src/bbl_txq.h index e590a5cb..4e6d2b7b 100644 --- a/code/bngblaster/src/bbl_txq.h +++ b/code/bngblaster/src/bbl_txq.h @@ -7,7 +7,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_TXQ_H__ diff --git a/code/bngblaster/src/bgp/bgp.c b/code/bngblaster/src/bgp/bgp.c index e10e8e18..5007d22e 100644 --- a/code/bngblaster/src/bgp/bgp.c +++ b/code/bngblaster/src/bgp/bgp.c @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bgp.h" diff --git a/code/bngblaster/src/bgp/bgp.h b/code/bngblaster/src/bgp/bgp.h index 1e6c03e2..1898779d 100644 --- a/code/bngblaster/src/bgp/bgp.h +++ b/code/bngblaster/src/bgp/bgp.h @@ -3,7 +3,7 @@ * * Christian Giese, Mach 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_H__ diff --git a/code/bngblaster/src/bgp/bgp_ctrl.c b/code/bngblaster/src/bgp/bgp_ctrl.c index 90abd6c7..9a20ae8e 100644 --- a/code/bngblaster/src/bgp/bgp_ctrl.c +++ b/code/bngblaster/src/bgp/bgp_ctrl.c @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bgp.h" diff --git a/code/bngblaster/src/bgp/bgp_ctrl.h b/code/bngblaster/src/bgp/bgp_ctrl.h index 924a359f..52cc9893 100644 --- a/code/bngblaster/src/bgp/bgp_ctrl.h +++ b/code/bngblaster/src/bgp/bgp_ctrl.h @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_CTRL_H__ diff --git a/code/bngblaster/src/bgp/bgp_def.h b/code/bngblaster/src/bgp/bgp_def.h index 53b32fa6..ffba9fb2 100644 --- a/code/bngblaster/src/bgp/bgp_def.h +++ b/code/bngblaster/src/bgp/bgp_def.h @@ -3,7 +3,7 @@ * * Christian Giese, MARCH 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_DEF_H__ diff --git a/code/bngblaster/src/bgp/bgp_message.c b/code/bngblaster/src/bgp/bgp_message.c index 1cb219b9..60c874d0 100644 --- a/code/bngblaster/src/bgp/bgp_message.c +++ b/code/bngblaster/src/bgp/bgp_message.c @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bgp.h" diff --git a/code/bngblaster/src/bgp/bgp_message.h b/code/bngblaster/src/bgp/bgp_message.h index 59088379..b98a5437 100644 --- a/code/bngblaster/src/bgp/bgp_message.h +++ b/code/bngblaster/src/bgp/bgp_message.h @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_MESSAGE_H__ diff --git a/code/bngblaster/src/bgp/bgp_raw_update.c b/code/bngblaster/src/bgp/bgp_raw_update.c index a56434f9..17959f66 100644 --- a/code/bngblaster/src/bgp/bgp_raw_update.c +++ b/code/bngblaster/src/bgp/bgp_raw_update.c @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bgp.h" diff --git a/code/bngblaster/src/bgp/bgp_raw_update.h b/code/bngblaster/src/bgp/bgp_raw_update.h index b38c7556..15c9207c 100644 --- a/code/bngblaster/src/bgp/bgp_raw_update.h +++ b/code/bngblaster/src/bgp/bgp_raw_update.h @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_RAW_UPDATE_H__ diff --git a/code/bngblaster/src/bgp/bgp_receive.c b/code/bngblaster/src/bgp/bgp_receive.c index 3963205f..13b4e9b4 100644 --- a/code/bngblaster/src/bgp/bgp_receive.c +++ b/code/bngblaster/src/bgp/bgp_receive.c @@ -4,7 +4,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bgp.h" diff --git a/code/bngblaster/src/bgp/bgp_receive.h b/code/bngblaster/src/bgp/bgp_receive.h index c9100137..9d3e32f2 100644 --- a/code/bngblaster/src/bgp/bgp_receive.h +++ b/code/bngblaster/src/bgp/bgp_receive.h @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_RECEIVE_H__ diff --git a/code/bngblaster/src/bgp/bgp_session.c b/code/bngblaster/src/bgp/bgp_session.c index 7a828205..b1b8b92a 100644 --- a/code/bngblaster/src/bgp/bgp_session.c +++ b/code/bngblaster/src/bgp/bgp_session.c @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "bgp.h" diff --git a/code/bngblaster/src/bgp/bgp_session.h b/code/bngblaster/src/bgp/bgp_session.h index 04122e5c..c0b61900 100644 --- a/code/bngblaster/src/bgp/bgp_session.h +++ b/code/bngblaster/src/bgp/bgp_session.h @@ -3,7 +3,7 @@ * * Christian Giese, March 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_BGP_SESSION_H__ diff --git a/code/bngblaster/src/io/io.c b/code/bngblaster/src/io/io.c index 78e118fc..8103bbc2 100644 --- a/code/bngblaster/src/io/io.c +++ b/code/bngblaster/src/io/io.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/bngblaster/src/io/io.h b/code/bngblaster/src/io/io.h index 4a931905..796c6522 100644 --- a/code/bngblaster/src/io/io.h +++ b/code/bngblaster/src/io/io.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_H__ diff --git a/code/bngblaster/src/io/io_bucket.c b/code/bngblaster/src/io/io_bucket.c index 2c21c823..cd4ba403 100644 --- a/code/bngblaster/src/io/io_bucket.c +++ b/code/bngblaster/src/io/io_bucket.c @@ -3,7 +3,7 @@ * * Christian Giese, January 2024 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_bucket.h b/code/bngblaster/src/io/io_bucket.h index 8089f948..cc25b313 100644 --- a/code/bngblaster/src/io/io_bucket.h +++ b/code/bngblaster/src/io/io_bucket.h @@ -3,7 +3,7 @@ * * Christian Giese, January 2024 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_BUCKET_H__ diff --git a/code/bngblaster/src/io/io_def.h b/code/bngblaster/src/io/io_def.h index c35f3bda..63294154 100644 --- a/code/bngblaster/src/io/io_def.h +++ b/code/bngblaster/src/io/io_def.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_DEF_H__ diff --git a/code/bngblaster/src/io/io_dpdk.c b/code/bngblaster/src/io/io_dpdk.c index 28591da9..90a4091c 100644 --- a/code/bngblaster/src/io/io_dpdk.c +++ b/code/bngblaster/src/io/io_dpdk.c @@ -5,7 +5,7 @@ * * Christian Giese, September 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_dpdk.h b/code/bngblaster/src/io/io_dpdk.h index bf0feff9..2159ecbf 100644 --- a/code/bngblaster/src/io/io_dpdk.h +++ b/code/bngblaster/src/io/io_dpdk.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_DPDK_H__ diff --git a/code/bngblaster/src/io/io_interface.c b/code/bngblaster/src/io/io_interface.c index adbc8911..33a735aa 100644 --- a/code/bngblaster/src/io/io_interface.c +++ b/code/bngblaster/src/io/io_interface.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_interface.h b/code/bngblaster/src/io/io_interface.h index 811f204b..767422e7 100644 --- a/code/bngblaster/src/io/io_interface.h +++ b/code/bngblaster/src/io/io_interface.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_INTERFACE_H__ diff --git a/code/bngblaster/src/io/io_packet_mmap.c b/code/bngblaster/src/io/io_packet_mmap.c index ff3f0493..ac209923 100644 --- a/code/bngblaster/src/io/io_packet_mmap.c +++ b/code/bngblaster/src/io/io_packet_mmap.c @@ -12,7 +12,7 @@ * * https://www.kernel.org/doc/Documentation/networking/packet_mmap.txt * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_packet_mmap.h b/code/bngblaster/src/io/io_packet_mmap.h index 948205f6..c437ddd6 100644 --- a/code/bngblaster/src/io/io_packet_mmap.h +++ b/code/bngblaster/src/io/io_packet_mmap.h @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_PACKET_MMAP_H__ diff --git a/code/bngblaster/src/io/io_raw.c b/code/bngblaster/src/io/io_raw.c index 58173562..d121e436 100644 --- a/code/bngblaster/src/io/io_raw.c +++ b/code/bngblaster/src/io/io_raw.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_raw.h b/code/bngblaster/src/io/io_raw.h index bc1bb1ec..e85a459a 100644 --- a/code/bngblaster/src/io/io_raw.h +++ b/code/bngblaster/src/io/io_raw.h @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_RAW_H__ diff --git a/code/bngblaster/src/io/io_socket.c b/code/bngblaster/src/io/io_socket.c index 3b20a244..63c47cb8 100644 --- a/code/bngblaster/src/io/io_socket.c +++ b/code/bngblaster/src/io/io_socket.c @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_socket.h b/code/bngblaster/src/io/io_socket.h index da2aea18..c93d738b 100644 --- a/code/bngblaster/src/io/io_socket.h +++ b/code/bngblaster/src/io/io_socket.h @@ -3,7 +3,7 @@ * * Christian Giese, August 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_SOCKET_H__ diff --git a/code/bngblaster/src/io/io_thread.c b/code/bngblaster/src/io/io_thread.c index d9494c02..35f84aca 100644 --- a/code/bngblaster/src/io/io_thread.c +++ b/code/bngblaster/src/io/io_thread.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "io.h" diff --git a/code/bngblaster/src/io/io_thread.h b/code/bngblaster/src/io/io_thread.h index 5c2b0dca..5cd030af 100644 --- a/code/bngblaster/src/io/io_thread.h +++ b/code/bngblaster/src/io/io_thread.h @@ -3,7 +3,7 @@ * * Christian Giese, July 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_IO_THREAD_H__ diff --git a/code/bngblaster/src/isis/isis.c b/code/bngblaster/src/isis/isis.c index 9f685e63..7c83f873 100644 --- a/code/bngblaster/src/isis/isis.c +++ b/code/bngblaster/src/isis/isis.c @@ -3,7 +3,7 @@ * * Christian Giese, January 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis.h b/code/bngblaster/src/isis/isis.h index bcf37022..bac29ffb 100644 --- a/code/bngblaster/src/isis/isis.h +++ b/code/bngblaster/src/isis/isis.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_H__ diff --git a/code/bngblaster/src/isis/isis_adjacency.c b/code/bngblaster/src/isis/isis_adjacency.c index 4d2c85ba..ad92ad57 100644 --- a/code/bngblaster/src/isis/isis_adjacency.c +++ b/code/bngblaster/src/isis/isis_adjacency.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_adjacency.h b/code/bngblaster/src/isis/isis_adjacency.h index 7f780b00..ac7a8e0f 100644 --- a/code/bngblaster/src/isis/isis_adjacency.h +++ b/code/bngblaster/src/isis/isis_adjacency.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_ADJACENCY_H__ diff --git a/code/bngblaster/src/isis/isis_csnp.c b/code/bngblaster/src/isis/isis_csnp.c index f5149b5a..5fa12304 100644 --- a/code/bngblaster/src/isis/isis_csnp.c +++ b/code/bngblaster/src/isis/isis_csnp.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_csnp.h b/code/bngblaster/src/isis/isis_csnp.h index 399d8f4c..5ca143d7 100644 --- a/code/bngblaster/src/isis/isis_csnp.h +++ b/code/bngblaster/src/isis/isis_csnp.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_CSNP_H__ diff --git a/code/bngblaster/src/isis/isis_ctrl.c b/code/bngblaster/src/isis/isis_ctrl.c index 982b43b7..c267549e 100644 --- a/code/bngblaster/src/isis/isis_ctrl.c +++ b/code/bngblaster/src/isis/isis_ctrl.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_ctrl.h b/code/bngblaster/src/isis/isis_ctrl.h index d307da62..819a1f89 100644 --- a/code/bngblaster/src/isis/isis_ctrl.h +++ b/code/bngblaster/src/isis/isis_ctrl.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_CTRL_H__ diff --git a/code/bngblaster/src/isis/isis_def.h b/code/bngblaster/src/isis/isis_def.h index d877f50a..27212650 100644 --- a/code/bngblaster/src/isis/isis_def.h +++ b/code/bngblaster/src/isis/isis_def.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_DEF_H__ diff --git a/code/bngblaster/src/isis/isis_lsp.c b/code/bngblaster/src/isis/isis_lsp.c index e05e619a..5ce27ed9 100644 --- a/code/bngblaster/src/isis/isis_lsp.c +++ b/code/bngblaster/src/isis/isis_lsp.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_lsp.h b/code/bngblaster/src/isis/isis_lsp.h index 4d8da641..327a88de 100644 --- a/code/bngblaster/src/isis/isis_lsp.h +++ b/code/bngblaster/src/isis/isis_lsp.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_LSP_H__ diff --git a/code/bngblaster/src/isis/isis_mrt.c b/code/bngblaster/src/isis/isis_mrt.c index 5291f97d..0d50a381 100644 --- a/code/bngblaster/src/isis/isis_mrt.c +++ b/code/bngblaster/src/isis/isis_mrt.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_mrt.h b/code/bngblaster/src/isis/isis_mrt.h index c6e3f1fe..3466b1c3 100644 --- a/code/bngblaster/src/isis/isis_mrt.h +++ b/code/bngblaster/src/isis/isis_mrt.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_MRT_H__ diff --git a/code/bngblaster/src/isis/isis_p2p_hello.c b/code/bngblaster/src/isis/isis_p2p_hello.c index 9fe3edf6..a771a15f 100644 --- a/code/bngblaster/src/isis/isis_p2p_hello.c +++ b/code/bngblaster/src/isis/isis_p2p_hello.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_p2p_hello.h b/code/bngblaster/src/isis/isis_p2p_hello.h index f32e0621..f374ba61 100644 --- a/code/bngblaster/src/isis/isis_p2p_hello.h +++ b/code/bngblaster/src/isis/isis_p2p_hello.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_P2P_HELLO_H__ diff --git a/code/bngblaster/src/isis/isis_pdu.c b/code/bngblaster/src/isis/isis_pdu.c index ef1c19dc..0dc66404 100644 --- a/code/bngblaster/src/isis/isis_pdu.c +++ b/code/bngblaster/src/isis/isis_pdu.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_pdu.h b/code/bngblaster/src/isis/isis_pdu.h index 26fb935b..710333d7 100644 --- a/code/bngblaster/src/isis/isis_pdu.h +++ b/code/bngblaster/src/isis/isis_pdu.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_PDU_H__ diff --git a/code/bngblaster/src/isis/isis_psnp.c b/code/bngblaster/src/isis/isis_psnp.c index aed0e129..baff4436 100644 --- a/code/bngblaster/src/isis/isis_psnp.c +++ b/code/bngblaster/src/isis/isis_psnp.c @@ -3,7 +3,7 @@ * * Christian Giese, January 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_psnp.h b/code/bngblaster/src/isis/isis_psnp.h index 997cd169..6989779b 100644 --- a/code/bngblaster/src/isis/isis_psnp.h +++ b/code/bngblaster/src/isis/isis_psnp.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_PSNP_H__ diff --git a/code/bngblaster/src/isis/isis_utils.c b/code/bngblaster/src/isis/isis_utils.c index 3642dae4..30f538c0 100644 --- a/code/bngblaster/src/isis/isis_utils.c +++ b/code/bngblaster/src/isis/isis_utils.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "isis.h" diff --git a/code/bngblaster/src/isis/isis_utils.h b/code/bngblaster/src/isis/isis_utils.h index 843913f1..fd363573 100644 --- a/code/bngblaster/src/isis/isis_utils.h +++ b/code/bngblaster/src/isis/isis_utils.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_ISIS_UTILS_H__ diff --git a/code/bngblaster/src/ldp/ldp.c b/code/bngblaster/src/ldp/ldp.c index 07ffea8d..efd8fe90 100644 --- a/code/bngblaster/src/ldp/ldp.c +++ b/code/bngblaster/src/ldp/ldp.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp.h b/code/bngblaster/src/ldp/ldp.h index 108a2efa..0880d205 100644 --- a/code/bngblaster/src/ldp/ldp.h +++ b/code/bngblaster/src/ldp/ldp.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_H__ diff --git a/code/bngblaster/src/ldp/ldp_ctrl.c b/code/bngblaster/src/ldp/ldp_ctrl.c index 4cec2d3f..b8cd8963 100644 --- a/code/bngblaster/src/ldp/ldp_ctrl.c +++ b/code/bngblaster/src/ldp/ldp_ctrl.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_ctrl.h b/code/bngblaster/src/ldp/ldp_ctrl.h index f221f4bf..d064e280 100644 --- a/code/bngblaster/src/ldp/ldp_ctrl.h +++ b/code/bngblaster/src/ldp/ldp_ctrl.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_CTRL_H__ diff --git a/code/bngblaster/src/ldp/ldp_db.c b/code/bngblaster/src/ldp/ldp_db.c index a1be2d85..4ea53f93 100644 --- a/code/bngblaster/src/ldp/ldp_db.c +++ b/code/bngblaster/src/ldp/ldp_db.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_db.h b/code/bngblaster/src/ldp/ldp_db.h index 6bb859e2..b1e30005 100644 --- a/code/bngblaster/src/ldp/ldp_db.h +++ b/code/bngblaster/src/ldp/ldp_db.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_DB_H__ diff --git a/code/bngblaster/src/ldp/ldp_def.h b/code/bngblaster/src/ldp/ldp_def.h index ff754b78..4110e474 100644 --- a/code/bngblaster/src/ldp/ldp_def.h +++ b/code/bngblaster/src/ldp/ldp_def.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_DEF_H__ diff --git a/code/bngblaster/src/ldp/ldp_hello.c b/code/bngblaster/src/ldp/ldp_hello.c index 850c5e92..a90cdb02 100644 --- a/code/bngblaster/src/ldp/ldp_hello.c +++ b/code/bngblaster/src/ldp/ldp_hello.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_hello.h b/code/bngblaster/src/ldp/ldp_hello.h index fe3cc807..89cbe836 100644 --- a/code/bngblaster/src/ldp/ldp_hello.h +++ b/code/bngblaster/src/ldp/ldp_hello.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_HELLO_H__ diff --git a/code/bngblaster/src/ldp/ldp_interface.c b/code/bngblaster/src/ldp/ldp_interface.c index f983e8b5..7253cddc 100644 --- a/code/bngblaster/src/ldp/ldp_interface.c +++ b/code/bngblaster/src/ldp/ldp_interface.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_interface.h b/code/bngblaster/src/ldp/ldp_interface.h index 22af9869..28c76c1a 100644 --- a/code/bngblaster/src/ldp/ldp_interface.h +++ b/code/bngblaster/src/ldp/ldp_interface.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_INTERFACE_H__ diff --git a/code/bngblaster/src/ldp/ldp_message.c b/code/bngblaster/src/ldp/ldp_message.c index 3f7d2fd3..496f73f4 100644 --- a/code/bngblaster/src/ldp/ldp_message.c +++ b/code/bngblaster/src/ldp/ldp_message.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_message.h b/code/bngblaster/src/ldp/ldp_message.h index d0584113..2999c695 100644 --- a/code/bngblaster/src/ldp/ldp_message.h +++ b/code/bngblaster/src/ldp/ldp_message.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_MESSAGE_H__ diff --git a/code/bngblaster/src/ldp/ldp_raw_update.c b/code/bngblaster/src/ldp/ldp_raw_update.c index 491b4ea1..feeb407d 100644 --- a/code/bngblaster/src/ldp/ldp_raw_update.c +++ b/code/bngblaster/src/ldp/ldp_raw_update.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_raw_update.h b/code/bngblaster/src/ldp/ldp_raw_update.h index 2491cfbf..f6eb92e2 100644 --- a/code/bngblaster/src/ldp/ldp_raw_update.h +++ b/code/bngblaster/src/ldp/ldp_raw_update.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_RAW_UPDATE_H__ diff --git a/code/bngblaster/src/ldp/ldp_receive.c b/code/bngblaster/src/ldp/ldp_receive.c index 6ecf602e..a8e1341a 100644 --- a/code/bngblaster/src/ldp/ldp_receive.c +++ b/code/bngblaster/src/ldp/ldp_receive.c @@ -4,7 +4,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_receive.h b/code/bngblaster/src/ldp/ldp_receive.h index f8df74dc..e6da8178 100644 --- a/code/bngblaster/src/ldp/ldp_receive.h +++ b/code/bngblaster/src/ldp/ldp_receive.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_RECEIVE_H__ diff --git a/code/bngblaster/src/ldp/ldp_session.c b/code/bngblaster/src/ldp/ldp_session.c index 66fc22c9..66f31ccd 100644 --- a/code/bngblaster/src/ldp/ldp_session.c +++ b/code/bngblaster/src/ldp/ldp_session.c @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ldp.h" diff --git a/code/bngblaster/src/ldp/ldp_session.h b/code/bngblaster/src/ldp/ldp_session.h index eb9dcafc..3790141f 100644 --- a/code/bngblaster/src/ldp/ldp_session.h +++ b/code/bngblaster/src/ldp/ldp_session.h @@ -3,7 +3,7 @@ * * Christian Giese, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_LDP_SESSION_H__ diff --git a/code/bngblaster/src/ospf/ospf.c b/code/bngblaster/src/ospf/ospf.c index 11fa4f0c..aff7f65e 100644 --- a/code/bngblaster/src/ospf/ospf.c +++ b/code/bngblaster/src/ospf/ospf.c @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf.h b/code/bngblaster/src/ospf/ospf.h index 95da0328..7afdda54 100644 --- a/code/bngblaster/src/ospf/ospf.h +++ b/code/bngblaster/src/ospf/ospf.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_H__ diff --git a/code/bngblaster/src/ospf/ospf_ctrl.c b/code/bngblaster/src/ospf/ospf_ctrl.c index 15050354..b08d8f0a 100644 --- a/code/bngblaster/src/ospf/ospf_ctrl.c +++ b/code/bngblaster/src/ospf/ospf_ctrl.c @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_ctrl.h b/code/bngblaster/src/ospf/ospf_ctrl.h index bdd5cb65..d4690232 100644 --- a/code/bngblaster/src/ospf/ospf_ctrl.h +++ b/code/bngblaster/src/ospf/ospf_ctrl.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_CTRL_H__ diff --git a/code/bngblaster/src/ospf/ospf_def.h b/code/bngblaster/src/ospf/ospf_def.h index b2765d03..37dd87ec 100644 --- a/code/bngblaster/src/ospf/ospf_def.h +++ b/code/bngblaster/src/ospf/ospf_def.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_DEF_H__ diff --git a/code/bngblaster/src/ospf/ospf_hello.c b/code/bngblaster/src/ospf/ospf_hello.c index 3c1d082f..3141944f 100644 --- a/code/bngblaster/src/ospf/ospf_hello.c +++ b/code/bngblaster/src/ospf/ospf_hello.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_hello.h b/code/bngblaster/src/ospf/ospf_hello.h index bfb1dcac..102329b0 100644 --- a/code/bngblaster/src/ospf/ospf_hello.h +++ b/code/bngblaster/src/ospf/ospf_hello.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_HELLO_H__ diff --git a/code/bngblaster/src/ospf/ospf_interface.c b/code/bngblaster/src/ospf/ospf_interface.c index 91328b90..e306d98f 100644 --- a/code/bngblaster/src/ospf/ospf_interface.c +++ b/code/bngblaster/src/ospf/ospf_interface.c @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_interface.h b/code/bngblaster/src/ospf/ospf_interface.h index b344409a..da6a5248 100644 --- a/code/bngblaster/src/ospf/ospf_interface.h +++ b/code/bngblaster/src/ospf/ospf_interface.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_INTERFACE_H__ diff --git a/code/bngblaster/src/ospf/ospf_lsa.c b/code/bngblaster/src/ospf/ospf_lsa.c index 6261ac27..62000261 100644 --- a/code/bngblaster/src/ospf/ospf_lsa.c +++ b/code/bngblaster/src/ospf/ospf_lsa.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_lsa.h b/code/bngblaster/src/ospf/ospf_lsa.h index a89b791e..43b7e7ce 100644 --- a/code/bngblaster/src/ospf/ospf_lsa.h +++ b/code/bngblaster/src/ospf/ospf_lsa.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_LSA_H__ diff --git a/code/bngblaster/src/ospf/ospf_mrt.c b/code/bngblaster/src/ospf/ospf_mrt.c index 04b76697..3364bb51 100644 --- a/code/bngblaster/src/ospf/ospf_mrt.c +++ b/code/bngblaster/src/ospf/ospf_mrt.c @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_mrt.h b/code/bngblaster/src/ospf/ospf_mrt.h index 1a4e5d31..069edc40 100644 --- a/code/bngblaster/src/ospf/ospf_mrt.h +++ b/code/bngblaster/src/ospf/ospf_mrt.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_MRT_H__ diff --git a/code/bngblaster/src/ospf/ospf_neighbor.c b/code/bngblaster/src/ospf/ospf_neighbor.c index 6f42e1e8..4875eb45 100644 --- a/code/bngblaster/src/ospf/ospf_neighbor.c +++ b/code/bngblaster/src/ospf/ospf_neighbor.c @@ -3,7 +3,7 @@ * * Christian Giese, July 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_neighbor.h b/code/bngblaster/src/ospf/ospf_neighbor.h index 42c17ac1..4e576d5a 100644 --- a/code/bngblaster/src/ospf/ospf_neighbor.h +++ b/code/bngblaster/src/ospf/ospf_neighbor.h @@ -3,7 +3,7 @@ * * Christian Giese, June 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_NEIGHBOR_H__ diff --git a/code/bngblaster/src/ospf/ospf_pdu.c b/code/bngblaster/src/ospf/ospf_pdu.c index ffd6a283..6a20897c 100644 --- a/code/bngblaster/src/ospf/ospf_pdu.c +++ b/code/bngblaster/src/ospf/ospf_pdu.c @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_pdu.h b/code/bngblaster/src/ospf/ospf_pdu.h index 778ca256..b0a50a8d 100644 --- a/code/bngblaster/src/ospf/ospf_pdu.h +++ b/code/bngblaster/src/ospf/ospf_pdu.h @@ -3,7 +3,7 @@ * * Christian Giese, February 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_PDU_H__ diff --git a/code/bngblaster/src/ospf/ospf_utils.c b/code/bngblaster/src/ospf/ospf_utils.c index 4fca99df..929a1da2 100644 --- a/code/bngblaster/src/ospf/ospf_utils.c +++ b/code/bngblaster/src/ospf/ospf_utils.c @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "ospf.h" diff --git a/code/bngblaster/src/ospf/ospf_utils.h b/code/bngblaster/src/ospf/ospf_utils.h index 7983b5d0..46e029a9 100644 --- a/code/bngblaster/src/ospf/ospf_utils.h +++ b/code/bngblaster/src/ospf/ospf_utils.h @@ -3,7 +3,7 @@ * * Christian Giese, May 2023 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BBL_OSPF_UTILS_H__ diff --git a/code/bngblaster/test/protocols.c b/code/bngblaster/test/protocols.c index cd7c7d8d..c76754c3 100644 --- a/code/bngblaster/test/protocols.c +++ b/code/bngblaster/test/protocols.c @@ -3,7 +3,7 @@ * * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/code/bngblaster/test/protocols_decode_pcap.c b/code/bngblaster/test/protocols_decode_pcap.c index 7f2e79b4..36271eee 100644 --- a/code/bngblaster/test/protocols_decode_pcap.c +++ b/code/bngblaster/test/protocols_decode_pcap.c @@ -8,7 +8,7 @@ * * Christian Giese, January 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/code/common/src/common.h b/code/common/src/common.h index db6fe26e..01437cf4 100644 --- a/code/common/src/common.h +++ b/code/common/src/common.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __COMMON_H__ diff --git a/code/common/src/common_include.h b/code/common/src/common_include.h index a7dc4dd7..3e473628 100644 --- a/code/common/src/common_include.h +++ b/code/common/src/common_include.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __COMMON_INCLUDE_H__ diff --git a/code/common/src/logging.c b/code/common/src/logging.c index adc135dd..7681b720 100644 --- a/code/common/src/logging.c +++ b/code/common/src/logging.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "logging.h" diff --git a/code/common/src/logging.h b/code/common/src/logging.h index 65f4b77d..0f275c00 100644 --- a/code/common/src/logging.h +++ b/code/common/src/logging.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/common/src/timer.c b/code/common/src/timer.c index 5bd64224..58c48845 100644 --- a/code/common/src/timer.c +++ b/code/common/src/timer.c @@ -3,7 +3,7 @@ * * Hannes Gredler, July 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "timer.h" diff --git a/code/common/src/timer.h b/code/common/src/timer.h index 785003b6..df080ad5 100644 --- a/code/common/src/timer.h +++ b/code/common/src/timer.h @@ -3,7 +3,7 @@ * * Hannes Gredler, July 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/code/common/src/utils.c b/code/common/src/utils.c index bf685cd0..153361d5 100644 --- a/code/common/src/utils.c +++ b/code/common/src/utils.c @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include "utils.h" diff --git a/code/common/src/utils.h b/code/common/src/utils.h index a9f275c8..2babe3e1 100644 --- a/code/common/src/utils.h +++ b/code/common/src/utils.h @@ -4,7 +4,7 @@ * Hannes Gredler, July 2020 * Christian Giese, October 2020 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __COMMON_UTILS_H__ diff --git a/code/common/test/utils.c b/code/common/test/utils.c index ad08b6e7..b1f2452d 100644 --- a/code/common/test/utils.c +++ b/code/common/test/utils.c @@ -3,7 +3,7 @@ * * Christian Giese, June 2021 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/code/ldpupdate b/code/ldpupdate index fec0f71a..2a03a7b8 100644 --- a/code/ldpupdate +++ b/code/ldpupdate @@ -4,7 +4,7 @@ LDP RAW Update Generator Christian Giese, December 2022 -Copyright (C) 2020-2023, RtBrick, Inc. +Copyright (C) 2020-2024, RtBrick, Inc. SPDX-License-Identifier: BSD-3-Clause """ from socket import inet_aton diff --git a/code/lspgen/src/hmac_md5.c b/code/lspgen/src/hmac_md5.c index 98587c8d..a35d86f7 100644 --- a/code/lspgen/src/hmac_md5.c +++ b/code/lspgen/src/hmac_md5.c @@ -3,7 +3,7 @@ * * Hannes Gredler, January 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/code/lspgen/src/hmac_md5.h b/code/lspgen/src/hmac_md5.h index 536177ce..8e7d0a79 100644 --- a/code/lspgen/src/hmac_md5.h +++ b/code/lspgen/src/hmac_md5.h @@ -3,7 +3,7 @@ * * Hannes Gredler, January 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __HMAC_MD5_H__ diff --git a/code/lspgen/src/lspgen_config.c b/code/lspgen/src/lspgen_config.c index 5662d048..d5996d50 100644 --- a/code/lspgen/src/lspgen_config.c +++ b/code/lspgen/src/lspgen_config.c @@ -3,7 +3,7 @@ * * Hannes Gredler, January 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/code/lspgen/src/lspgen_ospf.c b/code/lspgen/src/lspgen_ospf.c index 4275fd87..a806fde2 100644 --- a/code/lspgen/src/lspgen_ospf.c +++ b/code/lspgen/src/lspgen_ospf.c @@ -5,7 +5,7 @@ * * Hannes Gredler, July 2023 * - * Copyright (C) 2015-2023, RtBrick, Inc. + * Copyright (C) 2015-2024, RtBrick, Inc. */ #include "lspgen.h" diff --git a/code/lspgen/src/lspgen_ospf.h b/code/lspgen/src/lspgen_ospf.h index c8e4143f..dfe83095 100644 --- a/code/lspgen/src/lspgen_ospf.h +++ b/code/lspgen/src/lspgen_ospf.h @@ -5,7 +5,7 @@ * * Hannes Gredler, July 2023 * - * Copyright (C) 2015-2023, RtBrick, Inc. + * Copyright (C) 2015-2024, RtBrick, Inc. */ /* diff --git a/code/lspgen/src/lspgen_seq_cache.c b/code/lspgen/src/lspgen_seq_cache.c index c80be476..15db27af 100644 --- a/code/lspgen/src/lspgen_seq_cache.c +++ b/code/lspgen/src/lspgen_seq_cache.c @@ -3,7 +3,7 @@ * * Hannes Gredler, November 2022 * - * Copyright (C) 2020-2023, RtBrick, Inc. + * Copyright (C) 2020-2024, RtBrick, Inc. * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/docsrc/sources/conf.py b/docsrc/sources/conf.py index a18ad7a8..d30080be 100644 --- a/docsrc/sources/conf.py +++ b/docsrc/sources/conf.py @@ -3,7 +3,7 @@ # -- Project information project = 'BNG Blaster' -copyright = '2020-2023, RtBrick, Inc.' +copyright = '2020-2024, RtBrick, Inc.' author = 'Christian Giese' release = '0.8' version = '0.8.X' diff --git a/docsrc/sources/index.rst b/docsrc/sources/index.rst index f7c72cb8..0bb1da9c 100644 --- a/docsrc/sources/index.rst +++ b/docsrc/sources/index.rst @@ -157,4 +157,4 @@ Copyright --------- .. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN -Copyright |copy| 2020-2023, RtBrick, Inc. \ No newline at end of file +Copyright |copy| 2020-2024, RtBrick, Inc. \ No newline at end of file