More 'standard conformant blurb' nonsense.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-08-19 10:04:35 +00:00
parent 5bcebe0a51
commit 90499e36a9
23 changed files with 150 additions and 43 deletions

View File

@ -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> 2003-08-07 Lars Gullik Bjønnes <larsbj@gullik.net>
* configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS

View File

@ -297,19 +297,16 @@ AC_SUBST(RPM_FRONTEND_DEPS)
AH_TOP([ AH_TOP([
/* -*- C++ -*- */ /* -*- 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 * \file config.h
something goes wrong during the compilation * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
* This file is part of *
* ====================================================== * This is the compilation configuration file for LyX.
* * It was generated by autoconfs configure.
* LyX, the High Level Word Processor * You might want to change some of the defaults if something goes wrong
* * during the compilation.
* Copyright 1995 Matthias Ettrich */
* Copyright 1995-2001 The LyX Team.
*
*======================================================*/
#ifndef _CONFIG_H #ifndef _CONFIG_H
#define _CONFIG_H #define _CONFIG_H

View File

@ -2,6 +2,7 @@
* \file frontends/Dialogs.C * \file frontends/Dialogs.C
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * 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

View File

@ -1,4 +1,3 @@
// -*- C++ -*-
/** /**
* \file Dialog.C * \file Dialog.C
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.

View File

@ -1,5 +1,5 @@
/** /**
* \file xforms/lyx_gui.C * \file gnome/lyx_gui.C
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *

View 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" #include "insetbase.h"

View File

@ -4,8 +4,8 @@
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Alejandro Aguilar Sierra * \author Alejandro Aguilar Sierra
* \author Jürgen Vigna * \author Jürgen Vigna
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Matthias Ettrich * \author Matthias Ettrich
* *
* Full author contact details are available in file CREDITS * Full author contact details are available in file CREDITS

View 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> 2003-08-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (EXTRA_DIST): * Makefile.am (EXTRA_DIST):

View File

@ -1,12 +1,16 @@
// -*- C++ -*- // -*- C++ -*-
/** /**
* \file Spacing.h * \file Spacing.h
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * 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 #ifndef SPACING_H

View 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> #include <iostream>

View File

@ -1,4 +1,14 @@
// -*- C++ -*- // -*- 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 #ifndef CONTEXT_H
#define CONTEXT_H #define CONTEXT_H

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS * Full author contact details are available in file CREDITS

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* *
* Full author contact details are available in file CREDITS * Full author contact details are available in file CREDITS
@ -17,7 +17,8 @@
/// ///
string const _(string const &); string const _(string const &);
#define N_(str) (str) // for detecting static strings /// for detecting static strings
#define N_(str) (str)
/// ///
void locale_init(); void locale_init();

View File

@ -1,11 +1,11 @@
/** /**
* \file lyxfont.C * \file lyxfont.C
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * 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> #include <config.h>

View File

@ -1,12 +1,17 @@
// -*- C++ -*- // -*- C++ -*-
/** /**
* \file lyxfont.h * \file lyxfont.h
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * 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 #ifndef LYXFONT_H

View 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
*/ */
// {[( // {[(

View 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
*/ */
// {[( // {[(

View 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
*/ */
// {[( // {[(

View 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
*/ */
// {[( // {[(

View File

@ -1,4 +1,15 @@
// -*- C++ -*- // -*- 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 #ifndef TEX2LYX_H
#define TEX2LYX_H #define TEX2LYX_H

View 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 <config.h>
#include "texparser.h" #include "texparser.h"

View 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 #ifndef PARSER_H
#define PARSER_H #define PARSER_H

View 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
*/ */
// {[( // {[(