From 77b4468eb3a48d5731ca47a98252b91dc7db736c Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 18 Jan 2022 16:36:00 +0100 Subject: [PATCH] Updated copyright statements to 2022 --- LICENSE.md | 2 +- Makefile.in | 2 +- apps/Makefile.in | 2 +- apps/backend/Makefile.in | 2 +- apps/backend/backend_client.c | 2 +- apps/backend/backend_client.h | 2 +- apps/backend/backend_commit.c | 2 +- apps/backend/backend_get.c | 2 +- apps/backend/backend_get.h | 2 +- apps/backend/backend_handle.h | 2 +- apps/backend/backend_main.c | 2 +- apps/backend/backend_plugin.c | 2 +- apps/backend/backend_plugin_restconf.c | 2 +- apps/backend/backend_plugin_restconf.h | 2 +- apps/backend/backend_socket.c | 2 +- apps/backend/backend_socket.h | 2 +- apps/backend/backend_startup.c | 2 +- apps/backend/backend_startup.h | 2 +- apps/backend/clixon_backend.h | 2 +- apps/backend/clixon_backend_commit.h | 2 +- apps/backend/clixon_backend_handle.c | 2 +- apps/backend/clixon_backend_handle.h | 2 +- apps/backend/clixon_backend_plugin.h | 2 +- apps/backend/clixon_backend_transaction.c | 2 +- apps/backend/clixon_backend_transaction.h | 2 +- apps/cli/Makefile.in | 2 +- apps/cli/cli_auto.c | 2 +- apps/cli/cli_autocli.c | 2 +- apps/cli/cli_common.c | 2 +- apps/cli/cli_common.h | 2 +- apps/cli/cli_generate.c | 2 +- apps/cli/cli_generate.h | 2 +- apps/cli/cli_handle.c | 2 +- apps/cli/cli_handle.h | 2 +- apps/cli/cli_main.c | 2 +- apps/cli/cli_plugin.c | 2 +- apps/cli/cli_plugin.h | 2 +- apps/cli/cli_show.c | 2 +- apps/cli/clixon_cli.h | 2 +- apps/cli/clixon_cli_api.h | 2 +- apps/netconf/Makefile.in | 2 +- apps/netconf/clixon_netconf.h | 2 +- apps/netconf/netconf_filter.c | 2 +- apps/netconf/netconf_filter.h | 2 +- apps/netconf/netconf_lib.c | 2 +- apps/netconf/netconf_lib.h | 2 +- apps/netconf/netconf_main.c | 2 +- apps/netconf/netconf_rpc.c | 2 +- apps/netconf/netconf_rpc.h | 2 +- apps/restconf/Makefile.in | 2 +- apps/restconf/clixon_restconf.h | 2 +- apps/restconf/restconf_api.c | 2 +- apps/restconf/restconf_api.h | 2 +- apps/restconf/restconf_api_fcgi.c | 2 +- apps/restconf/restconf_api_native.c | 2 +- apps/restconf/restconf_err.c | 2 +- apps/restconf/restconf_err.h | 2 +- apps/restconf/restconf_evhtp.c | 2 +- apps/restconf/restconf_evhtp.h | 2 +- apps/restconf/restconf_handle.c | 2 +- apps/restconf/restconf_handle.h | 2 +- apps/restconf/restconf_lib.c | 2 +- apps/restconf/restconf_lib.h | 2 +- apps/restconf/restconf_main_fcgi.c | 2 +- apps/restconf/restconf_main_native.c | 2 +- apps/restconf/restconf_methods.c | 2 +- apps/restconf/restconf_methods.h | 2 +- apps/restconf/restconf_methods_get.c | 2 +- apps/restconf/restconf_methods_get.h | 2 +- apps/restconf/restconf_methods_patch.c | 2 +- apps/restconf/restconf_methods_patch.h | 2 +- apps/restconf/restconf_methods_post.c | 2 +- apps/restconf/restconf_methods_post.h | 2 +- apps/restconf/restconf_native.c | 2 +- apps/restconf/restconf_native.h | 2 +- apps/restconf/restconf_nghttp2.c | 2 +- apps/restconf/restconf_nghttp2.h | 2 +- apps/restconf/restconf_root.c | 2 +- apps/restconf/restconf_root.h | 2 +- apps/restconf/restconf_stream.h | 2 +- apps/restconf/restconf_stream_fcgi.c | 2 +- configure.ac | 2 +- doc/Makefile.in | 2 +- docker/Makefile.in | 2 +- docker/base/Dockerfile | 2 +- docker/base/Makefile.in | 2 +- docker/base/start.sh | 4 ++-- docker/clixon-dev/Dockerfile | 2 +- docker/clixon-dev/Makefile.in | 2 +- docker/main/Dockerfile | 2 +- docker/main/Dockerfile.fcgi | 2 +- docker/main/Dockerfile.native | 2 +- docker/main/Makefile.in | 2 +- docker/main/start.sh | 4 ++-- docker/main/startsystem.sh | 4 ++-- docker/main/startsystem_fcgi.sh | 4 ++-- docker/main/startsystem_native.sh | 4 ++-- etc/Makefile.in | 2 +- etc/clixonrc.in | 1 + example/Makefile.in | 2 +- example/main/Makefile.in | 2 +- example/main/example.xml.in | 2 ++ example/main/example_backend.c | 2 +- example/main/example_backend_nacm.c | 2 +- example/main/example_cli.c | 2 +- example/main/example_cli.cli | 2 +- example/main/example_netconf.c | 2 +- example/main/example_restconf.c | 2 +- extras/scripts/version | 2 +- include/Makefile.in | 2 +- include/clixon_custom.h | 2 +- lib/Makefile.in | 2 +- lib/clixon/Makefile.in | 2 +- lib/clixon/clixon.h.in | 2 +- lib/clixon/clixon_client.h | 2 +- lib/clixon/clixon_data.h | 2 +- lib/clixon/clixon_datastore.h | 2 +- lib/clixon/clixon_err.h | 2 +- lib/clixon/clixon_err_string.h | 2 +- lib/clixon/clixon_event.h | 2 +- lib/clixon/clixon_file.h | 2 +- lib/clixon/clixon_handle.h | 2 +- lib/clixon/clixon_hash.h | 2 +- lib/clixon/clixon_json.h | 2 +- lib/clixon/clixon_log.h | 2 +- lib/clixon/clixon_nacm.h | 2 +- lib/clixon/clixon_netconf_lib.h | 2 +- lib/clixon/clixon_options.h | 2 +- lib/clixon/clixon_path.h | 2 +- lib/clixon/clixon_plugin.h | 2 +- lib/clixon/clixon_proc.h | 2 +- lib/clixon/clixon_proto.h | 2 +- lib/clixon/clixon_proto_client.h | 2 +- lib/clixon/clixon_queue.h | 2 +- lib/clixon/clixon_regex.h | 2 +- lib/clixon/clixon_sig.h | 2 +- lib/clixon/clixon_stream.h | 2 +- lib/clixon/clixon_string.h | 2 +- lib/clixon/clixon_uid.h | 2 +- lib/clixon/clixon_validate.h | 2 +- lib/clixon/clixon_xml.h | 2 +- lib/clixon/clixon_xml_bind.h | 2 +- lib/clixon/clixon_xml_changelog.h | 2 +- lib/clixon/clixon_xml_io.h | 2 +- lib/clixon/clixon_xml_map.h | 2 +- lib/clixon/clixon_xml_nsctx.h | 2 +- lib/clixon/clixon_xml_sort.h | 2 +- lib/clixon/clixon_xml_vec.h | 2 +- lib/clixon/clixon_xpath.h | 2 +- lib/clixon/clixon_xpath_ctx.h | 2 +- lib/clixon/clixon_xpath_optimize.h | 2 +- lib/clixon/clixon_xpath_yang.h | 2 +- lib/clixon/clixon_yang.h | 2 +- lib/clixon/clixon_yang_module.h | 2 +- lib/clixon/clixon_yang_parse_lib.h | 2 +- lib/clixon/clixon_yang_type.h | 2 +- lib/src/Makefile.in | 2 +- lib/src/clixon_api_path_parse.h | 2 +- lib/src/clixon_api_path_parse.l | 2 +- lib/src/clixon_api_path_parse.y | 2 +- lib/src/clixon_client.c | 2 +- lib/src/clixon_data.c | 2 +- lib/src/clixon_datastore.c | 2 +- lib/src/clixon_datastore_read.c | 2 +- lib/src/clixon_datastore_read.h | 2 +- lib/src/clixon_datastore_write.c | 2 +- lib/src/clixon_datastore_write.h | 2 +- lib/src/clixon_err.c | 2 +- lib/src/clixon_event.c | 2 +- lib/src/clixon_file.c | 2 +- lib/src/clixon_handle.c | 2 +- lib/src/clixon_hash.c | 2 +- lib/src/clixon_instance_id_parse.h | 2 +- lib/src/clixon_instance_id_parse.l | 2 +- lib/src/clixon_instance_id_parse.y | 2 +- lib/src/clixon_json.c | 2 +- lib/src/clixon_json_parse.h | 2 +- lib/src/clixon_json_parse.l | 2 +- lib/src/clixon_json_parse.y | 2 +- lib/src/clixon_log.c | 2 +- lib/src/clixon_nacm.c | 2 +- lib/src/clixon_netconf_lib.c | 2 +- lib/src/clixon_options.c | 2 +- lib/src/clixon_path.c | 2 +- lib/src/clixon_plugin.c | 2 +- lib/src/clixon_proc.c | 2 +- lib/src/clixon_proto.c | 2 +- lib/src/clixon_proto_client.c | 2 +- lib/src/clixon_regex.c | 2 +- lib/src/clixon_sig.c | 2 +- lib/src/clixon_stream.c | 2 +- lib/src/clixon_string.c | 2 +- lib/src/clixon_uid.c | 2 +- lib/src/clixon_validate.c | 2 +- lib/src/clixon_xml.c | 2 +- lib/src/clixon_xml_bind.c | 2 +- lib/src/clixon_xml_changelog.c | 2 +- lib/src/clixon_xml_io.c | 2 +- lib/src/clixon_xml_map.c | 2 +- lib/src/clixon_xml_nsctx.c | 2 +- lib/src/clixon_xml_parse.h | 2 +- lib/src/clixon_xml_parse.l | 2 +- lib/src/clixon_xml_parse.y | 2 +- lib/src/clixon_xml_sort.c | 2 +- lib/src/clixon_xml_vec.c | 2 +- lib/src/clixon_xpath.c | 2 +- lib/src/clixon_xpath_ctx.c | 2 +- lib/src/clixon_xpath_eval.c | 2 +- lib/src/clixon_xpath_eval.h | 2 +- lib/src/clixon_xpath_function.c | 2 +- lib/src/clixon_xpath_function.h | 2 +- lib/src/clixon_xpath_optimize.c | 2 +- lib/src/clixon_xpath_parse.h | 2 +- lib/src/clixon_xpath_parse.l | 2 +- lib/src/clixon_xpath_parse.y | 2 +- lib/src/clixon_xpath_yang.c | 2 +- lib/src/clixon_yang.c | 2 +- lib/src/clixon_yang_cardinality.c | 2 +- lib/src/clixon_yang_cardinality.h | 2 +- lib/src/clixon_yang_internal.h | 2 +- lib/src/clixon_yang_module.c | 2 +- lib/src/clixon_yang_parse.h | 2 +- lib/src/clixon_yang_parse.l | 2 +- lib/src/clixon_yang_parse.y | 2 +- lib/src/clixon_yang_parse_lib.c | 2 +- lib/src/clixon_yang_type.c | 2 +- test/Makefile.in | 2 +- util/Makefile.in | 2 +- util/clixon_netconf_ssh_callhome.c | 2 +- util/clixon_netconf_ssh_callhome_client.c | 2 +- util/clixon_util_datastore.c | 2 +- util/clixon_util_dispatcher.c | 2 +- util/clixon_util_grpc.c | 2 +- util/clixon_util_json.c | 2 +- util/clixon_util_path.c | 2 +- util/clixon_util_regexp.c | 2 +- util/clixon_util_socket.c | 2 +- util/clixon_util_ssl.c | 2 +- util/clixon_util_stream.c | 2 +- util/clixon_util_validate.c | 2 +- util/clixon_util_xml.c | 2 +- util/clixon_util_xml_mod.c | 2 +- util/clixon_util_xpath.c | 2 +- util/clixon_util_yang.c | 2 +- yang/Makefile.in | 2 +- yang/clixon/Makefile.in | 2 +- yang/mandatory/Makefile.in | 2 +- 247 files changed, 253 insertions(+), 250 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index ba146ebb..422c670e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand -Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) +Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) CLIXON is dual license. diff --git a/Makefile.in b/Makefile.in index 259a4879..f1a38657 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/Makefile.in b/apps/Makefile.in index eb1baab1..4bf422c6 100644 --- a/apps/Makefile.in +++ b/apps/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/backend/Makefile.in b/apps/backend/Makefile.in index 97833b42..de9fcf8d 100644 --- a/apps/backend/Makefile.in +++ b/apps/backend/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/backend/backend_client.c b/apps/backend/backend_client.c index ee635c43..279f0309 100644 --- a/apps/backend/backend_client.c +++ b/apps/backend/backend_client.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_client.h b/apps/backend/backend_client.h index 8fd7309a..8aaf2244 100644 --- a/apps/backend/backend_client.h +++ b/apps/backend/backend_client.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_commit.c b/apps/backend/backend_commit.c index 5b57d975..44a72165 100644 --- a/apps/backend/backend_commit.c +++ b/apps/backend/backend_commit.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_get.c b/apps/backend/backend_get.c index e93cb065..84c6525b 100644 --- a/apps/backend/backend_get.c +++ b/apps/backend/backend_get.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_get.h b/apps/backend/backend_get.h index ea2ad755..4448047a 100644 --- a/apps/backend/backend_get.h +++ b/apps/backend/backend_get.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_handle.h b/apps/backend/backend_handle.h index 37e57f44..eae58ee5 100644 --- a/apps/backend/backend_handle.h +++ b/apps/backend/backend_handle.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_main.c b/apps/backend/backend_main.c index 5dc072f2..735082f5 100644 --- a/apps/backend/backend_main.c +++ b/apps/backend/backend_main.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_plugin.c b/apps/backend/backend_plugin.c index d02369e4..a3a04f2c 100644 --- a/apps/backend/backend_plugin.c +++ b/apps/backend/backend_plugin.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_plugin_restconf.c b/apps/backend/backend_plugin_restconf.c index 3d04d2fa..35c7f09b 100644 --- a/apps/backend/backend_plugin_restconf.c +++ b/apps/backend/backend_plugin_restconf.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_plugin_restconf.h b/apps/backend/backend_plugin_restconf.h index 9bf54895..c897a401 100644 --- a/apps/backend/backend_plugin_restconf.h +++ b/apps/backend/backend_plugin_restconf.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_socket.c b/apps/backend/backend_socket.c index bfb3526d..31405fa2 100644 --- a/apps/backend/backend_socket.c +++ b/apps/backend/backend_socket.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_socket.h b/apps/backend/backend_socket.h index edf6095a..82ebc2ea 100644 --- a/apps/backend/backend_socket.h +++ b/apps/backend/backend_socket.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_startup.c b/apps/backend/backend_startup.c index f97b9b01..0b065ae4 100644 --- a/apps/backend/backend_startup.c +++ b/apps/backend/backend_startup.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_startup.h b/apps/backend/backend_startup.h index 6f482df1..741bd2e0 100644 --- a/apps/backend/backend_startup.h +++ b/apps/backend/backend_startup.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend.h b/apps/backend/clixon_backend.h index 80c2c599..6e151608 100644 --- a/apps/backend/clixon_backend.h +++ b/apps/backend/clixon_backend.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_commit.h b/apps/backend/clixon_backend_commit.h index ad387f78..8f630878 100644 --- a/apps/backend/clixon_backend_commit.h +++ b/apps/backend/clixon_backend_commit.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_handle.c b/apps/backend/clixon_backend_handle.c index f4eb77ac..f64f97bd 100644 --- a/apps/backend/clixon_backend_handle.c +++ b/apps/backend/clixon_backend_handle.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_handle.h b/apps/backend/clixon_backend_handle.h index 4fe57aea..355de8de 100644 --- a/apps/backend/clixon_backend_handle.h +++ b/apps/backend/clixon_backend_handle.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_plugin.h b/apps/backend/clixon_backend_plugin.h index 04e1ba31..85afb16f 100644 --- a/apps/backend/clixon_backend_plugin.h +++ b/apps/backend/clixon_backend_plugin.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_transaction.c b/apps/backend/clixon_backend_transaction.c index a43ddad5..994446a6 100644 --- a/apps/backend/clixon_backend_transaction.c +++ b/apps/backend/clixon_backend_transaction.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_transaction.h b/apps/backend/clixon_backend_transaction.h index ea61cf63..f370b29e 100644 --- a/apps/backend/clixon_backend_transaction.h +++ b/apps/backend/clixon_backend_transaction.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/cli/Makefile.in b/apps/cli/Makefile.in index f04846fa..f334aaac 100644 --- a/apps/cli/Makefile.in +++ b/apps/cli/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/cli/cli_auto.c b/apps/cli/cli_auto.c index 8265fe47..e2f4ff6a 100644 --- a/apps/cli/cli_auto.c +++ b/apps/cli/cli_auto.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_autocli.c b/apps/cli/cli_autocli.c index 3bd21c8c..305183e6 100644 --- a/apps/cli/cli_autocli.c +++ b/apps/cli/cli_autocli.c @@ -2,7 +2,7 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_common.c b/apps/cli/cli_common.c index b3646848..63c8d68d 100644 --- a/apps/cli/cli_common.c +++ b/apps/cli/cli_common.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_common.h b/apps/cli/cli_common.h index 4c967997..6cb8ed6d 100644 --- a/apps/cli/cli_common.h +++ b/apps/cli/cli_common.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_generate.c b/apps/cli/cli_generate.c index 0f188223..8cc9e462 100644 --- a/apps/cli/cli_generate.c +++ b/apps/cli/cli_generate.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_generate.h b/apps/cli/cli_generate.h index d03229d6..b2b2c036 100644 --- a/apps/cli/cli_generate.h +++ b/apps/cli/cli_generate.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_handle.c b/apps/cli/cli_handle.c index a9a281c9..a412794a 100644 --- a/apps/cli/cli_handle.c +++ b/apps/cli/cli_handle.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_handle.h b/apps/cli/cli_handle.h index 7d8062aa..b9881ef8 100644 --- a/apps/cli/cli_handle.h +++ b/apps/cli/cli_handle.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_main.c b/apps/cli/cli_main.c index 2f737412..f8e9b30c 100644 --- a/apps/cli/cli_main.c +++ b/apps/cli/cli_main.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_plugin.c b/apps/cli/cli_plugin.c index ccb612d6..e2806529 100644 --- a/apps/cli/cli_plugin.c +++ b/apps/cli/cli_plugin.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_plugin.h b/apps/cli/cli_plugin.h index fc3ad3da..e4ade59b 100644 --- a/apps/cli/cli_plugin.h +++ b/apps/cli/cli_plugin.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/cli_show.c b/apps/cli/cli_show.c index c8a8859d..f1d3b31b 100644 --- a/apps/cli/cli_show.c +++ b/apps/cli/cli_show.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/cli/clixon_cli.h b/apps/cli/clixon_cli.h index 7e840dd7..1184a3ec 100644 --- a/apps/cli/clixon_cli.h +++ b/apps/cli/clixon_cli.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/cli/clixon_cli_api.h b/apps/cli/clixon_cli_api.h index 0aca71c6..87727f4e 100644 --- a/apps/cli/clixon_cli_api.h +++ b/apps/cli/clixon_cli_api.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/netconf/Makefile.in b/apps/netconf/Makefile.in index cac53f79..ea400817 100644 --- a/apps/netconf/Makefile.in +++ b/apps/netconf/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/netconf/clixon_netconf.h b/apps/netconf/clixon_netconf.h index 0cc500e2..1c522d1a 100644 --- a/apps/netconf/clixon_netconf.h +++ b/apps/netconf/clixon_netconf.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_filter.c b/apps/netconf/netconf_filter.c index eeaca704..45c029a2 100644 --- a/apps/netconf/netconf_filter.c +++ b/apps/netconf/netconf_filter.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_filter.h b/apps/netconf/netconf_filter.h index 54f4d9b1..769c70ec 100644 --- a/apps/netconf/netconf_filter.h +++ b/apps/netconf/netconf_filter.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_lib.c b/apps/netconf/netconf_lib.c index 31a5d512..a045436e 100644 --- a/apps/netconf/netconf_lib.c +++ b/apps/netconf/netconf_lib.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_lib.h b/apps/netconf/netconf_lib.h index 07a3fdc4..43c4baed 100644 --- a/apps/netconf/netconf_lib.h +++ b/apps/netconf/netconf_lib.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_main.c b/apps/netconf/netconf_main.c index 31f60fc0..101fd403 100644 --- a/apps/netconf/netconf_main.c +++ b/apps/netconf/netconf_main.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_rpc.c b/apps/netconf/netconf_rpc.c index 30cd7073..5d6c92c4 100644 --- a/apps/netconf/netconf_rpc.c +++ b/apps/netconf/netconf_rpc.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/netconf/netconf_rpc.h b/apps/netconf/netconf_rpc.h index 801541a8..057760dd 100644 --- a/apps/netconf/netconf_rpc.h +++ b/apps/netconf/netconf_rpc.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/restconf/Makefile.in b/apps/restconf/Makefile.in index a263d6d1..0ee7f5b0 100644 --- a/apps/restconf/Makefile.in +++ b/apps/restconf/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/restconf/clixon_restconf.h b/apps/restconf/clixon_restconf.h index 392b3cc4..1ec2e20f 100644 --- a/apps/restconf/clixon_restconf.h +++ b/apps/restconf/clixon_restconf.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_api.c b/apps/restconf/restconf_api.c index 5b3b1345..ecadc8a1 100644 --- a/apps/restconf/restconf_api.c +++ b/apps/restconf/restconf_api.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_api.h b/apps/restconf/restconf_api.h index 947847aa..29370a99 100644 --- a/apps/restconf/restconf_api.h +++ b/apps/restconf/restconf_api.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_api_fcgi.c b/apps/restconf/restconf_api_fcgi.c index 7d1c58cd..b65ff843 100644 --- a/apps/restconf/restconf_api_fcgi.c +++ b/apps/restconf/restconf_api_fcgi.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_api_native.c b/apps/restconf/restconf_api_native.c index 981a4e98..ef15f52b 100644 --- a/apps/restconf/restconf_api_native.c +++ b/apps/restconf/restconf_api_native.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_err.c b/apps/restconf/restconf_err.c index 45447c3c..48878aa0 100644 --- a/apps/restconf/restconf_err.c +++ b/apps/restconf/restconf_err.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_err.h b/apps/restconf/restconf_err.h index 063fe61e..1c837f1b 100644 --- a/apps/restconf/restconf_err.h +++ b/apps/restconf/restconf_err.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_evhtp.c b/apps/restconf/restconf_evhtp.c index 37cab196..31f99a5a 100644 --- a/apps/restconf/restconf_evhtp.c +++ b/apps/restconf/restconf_evhtp.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_evhtp.h b/apps/restconf/restconf_evhtp.h index 085b0496..c140d2fa 100644 --- a/apps/restconf/restconf_evhtp.h +++ b/apps/restconf/restconf_evhtp.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_handle.c b/apps/restconf/restconf_handle.c index 45696646..080589d3 100644 --- a/apps/restconf/restconf_handle.c +++ b/apps/restconf/restconf_handle.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_handle.h b/apps/restconf/restconf_handle.h index f567c4ea..52fc9fc1 100644 --- a/apps/restconf/restconf_handle.h +++ b/apps/restconf/restconf_handle.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_lib.c b/apps/restconf/restconf_lib.c index 4376a3cc..6d703941 100644 --- a/apps/restconf/restconf_lib.c +++ b/apps/restconf/restconf_lib.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_lib.h b/apps/restconf/restconf_lib.h index 076d4377..90144581 100644 --- a/apps/restconf/restconf_lib.h +++ b/apps/restconf/restconf_lib.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_main_fcgi.c b/apps/restconf/restconf_main_fcgi.c index f10d4b2e..5e045577 100644 --- a/apps/restconf/restconf_main_fcgi.c +++ b/apps/restconf/restconf_main_fcgi.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_main_native.c b/apps/restconf/restconf_main_native.c index 49e53278..e9a0f282 100644 --- a/apps/restconf/restconf_main_native.c +++ b/apps/restconf/restconf_main_native.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods.c b/apps/restconf/restconf_methods.c index 27ac9bd7..94bee113 100644 --- a/apps/restconf/restconf_methods.c +++ b/apps/restconf/restconf_methods.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods.h b/apps/restconf/restconf_methods.h index 666ee692..df33c0d4 100644 --- a/apps/restconf/restconf_methods.h +++ b/apps/restconf/restconf_methods.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_get.c b/apps/restconf/restconf_methods_get.c index b6d3c156..8761b8a0 100644 --- a/apps/restconf/restconf_methods_get.c +++ b/apps/restconf/restconf_methods_get.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_get.h b/apps/restconf/restconf_methods_get.h index ec1c975b..6c6a40db 100644 --- a/apps/restconf/restconf_methods_get.h +++ b/apps/restconf/restconf_methods_get.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_patch.c b/apps/restconf/restconf_methods_patch.c index bd4ed964..9dcaa4c0 100644 --- a/apps/restconf/restconf_methods_patch.c +++ b/apps/restconf/restconf_methods_patch.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) Copyright (C) 2021 Siklu Ltd (YANG patch code) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_patch.h b/apps/restconf/restconf_methods_patch.h index 5c709b2a..884cd1e8 100644 --- a/apps/restconf/restconf_methods_patch.h +++ b/apps/restconf/restconf_methods_patch.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) Copyright (C) 2021 Siklu Ltd (YANG patch code) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_post.c b/apps/restconf/restconf_methods_post.c index 31976596..a0fe7c16 100644 --- a/apps/restconf/restconf_methods_post.c +++ b/apps/restconf/restconf_methods_post.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_post.h b/apps/restconf/restconf_methods_post.h index 3317d3ea..05116bd2 100644 --- a/apps/restconf/restconf_methods_post.h +++ b/apps/restconf/restconf_methods_post.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_native.c b/apps/restconf/restconf_native.c index 15e82bae..a42ebac9 100644 --- a/apps/restconf/restconf_native.c +++ b/apps/restconf/restconf_native.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_native.h b/apps/restconf/restconf_native.h index 3d6f0c17..0d16c54b 100644 --- a/apps/restconf/restconf_native.h +++ b/apps/restconf/restconf_native.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_nghttp2.c b/apps/restconf/restconf_nghttp2.c index 299a488f..805bae05 100644 --- a/apps/restconf/restconf_nghttp2.c +++ b/apps/restconf/restconf_nghttp2.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_nghttp2.h b/apps/restconf/restconf_nghttp2.h index ea522ec1..8b7343ef 100644 --- a/apps/restconf/restconf_nghttp2.h +++ b/apps/restconf/restconf_nghttp2.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_root.c b/apps/restconf/restconf_root.c index a45fe5f6..cb27dfb1 100644 --- a/apps/restconf/restconf_root.c +++ b/apps/restconf/restconf_root.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_root.h b/apps/restconf/restconf_root.h index 4c9f0a4c..b2012631 100644 --- a/apps/restconf/restconf_root.h +++ b/apps/restconf/restconf_root.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_stream.h b/apps/restconf/restconf_stream.h index db93035b..50491df2 100644 --- a/apps/restconf/restconf_stream.h +++ b/apps/restconf/restconf_stream.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_stream_fcgi.c b/apps/restconf/restconf_stream_fcgi.c index e5175ab8..138e4e3c 100644 --- a/apps/restconf/restconf_stream_fcgi.c +++ b/apps/restconf/restconf_stream_fcgi.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/configure.ac b/configure.ac index da69b2f8..5f7de0ec 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC # # This file is part of CLIXON # diff --git a/doc/Makefile.in b/doc/Makefile.in index b19c9143..f0af1e9b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/Makefile.in b/docker/Makefile.in index b13b4ea1..cec680a9 100644 --- a/docker/Makefile.in +++ b/docker/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile index 1db594c3..9c23a6d0 100644 --- a/docker/base/Dockerfile +++ b/docker/base/Dockerfile @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/base/Makefile.in b/docker/base/Makefile.in index 3e678631..36a2c86c 100644 --- a/docker/base/Makefile.in +++ b/docker/base/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/base/start.sh b/docker/base/start.sh index 1c4111b1..a9918e9f 100755 --- a/docker/base/start.sh +++ b/docker/base/start.sh @@ -1,8 +1,8 @@ -#!/bin/bash +#!/usr/bin/env bash # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/clixon-dev/Dockerfile b/docker/clixon-dev/Dockerfile index 6fc57cde..821c64d0 100644 --- a/docker/clixon-dev/Dockerfile +++ b/docker/clixon-dev/Dockerfile @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/clixon-dev/Makefile.in b/docker/clixon-dev/Makefile.in index e733e7ac..2ffd86ea 100644 --- a/docker/clixon-dev/Makefile.in +++ b/docker/clixon-dev/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index 5d29d214..988c2bff 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/Dockerfile.fcgi b/docker/main/Dockerfile.fcgi index a003ec9f..3d3626b6 100644 --- a/docker/main/Dockerfile.fcgi +++ b/docker/main/Dockerfile.fcgi @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/Dockerfile.native b/docker/main/Dockerfile.native index b79727de..3e031283 100644 --- a/docker/main/Dockerfile.native +++ b/docker/main/Dockerfile.native @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/Makefile.in b/docker/main/Makefile.in index b6f6fe15..1f0eae74 100644 --- a/docker/main/Makefile.in +++ b/docker/main/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/start.sh b/docker/main/start.sh index 56a81744..a946e35d 100755 --- a/docker/main/start.sh +++ b/docker/main/start.sh @@ -1,8 +1,8 @@ -#!/bin/bash +#!/usr/bin/env bash # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/startsystem.sh b/docker/main/startsystem.sh index 6ca385a0..43f22de5 100755 --- a/docker/main/startsystem.sh +++ b/docker/main/startsystem.sh @@ -1,8 +1,8 @@ -#!/bin/sh +#!/usr/bin/env bash # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/startsystem_fcgi.sh b/docker/main/startsystem_fcgi.sh index 533cde1b..c1fe8868 100755 --- a/docker/main/startsystem_fcgi.sh +++ b/docker/main/startsystem_fcgi.sh @@ -1,8 +1,8 @@ -#!/bin/sh +#!/usr/bin/env bash # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/startsystem_native.sh b/docker/main/startsystem_native.sh index e0ff0158..063f83e4 100755 --- a/docker/main/startsystem_native.sh +++ b/docker/main/startsystem_native.sh @@ -1,8 +1,8 @@ -#!/bin/sh +#!/usr/bin/env bash # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/etc/Makefile.in b/etc/Makefile.in index 5400da50..d0cc3b40 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/etc/clixonrc.in b/etc/clixonrc.in index c2a5cde3..59b36b49 100644 --- a/etc/clixonrc.in +++ b/etc/clixonrc.in @@ -2,6 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/example/Makefile.in b/example/Makefile.in index 1c344247..5527200b 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/example/main/Makefile.in b/example/main/Makefile.in index 5411a195..86eb45ab 100644 --- a/example/main/Makefile.in +++ b/example/main/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgat)e +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgat)e # # This file is part of CLIXON # diff --git a/example/main/example.xml.in b/example/main/example.xml.in index 57976cc3..86869656 100644 --- a/example/main/example.xml.in +++ b/example/main/example.xml.in @@ -29,6 +29,8 @@ false kw-key + false + list container true include clixon-example diff --git a/example/main/example_backend.c b/example/main/example_backend.c index 20c61b03..a9044e3f 100644 --- a/example/main/example_backend.c +++ b/example/main/example_backend.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/example/main/example_backend_nacm.c b/example/main/example_backend_nacm.c index b9e773c2..9c3c71d1 100644 --- a/example/main/example_backend_nacm.c +++ b/example/main/example_backend_nacm.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/example/main/example_cli.c b/example/main/example_cli.c index f7a157cf..566add05 100644 --- a/example/main/example_cli.c +++ b/example/main/example_cli.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/example/main/example_cli.cli b/example/main/example_cli.cli index 0f826438..358b9117 100644 --- a/example/main/example_cli.cli +++ b/example/main/example_cli.cli @@ -2,7 +2,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/example/main/example_netconf.c b/example/main/example_netconf.c index 00a21913..74c2c115 100644 --- a/example/main/example_netconf.c +++ b/example/main/example_netconf.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/example/main/example_restconf.c b/example/main/example_restconf.c index 7c21d2fa..77ecc3f0 100644 --- a/example/main/example_restconf.c +++ b/example/main/example_restconf.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgat)e + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgat)e This file is part of CLIXON. diff --git a/extras/scripts/version b/extras/scripts/version index d52ca207..2aa72e14 100755 --- a/extras/scripts/version +++ b/extras/scripts/version @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Obtained from VPP - https://wiki.fd.io/view/VPP # diff --git a/include/Makefile.in b/include/Makefile.in index 9654ae25..c7bef19a 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/include/clixon_custom.h b/include/clixon_custom.h index 2537502e..a0838dad 100644 --- a/include/clixon_custom.h +++ b/include/clixon_custom.h @@ -2,7 +2,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/Makefile.in b/lib/Makefile.in index f257aa82..f012de86 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/lib/clixon/Makefile.in b/lib/clixon/Makefile.in index 68798197..2eeacc8a 100644 --- a/lib/clixon/Makefile.in +++ b/lib/clixon/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/lib/clixon/clixon.h.in b/lib/clixon/clixon.h.in index c5aac2d6..23a49eb5 100644 --- a/lib/clixon/clixon.h.in +++ b/lib/clixon/clixon.h.in @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_client.h b/lib/clixon/clixon_client.h index f21208a7..2b8172a8 100644 --- a/lib/clixon/clixon_client.h +++ b/lib/clixon/clixon_client.h @@ -2,7 +2,7 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_data.h b/lib/clixon/clixon_data.h index 33811a6c..376d8d0b 100644 --- a/lib/clixon/clixon_data.h +++ b/lib/clixon/clixon_data.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_datastore.h b/lib/clixon/clixon_datastore.h index cb175f17..680dfc12 100644 --- a/lib/clixon/clixon_datastore.h +++ b/lib/clixon/clixon_datastore.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_err.h b/lib/clixon/clixon_err.h index b108469c..3d31dddb 100644 --- a/lib/clixon/clixon_err.h +++ b/lib/clixon/clixon_err.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_err_string.h b/lib/clixon/clixon_err_string.h index b50352df..c52a5a6e 100644 --- a/lib/clixon/clixon_err_string.h +++ b/lib/clixon/clixon_err_string.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_event.h b/lib/clixon/clixon_event.h index 03f5ecf0..fbd26345 100644 --- a/lib/clixon/clixon_event.h +++ b/lib/clixon/clixon_event.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_file.h b/lib/clixon/clixon_file.h index 20526941..008ab3f9 100644 --- a/lib/clixon/clixon_file.h +++ b/lib/clixon/clixon_file.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_handle.h b/lib/clixon/clixon_handle.h index 6dfa05a6..8ba299f8 100644 --- a/lib/clixon/clixon_handle.h +++ b/lib/clixon/clixon_handle.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_hash.h b/lib/clixon/clixon_hash.h index 1d2e0b3a..0bf64827 100644 --- a/lib/clixon/clixon_hash.h +++ b/lib/clixon/clixon_hash.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_json.h b/lib/clixon/clixon_json.h index 8bd45d10..05742307 100644 --- a/lib/clixon/clixon_json.h +++ b/lib/clixon/clixon_json.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_log.h b/lib/clixon/clixon_log.h index 74b760b9..ac660da7 100644 --- a/lib/clixon/clixon_log.h +++ b/lib/clixon/clixon_log.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_nacm.h b/lib/clixon/clixon_nacm.h index a54cb490..77526389 100644 --- a/lib/clixon/clixon_nacm.h +++ b/lib/clixon/clixon_nacm.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_netconf_lib.h b/lib/clixon/clixon_netconf_lib.h index 547e401c..04961dc2 100644 --- a/lib/clixon/clixon_netconf_lib.h +++ b/lib/clixon/clixon_netconf_lib.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_options.h b/lib/clixon/clixon_options.h index beae9398..b451c61c 100644 --- a/lib/clixon/clixon_options.h +++ b/lib/clixon/clixon_options.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_path.h b/lib/clixon/clixon_path.h index 82d5e3ab..3f1edfd0 100644 --- a/lib/clixon/clixon_path.h +++ b/lib/clixon/clixon_path.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_plugin.h b/lib/clixon/clixon_plugin.h index 45b829a5..f950debd 100644 --- a/lib/clixon/clixon_plugin.h +++ b/lib/clixon/clixon_plugin.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_proc.h b/lib/clixon/clixon_proc.h index 4bf4e66c..d2e1c3b7 100644 --- a/lib/clixon/clixon_proc.h +++ b/lib/clixon/clixon_proc.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_proto.h b/lib/clixon/clixon_proto.h index 39357f64..6cc7edae 100644 --- a/lib/clixon/clixon_proto.h +++ b/lib/clixon/clixon_proto.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_proto_client.h b/lib/clixon/clixon_proto_client.h index d350c379..846bec68 100644 --- a/lib/clixon/clixon_proto_client.h +++ b/lib/clixon/clixon_proto_client.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_queue.h b/lib/clixon/clixon_queue.h index d01a2d22..6ddb4375 100644 --- a/lib/clixon/clixon_queue.h +++ b/lib/clixon/clixon_queue.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_regex.h b/lib/clixon/clixon_regex.h index 7ea1bc41..64933eb9 100644 --- a/lib/clixon/clixon_regex.h +++ b/lib/clixon/clixon_regex.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_sig.h b/lib/clixon/clixon_sig.h index 07249374..e9fac691 100644 --- a/lib/clixon/clixon_sig.h +++ b/lib/clixon/clixon_sig.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_stream.h b/lib/clixon/clixon_stream.h index 8dd26523..2338793d 100644 --- a/lib/clixon/clixon_stream.h +++ b/lib/clixon/clixon_stream.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_string.h b/lib/clixon/clixon_string.h index bffa5a37..902d521f 100644 --- a/lib/clixon/clixon_string.h +++ b/lib/clixon/clixon_string.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_uid.h b/lib/clixon/clixon_uid.h index 96715bec..4b0fd4cd 100644 --- a/lib/clixon/clixon_uid.h +++ b/lib/clixon/clixon_uid.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_validate.h b/lib/clixon/clixon_validate.h index 7af5c338..10cc8a5f 100644 --- a/lib/clixon/clixon_validate.h +++ b/lib/clixon/clixon_validate.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml.h b/lib/clixon/clixon_xml.h index 7c884c98..1e24edce 100644 --- a/lib/clixon/clixon_xml.h +++ b/lib/clixon/clixon_xml.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_bind.h b/lib/clixon/clixon_xml_bind.h index ede4a63b..0d0b0566 100644 --- a/lib/clixon/clixon_xml_bind.h +++ b/lib/clixon/clixon_xml_bind.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_changelog.h b/lib/clixon/clixon_xml_changelog.h index 2a7fa7db..3b4ae91d 100644 --- a/lib/clixon/clixon_xml_changelog.h +++ b/lib/clixon/clixon_xml_changelog.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_io.h b/lib/clixon/clixon_xml_io.h index 33c92ac2..af1d0a43 100644 --- a/lib/clixon/clixon_xml_io.h +++ b/lib/clixon/clixon_xml_io.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_map.h b/lib/clixon/clixon_xml_map.h index bde9d43b..f0da904b 100644 --- a/lib/clixon/clixon_xml_map.h +++ b/lib/clixon/clixon_xml_map.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_nsctx.h b/lib/clixon/clixon_xml_nsctx.h index 903f76b3..af78c852 100644 --- a/lib/clixon/clixon_xml_nsctx.h +++ b/lib/clixon/clixon_xml_nsctx.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_sort.h b/lib/clixon/clixon_xml_sort.h index 6df5cf71..f2ea6b4c 100644 --- a/lib/clixon/clixon_xml_sort.h +++ b/lib/clixon/clixon_xml_sort.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml_vec.h b/lib/clixon/clixon_xml_vec.h index b404cdba..2117a2c2 100644 --- a/lib/clixon/clixon_xml_vec.h +++ b/lib/clixon/clixon_xml_vec.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xpath.h b/lib/clixon/clixon_xpath.h index cef1c0e7..97c7e613 100644 --- a/lib/clixon/clixon_xpath.h +++ b/lib/clixon/clixon_xpath.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xpath_ctx.h b/lib/clixon/clixon_xpath_ctx.h index fa821ff1..da2a4ef3 100644 --- a/lib/clixon/clixon_xpath_ctx.h +++ b/lib/clixon/clixon_xpath_ctx.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xpath_optimize.h b/lib/clixon/clixon_xpath_optimize.h index 19d15f1f..2837bb4d 100644 --- a/lib/clixon/clixon_xpath_optimize.h +++ b/lib/clixon/clixon_xpath_optimize.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xpath_yang.h b/lib/clixon/clixon_xpath_yang.h index 1a695f80..7a4650c8 100644 --- a/lib/clixon/clixon_xpath_yang.h +++ b/lib/clixon/clixon_xpath_yang.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_yang.h b/lib/clixon/clixon_yang.h index ccc4d3ff..2fbb474c 100644 --- a/lib/clixon/clixon_yang.h +++ b/lib/clixon/clixon_yang.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_yang_module.h b/lib/clixon/clixon_yang_module.h index 0a6cfd62..ad5d8b78 100644 --- a/lib/clixon/clixon_yang_module.h +++ b/lib/clixon/clixon_yang_module.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_yang_parse_lib.h b/lib/clixon/clixon_yang_parse_lib.h index 05c7b407..1072229e 100644 --- a/lib/clixon/clixon_yang_parse_lib.h +++ b/lib/clixon/clixon_yang_parse_lib.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/clixon/clixon_yang_type.h b/lib/clixon/clixon_yang_type.h index cf78a715..fb2be9f1 100644 --- a/lib/clixon/clixon_yang_type.h +++ b/lib/clixon/clixon_yang_type.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/Makefile.in b/lib/src/Makefile.in index 55a48145..26936eb7 100644 --- a/lib/src/Makefile.in +++ b/lib/src/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/lib/src/clixon_api_path_parse.h b/lib/src/clixon_api_path_parse.h index 8a06b9a0..c7f7d8a7 100644 --- a/lib/src/clixon_api_path_parse.h +++ b/lib/src/clixon_api_path_parse.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_api_path_parse.l b/lib/src/clixon_api_path_parse.l index 9ba1ab25..304af125 100644 --- a/lib/src/clixon_api_path_parse.l +++ b/lib/src/clixon_api_path_parse.l @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_api_path_parse.y b/lib/src/clixon_api_path_parse.y index 86c628c2..64df2a10 100644 --- a/lib/src/clixon_api_path_parse.y +++ b/lib/src/clixon_api_path_parse.y @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_client.c b/lib/src/clixon_client.c index 660ec422..00e54b27 100644 --- a/lib/src/clixon_client.c +++ b/lib/src/clixon_client.c @@ -2,7 +2,7 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_data.c b/lib/src/clixon_data.c index 5f3d0125..41522a1e 100644 --- a/lib/src/clixon_data.c +++ b/lib/src/clixon_data.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore.c b/lib/src/clixon_datastore.c index 093fa5b0..bad333b0 100644 --- a/lib/src/clixon_datastore.c +++ b/lib/src/clixon_datastore.c @@ -4,7 +4,7 @@ # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore_read.c b/lib/src/clixon_datastore_read.c index fd5f960c..5b2d5e6a 100644 --- a/lib/src/clixon_datastore_read.c +++ b/lib/src/clixon_datastore_read.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore_read.h b/lib/src/clixon_datastore_read.h index 8ced129c..1c962dd9 100644 --- a/lib/src/clixon_datastore_read.h +++ b/lib/src/clixon_datastore_read.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore_write.c b/lib/src/clixon_datastore_write.c index 09d76402..841f2d92 100644 --- a/lib/src/clixon_datastore_write.c +++ b/lib/src/clixon_datastore_write.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore_write.h b/lib/src/clixon_datastore_write.h index 3140722b..1edf523a 100644 --- a/lib/src/clixon_datastore_write.h +++ b/lib/src/clixon_datastore_write.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_err.c b/lib/src/clixon_err.c index d186d07d..816acc02 100644 --- a/lib/src/clixon_err.c +++ b/lib/src/clixon_err.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_event.c b/lib/src/clixon_event.c index 9dad4dfe..c268eec3 100644 --- a/lib/src/clixon_event.c +++ b/lib/src/clixon_event.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgat)e + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgat)e This file is part of CLIXON. diff --git a/lib/src/clixon_file.c b/lib/src/clixon_file.c index 08a66c95..75523835 100644 --- a/lib/src/clixon_file.c +++ b/lib/src/clixon_file.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_handle.c b/lib/src/clixon_handle.c index 4a5496f6..16bee390 100644 --- a/lib/src/clixon_handle.c +++ b/lib/src/clixon_handle.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_hash.c b/lib/src/clixon_hash.c index f07cdd9d..e7a28abf 100644 --- a/lib/src/clixon_hash.c +++ b/lib/src/clixon_hash.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_instance_id_parse.h b/lib/src/clixon_instance_id_parse.h index 74f672ca..df127f9f 100644 --- a/lib/src/clixon_instance_id_parse.h +++ b/lib/src/clixon_instance_id_parse.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_instance_id_parse.l b/lib/src/clixon_instance_id_parse.l index 52c99176..e7934a42 100644 --- a/lib/src/clixon_instance_id_parse.l +++ b/lib/src/clixon_instance_id_parse.l @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_instance_id_parse.y b/lib/src/clixon_instance_id_parse.y index 052b411c..c81671e8 100644 --- a/lib/src/clixon_instance_id_parse.y +++ b/lib/src/clixon_instance_id_parse.y @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_json.c b/lib/src/clixon_json.c index 2d988347..c10cde88 100644 --- a/lib/src/clixon_json.c +++ b/lib/src/clixon_json.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_json_parse.h b/lib/src/clixon_json_parse.h index 9b2e9d50..fcb4bacc 100644 --- a/lib/src/clixon_json_parse.h +++ b/lib/src/clixon_json_parse.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_json_parse.l b/lib/src/clixon_json_parse.l index a5616a1e..0bc5b250 100644 --- a/lib/src/clixon_json_parse.l +++ b/lib/src/clixon_json_parse.l @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_json_parse.y b/lib/src/clixon_json_parse.y index 947cf538..76fc75b2 100644 --- a/lib/src/clixon_json_parse.y +++ b/lib/src/clixon_json_parse.y @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_log.c b/lib/src/clixon_log.c index caac71e6..5a00856d 100644 --- a/lib/src/clixon_log.c +++ b/lib/src/clixon_log.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_nacm.c b/lib/src/clixon_nacm.c index 2e464247..3d97f05a 100644 --- a/lib/src/clixon_nacm.c +++ b/lib/src/clixon_nacm.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_netconf_lib.c b/lib/src/clixon_netconf_lib.c index 46ca6815..c8b14a35 100644 --- a/lib/src/clixon_netconf_lib.c +++ b/lib/src/clixon_netconf_lib.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_options.c b/lib/src/clixon_options.c index ddfe49ae..89df5fa8 100644 --- a/lib/src/clixon_options.c +++ b/lib/src/clixon_options.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_path.c b/lib/src/clixon_path.c index f403144d..2dc2bc83 100644 --- a/lib/src/clixon_path.c +++ b/lib/src/clixon_path.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_plugin.c b/lib/src/clixon_plugin.c index c57a0c13..e7633ee1 100644 --- a/lib/src/clixon_plugin.c +++ b/lib/src/clixon_plugin.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_proc.c b/lib/src/clixon_proc.c index 21d4fcfd..dd35a006 100644 --- a/lib/src/clixon_proc.c +++ b/lib/src/clixon_proc.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_proto.c b/lib/src/clixon_proto.c index 244dd6d9..8be2fb98 100644 --- a/lib/src/clixon_proto.c +++ b/lib/src/clixon_proto.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_proto_client.c b/lib/src/clixon_proto_client.c index 735f0599..2dd54b33 100644 --- a/lib/src/clixon_proto_client.c +++ b/lib/src/clixon_proto_client.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_regex.c b/lib/src/clixon_regex.c index 6e6d8dd4..0c47dabc 100644 --- a/lib/src/clixon_regex.c +++ b/lib/src/clixon_regex.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_sig.c b/lib/src/clixon_sig.c index 80f305b7..92cdce67 100644 --- a/lib/src/clixon_sig.c +++ b/lib/src/clixon_sig.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_stream.c b/lib/src/clixon_stream.c index 3f49cf0d..272bdb1f 100644 --- a/lib/src/clixon_stream.c +++ b/lib/src/clixon_stream.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_string.c b/lib/src/clixon_string.c index 59d9f2cf..0163203c 100644 --- a/lib/src/clixon_string.c +++ b/lib/src/clixon_string.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_uid.c b/lib/src/clixon_uid.c index f28b14ea..8c55fabd 100644 --- a/lib/src/clixon_uid.c +++ b/lib/src/clixon_uid.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_validate.c b/lib/src/clixon_validate.c index ba5065e1..5d1e4170 100644 --- a/lib/src/clixon_validate.c +++ b/lib/src/clixon_validate.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml.c b/lib/src/clixon_xml.c index 8ad1c98e..f8e5f311 100644 --- a/lib/src/clixon_xml.c +++ b/lib/src/clixon_xml.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_bind.c b/lib/src/clixon_xml_bind.c index 5245751b..11c563ac 100644 --- a/lib/src/clixon_xml_bind.c +++ b/lib/src/clixon_xml_bind.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_changelog.c b/lib/src/clixon_xml_changelog.c index 3b15155a..df99bc05 100644 --- a/lib/src/clixon_xml_changelog.c +++ b/lib/src/clixon_xml_changelog.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_io.c b/lib/src/clixon_xml_io.c index e79e1060..0a3da700 100644 --- a/lib/src/clixon_xml_io.c +++ b/lib/src/clixon_xml_io.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_map.c b/lib/src/clixon_xml_map.c index 13d60ff3..1422526a 100644 --- a/lib/src/clixon_xml_map.c +++ b/lib/src/clixon_xml_map.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_nsctx.c b/lib/src/clixon_xml_nsctx.c index c8d0c84b..099272e9 100644 --- a/lib/src/clixon_xml_nsctx.c +++ b/lib/src/clixon_xml_nsctx.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_parse.h b/lib/src/clixon_xml_parse.h index 88bedffe..185e5f12 100644 --- a/lib/src/clixon_xml_parse.h +++ b/lib/src/clixon_xml_parse.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_parse.l b/lib/src/clixon_xml_parse.l index e3b6c8a5..a33c5c37 100644 --- a/lib/src/clixon_xml_parse.l +++ b/lib/src/clixon_xml_parse.l @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_parse.y b/lib/src/clixon_xml_parse.y index 65a3cd49..8a94642f 100644 --- a/lib/src/clixon_xml_parse.y +++ b/lib/src/clixon_xml_parse.y @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_sort.c b/lib/src/clixon_xml_sort.c index 47b9e2da..53f00a0f 100644 --- a/lib/src/clixon_xml_sort.c +++ b/lib/src/clixon_xml_sort.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xml_vec.c b/lib/src/clixon_xml_vec.c index 21e222a9..d3f1f02f 100644 --- a/lib/src/clixon_xml_vec.c +++ b/lib/src/clixon_xml_vec.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath.c b/lib/src/clixon_xpath.c index a79592c2..a7aeecf7 100644 --- a/lib/src/clixon_xpath.c +++ b/lib/src/clixon_xpath.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_ctx.c b/lib/src/clixon_xpath_ctx.c index bb3cb9b7..10d2daac 100644 --- a/lib/src/clixon_xpath_ctx.c +++ b/lib/src/clixon_xpath_ctx.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_eval.c b/lib/src/clixon_xpath_eval.c index b18046ef..e5075a9d 100644 --- a/lib/src/clixon_xpath_eval.c +++ b/lib/src/clixon_xpath_eval.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_eval.h b/lib/src/clixon_xpath_eval.h index d4c007b5..8f3538f0 100644 --- a/lib/src/clixon_xpath_eval.h +++ b/lib/src/clixon_xpath_eval.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsandc - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_function.c b/lib/src/clixon_xpath_function.c index 17dd7f36..7d86ce00 100644 --- a/lib/src/clixon_xpath_function.c +++ b/lib/src/clixon_xpath_function.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_function.h b/lib/src/clixon_xpath_function.h index 50f798ea..a176c2f8 100644 --- a/lib/src/clixon_xpath_function.h +++ b/lib/src/clixon_xpath_function.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_optimize.c b/lib/src/clixon_xpath_optimize.c index 430da6ab..08d88324 100644 --- a/lib/src/clixon_xpath_optimize.c +++ b/lib/src/clixon_xpath_optimize.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_parse.h b/lib/src/clixon_xpath_parse.h index d4901a88..bb87b26b 100644 --- a/lib/src/clixon_xpath_parse.h +++ b/lib/src/clixon_xpath_parse.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_parse.l b/lib/src/clixon_xpath_parse.l index c7d4eed0..008ea220 100644 --- a/lib/src/clixon_xpath_parse.l +++ b/lib/src/clixon_xpath_parse.l @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_parse.y b/lib/src/clixon_xpath_parse.y index 64110513..796c9e9d 100644 --- a/lib/src/clixon_xpath_parse.y +++ b/lib/src/clixon_xpath_parse.y @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_xpath_yang.c b/lib/src/clixon_xpath_yang.c index 18dd5fde..d4cda571 100644 --- a/lib/src/clixon_xpath_yang.c +++ b/lib/src/clixon_xpath_yang.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang.c b/lib/src/clixon_yang.c index f30d4fec..c2459570 100644 --- a/lib/src/clixon_yang.c +++ b/lib/src/clixon_yang.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_cardinality.c b/lib/src/clixon_yang_cardinality.c index 966543ae..3ba51143 100644 --- a/lib/src/clixon_yang_cardinality.c +++ b/lib/src/clixon_yang_cardinality.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_cardinality.h b/lib/src/clixon_yang_cardinality.h index 38ed70c6..3f613623 100644 --- a/lib/src/clixon_yang_cardinality.h +++ b/lib/src/clixon_yang_cardinality.h @@ -2,7 +2,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_internal.h b/lib/src/clixon_yang_internal.h index b5093d36..9d59dda2 100644 --- a/lib/src/clixon_yang_internal.h +++ b/lib/src/clixon_yang_internal.h @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2010 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_module.c b/lib/src/clixon_yang_module.c index 5acccdac..b65a6242 100644 --- a/lib/src/clixon_yang_module.c +++ b/lib/src/clixon_yang_module.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_parse.h b/lib/src/clixon_yang_parse.h index 7ac026c6..3c67af55 100644 --- a/lib/src/clixon_yang_parse.h +++ b/lib/src/clixon_yang_parse.h @@ -6,7 +6,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_parse.l b/lib/src/clixon_yang_parse.l index c71cd1ce..8a200683 100644 --- a/lib/src/clixon_yang_parse.l +++ b/lib/src/clixon_yang_parse.l @@ -2,7 +2,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_parse.y b/lib/src/clixon_yang_parse.y index 97084d75..fe6b4607 100644 --- a/lib/src/clixon_yang_parse.y +++ b/lib/src/clixon_yang_parse.y @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_parse_lib.c b/lib/src/clixon_yang_parse_lib.c index 68bb45c5..6b48bc7d 100644 --- a/lib/src/clixon_yang_parse_lib.c +++ b/lib/src/clixon_yang_parse_lib.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/src/clixon_yang_type.c b/lib/src/clixon_yang_type.c index 05345457..22cd0e84 100644 --- a/lib/src/clixon_yang_type.c +++ b/lib/src/clixon_yang_type.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/test/Makefile.in b/test/Makefile.in index 0225be36..10a5352c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2009-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/util/Makefile.in b/util/Makefile.in index fe6936f8..e53760a5 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -3,7 +3,7 @@ # # Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/util/clixon_netconf_ssh_callhome.c b/util/clixon_netconf_ssh_callhome.c index d539eeb8..2ddcc2d5 100644 --- a/util/clixon_netconf_ssh_callhome.c +++ b/util/clixon_netconf_ssh_callhome.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_netconf_ssh_callhome_client.c b/util/clixon_netconf_ssh_callhome_client.c index 37ed3db1..6875b7da 100644 --- a/util/clixon_netconf_ssh_callhome_client.c +++ b/util/clixon_netconf_ssh_callhome_client.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_datastore.c b/util/clixon_util_datastore.c index 92d6401d..81dae81d 100644 --- a/util/clixon_util_datastore.c +++ b/util/clixon_util_datastore.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_dispatcher.c b/util/clixon_util_dispatcher.c index 2cd00ddb..e6d22fe4 100644 --- a/util/clixon_util_dispatcher.c +++ b/util/clixon_util_dispatcher.c @@ -2,7 +2,7 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2021-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_grpc.c b/util/clixon_util_grpc.c index ff2fe75f..28bd0039 100644 --- a/util/clixon_util_grpc.c +++ b/util/clixon_util_grpc.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_json.c b/util/clixon_util_json.c index 43a4ff5a..60d26e97 100644 --- a/util/clixon_util_json.c +++ b/util/clixon_util_json.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_path.c b/util/clixon_util_path.c index 3e4debe1..43b89e65 100644 --- a/util/clixon_util_path.c +++ b/util/clixon_util_path.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_regexp.c b/util/clixon_util_regexp.c index fa2d8687..e9b6b19f 100644 --- a/util/clixon_util_regexp.c +++ b/util/clixon_util_regexp.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_socket.c b/util/clixon_util_socket.c index 409e30f1..97a6ff01 100644 --- a/util/clixon_util_socket.c +++ b/util/clixon_util_socket.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_ssl.c b/util/clixon_util_ssl.c index 7e4b17ef..db356ca1 100644 --- a/util/clixon_util_ssl.c +++ b/util/clixon_util_ssl.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_stream.c b/util/clixon_util_stream.c index 41fd7d07..e09ad98b 100644 --- a/util/clixon_util_stream.c +++ b/util/clixon_util_stream.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_validate.c b/util/clixon_util_validate.c index 5cb4bf5c..5e9f2e5b 100644 --- a/util/clixon_util_validate.c +++ b/util/clixon_util_validate.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_xml.c b/util/clixon_util_xml.c index 4fa96674..f169605e 100644 --- a/util/clixon_util_xml.c +++ b/util/clixon_util_xml.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_xml_mod.c b/util/clixon_util_xml_mod.c index 49db916e..5656f6e2 100644 --- a/util/clixon_util_xml_mod.c +++ b/util/clixon_util_xml_mod.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_xpath.c b/util/clixon_util_xpath.c index 93508dc7..345a7991 100644 --- a/util/clixon_util_xpath.c +++ b/util/clixon_util_xpath.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/util/clixon_util_yang.c b/util/clixon_util_yang.c index f85a811c..11592c86 100644 --- a/util/clixon_util_yang.c +++ b/util/clixon_util_yang.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) + Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/yang/Makefile.in b/yang/Makefile.in index af054af9..5f22f32a 100644 --- a/yang/Makefile.in +++ b/yang/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/yang/clixon/Makefile.in b/yang/clixon/Makefile.in index 733f35a7..6f724379 100644 --- a/yang/clixon/Makefile.in +++ b/yang/clixon/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # This file is part of CLIXON # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/yang/mandatory/Makefile.in b/yang/mandatory/Makefile.in index 4dfeab6c..524a17ea 100644 --- a/yang/mandatory/Makefile.in +++ b/yang/mandatory/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2022 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON #