]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/font_metrics.h
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / font_metrics.h
index 8c5e4e4fc45793f4dd5df4e942e51972c19f4300..14d9d7dbdc7d0e5f8709837fd9a46bdbe2c38425 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file font_metrics.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FONT_METRICS_H
@@ -80,6 +82,6 @@ namespace font_metrics {
                int & width, 
                int & ascent, 
                int & descent);
-};
+}
 
 #endif // FONT_METRICS_H