From d35e4b39b97992257d5b6ee2ff9ea0a8a694848b Mon Sep 17 00:00:00 2001
From: Andrew White <white.d.andrew@gmail.com>
Date: Mon, 20 Mar 2017 17:45:29 -0400
Subject: [PATCH] Added COPYRIGHT file to eds module

---
 src/eds/COPYRIGHT | 14 ++++++++++++++
 src/eds/EDS.cpp   |  2 +-
 src/eds/README    |  3 +--
 3 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 src/eds/COPYRIGHT

diff --git a/src/eds/COPYRIGHT b/src/eds/COPYRIGHT
new file mode 100644
index 000000000..32560fef1
--- /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 8b2a4adc2..3a6cacb92 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 352ce1fa1..aead72aa4 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
-- 
GitLab