summaryrefslogtreecommitdiff
path: root/flower
diff options
context:
space:
mode:
authorGraham Percival <graham@percival-music.ca>2012-01-09 06:15:30 +0000
committerGraham Percival <graham@percival-music.ca>2012-01-09 06:15:30 +0000
commit08560a1b8076630c4fc6cb9b902614d8b74fd6fc (patch)
tree02438f2caaf036de8da644b9c47a9ba07ff1feaf /flower
parent7a696f81691477a86c029e6a4c69b8b13a729132 (diff)
Run grand-replace for 2012
Diffstat (limited to 'flower')
-rw-r--r--flower/cpu-timer.cc2
-rw-r--r--flower/file-name.cc2
-rw-r--r--flower/file-path.cc2
-rw-r--r--flower/getopt-long.cc2
-rw-r--r--flower/include/arithmetic-operator.hh2
-rw-r--r--flower/include/axis.hh2
-rw-r--r--flower/include/compare.hh2
-rw-r--r--flower/include/cpu-timer.hh2
-rw-r--r--flower/include/direction.hh2
-rw-r--r--flower/include/drul-array.hh2
-rw-r--r--flower/include/file-name.hh2
-rw-r--r--flower/include/file-path.hh2
-rw-r--r--flower/include/flower-proto.hh2
-rw-r--r--flower/include/guile-compatibility.hh2
-rw-r--r--flower/include/international.hh2
-rw-r--r--flower/include/interval-set.hh2
-rw-r--r--flower/include/interval.hh2
-rw-r--r--flower/include/interval.tcc2
-rw-r--r--flower/include/libc-extension.hh2
-rw-r--r--flower/include/matrix.hh2
-rw-r--r--flower/include/memory-stream.hh2
-rw-r--r--flower/include/offset.hh2
-rw-r--r--flower/include/parray.hh2
-rw-r--r--flower/include/polynomial.hh2
-rw-r--r--flower/include/pqueue.hh2
-rw-r--r--flower/include/rational.hh2
-rw-r--r--flower/include/real.hh2
-rw-r--r--flower/include/std-string.hh2
-rw-r--r--flower/include/std-vector.hh2
-rw-r--r--flower/include/tuple.hh2
-rw-r--r--flower/include/virtual-methods.hh2
-rw-r--r--flower/include/warn.hh2
-rw-r--r--flower/international.cc2
-rw-r--r--flower/interval-set.cc2
-rw-r--r--flower/interval.cc2
-rw-r--r--flower/libc-extension.cc2
-rw-r--r--flower/memory-stream.cc2
-rw-r--r--flower/offset.cc2
-rw-r--r--flower/polynomial.cc2
-rw-r--r--flower/rational.cc2
-rw-r--r--flower/std-string.cc2
-rw-r--r--flower/warn.cc2
42 files changed, 42 insertions, 42 deletions
diff --git a/flower/cpu-timer.cc b/flower/cpu-timer.cc
index bc95e4b45b..f4c960196d 100644
--- a/flower/cpu-timer.cc
+++ b/flower/cpu-timer.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/file-name.cc b/flower/file-name.cc
index 27ce6df6f8..c24c0731e4 100644
--- a/flower/file-name.cc
+++ b/flower/file-name.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
diff --git a/flower/file-path.cc b/flower/file-path.cc
index 850592bd36..d0dd3a1f99 100644
--- a/flower/file-path.cc
+++ b/flower/file-path.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
diff --git a/flower/getopt-long.cc b/flower/getopt-long.cc
index 2ade561cce..88c5d92bde 100644
--- a/flower/getopt-long.cc
+++ b/flower/getopt-long.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1996--2011 Han-Wen Nienhuys, <hanwen@xs4all.nl>
+ Copyright (C) 1996--2012 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
diff --git a/flower/include/arithmetic-operator.hh b/flower/include/arithmetic-operator.hh
index 26fcecc192..285e9cd350 100644
--- a/flower/include/arithmetic-operator.hh
+++ b/flower/include/arithmetic-operator.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/axis.hh b/flower/include/axis.hh
index a4ae77b7b8..f5ec6ca39a 100644
--- a/flower/include/axis.hh
+++ b/flower/include/axis.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/compare.hh b/flower/include/compare.hh
index 9d394a1b60..9822526e03 100644
--- a/flower/include/compare.hh
+++ b/flower/include/compare.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1996--2011 Han-Wen Nienhuys
+ Copyright (C) 1996--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
diff --git a/flower/include/cpu-timer.hh b/flower/include/cpu-timer.hh
index 6e0b997a61..b5cf5d07a4 100644
--- a/flower/include/cpu-timer.hh
+++ b/flower/include/cpu-timer.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/direction.hh b/flower/include/direction.hh
index 6fe5efcc19..50c41a4ab4 100644
--- a/flower/include/direction.hh
+++ b/flower/include/direction.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/drul-array.hh b/flower/include/drul-array.hh
index 2ac9f1fea9..d84af5a614 100644
--- a/flower/include/drul-array.hh
+++ b/flower/include/drul-array.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh
index 0e67deb9dc..3e9c6d5294 100644
--- a/flower/include/file-name.hh
+++ b/flower/include/file-name.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/file-path.hh b/flower/include/file-path.hh
index 235d0a5d0c..29ca17f246 100644
--- a/flower/include/file-path.hh
+++ b/flower/include/file-path.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/flower-proto.hh b/flower/include/flower-proto.hh
index e66c990562..33f67dbb40 100644
--- a/flower/include/flower-proto.hh
+++ b/flower/include/flower-proto.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1996--2011 Han-Wen Nienhuys
+ Copyright (C) 1996--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
diff --git a/flower/include/guile-compatibility.hh b/flower/include/guile-compatibility.hh
index b65ce2cfe6..7c249afe89 100644
--- a/flower/include/guile-compatibility.hh
+++ b/flower/include/guile-compatibility.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 2004--2012 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
diff --git a/flower/include/international.hh b/flower/include/international.hh
index 39306daabf..6dd46c28e9 100644
--- a/flower/include/international.hh
+++ b/flower/include/international.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+ Copyright (C) 1997--2012 Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/include/interval-set.hh b/flower/include/interval-set.hh
index 91410142ed..b0acda6509 100644
--- a/flower/include/interval-set.hh
+++ b/flower/include/interval-set.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 2004--2012 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
diff --git a/flower/include/interval.hh b/flower/include/interval.hh
index 02bc7919d6..cc6f70a9c8 100644
--- a/flower/include/interval.hh
+++ b/flower/include/interval.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1996--2011 Han-Wen Nienhuys
+ Copyright (C) 1996--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
diff --git a/flower/include/interval.tcc b/flower/include/interval.tcc
index b37f972612..2ad1fa606b 100644
--- a/flower/include/interval.tcc
+++ b/flower/include/interval.tcc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1996--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1996--2012 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
diff --git a/flower/include/libc-extension.hh b/flower/include/libc-extension.hh
index 2d2c397c13..726df166ae 100644
--- a/flower/include/libc-extension.hh
+++ b/flower/include/libc-extension.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/matrix.hh b/flower/include/matrix.hh
index ac4c4327eb..260f6c06bb 100644
--- a/flower/include/matrix.hh
+++ b/flower/include/matrix.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2006--2011 Joe Neeman <joeneeman@gmail.com>
+ Copyright (C) 2006--2012 Joe Neeman <joeneeman@gmail.com>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/include/memory-stream.hh b/flower/include/memory-stream.hh
index 9ebe922779..1dffd7c98a 100644
--- a/flower/include/memory-stream.hh
+++ b/flower/include/memory-stream.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 2005--2012 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
diff --git a/flower/include/offset.hh b/flower/include/offset.hh
index 198c601cff..ba369a5c70 100644
--- a/flower/include/offset.hh
+++ b/flower/include/offset.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1996--2011 Han-Wen Nienhuys
+ Copyright (C) 1996--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
diff --git a/flower/include/parray.hh b/flower/include/parray.hh
index 796de9e522..cb3fc24ee8 100644
--- a/flower/include/parray.hh
+++ b/flower/include/parray.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/polynomial.hh b/flower/include/polynomial.hh
index 9563acf50c..1959688d8d 100644
--- a/flower/include/polynomial.hh
+++ b/flower/include/polynomial.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1993--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1993--2012 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
diff --git a/flower/include/pqueue.hh b/flower/include/pqueue.hh
index 96ae5da222..895ceca03e 100644
--- a/flower/include/pqueue.hh
+++ b/flower/include/pqueue.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/rational.hh b/flower/include/rational.hh
index b0dd95b10b..de1252ec67 100644
--- a/flower/include/rational.hh
+++ b/flower/include/rational.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/real.hh b/flower/include/real.hh
index f7847ae7ac..ceb1e114f0 100644
--- a/flower/include/real.hh
+++ b/flower/include/real.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/std-string.hh b/flower/include/std-string.hh
index e3d790b43b..5b7d2af11d 100644
--- a/flower/include/std-string.hh
+++ b/flower/include/std-string.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2006--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+ Copyright (C) 2006--2012 Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/include/std-vector.hh b/flower/include/std-vector.hh
index 020403aea1..dd276df186 100644
--- a/flower/include/std-vector.hh
+++ b/flower/include/std-vector.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2006--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+ Copyright (C) 2006--2012 Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/include/tuple.hh b/flower/include/tuple.hh
index 3c4c6112b6..c88f1935ad 100644
--- a/flower/include/tuple.hh
+++ b/flower/include/tuple.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+ Copyright (C) 2006--2012 Han-Wen Nienhuys <hanwen@lilypond.org>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh
index aa76632a9d..fa084835d3 100644
--- a/flower/include/virtual-methods.hh
+++ b/flower/include/virtual-methods.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/include/warn.hh b/flower/include/warn.hh
index 37ddbbfdad..25240113ca 100644
--- a/flower/include/warn.hh
+++ b/flower/include/warn.hh
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/international.cc b/flower/international.cc
index 06f9de257c..cbdcf58d6e 100644
--- a/flower/international.cc
+++ b/flower/international.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+ Copyright (C) 1997--2012 Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/interval-set.cc b/flower/interval-set.cc
index dd69c5886a..84bde76a9c 100644
--- a/flower/interval-set.cc
+++ b/flower/interval-set.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 2004--2012 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
diff --git a/flower/interval.cc b/flower/interval.cc
index a372c0c5a8..04b141159d 100644
--- a/flower/interval.cc
+++ b/flower/interval.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/libc-extension.cc b/flower/libc-extension.cc
index f2a1bb1ea9..59d4a52f13 100644
--- a/flower/libc-extension.cc
+++ b/flower/libc-extension.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
diff --git a/flower/memory-stream.cc b/flower/memory-stream.cc
index b034f85e5e..6cce684858 100644
--- a/flower/memory-stream.cc
+++ b/flower/memory-stream.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 2005--2012 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
diff --git a/flower/offset.cc b/flower/offset.cc
index bb97b9407e..180f8acc61 100644
--- a/flower/offset.cc
+++ b/flower/offset.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/polynomial.cc b/flower/polynomial.cc
index d95258720d..e3e50d6bc5 100644
--- a/flower/polynomial.cc
+++ b/flower/polynomial.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1993--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1993--2012 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
diff --git a/flower/rational.cc b/flower/rational.cc
index 2d57eebef0..ed3d203b02 100644
--- a/flower/rational.cc
+++ b/flower/rational.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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
diff --git a/flower/std-string.cc b/flower/std-string.cc
index dbfb0edd83..d2c2d624d2 100644
--- a/flower/std-string.cc
+++ b/flower/std-string.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 2006--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+ Copyright (C) 2006--2012 Jan Nieuwenhuizen <janneke@gnu.org>
LilyPond is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/flower/warn.cc b/flower/warn.cc
index 38ee5d2c53..f3f6e1c743 100644
--- a/flower/warn.cc
+++ b/flower/warn.cc
@@ -1,7 +1,7 @@
/*
This file is part of LilyPond, the GNU music typesetter.
- Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ Copyright (C) 1997--2012 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