From 9150464050e15e454416d340735623f13a77f975 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 28 Jan 2018 07:37:00 -0700 Subject: [PATCH] fixed forgotten copyright update from #240 --- scripts/csg_inverse.in | 2 +- share/scripts/inverse/functions_common.sh | 2 +- share/scripts/inverse/run_gromacs.sh | 2 +- share/scripts/inverse/start_framework.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/csg_inverse.in b/scripts/csg_inverse.in index 192bf5bc25..862b92bf2a 100644 --- a/scripts/csg_inverse.in +++ b/scripts/csg_inverse.in @@ -1,6 +1,6 @@ #! /bin/bash # -# Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org) +# Copyright 2009-2018 The VOTCA Development Team (http://www.votca.org) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/share/scripts/inverse/functions_common.sh b/share/scripts/inverse/functions_common.sh index fe2a36bbc8..4104a9f99e 100755 --- a/share/scripts/inverse/functions_common.sh +++ b/share/scripts/inverse/functions_common.sh @@ -1,6 +1,6 @@ #! /bin/bash # -# Copyright 2009-2017 The VOTCA Development Team (http://www.votca.org) +# Copyright 2009-2018 The VOTCA Development Team (http://www.votca.org) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/share/scripts/inverse/run_gromacs.sh b/share/scripts/inverse/run_gromacs.sh index 8c5ad05f89..853ed02697 100755 --- a/share/scripts/inverse/run_gromacs.sh +++ b/share/scripts/inverse/run_gromacs.sh @@ -1,6 +1,6 @@ #! /bin/bash # -# Copyright 2009-2017 The VOTCA Development Team (http://www.votca.org) +# Copyright 2009-2018 The VOTCA Development Team (http://www.votca.org) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/share/scripts/inverse/start_framework.sh b/share/scripts/inverse/start_framework.sh index ed00e6d3e5..c9b6d79ff5 100755 --- a/share/scripts/inverse/start_framework.sh +++ b/share/scripts/inverse/start_framework.sh @@ -1,6 +1,6 @@ #! /bin/bash # -# Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org) +# Copyright 2009-2018 The VOTCA Development Team (http://www.votca.org) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ if [[ -n ${VOTCA_CSG_DEFAULTS} ]]; then [[ -f ${VOTCA_CSG_DEFAULTS} ]] || die "Could not find ${VOTCA_CSG_DEFAULTS}! Is VOTCA_CSG_DEFAULTS set corectly?" else export VOTCA_CSG_DEFAULTS="${VOTCASHARE}/xml/csg_defaults.xml" - [[ -f ${VOTCA_CSG_DEFAULTS} ]] || die "Could not find ${VOTCA_CSG_DEFAULTS}! Is VOTCASHARE ($VOTCASHARE) set corectly? Hint: When overwritting VOTCASHARE you need to overwrite VOTCA_CSG_DEFAULTS as well." + [[ -f ${VOTCA_CSG_DEFAULTS} ]] || die "Could not find ${VOTCA_CSG_DEFAULTS}! Is VOTCASHARE ($VOTCASHARE) set corectly? Hint: When overwriting VOTCASHARE you need to overwrite VOTCA_CSG_DEFAULTS as well." fi #do no overwrite CSGSHARE stuff set by user from the outside