]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
make "make distcheck" work
[lyx.git] / src / support / abort.C
index 46f57ce2a94d5515791b1e73131840f869becc2a..97eda877470730caad099afa366189826df8538d 100644 (file)
@@ -1,10 +1,21 @@
+/**
+ * \file abort.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
+#include "support/lyxlib.h"
+
 #include <stdlib.h>
 
-#include "support/lyxlib.h"
 
-void lyx::abort()
+void lyx::support::abort()
 {
        ::abort();
 }