]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXScreenFactory.h
make LyX work better when run from a directory which name contains spaces or other...
[lyx.git] / src / frontends / LyXScreenFactory.h
index ca8bf45c0dd7604bbd9d2502bf84a6625833ec32..70057d3d03468d1820278e7c11e33bbe2d200330 100644 (file)
@@ -1,21 +1,23 @@
+// -*- C++ -*-
 /**
  * \file LyXScreenFactory.h
- * 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 
+ * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * 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);