X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmain.cc;h=ba8c3acbbc7d21c7003493ac3f335c578b440c06;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=e0f5dda1a2d93a34a3a06b4834b60954a6fa4dbb;hpb=6ca8c4c4e535b34f84ea33969ab09ff5c24731ea;p=lilypond.git diff --git a/lily/main.cc b/lily/main.cc index e0f5dda1a2..ba8c3acbbc 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "main.hh" @@ -224,7 +224,7 @@ static void copyright () { printf (_f ("Copyright (c) %s by\n%s and others.", - "1996--2007", + "1996--2008", AUTHORS).c_str ()); printf ("\n"); } @@ -240,9 +240,10 @@ static void notice () { identify (stdout); - puts (_f (NOTICE, PROGRAM_NAME).c_str ()); printf ("\n"); copyright (); + printf ("\n"); + puts (_f (NOTICE, PROGRAM_NAME).c_str ()); } LY_DEFINE (ly_usage, "ly:usage", @@ -557,7 +558,6 @@ parse_argv (int argc, char **argv) if (show_help) { - identify (stdout); ly_usage (); if (be_verbose_global) dir_info (stdout);