]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FontInfo.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FontInfo.h
index 6a9ecf089319d4a5b73b51e0072cffcc7f197191..8ba42a5ebc011d8a78781b41ef9f74e6d1a214ab 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file FontInfo.h
- * Copyright 1997-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 Asger Alstrup
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FONTINFO_H
@@ -88,4 +90,5 @@ private:
        /// Build newly sized font string
        string const resize(string const &, int size) const;
 };
-#endif
+
+#endif // FONTINFO_H