From: W. Trevor King Date: Fri, 4 Jun 2010 05:16:51 +0000 (-0400) Subject: Ran update_copyright.py on igorbinarywave.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6948179621f06c9c6a84b66f9993c6b0fcae5568;p=hooke.git Ran update_copyright.py on igorbinarywave.py --- diff --git a/hooke/driver/igorbinarywave.py b/hooke/driver/igorbinarywave.py index 45af198..d0cf2e9 100644 --- a/hooke/driver/igorbinarywave.py +++ b/hooke/driver/igorbinarywave.py @@ -3,7 +3,23 @@ # igorbinarywave provides pure Python interface between IGOR Binary # Wave files and Numpy arrays. # -# Copyright 2010 W. Trevor King +# Copyright (C) 2010 W. Trevor King +# +# 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 +# . # Based on WaveMetric's Technical Note 003, "Igor Binary Format" # ftp://ftp.wavemetrics.net/IgorPro/Technical_Notes/TN003.zip