]> git.lyx.org Git - features.git/blobdiff - src/kbmap.h
Replace LString.h with support/std_string.h,
[features.git] / src / kbmap.h
index 3b1818e5fb6a3f827e86fba2f43d0f4c78eb588a..cef9fd59e521d1503ffe082cb845407c91aafc0f 100644 (file)
@@ -1,17 +1,20 @@
 // -*- C++ -*-
 /**
  * \file kbmap.h
- * Copyright 1995-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 Lars Gullik Bjønnes <larsbj@lyx.org>
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef KBMAP_H
 #define KBMAP_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include "frontends/key_state.h"
 #include "frontends/LyXKeySym.h"