X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fgrand-replace.py;h=222551f06fcd217c3951c28a7cc2b0f96995342c;hb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;hp=dc0697d475bc412b37525b7dc0875c213ba6211c;hpb=a9d9433bc7b95cb2d4b3d96eefce7a8437c0d44e;p=lilypond.git diff --git a/scripts/build/grand-replace.py b/scripts/build/grand-replace.py index dc0697d475..222551f06f 100644 --- a/scripts/build/grand-replace.py +++ b/scripts/build/grand-replace.py @@ -1,22 +1,21 @@ #! @PYTHON@ -''' - Copyright (c) 2009--210 Jan Nieuwenhuizen - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -''' +# This file is part of LilyPond, the GNU music typesetter. +# +# Copyright (C) 2009--2014 Jan Nieuwenhuizen +# +# LilyPond is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# LilyPond 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LilyPond. If not, see . import datetime import os @@ -46,7 +45,8 @@ copied_files = [ 'txi-de.tex', 'txi-en.tex', 'txi-fr.tex', - 'txi-sf.tex', + 'txi-es.tex', + 'txi-it.tex', ] def main (): @@ -58,7 +58,7 @@ def main (): last_year = year - 1 last_year_1d = last_year % 10 for f in files: - pytt.pytt ('(Copyright|\(c\)|\(C\)|@copyright\{\})\s*%(last_year)s([^-]|$)' % locals (), + pytt.pytt ('(Copyright|\(c\)|\(C\)|@copyright\{\})\s*%(last_year)s(?=[^-]|$)' % locals (), r'\1 %(last_year)s--%(year)s' % locals (), f) pytt.pytt ('(Copyright|\(c\)|\(C\)|@copyright\{\})\s*([^-]*)--(20[0-9][0-%(last_year_1d)s])' % locals (),