]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
Point fix, earlier forgotten
[lyx.git] / src / lyx_main.h
index 2451f400d0485bf9c16a29d963b32b0b86102c72..0c1fc0b462cb11a813f471c10f415615ef25b358 100644 (file)
@@ -1,10 +1,14 @@
 // -*- C++ -*-
 /**
  * \file lyx_main.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 unknown
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef LYX_MAIN_H
@@ -25,8 +29,6 @@ class Buffer;
 class kb_keymap;
 
 
-/// e.g. $HOME/.lyx/
-extern string user_lyxdir;
 /// last files loaded
 extern boost::scoped_ptr<LastFiles> lastfiles;