]> git.lyx.org Git - lyx.git/blobdiff - src/intl.C
code cosmetics to the iterator fix
[lyx.git] / src / intl.C
index 0f65aead5c6b96767f93d163f413cfa772ef76aa..ce237ed1a2eb1f1e25607233b662f335353e3ccc 100644 (file)
@@ -1,24 +1,22 @@
 /**
- * \file intl.C
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * \file intl.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author Lars Gullik Bjønnes
+ * \author Angus Leeming
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "intl.h"
 #include "debug.h"
 #include "lyxrc.h"
 
-#include "support/lstrings.h"
-#include "language.h"
 
 using std::endl;