]> git.lyx.org Git - lyx.git/commitdiff
More 'standard conformant blurb' nonsense.
authorAngus Leeming <leeming@lyx.org>
Tue, 19 Aug 2003 10:04:35 +0000 (10:04 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 19 Aug 2003 10:04:35 +0000 (10:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7573 a592a061-630c-0410-9148-cb99ea01b6c8

23 files changed:
ChangeLog
configure.ac
src/frontends/Dialogs.C
src/frontends/controllers/Dialog.C
src/frontends/gnome/lyx_gui.C
src/insets/insetbase.C
src/insets/updatableinset.C
src/tex2lyx/ChangeLog
src/tex2lyx/Spacing.h
src/tex2lyx/context.C
src/tex2lyx/context.h
src/tex2lyx/gettext.C
src/tex2lyx/gettext.h
src/tex2lyx/lyxfont.C
src/tex2lyx/lyxfont.h
src/tex2lyx/math.C
src/tex2lyx/preamble.C
src/tex2lyx/table.C
src/tex2lyx/tex2lyx.C
src/tex2lyx/tex2lyx.h
src/tex2lyx/texparser.C
src/tex2lyx/texparser.h
src/tex2lyx/text.C

index 01d674550c71c5d5817040949937ede47550a4fa..0303771031661f1bb2226cedd0171bb3d4fbec0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-19  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AH_TOP): get rid of 'The LyX Team'.
+
 2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
index 9f9b1e6c68bf2ca90ca42036b47224849fc8c038..04385e51b5a81b525657cad0d73c1b5626face69 100644 (file)
@@ -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 08dfde0335a54b90edad5baf569e63178bdb50ef..ff7825c5b7180c13f60d077f351be9f5ea3a0002 100644 (file)
@@ -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 76610286ede0be8de0d1aa9eba46a8a2eb0e6b55..7c635fcccaa829eba839ef8e9618340c0b2af286 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /**
  * \file Dialog.C
  * This file is part of LyX, the document processor.
index 4a1d3963d0c78732d3e209984f836b7a5ad57f63..d65a22467e47970f02082206a74218731817bd38 100644 (file)
@@ -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 1253333cea70491c128e3e10d30a840e07b62b43..d8eb87abfb498bc42d2ade7f96c42cdc6e52ad0d 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"
 
 
index d7ecdfc869dd6022c2418e6774eded0a2e9ae927..494a62f02178a747be03b38009ea77a263017f0e 100644 (file)
@@ -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 ecbccc181a59c7b419bbd37eedc118978a5d2cb9..052f069e341452a66d5544c015d68468be7d3d40 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-19  Angus Leeming  <leeming@lyx.org>
+
+       * most files: add 'standard conformant' header blurb.
+       Also add Jean-Marc as an author where appropriate.
+
 2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * Makefile.am (EXTRA_DIST):
index 6138139957f4b768fa535fb273ff7d26a3f661f2..c1a278112de3ea2574c46c4bb4b836bafdb74d40 100644 (file)
@@ -1,12 +1,16 @@
 // -*- 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
+ *
+ * This class is just a dummy version of that in the main LyX source tree
+ * to enable tex2lyx to use LyX's textclass classes and not have to
+ * re-invent the wheel.
  */
 
 #ifndef SPACING_H
index 1558da7e282076cdac5f367c536047fc78afce5a..01f2e9ec4f13fbee54e4c7c8d2504d58c229566f 100644 (file)
@@ -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 663f0c135e5b90296b5ff55c11eda6d9c68a1b57..1b0b72bf851cbdba7764bd7c54d8e6cc25c0bd65 100644 (file)
@@ -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 22a98a9953e5d59ef467bcb8a3d491107ca82413..4d1a06d52a69509aa29cfc9591297089554a85a8 100644 (file)
@@ -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 2b4b3513a4323a5a1ca27a2cea81dca8900b7876..17848ca21d91607d01b510a717f08bbeceb4a977 100644 (file)
@@ -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
@@ -17,7 +17,8 @@
 ///
 string const _(string const &);
 
-#define N_(str) (str)              // for detecting static strings
+/// for detecting static strings
+#define N_(str) (str)
 
 ///
 void locale_init();
index f58fe16f4f978fcf25be05f12b6128eb7aead360..c8be369e2f9db477e27eef160709def90d3c2316 100644 (file)
@@ -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 1f7bd5a413fc5d4483d65560f3e04502dedc8c89..e4cd7e7c66adec8c851583d001237a17a5b8718e 100644 (file)
@@ -1,12 +1,17 @@
 // -*- 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
+ *
+ * This class is just a dummy version of that in the main LyX source tree
+ * to enable tex2lyx to use LyX's textclass classes and not have to
+ * re-invent the wheel.
  *
- *  Full author contact details are available in file CREDITS
  */
 
 #ifndef LYXFONT_H
index 129a6a674ce2255cce555b6dcadfabb3537b6207..6c3a0d589ee1832061fffa67fc71dc55bfef3b84 100644 (file)
@@ -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 e0ed8fdf02c910a92ddc307111865f3783926743..cf87e561c66cbf750a557ebf08d33513c79ec0a0 100644 (file)
@@ -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 ac1b44eddff8ae6a13a0e0cf3238aa7bbc135f9e..b4b41817d23fa1296fd5e1328c6a62724e32df93 100644 (file)
@@ -1,5 +1,12 @@
-/** 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
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 // {[(
index a2a60e2370fdbdb2a89415f69d13a0d7d595bb98..32ab9b7285f3446e66e3f526d6ab49931e420231 100644 (file)
@@ -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 74b21e290782aa9b2f64a2c98a0408545914b724..35634ec04a9b4d11bb65ed674ae4d6ccc7c3c7a8 100644 (file)
@@ -1,4 +1,15 @@
 // -*- 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
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS
+ */
+
 #ifndef TEX2LYX_H
 #define TEX2LYX_H
 
index 35e7c99fa45e10b4bfcc1342e0a79dc8bb19c452..c93a4379015182e3b85102c8255bd8941e188653 100644 (file)
@@ -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 000c4d79ea75b9f5663cbf8a5a0fe66142ce363e..9db0603338ef3f1ff7f7b8bbbc61fcee04543972 100644 (file)
@@ -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 43729e19d00ddf1addfad66446e6b58b89176f7b..b4d2d6c9b227a94eb15ed03cc2a9741328dfaa07 100644 (file)
@@ -1,5 +1,12 @@
-/** 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
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 // {[(