Replace hooke.util.igorbinarywave with external igor package.
[hooke.git] / .update-copyright.conf
1 [project]
2 name: Hooke
3 vcs: Git
4
5 [files]
6 authors: yes
7 files: yes
8 ignored: COPYING, README, .update-copyright.conf, .git*, */quickhull.py, conf/*, test/data/*, doc/*
9 pyfile: hooke/license.py
10
11 [author-hacks]
12 hooke/driver/hdf5.py: Massimo Sandal <devicerandom@gmail.com>
13 hooke/driver/mcs.py: Allen Chen
14 hooke/driver/mfp3d.py: A. Seeholzer, Richard Naud <richard.naud@epfl.ch>, Rolf Schmidt <rschmidt@alcor.concordia.ca>, Alberto Gomez-Casado <a.gomezcasado@tnw.utwente.nl>
15 hooke/util/peak.py: Fabrizio Benedetti <fabrizio.benedetti.82@gmail.com>
16 hooke/plugin/showconvoluted.py: Rolf Schmidt <rschmidt@alcor.concordia.ca>
17 hooke/ui/gui/formatter.py: Francesco Musiani, Massimo Sandal <devicerandom@gmail.com>
18 hooke/ui/gui/prettyformat.py: Rolf Schmidt <rschmidt@alcor.concordia.ca>
19
20 [year-hacks]
21 hooke/driver/hdf5.py: 2009
22 hooke/driver/mfp3d.py: 2008
23 hooke/driver/picoforce.py: 2006
24 hooke/driver/picoforcealt.py: 2006
25 hooke/util/peak.py: 2007
26 hooke/plugin/showconvoluted.py: 2009
27 hooke/plugin/tutorial.py: 2007
28 hooke/ui/gui/formatter.py: 2006
29 hooke/ui/gui/prettyformat.py: 2009
30
31 [copyright]
32 short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License.  For details, %%(get-details)s.
33 long: This file is part of %(project)s.
34
35   %(project)s 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.
36
37   %(project)s 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.
38
39   You should have received a copy of the GNU Lesser General Public License along with %(project)s.  If not, see <http://www.gnu.org/licenses/>.