X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fmain.cc;h=239ff1b39dc245f4507e4469558b083d5067393b;hb=e498d35d195466a7a79fe0ffe90f9df3b7e273a9;hp=5b5ea18d08e2c127db537aa041c0600e9914750e;hpb=3f8a827aad721ed546b823e3f9f2605f61b90e20;p=lilypond.git diff --git a/lily/main.cc b/lily/main.cc index 5b5ea18d08..239ff1b39d 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -74,9 +74,6 @@ string output_name_global; /* Run in safe mode? */ bool be_safe_global = false; -/* Provide URI links to the original file */ -bool point_and_click_global = true; - /* Scheme code to execute before parsing, after .scm init. This is where -e arguments are appended to. */ string init_scheme_code_global; @@ -242,7 +239,7 @@ static void copyright () { /* Do not update the copyright years here, run `make grand-replace' */ - printf ("%s", (_f ("Copyright (c) %s by\n%s and others.", "1996--2011", + printf ("%s", (_f ("Copyright (c) %s by\n%s and others.", "1996--2012", AUTHORS).c_str ())); printf ("\n"); }