Ran update_copyright.py, updating all the copyright blurbs and adding AUTHORS.
[hooke.git] / hooke / plugin / flatfilts-rolf.py
index 2c06ae98aa2a7a5a4f34dbca70a335bc0300ac2f..a469f8e7cee4b3b3a5d92eceec2b0728cfa6d64f 100644 (file)
@@ -1,14 +1,26 @@
-#!/usr/bin/env python
-
-'''
-FLATFILTS
-
-Force spectroscopy curves filtering of flat curves
-Licensed under the GNU LGPL version 2
+# Copyright (C) 2010 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/>.
+
+"""Force spectroscopy curves filtering of flat curves
 
 Other plugin dependencies:
 procplots.py (plot processing plugin)
-'''
+"""
 
 import xml.dom.minidom
 
@@ -21,7 +33,7 @@ import os.path
 #import pickle
 
 import libpeakspot as lps
-#import libhookecurve as lhc
+#import curve as lhc
 import hookecurve as lhc
 import libhooke as lh
 import wxversion