]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
ws changes only
[lyx.git] / src / main.C
index 18413bf4f7ea7bf05d60e64e8219793782faa8e7..3dbd1ea06704cb1b8ba63fd1425119328e3e9b2a 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file main.C
- * 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 Lars Gullik Bjønnes
  * \author Jean Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -17,7 +19,9 @@
 #include <ios>
 #endif
 
-using namespace lyx::support;
+
+namespace os = lyx::support::os;
+
 
 int main(int argc, char * argv[])
 {