]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.C
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / lyxlex.C
index 178ad888337526791704706f1cd90ee35ab5c1bb..64273bf89b146c35c55a9143a07b553add34f64f 100644 (file)
@@ -1,8 +1,15 @@
-//  Generalized simple lexical analizer.
-//  It can be used for simple syntax parsers, like lyxrc,
-//  texclass and others to come.   [asierra30/03/96]
-//
-//   Copyright 1996 Lyx Team.
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *
+ *           Copyright 1996-2000 The LyX Team.
+ *
+ *   Generalized simple lexical analizer.
+ *   It can be used for simple syntax parsers, like lyxrc,
+ *   texclass and others to come.   [asierra30/03/96]
+ *
+ * ====================================================== */
 
 #include <config.h>