X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fautopeak.py;h=6294e5f5e460419e9308d0bedb2682bb176c99e3;hp=e6c4c27959ac399b3729d97aa5950a7fb7dcc68d;hb=3f843575bc7652fb42c0a20fa7bd25c9d2221bb0;hpb=6e91752334c07311a3c401ce775f251316c33c2a diff --git a/hooke/plugin/autopeak.py b/hooke/plugin/autopeak.py index e6c4c27..6294e5f 100644 --- a/hooke/plugin/autopeak.py +++ b/hooke/plugin/autopeak.py @@ -1,4 +1,24 @@ -# Copyright +# Copyright (C) 2008-2010 Alberto Gomez-Casado +# Fabrizio Benedetti +# Marco Brucale +# Massimo Sandal +# 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 autopeak module provides :class:`Autopeak`, a :class:`hooke.plugin.Plugin` for automatically extracting force peaks