]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbase.C
ws changes only
[lyx.git] / src / insets / insetbase.C
index 58371411a25def39273b100b302be85732e856e3..7a3a411379ff8be842f4c9990b92e32c14b93d5f 100644 (file)
@@ -1,3 +1,14 @@
+/**
+ * \file insetbase.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+#include <config.h>
 
 #include "insetbase.h"
 
@@ -14,4 +25,3 @@ dispatch_result InsetBase::localDispatch(FuncRequest const & cmd)
        pos_type pos = 0;
        return dispatch(cmd, idx, pos);
 }
-