Ok to go in?

Would I ruffle anyone's feathers if I were to do the same in src and in 
src/mathed?

Regards,
Angus
Index: configure.ac
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/configure.ac,v
retrieving revision 1.8
diff -u -p -r1.8 configure.ac
--- configure.ac	7 Aug 2003 16:13:10 -0000	1.8
+++ configure.ac	19 Aug 2003 08:36:04 -0000
@@ -297,19 +297,16 @@ AC_SUBST(RPM_FRONTEND_DEPS)
 
 AH_TOP([
 /* -*- C++ -*- */
-/* This is the compilation configuration file for LyX. It was generated by
-   autoconfs configure. You might want to change some of the defaults if
-   something goes wrong during the compilation
-
-   * This file is part of
-   * ======================================================
-   *
-   *           LyX, the High Level Word Processor
-   *
-   *           Copyright 1995 Matthias Ettrich
-   *           Copyright 1995-2001 The LyX Team.
-   *
-   *======================================================*/
+/*
+ * \file config.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * This is the compilation configuration file for LyX.
+ * It was generated by autoconfs configure.
+ * You might want to change some of the defaults if something goes wrong
+ * during the compilation.
+ */
 
 #ifndef _CONFIG_H
 #define _CONFIG_H
Index: src/frontends/Dialogs.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/Dialogs.C,v
retrieving revision 1.25
diff -u -p -r1.25 Dialogs.C
--- src/frontends/Dialogs.C	17 Jun 2003 00:30:47 -0000	1.25
+++ src/frontends/Dialogs.C	19 Aug 2003 08:36:24 -0000
@@ -2,6 +2,7 @@
  * \file frontends/Dialogs.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
+ *
  * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
Index: src/frontends/controllers/Dialog.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/Dialog.C,v
retrieving revision 1.7
diff -u -p -r1.7 Dialog.C
--- src/frontends/controllers/Dialog.C	17 Jul 2003 15:35:42 -0000	1.7
+++ src/frontends/controllers/Dialog.C	19 Aug 2003 08:36:28 -0000
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /**
  * \file Dialog.C
  * This file is part of LyX, the document processor.
Index: src/frontends/gnome/lyx_gui.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gnome/lyx_gui.C,v
retrieving revision 1.3
diff -u -p -r1.3 lyx_gui.C
--- src/frontends/gnome/lyx_gui.C	27 Jul 2003 22:13:29 -0000	1.3
+++ src/frontends/gnome/lyx_gui.C	19 Aug 2003 08:36:28 -0000
@@ -1,5 +1,5 @@
 /**
- * \file xforms/lyx_gui.C
+ * \file gnome/lyx_gui.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
Index: src/insets/insetbase.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetbase.C,v
retrieving revision 1.4
diff -u -p -r1.4 insetbase.C
--- src/insets/insetbase.C	2 Jun 2003 16:14:33 -0000	1.4
+++ src/insets/insetbase.C	19 Aug 2003 08:36:45 -0000
@@ -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"
 
 
Index: src/insets/updatableinset.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/updatableinset.C,v
retrieving revision 1.19
diff -u -p -r1.19 updatableinset.C
--- src/insets/updatableinset.C	5 Aug 2003 08:07:07 -0000	1.19
+++ src/insets/updatableinset.C	19 Aug 2003 08:36:46 -0000
@@ -4,8 +4,8 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author Jürgen Vigna
- * \author Lars Gullik Bjønnes
+ * \author Jürgen Vigna
+ * \author Lars Gullik Bjønnes
  * \author Matthias Ettrich
  *
  * Full author contact details are available in file CREDITS
Index: src/tex2lyx/Spacing.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/Spacing.h,v
retrieving revision 1.1
diff -u -p -r1.1 Spacing.h
--- src/tex2lyx/Spacing.h	26 Jul 2003 00:17:21 -0000	1.1
+++ src/tex2lyx/Spacing.h	19 Aug 2003 08:36:46 -0000
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- *  \file Spacing.h
+ * \file Spacing.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming
+ * \author Angus Leeming
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef SPACING_H
Index: src/tex2lyx/context.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/context.C,v
retrieving revision 1.3
diff -u -p -r1.3 context.C
--- src/tex2lyx/context.C	6 Aug 2003 22:47:22 -0000	1.3
+++ src/tex2lyx/context.C	19 Aug 2003 08:36:47 -0000
@@ -1,5 +1,11 @@
-/** A small helper function
-    \author Jean-Marc Lasgouttes (2003)
+/**
+ * \file context.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <iostream>
Index: src/tex2lyx/context.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/context.h,v
retrieving revision 1.4
diff -u -p -r1.4 context.h
--- src/tex2lyx/context.h	6 Aug 2003 22:47:22 -0000	1.4
+++ src/tex2lyx/context.h	19 Aug 2003 08:36:47 -0000
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file context.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS
+ */
+
 #ifndef CONTEXT_H
 #define CONTEXT_H
 
Index: src/tex2lyx/gettext.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/gettext.C,v
retrieving revision 1.1
diff -u -p -r1.1 gettext.C
--- src/tex2lyx/gettext.C	26 Jul 2003 00:17:21 -0000	1.1
+++ src/tex2lyx/gettext.C	19 Aug 2003 08:36:47 -0000
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
  * Full author contact details are available in file CREDITS
Index: src/tex2lyx/gettext.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/gettext.h,v
retrieving revision 1.1
diff -u -p -r1.1 gettext.h
--- src/tex2lyx/gettext.h	26 Jul 2003 00:17:21 -0000	1.1
+++ src/tex2lyx/gettext.h	19 Aug 2003 08:36:47 -0000
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
  * Full author contact details are available in file CREDITS
Index: src/tex2lyx/lyxfont.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/lyxfont.C,v
retrieving revision 1.1
diff -u -p -r1.1 lyxfont.C
--- src/tex2lyx/lyxfont.C	26 Jul 2003 00:17:21 -0000	1.1
+++ src/tex2lyx/lyxfont.C	19 Aug 2003 08:36:47 -0000
@@ -1,11 +1,11 @@
 /**
- *  \file lyxfont.C
- *  This file is part of LyX, the document processor.
- *  Licence details can be found in the file COPYING.
+ * \file lyxfont.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming
+ * \author Angus Leeming
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
Index: src/tex2lyx/lyxfont.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/lyxfont.h,v
retrieving revision 1.1
diff -u -p -r1.1 lyxfont.h
--- src/tex2lyx/lyxfont.h	26 Jul 2003 00:17:21 -0000	1.1
+++ src/tex2lyx/lyxfont.h	19 Aug 2003 08:36:47 -0000
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- *  \file lyxfont.h
+ * \file lyxfont.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming
+ * \author Angus Leeming
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef LYXFONT_H
Index: src/tex2lyx/math.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/math.C,v
retrieving revision 1.6
diff -u -p -r1.6 math.C
--- src/tex2lyx/math.C	30 Jun 2003 11:36:08 -0000	1.6
+++ src/tex2lyx/math.C	19 Aug 2003 08:36:47 -0000
@@ -1,5 +1,11 @@
-/** The .tex to .lyx converter
-    \author André Pönitz (2003)
+/**
+ * \file math.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
  */
 
 // {[(
Index: src/tex2lyx/preamble.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/preamble.C,v
retrieving revision 1.12
diff -u -p -r1.12 preamble.C
--- src/tex2lyx/preamble.C	5 Aug 2003 21:46:51 -0000	1.12
+++ src/tex2lyx/preamble.C	19 Aug 2003 08:36:47 -0000
@@ -1,5 +1,11 @@
-/** The .tex to .lyx converter
-    \author André Pönitz (2003)
+/**
+ * \file preamble.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
  */
 
 // {[(
Index: src/tex2lyx/table.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/table.C,v
retrieving revision 1.16
diff -u -p -r1.16 table.C
--- src/tex2lyx/table.C	4 Aug 2003 10:26:10 -0000	1.16
+++ src/tex2lyx/table.C	19 Aug 2003 08:36:48 -0000
@@ -1,5 +1,11 @@
-/** The .tex to .lyx converter
-    \author André Pönitz (2003)
+/**
+ * \file table.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
  */
 
 // {[(
Index: src/tex2lyx/tex2lyx.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/tex2lyx.C,v
retrieving revision 1.45
diff -u -p -r1.45 tex2lyx.C
--- src/tex2lyx/tex2lyx.C	4 Aug 2003 10:26:10 -0000	1.45
+++ src/tex2lyx/tex2lyx.C	19 Aug 2003 08:36:48 -0000
@@ -1,5 +1,11 @@
-/** The .tex to .lyx converter
-    \author André Pönitz (2003)
+/**
+ * \file tex2lyx.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
  */
 
 // {[(
Index: src/tex2lyx/tex2lyx.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/tex2lyx.h,v
retrieving revision 1.7
diff -u -p -r1.7 tex2lyx.h
--- src/tex2lyx/tex2lyx.h	4 Aug 2003 10:26:10 -0000	1.7
+++ src/tex2lyx/tex2lyx.h	19 Aug 2003 08:36:48 -0000
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file tex2lyx.h
+ * 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
+ */
+
 #ifndef TEX2LYX_H
 #define TEX2LYX_H
 
Index: src/tex2lyx/texparser.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/texparser.C,v
retrieving revision 1.18
diff -u -p -r1.18 texparser.C
--- src/tex2lyx/texparser.C	18 Jul 2003 08:46:00 -0000	1.18
+++ src/tex2lyx/texparser.C	19 Aug 2003 08:36:48 -0000
@@ -1,3 +1,13 @@
+/**
+ * \file texparser.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 "texparser.h"
Index: src/tex2lyx/texparser.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/texparser.h,v
retrieving revision 1.12
diff -u -p -r1.12 texparser.h
--- src/tex2lyx/texparser.h	30 Jun 2003 11:36:08 -0000	1.12
+++ src/tex2lyx/texparser.h	19 Aug 2003 08:36:48 -0000
@@ -1,3 +1,14 @@
+// -*- C++ -*-
+/**
+ * \file texparser.h
+ * 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
+ */
+
 #ifndef PARSER_H
 #define PARSER_H
 
Index: src/tex2lyx/text.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex2lyx/text.C,v
retrieving revision 1.19
diff -u -p -r1.19 text.C
--- src/tex2lyx/text.C	7 Aug 2003 22:59:53 -0000	1.19
+++ src/tex2lyx/text.C	19 Aug 2003 08:36:49 -0000
@@ -1,5 +1,11 @@
-/** The .tex to .lyx converter
-    \author André Pönitz (2003)
+/**
+ * \file text.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
  */
 
 // {[(

Reply via email to