diff --git a/src/eds/COPYRIGHT b/src/eds/COPYRIGHT new file mode 100644 index 0000000000000000000000000000000000000000..32560fef1ac6f51f9b529d2bb5cdf667ae2436dd --- /dev/null +++ b/src/eds/COPYRIGHT @@ -0,0 +1,14 @@ +Copyright (c) 2017 of Glen Hocky and Andrew White + +The eds module is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +The eds module is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with plumed. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/eds/EDS.cpp b/src/eds/EDS.cpp index 8b2a4adc2ef744afe9002303fa75f9b337392f83..3a6cacb9232ff0a7f708e0e52f7c7ac360c38249 100644 --- a/src/eds/EDS.cpp +++ b/src/eds/EDS.cpp @@ -62,7 +62,7 @@ It is not possible to set the target value of the observable to zero with the de \par Examples The following input for a harmonic oscillator of two beads will adaptively find a linear bias to change the mean and variance to the target values. The PRINT line shows how to access the value of the coupling constants. -n + \verbatim dist: DISTANCE ATOMS=1,2 # this is the squared of the distance diff --git a/src/eds/README b/src/eds/README index 352ce1fa18752b491bc0f302376ab9baccc35e83..aead72aa43d19f4edd0f48df9bebb097c7ed7d4b 100644 --- a/src/eds/README +++ b/src/eds/README @@ -22,5 +22,4 @@ Andrew White (University of Rochester) <andrew.white@rochester.edu> Copyright ------------------------------------ -This module is covered under the LGPL in ../../COPYING.LESSER. -Copyright is maintained by the Authors noted above \ No newline at end of file +See ./COPYRIGHT