]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.C
ws changes only
[lyx.git] / src / FuncStatus.C
index 5e7133c740199fb0f6fa5ab93c0a9a7e0ca3c427..9c83203b66e4192a2cc9fd5952ac5890478d3f99 100644 (file)
@@ -1,18 +1,15 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file FuncStatus.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Jean-Marc Lasgouttes
  *
- *          Copyright 2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "FuncStatus.h"
 
 FuncStatus::FuncStatus() : v_(OK)