Ran update_copyright.py, updating all the copyright blurbs and adding AUTHORS.
[hooke.git] / hooke / plugin / peakspot.py
index a81112d093ed4be442784e0b02a8a975782bf00d..8cab8a931e1fd1faf46f23a1d6cebd9eb88826d8 100644 (file)
@@ -1,8 +1,26 @@
-'''
-a library of helping functions for spotting force spectroscopy peaks
+# Copyright (C) 2007-2010 Fabrizio Benedetti
+#                         Massimo Sandal <devicerandom@gmail.com>
+#                         W. Trevor King <wking@drexel.edu>
+#
+# This file is part of Hooke.
+#
+# Hooke 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.
+#
+# Hooke 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 Hooke.  If not, see
+# <http://www.gnu.org/licenses/>.
+
+"""a library of helping functions for spotting force spectroscopy peaks.
+"""
 
-(c)Fabrizio Benedetti and Massimo Sandal , 2007
-'''
 import numpy as np
 
 def conv_dx(data,vect):