From: Angus Leeming Date: Tue, 19 Aug 2003 10:04:35 +0000 (+0000) Subject: More 'standard conformant blurb' nonsense. X-Git-Tag: 1.6.10~16262 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=90499e36a9ab0c7fe2930aa71c5fe39695e779d2;p=features.git More 'standard conformant blurb' nonsense. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7573 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 01d674550c..0303771031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-19 Angus Leeming + + * configure.ac (AH_TOP): get rid of 'The LyX Team'. + 2003-08-07 Lars Gullik Bjønnes * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS diff --git a/configure.ac b/configure.ac index 9f9b1e6c68..04385e51b5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/frontends/Dialogs.C b/src/frontends/Dialogs.C index 08dfde0335..ff7825c5b7 100644 --- a/src/frontends/Dialogs.C +++ b/src/frontends/Dialogs.C @@ -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 diff --git a/src/frontends/controllers/Dialog.C b/src/frontends/controllers/Dialog.C index 76610286ed..7c635fccca 100644 --- a/src/frontends/controllers/Dialog.C +++ b/src/frontends/controllers/Dialog.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /** * \file Dialog.C * This file is part of LyX, the document processor. diff --git a/src/frontends/gnome/lyx_gui.C b/src/frontends/gnome/lyx_gui.C index 4a1d3963d0..d65a22467e 100644 --- a/src/frontends/gnome/lyx_gui.C +++ b/src/frontends/gnome/lyx_gui.C @@ -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. * diff --git a/src/insets/insetbase.C b/src/insets/insetbase.C index 1253333cea..d8eb87abfb 100644 --- a/src/insets/insetbase.C +++ b/src/insets/insetbase.C @@ -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 #include "insetbase.h" diff --git a/src/insets/updatableinset.C b/src/insets/updatableinset.C index d7ecdfc869..494a62f021 100644 --- a/src/insets/updatableinset.C +++ b/src/insets/updatableinset.C @@ -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 diff --git a/src/tex2lyx/ChangeLog b/src/tex2lyx/ChangeLog index ecbccc181a..052f069e34 100644 --- a/src/tex2lyx/ChangeLog +++ b/src/tex2lyx/ChangeLog @@ -1,3 +1,8 @@ +2003-08-19 Angus Leeming + + * most files: add 'standard conformant' header blurb. + Also add Jean-Marc as an author where appropriate. + 2003-08-08 Jean-Marc Lasgouttes * Makefile.am (EXTRA_DIST): diff --git a/src/tex2lyx/Spacing.h b/src/tex2lyx/Spacing.h index 6138139957..c1a278112d 100644 --- a/src/tex2lyx/Spacing.h +++ b/src/tex2lyx/Spacing.h @@ -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 diff --git a/src/tex2lyx/context.C b/src/tex2lyx/context.C index 1558da7e28..01f2e9ec4f 100644 --- a/src/tex2lyx/context.C +++ b/src/tex2lyx/context.C @@ -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 diff --git a/src/tex2lyx/context.h b/src/tex2lyx/context.h index 663f0c135e..1b0b72bf85 100644 --- a/src/tex2lyx/context.h +++ b/src/tex2lyx/context.h @@ -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 diff --git a/src/tex2lyx/gettext.C b/src/tex2lyx/gettext.C index 22a98a9953..4d1a06d52a 100644 --- a/src/tex2lyx/gettext.C +++ b/src/tex2lyx/gettext.C @@ -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 diff --git a/src/tex2lyx/gettext.h b/src/tex2lyx/gettext.h index 2b4b3513a4..17848ca21d 100644 --- a/src/tex2lyx/gettext.h +++ b/src/tex2lyx/gettext.h @@ -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(); diff --git a/src/tex2lyx/lyxfont.C b/src/tex2lyx/lyxfont.C index f58fe16f4f..c8be369e2f 100644 --- a/src/tex2lyx/lyxfont.C +++ b/src/tex2lyx/lyxfont.C @@ -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 diff --git a/src/tex2lyx/lyxfont.h b/src/tex2lyx/lyxfont.h index 1f7bd5a413..e4cd7e7c66 100644 --- a/src/tex2lyx/lyxfont.h +++ b/src/tex2lyx/lyxfont.h @@ -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 diff --git a/src/tex2lyx/math.C b/src/tex2lyx/math.C index 129a6a674c..6c3a0d589e 100644 --- a/src/tex2lyx/math.C +++ b/src/tex2lyx/math.C @@ -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 */ // {[( diff --git a/src/tex2lyx/preamble.C b/src/tex2lyx/preamble.C index e0ed8fdf02..cf87e561c6 100644 --- a/src/tex2lyx/preamble.C +++ b/src/tex2lyx/preamble.C @@ -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 */ // {[( diff --git a/src/tex2lyx/table.C b/src/tex2lyx/table.C index ac1b44eddf..b4b41817d2 100644 --- a/src/tex2lyx/table.C +++ b/src/tex2lyx/table.C @@ -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 */ // {[( diff --git a/src/tex2lyx/tex2lyx.C b/src/tex2lyx/tex2lyx.C index a2a60e2370..32ab9b7285 100644 --- a/src/tex2lyx/tex2lyx.C +++ b/src/tex2lyx/tex2lyx.C @@ -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 */ // {[( diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 74b21e2907..35634ec04a 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -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 diff --git a/src/tex2lyx/texparser.C b/src/tex2lyx/texparser.C index 35e7c99fa4..c93a437901 100644 --- a/src/tex2lyx/texparser.C +++ b/src/tex2lyx/texparser.C @@ -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 #include "texparser.h" diff --git a/src/tex2lyx/texparser.h b/src/tex2lyx/texparser.h index 000c4d79ea..9db0603338 100644 --- a/src/tex2lyx/texparser.h +++ b/src/tex2lyx/texparser.h @@ -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 diff --git a/src/tex2lyx/text.C b/src/tex2lyx/text.C index 43729e19d0..b4d2d6c9b2 100644 --- a/src/tex2lyx/text.C +++ b/src/tex2lyx/text.C @@ -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 */ // {[(