]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert_pimpl.h
include sys/time.h
[lyx.git] / src / frontends / Alert_pimpl.h
index cedbde7909b4712e55f938d920f36a4f9a1819eb..24e3e6e44528178c3f1ff2a91943e5b2b9f6fabc 100644 (file)
@@ -1,13 +1,15 @@
 /**
  * \file Alert_pimpl.h
- * Copyright 2001 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 John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include "debug.h"
+
 // GUI-specific implementations
 void alert_pimpl(string const & s1, string const & s2, string const & s3);
 bool askQuestion_pimpl(string const & s1, string const & s2, string const & s3);