From fe830c7ee9b297439ff71b9eda84eb8290ac16fb Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Wed, 1 Jan 2020 20:29:41 +1100 Subject: [PATCH] update copyright --- src/66/66-all.c | 2 +- src/66/66-boot.c | 2 +- src/66/66-dbctl.c | 2 +- src/66/66-disable.c | 2 +- src/66/66-enable.c | 2 +- src/66/66-env.c | 2 +- src/66/66-hpr.c | 2 +- src/66/66-info.c | 2 +- src/66/66-init.c | 2 +- src/66/66-inservice.c | 2 +- src/66/66-intree.c | 2 +- src/66/66-parser.c | 2 +- src/66/66-scanctl.c | 2 +- src/66/66-scandir.c | 2 +- src/66/66-shutdown.c | 2 +- src/66/66-shutdownd.c | 2 +- src/66/66-start.c | 2 +- src/66/66-stop.c | 2 +- src/66/66-svctl.c | 2 +- src/66/66-tree.c | 2 +- src/66/66-update.c | 2 +- src/extra-tools/66-echo.c | 2 +- src/extra-tools/66-umountall.c | 2 +- src/include/66/66.h | 2 +- src/include/66/backup.h | 2 +- src/include/66/constants.h | 2 +- src/include/66/db.h | 2 +- src/include/66/enum.h | 2 +- src/include/66/environ.h | 2 +- src/include/66/hpr.h | 2 +- src/include/66/info.h | 2 +- src/include/66/parser.h | 2 +- src/include/66/rc.h | 2 +- src/include/66/resolve.h | 2 +- src/include/66/ssexec.h | 2 +- src/include/66/state.h | 2 +- src/include/66/svc.h | 2 +- src/include/66/tree.h | 2 +- src/include/66/utils.h | 2 +- src/lib66/backup_cmd_switcher.c | 2 +- src/lib66/backup_make_new.c | 2 +- src/lib66/backup_realpath_sym.c | 2 +- src/lib66/db_compile.c | 2 +- src/lib66/db_find_compiled_state.c | 2 +- src/lib66/db_ok.c | 2 +- src/lib66/db_switch_to.c | 2 +- src/lib66/db_update.c | 2 +- src/lib66/environ.c | 2 +- src/lib66/get_enum.c | 2 +- src/lib66/get_uidgid.c | 2 +- src/lib66/get_userhome.c | 2 +- src/lib66/hpr_shutdown.c | 2 +- src/lib66/hpr_wall.c | 2 +- src/lib66/instance.c | 2 +- src/lib66/parser.c | 2 +- src/lib66/parser_enabled.c | 2 +- src/lib66/parser_utils.c | 2 +- src/lib66/parser_write.c | 2 +- src/lib66/rc_init.c | 2 +- src/lib66/rc_manage.c | 2 +- src/lib66/rc_send.c | 2 +- src/lib66/rc_unsupervise.c | 2 +- src/lib66/resolve.c | 2 +- src/lib66/resolve_graph.c | 2 +- src/lib66/scandir_ok.c | 2 +- src/lib66/scandir_send_signal.c | 2 +- src/lib66/set_livedir.c | 2 +- src/lib66/set_livescan.c | 2 +- src/lib66/set_livestate.c | 2 +- src/lib66/set_livetree.c | 2 +- src/lib66/set_ownerhome.c | 2 +- src/lib66/set_ownersysdir.c | 2 +- src/lib66/ss_info_utils.c | 2 +- src/lib66/ssexec_dbctl.c | 2 +- src/lib66/ssexec_disable.c | 2 +- src/lib66/ssexec_enable.c | 2 +- src/lib66/ssexec_env.c | 2 +- src/lib66/ssexec_free.c | 2 +- src/lib66/ssexec_help.c | 2 +- src/lib66/ssexec_init.c | 2 +- src/lib66/ssexec_main.c | 2 +- src/lib66/ssexec_start.c | 2 +- src/lib66/ssexec_stop.c | 2 +- src/lib66/ssexec_svctl.c | 2 +- src/lib66/state.c | 2 +- src/lib66/sv_alltype_zero.c | 2 +- src/lib66/svc_init.c | 2 +- src/lib66/svc_init_pipe.c | 2 +- src/lib66/svc_send.c | 2 +- src/lib66/svc_switch_to.c | 2 +- src/lib66/svc_unsupervise.c | 2 +- src/lib66/tree_cmd_state.c | 2 +- src/lib66/tree_copy.c | 2 +- src/lib66/tree_copy_tmp.c | 2 +- src/lib66/tree_find_current.c | 2 +- src/lib66/tree_get_permissions.c | 2 +- src/lib66/tree_sethome.c | 2 +- src/lib66/tree_setname.c | 2 +- src/lib66/tree_switch_current.c | 2 +- 99 files changed, 99 insertions(+), 99 deletions(-) diff --git a/src/66/66-all.c b/src/66/66-all.c index c00936a1..7c0ce983 100644 --- a/src/66/66-all.c +++ b/src/66/66-all.c @@ -1,7 +1,7 @@ /* * 66-all.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-boot.c b/src/66/66-boot.c index 78561a13..25e86146 100644 --- a/src/66/66-boot.c +++ b/src/66/66-boot.c @@ -1,7 +1,7 @@ /* * 66-boot.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-dbctl.c b/src/66/66-dbctl.c index 615e41ae..b5f1ae2a 100644 --- a/src/66/66-dbctl.c +++ b/src/66/66-dbctl.c @@ -1,7 +1,7 @@ /* * 66-dbctl.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-disable.c b/src/66/66-disable.c index 224d5c87..4399c306 100644 --- a/src/66/66-disable.c +++ b/src/66/66-disable.c @@ -1,7 +1,7 @@ /* * 66-disable.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-enable.c b/src/66/66-enable.c index d66d5028..a5501b40 100644 --- a/src/66/66-enable.c +++ b/src/66/66-enable.c @@ -1,7 +1,7 @@ /* * 66-enable.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-env.c b/src/66/66-env.c index afd3c710..43d4368d 100644 --- a/src/66/66-env.c +++ b/src/66/66-env.c @@ -1,7 +1,7 @@ /* * 66-env.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-hpr.c b/src/66/66-hpr.c index 24a20acc..4127f100 100644 --- a/src/66/66-hpr.c +++ b/src/66/66-hpr.c @@ -1,7 +1,7 @@ /* * 66-hpr.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-info.c b/src/66/66-info.c index 069715ec..871cb01b 100644 --- a/src/66/66-info.c +++ b/src/66/66-info.c @@ -1,7 +1,7 @@ /* * 66-info.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-init.c b/src/66/66-init.c index 5cc172f3..adb5a83e 100644 --- a/src/66/66-init.c +++ b/src/66/66-init.c @@ -1,7 +1,7 @@ /* * 66-init.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-inservice.c b/src/66/66-inservice.c index a208f26d..74a6436a 100644 --- a/src/66/66-inservice.c +++ b/src/66/66-inservice.c @@ -1,7 +1,7 @@ /* * 66-inservice.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-intree.c b/src/66/66-intree.c index 2c8ca6a1..e20dfe9e 100644 --- a/src/66/66-intree.c +++ b/src/66/66-intree.c @@ -1,7 +1,7 @@ /* * 66-intree.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-parser.c b/src/66/66-parser.c index 0e72734f..17da06cb 100644 --- a/src/66/66-parser.c +++ b/src/66/66-parser.c @@ -1,7 +1,7 @@ /* * 66-parser.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-scanctl.c b/src/66/66-scanctl.c index 6fb1292b..4b1e5f9a 100644 --- a/src/66/66-scanctl.c +++ b/src/66/66-scanctl.c @@ -1,7 +1,7 @@ /* * 66-scanctl.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-scandir.c b/src/66/66-scandir.c index 667a0716..53ff185d 100644 --- a/src/66/66-scandir.c +++ b/src/66/66-scandir.c @@ -1,7 +1,7 @@ /* * 66-scandir.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-shutdown.c b/src/66/66-shutdown.c index 8eac2b30..751dfdfd 100644 --- a/src/66/66-shutdown.c +++ b/src/66/66-shutdown.c @@ -1,7 +1,7 @@ /* * 66-shutdown.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-shutdownd.c b/src/66/66-shutdownd.c index 42b45442..fb19b1c3 100644 --- a/src/66/66-shutdownd.c +++ b/src/66/66-shutdownd.c @@ -1,7 +1,7 @@ /* * 66-shutdownd.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-start.c b/src/66/66-start.c index 9cdb7c7c..d8c1f078 100644 --- a/src/66/66-start.c +++ b/src/66/66-start.c @@ -1,7 +1,7 @@ /* * 66-start.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-stop.c b/src/66/66-stop.c index a8b54450..05ac1699 100644 --- a/src/66/66-stop.c +++ b/src/66/66-stop.c @@ -1,7 +1,7 @@ /* * 66-stop.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-svctl.c b/src/66/66-svctl.c index 994a7970..8e07b786 100644 --- a/src/66/66-svctl.c +++ b/src/66/66-svctl.c @@ -1,7 +1,7 @@ /* * 66-svctl.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-tree.c b/src/66/66-tree.c index be8e656b..00ec3ee2 100644 --- a/src/66/66-tree.c +++ b/src/66/66-tree.c @@ -1,7 +1,7 @@ /* * 66-tree.c * - * Copyright (c) 2018-2019-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020-2019 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/66/66-update.c b/src/66/66-update.c index ec073025..65ccccf8 100644 --- a/src/66/66-update.c +++ b/src/66/66-update.c @@ -1,7 +1,7 @@ /* * 66-update.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/extra-tools/66-echo.c b/src/extra-tools/66-echo.c index d9c3b242..de6cdf99 100644 --- a/src/extra-tools/66-echo.c +++ b/src/extra-tools/66-echo.c @@ -1,7 +1,7 @@ /* * 66-echo.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/extra-tools/66-umountall.c b/src/extra-tools/66-umountall.c index f58ca6a3..a98dc6ba 100644 --- a/src/extra-tools/66-umountall.c +++ b/src/extra-tools/66-umountall.c @@ -1,7 +1,7 @@ /* * 66-umountall.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/66.h b/src/include/66/66.h index f40ba1d1..bf65a501 100644 --- a/src/include/66/66.h +++ b/src/include/66/66.h @@ -1,7 +1,7 @@ /* * 66.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/backup.h b/src/include/66/backup.h index ca2c8e1e..7f2b90e6 100644 --- a/src/include/66/backup.h +++ b/src/include/66/backup.h @@ -1,7 +1,7 @@ /* * backup.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/constants.h b/src/include/66/constants.h index 8bcf5f01..9154a621 100644 --- a/src/include/66/constants.h +++ b/src/include/66/constants.h @@ -1,7 +1,7 @@ /* * constants.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/db.h b/src/include/66/db.h index 23711488..2adfed13 100644 --- a/src/include/66/db.h +++ b/src/include/66/db.h @@ -1,7 +1,7 @@ /* * db.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/enum.h b/src/include/66/enum.h index 690f46ce..0416cdd9 100644 --- a/src/include/66/enum.h +++ b/src/include/66/enum.h @@ -1,7 +1,7 @@ /* * enum.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/environ.h b/src/include/66/environ.h index 7c57b938..6d2ed023 100644 --- a/src/include/66/environ.h +++ b/src/include/66/environ.h @@ -1,7 +1,7 @@ /* * environ.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/hpr.h b/src/include/66/hpr.h index f53a212a..89a78051 100644 --- a/src/include/66/hpr.h +++ b/src/include/66/hpr.h @@ -1,7 +1,7 @@ /* * hpr.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/info.h b/src/include/66/info.h index d4368f33..87800788 100644 --- a/src/include/66/info.h +++ b/src/include/66/info.h @@ -1,7 +1,7 @@ /* * info.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/parser.h b/src/include/66/parser.h index 753ade1b..b4f430cd 100644 --- a/src/include/66/parser.h +++ b/src/include/66/parser.h @@ -1,7 +1,7 @@ /* * parser.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/rc.h b/src/include/66/rc.h index 0be2cbea..0a839c10 100644 --- a/src/include/66/rc.h +++ b/src/include/66/rc.h @@ -1,7 +1,7 @@ /* * rc.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/resolve.h b/src/include/66/resolve.h index 00c012a6..b3bee6d2 100644 --- a/src/include/66/resolve.h +++ b/src/include/66/resolve.h @@ -1,7 +1,7 @@ /* * resolve.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/ssexec.h b/src/include/66/ssexec.h index 7a7b3226..053af489 100644 --- a/src/include/66/ssexec.h +++ b/src/include/66/ssexec.h @@ -1,7 +1,7 @@ /* * ssexec.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/state.h b/src/include/66/state.h index a7b126c0..a77012f0 100644 --- a/src/include/66/state.h +++ b/src/include/66/state.h @@ -1,7 +1,7 @@ /* * state.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/svc.h b/src/include/66/svc.h index 8b1005a9..190b3845 100644 --- a/src/include/66/svc.h +++ b/src/include/66/svc.h @@ -1,7 +1,7 @@ /* * svc.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/tree.h b/src/include/66/tree.h index 6268c913..3f5f3460 100644 --- a/src/include/66/tree.h +++ b/src/include/66/tree.h @@ -1,7 +1,7 @@ /* * tree.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/include/66/utils.h b/src/include/66/utils.h index 946656a1..50490eb9 100644 --- a/src/include/66/utils.h +++ b/src/include/66/utils.h @@ -1,7 +1,7 @@ /* * utils.h * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/backup_cmd_switcher.c b/src/lib66/backup_cmd_switcher.c index 2e2d852d..7fb25e41 100644 --- a/src/lib66/backup_cmd_switcher.c +++ b/src/lib66/backup_cmd_switcher.c @@ -1,7 +1,7 @@ /* * backup_cmd_switcher.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/backup_make_new.c b/src/lib66/backup_make_new.c index 54546e5d..f52ed540 100644 --- a/src/lib66/backup_make_new.c +++ b/src/lib66/backup_make_new.c @@ -1,7 +1,7 @@ /* * backup_make_new.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/backup_realpath_sym.c b/src/lib66/backup_realpath_sym.c index e08537d5..1cd5b109 100644 --- a/src/lib66/backup_realpath_sym.c +++ b/src/lib66/backup_realpath_sym.c @@ -1,7 +1,7 @@ /* * backup_realpath_sym.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/db_compile.c b/src/lib66/db_compile.c index 9ea1554d..94427689 100644 --- a/src/lib66/db_compile.c +++ b/src/lib66/db_compile.c @@ -1,7 +1,7 @@ /* * db_compile.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/db_find_compiled_state.c b/src/lib66/db_find_compiled_state.c index 309b2d4f..85c1b0a2 100644 --- a/src/lib66/db_find_compiled_state.c +++ b/src/lib66/db_find_compiled_state.c @@ -1,7 +1,7 @@ /* * db_find_compiled_state.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/db_ok.c b/src/lib66/db_ok.c index d4f28fbc..e639c6d9 100644 --- a/src/lib66/db_ok.c +++ b/src/lib66/db_ok.c @@ -1,7 +1,7 @@ /* * db_ok.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/db_switch_to.c b/src/lib66/db_switch_to.c index af407fdf..a7e19395 100644 --- a/src/lib66/db_switch_to.c +++ b/src/lib66/db_switch_to.c @@ -1,7 +1,7 @@ /* * db_switch_to.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/db_update.c b/src/lib66/db_update.c index 875f31e6..3e12ee50 100644 --- a/src/lib66/db_update.c +++ b/src/lib66/db_update.c @@ -1,7 +1,7 @@ /* * db_update.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/environ.c b/src/lib66/environ.c index a7a2aed7..4ff1f526 100644 --- a/src/lib66/environ.c +++ b/src/lib66/environ.c @@ -1,7 +1,7 @@ /* * environ.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/get_enum.c b/src/lib66/get_enum.c index b15f899d..3ad1c5e7 100644 --- a/src/lib66/get_enum.c +++ b/src/lib66/get_enum.c @@ -1,7 +1,7 @@ /* * get_enum.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/get_uidgid.c b/src/lib66/get_uidgid.c index 3329f8ce..07a10b40 100644 --- a/src/lib66/get_uidgid.c +++ b/src/lib66/get_uidgid.c @@ -1,7 +1,7 @@ /* * get_uidgid.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/get_userhome.c b/src/lib66/get_userhome.c index aec37b70..10414544 100644 --- a/src/lib66/get_userhome.c +++ b/src/lib66/get_userhome.c @@ -1,7 +1,7 @@ /* * get_userhome.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/hpr_shutdown.c b/src/lib66/hpr_shutdown.c index 05d5597f..87f21381 100644 --- a/src/lib66/hpr_shutdown.c +++ b/src/lib66/hpr_shutdown.c @@ -1,7 +1,7 @@ /* * hpr_shutdown.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/hpr_wall.c b/src/lib66/hpr_wall.c index 0a1f8475..5a6d9fc8 100644 --- a/src/lib66/hpr_wall.c +++ b/src/lib66/hpr_wall.c @@ -1,7 +1,7 @@ /* * hpr_wall.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/instance.c b/src/lib66/instance.c index d8367c99..9f741477 100644 --- a/src/lib66/instance.c +++ b/src/lib66/instance.c @@ -1,7 +1,7 @@ /* * instance.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/parser.c b/src/lib66/parser.c index 7b1fc676..fb3cc7ac 100644 --- a/src/lib66/parser.c +++ b/src/lib66/parser.c @@ -1,7 +1,7 @@ /* * parser.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/parser_enabled.c b/src/lib66/parser_enabled.c index e4a756d3..13bd8c34 100644 --- a/src/lib66/parser_enabled.c +++ b/src/lib66/parser_enabled.c @@ -1,7 +1,7 @@ /* * parser.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/parser_utils.c b/src/lib66/parser_utils.c index 1a4aa6eb..f0af28d4 100644 --- a/src/lib66/parser_utils.c +++ b/src/lib66/parser_utils.c @@ -1,7 +1,7 @@ /* * parser_utils.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/parser_write.c b/src/lib66/parser_write.c index 0f0f3473..1935808b 100644 --- a/src/lib66/parser_write.c +++ b/src/lib66/parser_write.c @@ -1,7 +1,7 @@ /* * parser_write.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/rc_init.c b/src/lib66/rc_init.c index 1091ce62..fd2cc446 100644 --- a/src/lib66/rc_init.c +++ b/src/lib66/rc_init.c @@ -1,7 +1,7 @@ /* * rc_init.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/rc_manage.c b/src/lib66/rc_manage.c index 4331e94b..b88eca59 100644 --- a/src/lib66/rc_manage.c +++ b/src/lib66/rc_manage.c @@ -1,7 +1,7 @@ /* * rc_manage.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/rc_send.c b/src/lib66/rc_send.c index d0026e8a..5c95fc06 100644 --- a/src/lib66/rc_send.c +++ b/src/lib66/rc_send.c @@ -1,7 +1,7 @@ /* * rc_send.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/rc_unsupervise.c b/src/lib66/rc_unsupervise.c index 0c15a054..ae964a26 100644 --- a/src/lib66/rc_unsupervise.c +++ b/src/lib66/rc_unsupervise.c @@ -1,7 +1,7 @@ /* * rc_unsupervise.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/resolve.c b/src/lib66/resolve.c index 8714e6f4..e45584e0 100644 --- a/src/lib66/resolve.c +++ b/src/lib66/resolve.c @@ -1,7 +1,7 @@ /* * resolve.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/resolve_graph.c b/src/lib66/resolve_graph.c index 2b965b1b..98883783 100644 --- a/src/lib66/resolve_graph.c +++ b/src/lib66/resolve_graph.c @@ -1,7 +1,7 @@ /* * resolve_graph.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/scandir_ok.c b/src/lib66/scandir_ok.c index e16330ce..17598ef3 100644 --- a/src/lib66/scandir_ok.c +++ b/src/lib66/scandir_ok.c @@ -1,7 +1,7 @@ /* * scandir_ok.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/scandir_send_signal.c b/src/lib66/scandir_send_signal.c index b4e6fbd8..b3530048 100644 --- a/src/lib66/scandir_send_signal.c +++ b/src/lib66/scandir_send_signal.c @@ -1,7 +1,7 @@ /* * scandir_ok.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/set_livedir.c b/src/lib66/set_livedir.c index a17500c9..e7a8504a 100644 --- a/src/lib66/set_livedir.c +++ b/src/lib66/set_livedir.c @@ -1,7 +1,7 @@ /* * set_livedir.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/set_livescan.c b/src/lib66/set_livescan.c index 6fdfc3df..433851a2 100644 --- a/src/lib66/set_livescan.c +++ b/src/lib66/set_livescan.c @@ -1,7 +1,7 @@ /* * set_livescan.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/set_livestate.c b/src/lib66/set_livestate.c index 27304a76..dfe0d360 100644 --- a/src/lib66/set_livestate.c +++ b/src/lib66/set_livestate.c @@ -1,7 +1,7 @@ /* * set_livestate.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/set_livetree.c b/src/lib66/set_livetree.c index 8903efbd..aaaee1fc 100644 --- a/src/lib66/set_livetree.c +++ b/src/lib66/set_livetree.c @@ -1,7 +1,7 @@ /* * set_livetree.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/set_ownerhome.c b/src/lib66/set_ownerhome.c index b39e1b3a..b7e3893d 100644 --- a/src/lib66/set_ownerhome.c +++ b/src/lib66/set_ownerhome.c @@ -1,7 +1,7 @@ /* * set_ownerhome.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/set_ownersysdir.c b/src/lib66/set_ownersysdir.c index 5a7f2af0..ee448d1a 100644 --- a/src/lib66/set_ownersysdir.c +++ b/src/lib66/set_ownersysdir.c @@ -1,7 +1,7 @@ /* * set_ownersysdir.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ss_info_utils.c b/src/lib66/ss_info_utils.c index 729203ec..f45966b7 100644 --- a/src/lib66/ss_info_utils.c +++ b/src/lib66/ss_info_utils.c @@ -1,7 +1,7 @@ /* * ss_info_utils.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_dbctl.c b/src/lib66/ssexec_dbctl.c index 87e045f6..59d58aef 100644 --- a/src/lib66/ssexec_dbctl.c +++ b/src/lib66/ssexec_dbctl.c @@ -1,7 +1,7 @@ /* * ssexec_dbctl.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_disable.c b/src/lib66/ssexec_disable.c index bc5fce66..b1895438 100644 --- a/src/lib66/ssexec_disable.c +++ b/src/lib66/ssexec_disable.c @@ -1,7 +1,7 @@ /* * ssexec_disable.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_enable.c b/src/lib66/ssexec_enable.c index 027e8d48..7de0eb22 100644 --- a/src/lib66/ssexec_enable.c +++ b/src/lib66/ssexec_enable.c @@ -1,7 +1,7 @@ /* * ssexec_enable.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_env.c b/src/lib66/ssexec_env.c index fd01c081..e5309e49 100644 --- a/src/lib66/ssexec_env.c +++ b/src/lib66/ssexec_env.c @@ -1,7 +1,7 @@ /* * ssexec_env.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_free.c b/src/lib66/ssexec_free.c index f3c3ead5..1f6351c6 100644 --- a/src/lib66/ssexec_free.c +++ b/src/lib66/ssexec_free.c @@ -1,7 +1,7 @@ /* * ssexec_free.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_help.c b/src/lib66/ssexec_help.c index 46a9dc58..98a3d647 100644 --- a/src/lib66/ssexec_help.c +++ b/src/lib66/ssexec_help.c @@ -1,7 +1,7 @@ /* * ssexec_help.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_init.c b/src/lib66/ssexec_init.c index 25183f22..bfe6a6ce 100644 --- a/src/lib66/ssexec_init.c +++ b/src/lib66/ssexec_init.c @@ -1,7 +1,7 @@ /* * ssexec_init.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_main.c b/src/lib66/ssexec_main.c index 0c28f209..2bda0ce4 100644 --- a/src/lib66/ssexec_main.c +++ b/src/lib66/ssexec_main.c @@ -1,7 +1,7 @@ /* * ssexec_main.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_start.c b/src/lib66/ssexec_start.c index 66d6e1e2..1a98f9b9 100644 --- a/src/lib66/ssexec_start.c +++ b/src/lib66/ssexec_start.c @@ -1,7 +1,7 @@ /* * ssexec_start.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_stop.c b/src/lib66/ssexec_stop.c index f5358091..691d3da6 100644 --- a/src/lib66/ssexec_stop.c +++ b/src/lib66/ssexec_stop.c @@ -1,7 +1,7 @@ /* * ssexec_stop.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/ssexec_svctl.c b/src/lib66/ssexec_svctl.c index f8bc86f6..4ba9e878 100644 --- a/src/lib66/ssexec_svctl.c +++ b/src/lib66/ssexec_svctl.c @@ -1,7 +1,7 @@ /* * ssexec_svctl.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/state.c b/src/lib66/state.c index 5de2ddca..ee87b784 100644 --- a/src/lib66/state.c +++ b/src/lib66/state.c @@ -1,7 +1,7 @@ /* * state.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/sv_alltype_zero.c b/src/lib66/sv_alltype_zero.c index 6963ef38..370d49d6 100644 --- a/src/lib66/sv_alltype_zero.c +++ b/src/lib66/sv_alltype_zero.c @@ -1,7 +1,7 @@ /* * sv_alltype_zero.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/svc_init.c b/src/lib66/svc_init.c index 87dfeba5..747f4f72 100644 --- a/src/lib66/svc_init.c +++ b/src/lib66/svc_init.c @@ -1,7 +1,7 @@ /* * svc_init.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/svc_init_pipe.c b/src/lib66/svc_init_pipe.c index fc14cb90..aa637343 100644 --- a/src/lib66/svc_init_pipe.c +++ b/src/lib66/svc_init_pipe.c @@ -1,7 +1,7 @@ /* * svc_init_pipe.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/svc_send.c b/src/lib66/svc_send.c index 3a238c75..cd9482c3 100644 --- a/src/lib66/svc_send.c +++ b/src/lib66/svc_send.c @@ -1,7 +1,7 @@ /* * svc_send.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/svc_switch_to.c b/src/lib66/svc_switch_to.c index 3339cb34..16aef269 100644 --- a/src/lib66/svc_switch_to.c +++ b/src/lib66/svc_switch_to.c @@ -1,7 +1,7 @@ /* * svc_switch_to.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/svc_unsupervise.c b/src/lib66/svc_unsupervise.c index e0e98625..def922b1 100644 --- a/src/lib66/svc_unsupervise.c +++ b/src/lib66/svc_unsupervise.c @@ -1,7 +1,7 @@ /* * svc_unsupervise.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_cmd_state.c b/src/lib66/tree_cmd_state.c index f1503d6d..0624916d 100644 --- a/src/lib66/tree_cmd_state.c +++ b/src/lib66/tree_cmd_state.c @@ -1,7 +1,7 @@ /* * tree_cmd_state.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_copy.c b/src/lib66/tree_copy.c index b47fe6d7..7f01265c 100644 --- a/src/lib66/tree_copy.c +++ b/src/lib66/tree_copy.c @@ -1,7 +1,7 @@ /* * tree_copy.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_copy_tmp.c b/src/lib66/tree_copy_tmp.c index e4911e54..1a024863 100644 --- a/src/lib66/tree_copy_tmp.c +++ b/src/lib66/tree_copy_tmp.c @@ -1,7 +1,7 @@ /* * tree_copy_tmp.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_find_current.c b/src/lib66/tree_find_current.c index 27615f12..5826e824 100644 --- a/src/lib66/tree_find_current.c +++ b/src/lib66/tree_find_current.c @@ -1,7 +1,7 @@ /* * tree_find_current.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_get_permissions.c b/src/lib66/tree_get_permissions.c index e1aec911..d5186fda 100644 --- a/src/lib66/tree_get_permissions.c +++ b/src/lib66/tree_get_permissions.c @@ -1,7 +1,7 @@ /* * tree_get_permissions.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_sethome.c b/src/lib66/tree_sethome.c index 3e74c716..63373fa7 100644 --- a/src/lib66/tree_sethome.c +++ b/src/lib66/tree_sethome.c @@ -1,7 +1,7 @@ /* * tree_sethome.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_setname.c b/src/lib66/tree_setname.c index 02be80bb..96fbb73c 100644 --- a/src/lib66/tree_setname.c +++ b/src/lib66/tree_setname.c @@ -1,7 +1,7 @@ /* * tree_setname.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * diff --git a/src/lib66/tree_switch_current.c b/src/lib66/tree_switch_current.c index 82bbfdc0..21be685d 100644 --- a/src/lib66/tree_switch_current.c +++ b/src/lib66/tree_switch_current.c @@ -1,7 +1,7 @@ /* * tree_switch_current.c * - * Copyright (c) 2018-2019 Eric Vidal <eric@obarun.org> + * Copyright (c) 2018-2020 Eric Vidal <eric@obarun.org> * * All rights reserved. * -- GitLab