]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
Really fix start_of_appendix output
[lyx.git] / src / texrow.C
index b2a883aae6ba3d5710c1bae80fcf2941d84b04dc..9e1b10e5634be4c4215564b96f0e1d039a0f4d85 100644 (file)
@@ -1,9 +1,13 @@
 /**
  * \file texrow.C
- * 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 Matthias Ettrich
+ * \author Lars Gullik Bjønnes
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -14,7 +18,7 @@
 #include <algorithm>
 
 using std::find_if;
-using std::endl;
+
 
 namespace {