]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.C
Extracted from r14281
[lyx.git] / src / Floating.C
index dffa8263b42e8706efdfdd7990fba01d64bdb643..824b1b7df12899385915627db12c477d9a24a4a8 100644 (file)
@@ -1,17 +1,21 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file Floating.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
  *
- *           Copyright 1998-2001 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "Floating.h"
 
+using std::string;
+
 
 Floating::Floating()
 {}