diff --git a/LICENCE.TXT b/LICENCE.TXT index ce485ee..d976f0d 100644 --- a/LICENCE.TXT +++ b/LICENCE.TXT @@ -1,4 +1,4 @@ -Copyright (c) 2013-2019, Orsiris de Jong. ozy@netpower.fr +Copyright (c) 2013-2020, Orsiris de Jong. ozy@netpower.fr All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/target-helper.conf.example b/target-helper.conf.example index d9dd28b..2f1c3e9 100644 --- a/target-helper.conf.example +++ b/target-helper.conf.example @@ -1,7 +1,7 @@ #!/usr/bin/env bash ###### osync - Rsync based two way sync engine with fault tolerance -###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr) +###### (C) 2013-2020 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 diff --git a/upgrade-v1.0x-v1.3x.sh b/upgrade-v1.0x-v1.3x.sh index 2b54b7c..1936a30 100755 --- a/upgrade-v1.0x-v1.3x.sh +++ b/upgrade-v1.0x-v1.3x.sh @@ -2,7 +2,7 @@ PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" -AUTHOR="(C) 2016-2019 by Orsiris de Jong" +AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x"