X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fauxiliar%2Fcheck_translation.py;h=861e5eb95d9cfef63503c984bafeea19164e9451;hb=fcf42cd1c942d83ce46bfcce9844e9d3badf1d6a;hp=cee68dcbcb51b6d3a074c56b561cc31751b6fad8;hpb=cfbe8689b937bddd0d977e622b0954046cf8bdb9;p=lilypond.git diff --git a/scripts/auxiliar/check_translation.py b/scripts/auxiliar/check_translation.py index cee68dcbcb..861e5eb95d 100755 --- a/scripts/auxiliar/check_translation.py +++ b/scripts/auxiliar/check_translation.py @@ -1,5 +1,20 @@ #!/usr/bin/env python +# This file is part of LilyPond, the GNU music typesetter. +# +# 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 __main__ import optparse import os @@ -84,8 +99,6 @@ def usage (): sys.stdout.write (r''' Usage: check-translation [--language=LANG] [--verbose] [--update] [-t COMMIT] FILE... - -This script is licensed under the GNU GPL. ''') def do_options (): @@ -93,7 +106,7 @@ def do_options (): p = optparse.OptionParser (usage=\ "check-translation [--language=LANG] [--verbose] [--update] [-t COMMIT] FILE...", - description="This script is licensed under the GNU GPL.") + description="") p.add_option ("--language", action='store', default=C,