Transition to my external update-copyright package.
[hooke.git] / .update-copyright.conf
diff --git a/.update-copyright.conf b/.update-copyright.conf
new file mode 100644 (file)
index 0000000..b0b3816
--- /dev/null
@@ -0,0 +1,39 @@
+[project]
+name: Hooke
+vcs: Git
+
+[files]
+authors: yes
+files: yes
+ignored: COPYING, README, .update-copyright.conf, .git*, conf/*, test/data/*, doc/*
+pyfile: hooke/license.py
+
+[author-hacks]
+hooke/driver/hdf5.py: Massimo Sandal <devicerandom@gmail.com>
+hooke/driver/mcs.py: Allen Chen
+hooke/driver/mfp3d.py: A. Seeholzer, Richard Naud, Rolf Schmidt <rschmidt@alcor.concordia.ca>, Alberto Gomez-Casado <a.gomezcasado@tnw.utwente.nl>
+hooke/util/peak.py: Fabrizio Benedetti <fabrizio.benedetti.82@gmail.com>
+hooke/plugin/showconvoluted.py: Rolf Schmidt <rschmidt@alcor.concordia.ca>
+hooke/ui/gui/formatter.py: Francesco Musiani, Massimo Sandal <devicerandom@gmail.com>
+hooke/ui/gui/prettyformat.py: Rolf Schmidt <rschmidt@alcor.concordia.ca>
+
+[year-hacks]
+hooke/driver/hdf5.py: 2009
+hooke/driver/mfp3d.py: 2008
+hooke/driver/picoforce.py: 2006
+hooke/driver/picoforcealt.py: 2006
+hooke/util/peak.py: 2007
+hooke/plugin/showconvoluted.py: 2009
+hooke/plugin/tutorial.py: 2007
+hooke/ui/gui/formatter.py: 2006
+hooke/ui/gui/prettyformat.py: 2009
+
+[copyright]
+short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License.  For details, %%(get-details)s.
+long: This file is part of %(project)s.
+
+  %(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.
+
+  %(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.
+
+  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/>.