]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/check_translation.py
Add '-dcrop' option to ps and svg backends
[lilypond.git] / scripts / auxiliar / check_translation.py
index cee68dcbcb51b6d3a074c56b561cc31751b6fad8..861e5eb95d9cfef63503c984bafeea19164e9451 100755 (executable)
@@ -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 <http://www.gnu.org/licenses/>.
+
 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,