Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / driver / picoforcealt.py
index 8f7a494fe322c57b0559ecd2da3b84f85a47ea1f..904cabcea1e07d5a1fc9d219f848ebf9551c92d3 100644 (file)
@@ -1,13 +1,9 @@
-'''
-libpicoforce.py
+# Copyright
 
-Library for interpreting Picoforce force spectroscopy files. Alternate version
+"""Library for interpreting Picoforce force spectroscopy files.
 
-Copyright (C) 2006 Massimo Sandal (University of Bologna, Italy).
-Copyright (C) 2008 Alberto Gomez-Casado (University of Twente, Netherlands).
-
-This program is released under the GNU General Public License version 2.
-'''
+An alternave implementation of :mod:`hooke.driver.picoforce`.
+"""
 
 import re, struct
 from scipy import arange