From 79d8baded2a6e40b2e1c8db1de417aedac249dde Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sun, 20 May 2007 16:52:23 -0300
Subject: [PATCH] add header

---
 lily/dot-formatting-problem.cc | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/lily/dot-formatting-problem.cc b/lily/dot-formatting-problem.cc
index cc646e71f0..3dae389c4d 100644
--- a/lily/dot-formatting-problem.cc
+++ b/lily/dot-formatting-problem.cc
@@ -1,3 +1,12 @@
+/* 
+   dot-formatting-problem.cc -- implement Dot_formatting_problem
+
+
+   file of the GNU LilyPond music typesetter
+   
+   (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  
+*/
 
 #include "dot-formatting-problem.hh"
 #include "dot-configuration.hh"
@@ -25,9 +34,8 @@ Dot_formatting_problem::best () const
   return best_;
 }
 
-
-
-Dot_formatting_problem::Dot_formatting_problem (vector<Box> const &boxes, Interval base_x)
+Dot_formatting_problem::Dot_formatting_problem (vector<Box> const &boxes,
+						Interval base_x)
   : head_skyline_ (boxes, 0.0, Y_AXIS, RIGHT)
 {
   best_ = 0;
-- 
2.39.5