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