From b6181e15d9a76b3a5e8c4a3214e0cc4996605337 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 10 Jan 2020 11:07:05 +0100 Subject: [PATCH] Update copyright year --- dev/common_batch.sh | 2 +- dev/n_osync.sh | 2 +- dev/ofunctions.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/common_batch.sh b/dev/common_batch.sh index d1115f1..ebd7888 100755 --- a/dev/common_batch.sh +++ b/dev/common_batch.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash SUBPROGRAM=[prgname] PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones -AUTHOR="(L) 2013-2019 by Orsiris de Jong" +AUTHOR="(L) 2013-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr - ozy@netpower.fr" PROGRAM_BUILD=2019090901 diff --git a/dev/n_osync.sh b/dev/n_osync.sh index f55c317..e3ba02e 100644 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -4,7 +4,7 @@ #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance -AUTHOR="(C) 2013-2019 by Orsiris de Jong" +AUTHOR="(C) 2013-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-prerc1 PROGRAM_BUILD=2019122406 diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 8a025df..838c5c6 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -## Generic and highly portable bash functions written in 2013-2019 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr +## Generic and highly portable bash functions written in 2013-2020 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments don't take -AaqV for example