From: W. Trevor King Date: Sun, 18 Nov 2012 20:17:53 +0000 (-0500) Subject: .update-copyright.conf: update to pipe separators and {project} X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=8fa0a577969642e040c9788aa9f4551a2bf92477 .update-copyright.conf: update to pipe separators and {project} This brings the config file up to speed with the following update-copyright commits: commit 3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9 Author: W. Trevor King Date: Fri Oct 19 21:52:48 2012 -0400 project: for consistency, also separate ignored paths with pipes commit b50d5d2168a07cbbf216e7f556a8fcf316f32545 Author: W. Trevor King Date: Thu Oct 25 17:35:11 2012 -0400 project|utils: expand info into kwargs for format(). --- diff --git a/.update-copyright.conf b/.update-copyright.conf index f064d46..9d13953 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -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 hooke/driver/mcs.py: Allen Chen -hooke/driver/mfp3d.py: A. Seeholzer, Richard Naud , Rolf Schmidt , Alberto Gomez-Casado +hooke/driver/mfp3d.py: A. Seeholzer | + Richard Naud | + Rolf Schmidt | + Alberto Gomez-Casado hooke/util/peak.py: Fabrizio Benedetti hooke/plugin/showconvoluted.py: Rolf Schmidt -hooke/ui/gui/formatter.py: Francesco Musiani, Massimo Sandal +hooke/ui/gui/formatter.py: Francesco Musiani | + Massimo Sandal hooke/ui/gui/prettyformat.py: Rolf Schmidt [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 . + You should have received a copy of the GNU Lesser General Public License along with {project}. If not, see .