.update-copyright.conf: update to pipe separators and {project}
authorW. Trevor King <wking@tremily.us>
Sun, 18 Nov 2012 20:17:53 +0000 (15:17 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 18 Nov 2012 20:17:53 +0000 (15:17 -0500)
This brings the config file up to speed with the following
update-copyright commits:

  commit 3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9
  Author: W. Trevor King <wking@tremily.us>
  Date:   Fri Oct 19 21:52:48 2012 -0400

    project: for consistency, also separate ignored paths with pipes

  commit b50d5d2168a07cbbf216e7f556a8fcf316f32545
  Author: W. Trevor King <wking@tremily.us>
  Date:   Thu Oct 25 17:35:11 2012 -0400

    project|utils: expand info into kwargs for format().

.update-copyright.conf

index f064d463b2841d11b4ee84db9568595862e71d86..9d13953fa344e0622de1403f684d2c170d2a5afc 100644 (file)
@@ -5,16 +5,21 @@ vcs: Git
 [files]
 authors: yes
 files: yes
 [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
 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/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]
 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]
 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/>.