]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXScreenFactory.h
Martin's changes to the Note inset.
[lyx.git] / src / frontends / LyXScreenFactory.h
index 880f2cd3b68a39243d3844cb50fd89b4c30f897a..20bd387e2427a6492a3085b2382f1f70d3bea049 100644 (file)
@@ -1,20 +1,22 @@
 /**
  * \file LyXScreenFactory.h
- * Copyright 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 John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef LYXSCREENFACTORY_H
 #define LYXSCREENFACTORY_H
+
 class WorkArea;
 class LyXScreen;
 
 namespace LyXScreenFactory {
        /**
-        * Make a screen renderer. Used because we want to 
+        * Make a screen renderer. Used because we want to
         * generate a toolkit-specific instance.
         */
        LyXScreen * create(WorkArea & owner);