]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySymFactory.h
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / LyXKeySymFactory.h
index 5bff157105c331e489aefe8e766b625dc4673c6a..585a8a5303fa4906bf01ca611820644490f80816 100644 (file)
@@ -1,22 +1,29 @@
+// -*- C++ -*-
 /**
  * \file LyXKeySymFactory.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 Asger & Juergen
+ * \author Asger & Jürgen
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef LYXKEYSYMFACTORY_H
 #define LYXKEYSYMFACTORY_H
 
+namespace lyx {
+
 class LyXKeySym;
 
 namespace LyXKeySymFactory {
        /**
-        * Make a LyXKeySym. Used because we want to 
+        * Make a LyXKeySym. Used because we want to
         * generate a toolkit-specific instance.
         */
        LyXKeySym * create();
 }
 
+} // namespace lyx
+
 #endif // LYXKEYSYM_FACTORY_H