.update-copyright.conf: Update configuration for update-copyright 0.6.2
authorW. Trevor King <wking@tremily.us>
Tue, 2 Aug 2016 03:53:05 +0000 (20:53 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 2 Aug 2016 04:27:45 +0000 (21:27 -0700)
.update-copyright.conf

index 9ce16c9c23ff444e1f8890f99565954afbad7562..d5ffe5e3884706f437f3a8f80c5bf94c46496cda 100644 (file)
@@ -5,14 +5,14 @@ vcs: Git
 [files]
 authors: yes
 files: yes
 [files]
 authors: yes
 files: yes
-ignored: COPYING, README, .update-copyright.conf, .git*, test/*
+ignored: COPYING | README | .update-copyright.conf | .git* | test/*
 
 [copyright]
 
 [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.
+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/>.