diff --git a/LICENSE.md b/LICENSE.md index 455bac51..835873ff 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,12 +2,14 @@ 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) - CLIXON is dual license. Either Apache License, Version 2.0 or GNU General Public License Version 3. You choose. +Except as otherwise noted, +- see lib/src/clixon_sha1.c + The two licenses are included below. ------------------------------------------------------- diff --git a/Makefile.in b/Makefile.in index c60585b6..1250be0e 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/apps/Makefile.in b/apps/Makefile.in index 47920830..f4165f15 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 08aea10b..b30a5a74 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 f1926d54..851028ae 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 b2173a28..0e3b6c7c 100644 --- a/apps/backend/backend_client.h +++ b/apps/backend/backend_client.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/backend_commit.c b/apps/backend/backend_commit.c index 31540599..0f34cb34 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_commit.h b/apps/backend/backend_commit.h index 8601bfce..6c53505e 100644 --- a/apps/backend/backend_commit.h +++ b/apps/backend/backend_commit.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/backend_handle.h b/apps/backend/backend_handle.h index 42c6c04d..3433a21b 100644 --- a/apps/backend/backend_handle.h +++ b/apps/backend/backend_handle.h @@ -4,6 +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) This file is part of CLIXON. diff --git a/apps/backend/backend_main.c b/apps/backend/backend_main.c index 1b3c24ac..5d90c9e8 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 d085a6e2..37902a00 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/backend/backend_plugin.h b/apps/backend/backend_plugin.h index 60916637..f0f800c5 100644 --- a/apps/backend/backend_plugin.h +++ b/apps/backend/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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 3fbd1dee..68f9b4b0 100644 --- a/apps/backend/backend_socket.c +++ b/apps/backend/backend_socket.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/backend_socket.h b/apps/backend/backend_socket.h index 8778be50..edf6095a 100644 --- a/apps/backend/backend_socket.h +++ b/apps/backend/backend_socket.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/backend_startup.c b/apps/backend/backend_startup.c index 59203fc7..8ddf5a55 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 52d1ef06..6f482df1 100644 --- a/apps/backend/backend_startup.h +++ b/apps/backend/backend_startup.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend.h b/apps/backend/clixon_backend.h index 9c5650b0..533a3fe9 100644 --- a/apps/backend/clixon_backend.h +++ b/apps/backend/clixon_backend.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_handle.c b/apps/backend/clixon_backend_handle.c index a25639cf..05bf313d 100644 --- a/apps/backend/clixon_backend_handle.c +++ b/apps/backend/clixon_backend_handle.c @@ -4,6 +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) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_handle.h b/apps/backend/clixon_backend_handle.h index 491778aa..4fe57aea 100644 --- a/apps/backend/clixon_backend_handle.h +++ b/apps/backend/clixon_backend_handle.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_transaction.c b/apps/backend/clixon_backend_transaction.c index db0c4933..f917c64e 100644 --- a/apps/backend/clixon_backend_transaction.c +++ b/apps/backend/clixon_backend_transaction.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/backend/clixon_backend_transaction.h b/apps/backend/clixon_backend_transaction.h index 9698b35b..7c8cd13c 100644 --- a/apps/backend/clixon_backend_transaction.h +++ b/apps/backend/clixon_backend_transaction.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/cli/Makefile.in b/apps/cli/Makefile.in index 8d15e120..ddf69489 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 30470181..89d2612a 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 9ce400be..35018a68 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 8ba92744..28390c02 100644 --- a/apps/cli/cli_common.h +++ b/apps/cli/cli_common.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/cli/cli_generate.c b/apps/cli/cli_generate.c index 22581dd6..7ea2b932 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 bb2886aa..b53cc4a3 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 70ce3c2d..e4fddeb1 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 20c02321..7d8062aa 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 af98c07d..6ff0f8d3 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 3f5b1f65..f11c429a 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 cbc2605f..c0018fba 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 2eb736a6..0efe5b74 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 57ec9c3f..7e840dd7 100644 --- a/apps/cli/clixon_cli.h +++ b/apps/cli/clixon_cli.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/cli/clixon_cli_api.h b/apps/cli/clixon_cli_api.h index 293af758..e92658c7 100644 --- a/apps/cli/clixon_cli_api.h +++ b/apps/cli/clixon_cli_api.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/netconf/Makefile.in b/apps/netconf/Makefile.in index 605ad796..d0ec8f0e 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 470474f1..0cc500e2 100644 --- a/apps/netconf/clixon_netconf.h +++ b/apps/netconf/clixon_netconf.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/netconf/netconf_filter.c b/apps/netconf/netconf_filter.c index b273bfcc..eeaca704 100644 --- a/apps/netconf/netconf_filter.c +++ b/apps/netconf/netconf_filter.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/netconf/netconf_filter.h b/apps/netconf/netconf_filter.h index ce7d76e6..54f4d9b1 100644 --- a/apps/netconf/netconf_filter.h +++ b/apps/netconf/netconf_filter.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/netconf/netconf_lib.c b/apps/netconf/netconf_lib.c index 995fa69e..ebbe43cb 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 d243ac6a..f9b82d47 100644 --- a/apps/netconf/netconf_lib.h +++ b/apps/netconf/netconf_lib.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/netconf/netconf_main.c b/apps/netconf/netconf_main.c index 298d0163..ccc81172 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 072af359..436d719a 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4a20397f..801541a8 100644 --- a/apps/netconf/netconf_rpc.h +++ b/apps/netconf/netconf_rpc.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/apps/restconf/Makefile.in b/apps/restconf/Makefile.in index 53976700..5f5f7f84 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 2f7861e2..069d37a7 100644 --- a/apps/restconf/clixon_restconf.h +++ b/apps/restconf/clixon_restconf.h @@ -2,7 +2,8 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand + Copyright (C) 2017-2019 Olof Hagsand + Copyright (C) 2020-2021 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 15189843..5b3b1345 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 c2307d72..4fe7c2c3 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_api_evhtp.c b/apps/restconf/restconf_api_evhtp.c index 2673d159..127f09f6 100644 --- a/apps/restconf/restconf_api_evhtp.c +++ b/apps/restconf/restconf_api_evhtp.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2020 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 88df7f89..1f4727a0 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-2020 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 f6064483..08ce0082 100644 --- a/apps/restconf/restconf_err.c +++ b/apps/restconf/restconf_err.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2020 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 bef6cc78..b236ecd7 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 84474f68..6e4530ac 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 467165ea..df545059 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 73e8ebf9..bab76184 100644 --- a/apps/restconf/restconf_lib.c +++ b/apps/restconf/restconf_lib.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2020 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 0ce99064..827a44fd 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_main_evhtp.c b/apps/restconf/restconf_main_evhtp.c index fdc05501..6af5d2c2 100644 --- a/apps/restconf/restconf_main_evhtp.c +++ b/apps/restconf/restconf_main_evhtp.c @@ -3,7 +3,7 @@ ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 8a0465db..67e6d3a7 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 2b1c77ce..5fd7dfdc 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 81d91345..975b63eb 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 2effa090..dc21ff8d 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 34e4244e..c4b1b4cc 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/apps/restconf/restconf_methods_post.c b/apps/restconf/restconf_methods_post.c index 936aaaff..5f31fc76 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 52fab3c8..f01e53ee 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e1854965..8f0028c5 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 2a60c133..4c9f0a4c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 27f20db6..db93035b 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e281af0f..cc9addc9 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/configure.ac b/configure.ac index d67616f8..d693202e 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 Olof Hagsand and Rubicon Communications, LLC +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC # # This file is part of CLIXON # diff --git a/doc/Makefile.in b/doc/Makefile.in index f67f183d..b19c9143 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# 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) # # This file is part of CLIXON # diff --git a/docker/Makefile.in b/docker/Makefile.in index 83bb7191..b13b4ea1 100644 --- a/docker/Makefile.in +++ b/docker/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile index 51a294d1..c41ab488 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 9e7c1ae5..306e473b 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index b53efbda..80f60af4 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/Dockerfile.evhtp b/docker/main/Dockerfile.evhtp index 7ae1ba2a..7c99ae15 100644 --- a/docker/main/Dockerfile.evhtp +++ b/docker/main/Dockerfile.evhtp @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 7db8f9af..a2ae4508 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 425880fd..b6f6fe15 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 6e76f49d..56a81744 100755 --- a/docker/main/start.sh +++ b/docker/main/start.sh @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 cada4ef3..66f5e3aa 100755 --- a/docker/main/startsystem.sh +++ b/docker/main/startsystem.sh @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/docker/main/startsystem_evhtp.sh b/docker/main/startsystem_evhtp.sh index 873a3815..369f2c37 100755 --- a/docker/main/startsystem_evhtp.sh +++ b/docker/main/startsystem_evhtp.sh @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 329fb9af..71835a24 100755 --- a/docker/main/startsystem_fcgi.sh +++ b/docker/main/startsystem_fcgi.sh @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/etc/Makefile.in b/etc/Makefile.in index 09c671af..5400da50 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/example/Makefile.in b/example/Makefile.in index 90a0aa19..1c344247 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# 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) # # This file is part of CLIXON # diff --git a/example/main/Makefile.in b/example/main/Makefile.in index afc2d062..c2ad1dd3 100644 --- a/example/main/Makefile.in +++ b/example/main/Makefile.in @@ -1,9 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren -# Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgat)e +# 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 # # This file is part of CLIXON # diff --git a/example/main/example_backend.c b/example/main/example_backend.c index 38c31180..918d83ad 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 72f9e54e..e8b6c58b 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 300e800e..03ec67b8 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 f0e742cd..2a35c939 100644 --- a/example/main/example_netconf.c +++ b/example/main/example_netconf.c @@ -1,8 +1,10 @@ /* * ***** BEGIN LICENSE BLOCK ***** - - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + + 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) This file is part of CLIXON. diff --git a/example/main/example_restconf.c b/example/main/example_restconf.c index 5fdc435f..95c40fa0 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 Olof Hagsand and Rubicon Communications, LLC(Netgat)e + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgat)e This file is part of CLIXON. diff --git a/include/Makefile.in b/include/Makefile.in index d55e6e97..9654ae25 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,7 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# 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) # # This file is part of CLIXON # diff --git a/include/clixon_custom.h b/include/clixon_custom.h index 5fd14be5..5764ca8e 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/lib/Makefile.in b/lib/Makefile.in index c22194b0..f257aa82 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 af4ea0e2..68798197 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 7e96ead2..92c86d10 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 802b0336..b26472a0 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 75fb19eb..3203f399 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 2ef1c4c9..3f45fae4 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 1ab25d80..b50352df 100644 --- a/lib/clixon/clixon_err_string.h +++ b/lib/clixon/clixon_err_string.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_event.h b/lib/clixon/clixon_event.h index 5fcb26ae..82712b82 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 b06c4899..8219ff22 100644 --- a/lib/clixon/clixon_file.h +++ b/lib/clixon/clixon_file.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_handle.h b/lib/clixon/clixon_handle.h index 9b32fff8..807115e0 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 f4cd0ddd..1d2e0b3a 100644 --- a/lib/clixon/clixon_hash.h +++ b/lib/clixon/clixon_hash.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_json.h b/lib/clixon/clixon_json.h index 0123af5d..8bd45d10 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 53b2cfe2..f260648f 100644 --- a/lib/clixon/clixon_log.h +++ b/lib/clixon/clixon_log.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_nacm.h b/lib/clixon/clixon_nacm.h index 6c833679..4f14d8fe 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 2dcd59ef..c417e415 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 ba9fc4f3..68df4064 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 ce033347..e736d012 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 491f85f6..0c4cc57b 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 cdb2b9fa..98c4ab21 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 7ee87fed..43ee6575 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 bb77bf0b..8784f2b0 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 fafcc825..d01a2d22 100644 --- a/lib/clixon/clixon_queue.h +++ b/lib/clixon/clixon_queue.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_regex.h b/lib/clixon/clixon_regex.h index 1266a504..7ea1bc41 100644 --- a/lib/clixon/clixon_regex.h +++ b/lib/clixon/clixon_regex.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_sha1.h b/lib/clixon/clixon_sha1.h index fbf9bfc5..46212691 100644 --- a/lib/clixon/clixon_sha1.h +++ b/lib/clixon/clixon_sha1.h @@ -1,37 +1,3 @@ -/* - * - ***** BEGIN LICENSE BLOCK ***** - - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren - - This file is part of CLIXON. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - Alternatively, the contents of this file may be used under the terms of - the GNU General Public License Version 3 or later (the "GPL"), - in which case the provisions of the GPL are applicable instead - of those above. If you wish to allow use of your version of this file only - under the terms of the GPL, and not to allow others to - use your version of this file under the terms of Apache License version 2, - indicate your decision by deleting the provisions above and replace them with - the notice and other provisions required by the GPL. If you do not delete - the provisions above, a recipient may use your version of this file under - the terms of any one of the Apache License version 2 or the GPL. - - ***** END LICENSE BLOCK ***** - - */ #ifndef _CLIXON_SHA1_H_ #define _CLIXON_SHA1_H_ diff --git a/lib/clixon/clixon_sig.h b/lib/clixon/clixon_sig.h index a09c0d99..317c7079 100644 --- a/lib/clixon/clixon_sig.h +++ b/lib/clixon/clixon_sig.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_stream.h b/lib/clixon/clixon_stream.h index da677b85..c5be0f36 100644 --- a/lib/clixon/clixon_stream.h +++ b/lib/clixon/clixon_stream.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_string.h b/lib/clixon/clixon_string.h index d941f774..467d80b2 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 21ca842e..96715bec 100644 --- a/lib/clixon/clixon_uid.h +++ b/lib/clixon/clixon_uid.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_validate.h b/lib/clixon/clixon_validate.h index 08f4bc98..45720d39 100644 --- a/lib/clixon/clixon_validate.h +++ b/lib/clixon/clixon_validate.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/clixon/clixon_xml.h b/lib/clixon/clixon_xml.h index 79b5131e..b3a9b435 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 06a3b762..73890bdf 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 6f63977c..2a7fa7db 100644 --- a/lib/clixon/clixon_xml_changelog.h +++ b/lib/clixon/clixon_xml_changelog.h @@ -2,7 +2,8 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand + Copyright (C) 2017-2019 Olof Hagsand + Copyright (C) 2020-2021 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 fcebaa4d..338ef8ca 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 5e045d30..352689c9 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 8d7d3f13..903f76b3 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e5355a88..6df5cf71 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 cb34e247..b404cdba 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 edf7ab03..295be064 100644 --- a/lib/clixon/clixon_xpath.h +++ b/lib/clixon/clixon_xpath.h @@ -2,7 +2,8 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand + Copyright (C) 2017-2019 Olof Hagsand + Copyright (C) 2020-2021 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 b6d2b401..19d15f1f 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 72b76f16..d9e76ca8 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 11a91971..4d41decc 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 30f6be46..e9e751da 100644 --- a/lib/clixon/clixon_yang_type.h +++ b/lib/clixon/clixon_yang_type.h @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 1a341519..68ac51a6 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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 7e42535b..8a06b9a0 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 a8624739..9ba1ab25 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 1f864f95..86c628c2 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4dd31666..1930b33c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4aec04cd..f3cc54f7 100644 --- a/lib/src/clixon_datastore.c +++ b/lib/src/clixon_datastore.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# 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) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore_read.c b/lib/src/clixon_datastore_read.c index 8638bbd5..64855434 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. @@ -66,6 +66,7 @@ #include "clixon_yang.h" #include "clixon_xml.h" #include "clixon_xml_sort.h" +#include "clixon_xml_bind.h" #include "clixon_options.h" #include "clixon_data.h" #include "clixon_xpath_ctx.h" diff --git a/lib/src/clixon_datastore_read.h b/lib/src/clixon_datastore_read.h index da182e57..91dde81d 100644 --- a/lib/src/clixon_datastore_read.h +++ b/lib/src/clixon_datastore_read.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_datastore_write.c b/lib/src/clixon_datastore_write.c index 593e6522..14c9262d 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 bda983b0..3140722b 100644 --- a/lib/src/clixon_datastore_write.h +++ b/lib/src/clixon_datastore_write.h @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_err.c b/lib/src/clixon_err.c index c91f32f2..a82f43fa 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 05e7d31f..455d15e6 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 Olof Hagsand and Rubicon Communications, LLC(Netgat)e + Copyright (C) 2020-2021 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 fac683ca..7e6057b0 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 f0ac5c65..4a5496f6 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 21b7b2d8..ef7ecdc3 100644 --- a/lib/src/clixon_hash.c +++ b/lib/src/clixon_hash.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) 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 995ad89c..74f672ca 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 0393e4ab..52c99176 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 3373b410..052b411c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4bcdfd0d..7821d81c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 b5ef14c5..9b2e9d50 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 cc22b387..a5616a1e 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 13a30b6e..6fdf7913 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 58a067f4..ded78bb7 100644 --- a/lib/src/clixon_log.c +++ b/lib/src/clixon_log.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_nacm.c b/lib/src/clixon_nacm.c index 1a3965f7..112a1b46 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 878c1b60..c514a328 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 12898722..0bda037e 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 d2413c0a..eefc261a 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 9ea9f170..2c378624 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 1448deee..b0092bd6 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 6f4df311..2d6b1a68 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 04487288..66741690 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4e7d0a04..60034ff4 100644 --- a/lib/src/clixon_regex.c +++ b/lib/src/clixon_regex.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_sig.c b/lib/src/clixon_sig.c index 5722f91b..2037f00c 100644 --- a/lib/src/clixon_sig.c +++ b/lib/src/clixon_sig.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_stream.c b/lib/src/clixon_stream.c index 1e6c7bab..58b49f0e 100644 --- a/lib/src/clixon_stream.c +++ b/lib/src/clixon_stream.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_string.c b/lib/src/clixon_string.c index c2408e0d..f09cdf35 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 7d25c3bc..3788bbf7 100644 --- a/lib/src/clixon_uid.c +++ b/lib/src/clixon_uid.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/lib/src/clixon_validate.c b/lib/src/clixon_validate.c index b9163a7b..2b873eaf 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e1f5082d..32517bde 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 a049ab6b..4719df47 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 9bcce257..34ac09fb 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 a4c24228..90dca606 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 7002b13e..4d167e1f 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 a877a9e7..de69b948 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4470bf0c..88bedffe 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 af23d0dd..e3b6c8a5 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 4db9946f..c4ab9638 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 d4e96cc1..591ff21d 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 8a23249f..21e222a9 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 c8fdcc27..9ae69d82 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 5bdac88c..3dd43c96 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 28ab024a..d4c007b5 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 43954ece..7dc19fc7 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 abadb948..f625d27c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e370dd53..430da6ab 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 cb29133d..d4901a88 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e6e267e4..c7d4eed0 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 19acd185..bb74dac1 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 3c7fd56d..7a8c0819 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 6d794a78..2c445e2d 100644 --- a/lib/src/clixon_yang_cardinality.h +++ b/lib/src/clixon_yang_cardinality.h @@ -1,7 +1,8 @@ /* ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand + Copyright (C) 2017-2019 Olof Hagsand + Copyright (C) 2020-2021 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 21fec1f4..830d9b52 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 9c86c4cc..7ac026c6 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 920b140f..8b199a5e 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 04fbc1ed..33547032 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-2020 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 cca55d71..7f975b8c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 bbb287a5..b8450d6a 100644 --- a/lib/src/clixon_yang_type.c +++ b/lib/src/clixon_yang_type.c @@ -4,7 +4,7 @@ Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren Copyright (C) 2017-2019 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON. diff --git a/test/Makefile.in b/test/Makefile.in index 2ebb9782..0225be36 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/test/cicd/Makefile.in b/test/cicd/Makefile.in index 7ff3f4ab..25335901 100644 --- a/test/cicd/Makefile.in +++ b/test/cicd/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2009-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/test/config.sh.in b/test/config.sh.in index 6d9a7932..d470715c 100755 --- a/test/config.sh.in +++ b/test/config.sh.in @@ -1,7 +1,7 @@ #!/usr/bin/env bash # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC # # This file is part of CLIXON # diff --git a/test/site.sh b/test/site.sh index 918bd54d..66ed9658 100644 --- a/test/site.sh +++ b/test/site.sh @@ -12,19 +12,19 @@ #SKIPLIST="test_[a-t]*\.sh test_openconfig.sh test_yangmodels.sh" # # Parse yang openconfig models from https://github.com/openconfig/public -#OPENCONFIG=/usr/local/share/openconfig/public +OPENCONFIG=/usr/local/share/openconfig/public # # Parse yangmodels from https://github.com/YangModels/yang -#YANGMODELS=/usr/local/share/yang +YANGMODELS=/usr/local/share/yang # # Specify alternative directory for the standard IETF RFC yang files. #IETFRFC=$YANGMODELS/standard/ietf/RFC # Some restconf tests can run IPv6, but its complicated because: # - docker by default does not run IPv6 -#IPv6=false +IPv6=true # Check sanity between --with-restconf setting and if nginx is started by systemd or not # This check is optional because some installs, such as vagrant make a non-systemd/direct # start -#NGINXCHECK=false +NGINXCHECK=true diff --git a/test/vagrant/Makefile.in b/test/vagrant/Makefile.in index cc022d64..97e59562 100644 --- a/test/vagrant/Makefile.in +++ b/test/vagrant/Makefile.in @@ -2,7 +2,7 @@ # ***** BEGIN LICENSE BLOCK ***** # # Copyright (C) 2009-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/util/Makefile.in b/util/Makefile.in index 1e69cd2a..059d78c5 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -1,9 +1,9 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren -# Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# 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) # # This file is part of CLIXON # diff --git a/util/clixon_util_datastore.c b/util/clixon_util_datastore.c index ecea9e8e..b9ee4263 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 02130402..53e4eca7 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 d30f5e4d..4d31d7b7 100644 --- a/util/clixon_util_json.c +++ b/util/clixon_util_json.c @@ -2,7 +2,8 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + Copyright (C) 2017-2019 Olof Hagsand + Copyright (C) 2020-2021 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 63e979c8..70a2e17c 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 e8413986..edf5255c 100644 --- a/util/clixon_util_regexp.c +++ b/util/clixon_util_regexp.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/util/clixon_util_socket.c b/util/clixon_util_socket.c index 5c886def..75a8992e 100644 --- a/util/clixon_util_socket.c +++ b/util/clixon_util_socket.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/util/clixon_util_ssl.c b/util/clixon_util_ssl.c index f0ebd2bb..fa3e9343 100644 --- a/util/clixon_util_ssl.c +++ b/util/clixon_util_ssl.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand + 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) This file is part of CLIXON. diff --git a/util/clixon_util_stream.c b/util/clixon_util_stream.c index 38c1ff19..ebf3df83 100644 --- a/util/clixon_util_stream.c +++ b/util/clixon_util_stream.c @@ -2,7 +2,9 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + 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) This file is part of CLIXON. diff --git a/util/clixon_util_xml.c b/util/clixon_util_xml.c index 100afd95..83d76bdd 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 bfaaee4f..074d6e4d 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 01b88c5e..dab86fd3 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 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 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 8138cbfc..0236898c 100644 --- a/util/clixon_util_yang.c +++ b/util/clixon_util_yang.c @@ -2,7 +2,8 @@ * ***** BEGIN LICENSE BLOCK ***** - Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren + Copyright (C) 2017-2019 Olof Hagsand + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC (Netgate) This file is part of CLIXON. diff --git a/yang/Makefile.in b/yang/Makefile.in index f816c8c9..318c8e0f 100644 --- a/yang/Makefile.in +++ b/yang/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020-2021 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 40d2d9ee..22157148 100644 --- a/yang/clixon/Makefile.in +++ b/yang/clixon/Makefile.in @@ -1,9 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2016 Olof Hagsand and Benny Holmgren # Copyright (C) 2017-2019 Olof Hagsand -# Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) +# Copyright (C) 2020-2021 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/clixon/clixon-config@2020-12-30.yang b/yang/clixon/clixon-config@2020-12-30.yang index 0c839363..fd8d409f 100644 --- a/yang/clixon/clixon-config@2020-12-30.yang +++ b/yang/clixon/clixon-config@2020-12-30.yang @@ -16,7 +16,7 @@ module clixon-config { "Clixon configuration file ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON diff --git a/yang/clixon/clixon-lib@2020-12-30.yang b/yang/clixon/clixon-lib@2020-12-30.yang index 2886b28a..5b4561bc 100644 --- a/yang/clixon/clixon-lib@2020-12-30.yang +++ b/yang/clixon/clixon-lib@2020-12-30.yang @@ -14,7 +14,7 @@ module clixon-lib { ***** BEGIN LICENSE BLOCK ***** Copyright (C) 2009-2019 Olof Hagsand - Copyright (C) 2020 Olof Hagsand and Rubicon Communications, LLC(Netgate) + Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) This file is part of CLIXON diff --git a/yang/mandatory/Makefile.in b/yang/mandatory/Makefile.in index 32c78337..ca68b32a 100644 --- a/yang/mandatory/Makefile.in +++ b/yang/mandatory/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON # diff --git a/yang/optional/Makefile.in b/yang/optional/Makefile.in index c95bb922..9733e39b 100644 --- a/yang/optional/Makefile.in +++ b/yang/optional/Makefile.in @@ -1,7 +1,8 @@ # # ***** BEGIN LICENSE BLOCK ***** # -# Copyright (C) 2009-2019 Olof Hagsand and Benny Holmgren +# Copyright (C) 2017-2019 Olof Hagsand +# Copyright (C) 2020-2021 Olof Hagsand and Rubicon Communications, LLC(Netgate) # # This file is part of CLIXON #