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