]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
Run grand replace for 2015.
[lilypond.git] / flower / include / parray.hh
index 7af20291e46ea5415db21d8f2564bd7c65e2cda4..9ef9ddb2173b18f36dd6be1857ae91f615708c22 100644 (file)
@@ -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--2015 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
@@ -27,7 +27,7 @@ using namespace std;
 template<class T>
 class Link_array : public vector<T *>
 {
-  
+
 };
 
 #endif // PARRAY_HH