Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / driver / picoforce.py
index 51e9d21a9b1d37d47ef27909d9201375cdd421ef..7e96e042bd80c368eff7d4786dec48f0c42295c1 100644 (file)
@@ -1,19 +1,14 @@
-'''
-libpicoforce.py
+# Copyright
 
-Library for interpreting Picoforce force spectroscopy files.
-
-Copyright (C) 2006 Massimo Sandal (University of Bologna, Italy).
-
-This program is released under the GNU General Public License version 2.
-'''
+"""Library for interpreting Picoforce force spectroscopy files.
+"""
 
 import re
 import struct
 from scipy import arange
 
 #from .. import libhooke as lh
-from .. import libhookecurve as lhc
+from .. import curve as lhc
 
 
 __version__='0.0.0.20090923'