From: W. Trevor King Date: Mon, 17 May 2010 19:45:20 +0000 (-0400) Subject: Ran ./update_copyright.py to setup copyrights in caclulus and fft. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=71b85762529ce833399019d0e7fac9a443d022a6 Ran ./update_copyright.py to setup copyrights in caclulus and fft. Also corrects a name typo in th picoforce copyright. Sometimes I miss keystrokes and Emacs starts running aspell without me noticing :p. --- diff --git a/hooke/driver/picoforce.py b/hooke/driver/picoforce.py index c1c9143..a203fcb 100644 --- a/hooke/driver/picoforce.py +++ b/hooke/driver/picoforce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2010 Alberto Gomez-Kasai +# Copyright (C) 2006-2010 Alberto Gomez-Casado # Massimo Sandal # W. Trevor King # diff --git a/hooke/util/calculus.py b/hooke/util/calculus.py index c25a87a..1c9cea7 100644 --- a/hooke/util/calculus.py +++ b/hooke/util/calculus.py @@ -1,4 +1,20 @@ -# Copyright +# 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 +# . """The `calculus` module provides functions for calculating derivatives and integrals of discrete data. diff --git a/hooke/util/fft.py b/hooke/util/fft.py index 9167078..9ab4588 100644 --- a/hooke/util/fft.py +++ b/hooke/util/fft.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2008-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 +# . """Wrap :mod:`numpy.fft` to produce 1D unitary transforms and power spectra.