X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdot-configuration.cc;h=6ec23af5a88a59bd8384c370de2c5e8dcbbb949f;hb=e62c1e205cd619afcc43fd8c8a9a2c5a093b508e;hp=c4cf852d1a7a154d254b4d315745eeafbf5aae15;hpb=6284382ad57e1e57339acdff17b773cb56da90d8;p=lilypond.git diff --git a/lily/dot-configuration.cc b/lily/dot-configuration.cc index c4cf852d1a..6ec23af5a8 100644 --- a/lily/dot-configuration.cc +++ b/lily/dot-configuration.cc @@ -1,13 +1,23 @@ /* - dot-implement.cc -- declare Dot_configuration + This file is part of LilyPond, the GNU music typesetter. - Source file of the GNU LilyPond music typesetter. Distributed under - terms of the GNU General Public License. LilyPond comes with NO - WARRANTY. + Copyright (C) 1997--2009 Han-Wen Nienhuys - (c) 1997--2007 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ +#include #include "dot-configuration.hh" #include "dot-formatting-problem.hh" #include "staff-symbol-referencer.hh" @@ -48,7 +58,7 @@ Dot_configuration::print () const for (Dot_configuration::const_iterator i (begin ()); i != end (); i++) printf ("%d, ", i->first); - printf ("} \n"); + printf ("}\n"); } /*