]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
Point fix, earlier forgotten
[lyx.git] / src / lyxfont.h
index b1601f7b99bf4b10f9769bdd4193d42abb501b9a..635cab282441ac5307436bb40173e8a6fa2bfab1 100644 (file)
@@ -1,13 +1,16 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxfont.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
+ * \author Dekel Tsur
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef LYXFONT_H
 #define LYXFONT_H
@@ -447,5 +450,4 @@ bool operator!=(LyXFont const & font1, LyXFont const & font2)
        return !(font1 == font2);
 }
 
-
 #endif