]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPrint.C
This file is part of LyX, the document processor.
[lyx.git] / src / frontends / controllers / ControlPrint.C
index 0845ec8648b00a951ca2fff0065d82db982a2b95..cd4339cb988ca8610b2709ea6e46e69b2fb4ea24 100644 (file)
@@ -1,14 +1,11 @@
-/* This file is part of
- * ======================================================
- *
- *           LyX, The Document Processor
- *
- *          Copyright 2001 The LyX Team.
+/**
+ * \file ControlPrint.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *======================================================
+ * \author Angus Leeming
  *
- * \file ControlPrint.C
- * \author Angus Leeming, a.leeming@.ac.uk
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 #endif
 
 #include "ControlPrint.h"
+
 #include "ViewBase.h"
 #include "ButtonControllerBase.h"
+
 #include "buffer.h"
-#include "PrinterParams.h"
-#include "Liason.h"
+#include "gettext.h"
 #include "helper_funcs.h"
+#include "PrinterParams.h"
+
 #include "frontends/Alert.h"
-#include "gettext.h"
+#include "frontends/Liason.h"
+
 #include "support/LAssert.h"
 
 using Liason::printBuffer;