.update-copyright.conf: update to pipe separators and {project}
[hooke.git] / .update-copyright.conf
index f064d463b2841d11b4ee84db9568595862e71d86..9d13953fa344e0622de1403f684d2c170d2a5afc 100644 (file)
@@ -5,16 +5,21 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, README, .update-copyright.conf, .git*, */quickhull.py, conf/*, test/data/*, doc/*
+ignored: COPYING | README | .update-copyright.conf | .git* | */quickhull.py |
+  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 <richard.naud@epfl.ch>, Rolf Schmidt <rschmidt@alcor.concordia.ca>, Alberto Gomez-Casado <a.gomezcasado@tnw.utwente.nl>
+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>
 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/formatter.py: Francesco Musiani |
+  Massimo Sandal <devicerandom@gmail.com>
 hooke/ui/gui/prettyformat.py: Rolf Schmidt <rschmidt@alcor.concordia.ca>
 
 [year-hacks]
@@ -29,11 +34,11 @@ 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.
+short: {project} 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}.
 
-  %(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} 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.
+  {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.
 
-  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/>.
+  You should have received a copy of the GNU Lesser General Public License along with {project}.  If not, see <http://www.gnu.org/licenses/>.