summaryrefslogtreecommitdiff
path: root/lily/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/main.cc')
-rw-r--r--lily/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lily/main.cc b/lily/main.cc
index 5ac75067a0..7fb2f32457 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--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");
}