]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / main.cc
index 18adbb2cb731ee16922ab0731aeae2282dd5a1b1..7fb2f324572db0b434fae0155103ab3d7fe611ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -258,7 +258,7 @@ copyright ()
  */
 {
   /* Do not update the copyright years here, run `make grand-replace'  */
-  printf ("%s", (_f ("Copyright (c) %s by\n%s  and others.", "1996--2012",
+  printf ("%s", (_f ("Copyright (c) %s by\n%s  and others.", "1996--2014",
                      AUTHORS).c_str ()));
   printf ("\n");
 }
@@ -334,7 +334,7 @@ warranty ()
 }
 
 static void
-prepend_scheme_list (string dir, string scmlist)
+prepend_scheme_list (const string &dir, const string &scmlist)
 /*
  *  Inserts an item at the front of a Scheme list, e.g. %load-path
  *  Parameters:
@@ -563,7 +563,7 @@ setup_localisation ()
 }
 
 static void
-add_output_format (string format)
+add_output_format (const string &format)
 /*
  * Capture information internally from command-line options
  * re output format.