If I ever see another licence blurb again, it'll be too soon...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7598 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-08-23 00:17:00 +00:00
parent 5b6d509352
commit 0be0fcfd59
930 changed files with 2283 additions and 1584 deletions

View File

@ -2,11 +2,14 @@
* \file BranchList.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Martin Vermeer
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "BranchList.h"
#include "support/LAssert.h"

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING.
* \author Martin Vermeer
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*
*
* \class Branch

View File

@ -1,10 +1,15 @@
/**
* \file BufferView.C
* Copyright 1995-2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Alfredo Braustein
* \author Lars Gullik Bjønnes
* \author John Levon <moz@compsoc.man.ac.uk>
* \author John Levon
* \author André Pönitz
* \author Jürgen Vigna
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,11 +1,16 @@
// -*- C++ -*-
/**
* \file BufferView.h
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*/
* \author Alfredo Braustein
* \author Lars Gullik Bjønnes
* \author John Levon
* \author Jürgen Vigna
*
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFER_VIEW_H
#define BUFFER_VIEW_H

View File

@ -1,10 +1,19 @@
/**
* \file BufferView_pimpl.C
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Asger Alstrup
* \author Alfredo Braustein
* \author Lars Gullik Bjønnes
* \author various
* \author Jean-Marc Lasgouttes
* \author Angus Leeming
* \author John Levon
* \author André Pönitz
* \author Dekel Tsur
* \author Jürgen Vigna
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,10 +1,18 @@
// -*- C++ -*-
/**
* \file BufferView_pimpl.h
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author various
* \author Asger Alstrup
* \author Alfredo Braustein
* \author Lars Gullik Bjønnes
* \author John Levon
* \author André Pönitz
* \author Dekel Tsur
* \author Jürgen Vigna
*
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFERVIEW_PIMPL_H

View File

@ -1,16 +1,18 @@
/**
* \file Bullet.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Allan Rae
*
* Full author contact details are available in file CREDITS.
*/
/* Completes the implementation of the Bullet class
* It defines the various LaTeX commands etc. required to
* generate the bullets in the bullet-panel's.
*
* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1997-1998 Allan Rae
* and the LyX Team
*
* ====================================================== */
*/
#include <config.h>

View File

@ -1,16 +1,14 @@
// -*- C++ -*-
/* This is the bullet class definition file.
* This file is part of
* ======================================================
/**
* \file Bullet.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Allan Rae
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* This file Copyright 1997-1999
* Allan Rae
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef BULLET_H
#define BULLET_H

View File

@ -1,3 +1,6 @@
2003-08-22 Angus Leeming <leeming@lyx.org>
* [b-zB-Z]*.[Ch]: clean-up of licence and author blurbs.
2003-08-22 André Pönitz <poenitz@gmx.net>

View File

@ -1,14 +1,11 @@
/* This file is part of
* ======================================================
/**
* \file Chktex.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
* \author Asger Alstrup
*
* This file is Copyright 1997-1998
* Asger Alstrup
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,16 +1,12 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file Chktex.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Asger Alstrup
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* This file is Copyright 1997
* Asger Alstrup
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#ifndef CHKTEX_H

View File

@ -1,4 +1,5 @@
/* \file CutAndPaste.C
/*
* \file CutAndPaste.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
@ -6,7 +7,7 @@
* \author Lars Gullik Bjønnes
* \author Alfredo Braunstein
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,5 +1,6 @@
// -*- C++ -*-
/* \file CutAndPaste.h
/**
* \file CutAndPaste.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
@ -7,7 +8,7 @@
* \author Lars Gullik Bjønnes
* \author Alfredo Braunstein
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef CUTANDPASTE_H

View File

@ -1,15 +1,13 @@
/* This file is part of
* ======================================================
/**
* \file DepTable.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author Ben Stanley
*
* This file is Copyright 1996-2001
* Lars Gullik Bjønnes
* Ben Stanley
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,16 +1,13 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file DepTable.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* This file is Copyright 1996-2001
* Lars Gullik Bjønnes
* Ben Stanley
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#ifndef DEP_TABLE_H

View File

@ -1,3 +1,13 @@
/**
* \file FloatList.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "FloatList.h"

View File

@ -1,12 +1,12 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file FloatList.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
*
* Copyright 1998-2001 The LyX Team.
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#ifndef FLOATLIST_H

View File

@ -5,6 +5,7 @@
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author Angus Leeming
*
* Full author contact details are available in file CREDITS.
*/

View File

@ -1,12 +1,12 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file Floating.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
*
* Copyright 1998-2001 The LyX Team.
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#ifndef FLOATING_H

View File

@ -1,11 +1,12 @@
/* This file is part of
* ======================================================
/**
* \file FuncStatus.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Jean-Marc Lasgouttes
*
* Copyright 2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,4 +1,14 @@
// -*- C++ -*-
/**
* \file FuncStatus.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 FUNC_STATUS_H
#define FUNC_STATUS_H

View File

@ -1,3 +1,14 @@
/**
* \file InsetList.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Martin Vermeer
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "InsetList.h"

View File

@ -1,4 +1,13 @@
// -*- C++ -*-
/**
* \file InsetList.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef INSET_LIST_H
#define INSET_LIST_H

View File

@ -1,11 +1,18 @@
/* This file is part of
* ======================================================
/**
* \file LColor.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Asger Alstrup
* \author Lars Gullik Bjønnes
* \author Matthias Ettrich
* \author Jean-Marc Lasgouttes
* \author John Levon
* \author André Pönitz
* \author Martin Vermeer
*
* Copyright 1998-2001 The LyX Team
*
*======================================================*/
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,12 +1,20 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file LColor.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Asger Alstrup
* \author Lars Gullik Bjønnes
* \author Matthias Ettrich
* \author Jean-Marc Lasgouttes
* \author Angus Leeming
* \author John Levon
* \author André Pönitz
* \author Martin Vermeer
*
* Copyright 1998-2001 The LyX Team
*
*======================================================*/
* Full author contact details are available in file CREDITS.
*/
#ifndef LCOLOR_H
#define LCOLOR_H

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file LString.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef LSTRING_H
#define LSTRING_H

View File

@ -1,14 +1,15 @@
/* This file is part of
* ======================================================
/**
* \file LaTeX.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
* \author Alfredo Braunstein
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author Angus Leeming
* \author Dekel Tsur
*
* This file is Copyright 1996-2001
* Lars Gullik Bjønnes
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,15 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file LaTeX.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The Lyx Team
* \author Lars Gullik Bjønnes
* \author Angus Leeming
* \author Dekel Tsur
*
* This file is Copyright 1996-2001
* Lars Gullik Bjønnes
*
* ======================================================
* Full author contact details are available in file CREDITS.
*/
#ifndef LATEX_H

View File

@ -1,12 +1,16 @@
/* This file is part of
* ======================================================
/**
* \file LaTeXFeatures.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author José Matos
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author Jürgen Vigna
* \author André Pönitz
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 the LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 the LyX Team.
*
* ====================================================== */
/**
* \file LaTeXFeatures.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef LATEXFEATURES_H
#define LATEXFEATURES_H

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file Lsstream.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef LSSTREAM_H
#define LSSTREAM_H

View File

@ -1,7 +1,14 @@
/**
* \file LyXAction.C
* Copyright 1995-2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author John Levon
* \author André Pönitz
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,8 +1,13 @@
// -*- C++ -*-
/**
* \file LyXAction.h
* Copyright 1995-2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef LYXACTION_H

View File

@ -1,13 +1,17 @@
/* This file is part of
* ======================================================
/**
* \file MenuBackend.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Asger Alstrup
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author André Pönitz
* \author Dekel Tsur
* \author Martin Vermeer
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,15 +1,14 @@
/* This file is part of -*- C++ -*-
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* This file is Copyright 1999
* Jean-Marc Lasgouttes
*
*======================================================*/
// -*- C++ -*-
/**
* \file MenuBackend.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef MENUBACKEND_H
#define MENUBACKEND_H

View File

@ -1,4 +1,13 @@
// -*- C++ -*-
/**
* \file ParagraphList.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef PARAGRAPH_LIST_H
#define PARAGRAPH_LIST_H

View File

@ -1,3 +1,17 @@
/**
* \file ParagraphParameters.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Angus Leeming
* \author John Levon
* \author André Pönitz
* \author Jürgen Vigna
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "ParagraphParameters.h"

View File

@ -1,4 +1,15 @@
// -*- C++ -*-
/**
* \file ParagraphParameters.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Angus Leeming
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef PARAGRAPHPARAMETERS_H
#define PARAGRAPHPARAMETERS_H

View File

@ -1,4 +1,13 @@
// -*- C++ -*-
/**
* \file ParameterStruct.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef PARAMETERSTRUCT_H
#define PARAMETERSTRUCT_H

View File

@ -1,15 +1,12 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file PrinterParams.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Allan Rae
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team
*
* This file Copyright 1999-2001
* Allan Rae
*======================================================
* Full author contact details are available in file CREDITS.
*/
#ifndef PRINTERPARAMS_H

View File

@ -1,4 +1,13 @@
// -*- C++ -*-
/**
* \file RowList.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef ROW_LIST_H
#define ROW_LIST_H

View File

@ -1,3 +1,13 @@
/**
* \file Sectioning.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "Sectioning.h"

View File

@ -1,4 +1,13 @@
// -*- C++ -*-
/**
* \file Sectioning.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef SECTIONING_H
#define SECTIONING_H

View File

@ -1,4 +1,13 @@
// -*- C++ -*-
/**
* \file ShareContainer.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef SHARECONTAINER_H
#define SHARECONTAINER_H

View File

@ -1,12 +1,13 @@
/* This file is part of
* ======================================================
/**
* \file Spacing.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,13 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file Spacing.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef SPACING_H
#define SPACING_H

View File

@ -1,10 +1,13 @@
// -*- C++ -*-
/**
* \file SpellBase.h
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author unknown
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef SPELL_BASE_H

View File

@ -1,14 +1,12 @@
/* This file is part of
* ======================================================
/**
* \file TextCache.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team
* \author Lars Gullik Bjønnes
*
* This file is Copyright 2000-2001
* Lars Gullik Bjønnes
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,15 +1,13 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file TextCache.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team
* \author Lars Gullik Bjønnes
*
* This file is Copyright 2000-2001
* Lars Gullik Bjønnes
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef TEXT_CACHE_H
#define TEXT_CACHE_H

View File

@ -1,9 +1,11 @@
/**
* \file Thesaurus.C
* Copyright 2001 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,10 +1,12 @@
// -*- C++ -*-
/**
* \file Thesaurus.h
* Copyright 2001 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef THESAURUS_H

View File

@ -3,9 +3,10 @@
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author unknown
* \author Jean-Marc Lasgouttes
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -4,9 +4,10 @@
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author unknown
* \author Jean-Marc Lasgouttes
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef TOOLBAR_BACKEND_H

View File

@ -1,12 +1,13 @@
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 the LyX Team.
*
* ====================================================== */
/**
* \file Variables.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 the LyX Team.
*
* ====================================================== */
/**
* \file Variables.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef VARIABLES_H
#define VARIABLES_H

View File

@ -1,9 +1,12 @@
// -*- C++ -*-
/**
* \file WordLangTuple.h
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon <levon@movementarian.org>
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef WORD_LANG_TUPLE_H

View File

@ -1,10 +1,12 @@
/**
* \file aspell.C
* Copyright 2001 the LyX Team
* Read the file COPYING
* \file aspell_local.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Kevin Atkinson
* \author John Levon <levon@movementarian.org>
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,10 +1,13 @@
// -*- C++ -*-
/**
* \file aspell_local.h
* Copyright 2001 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Kevin Atkinson
* \author John Levon <levon@movementarian.org>
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef LYX_ASPELL_H

View File

@ -5,7 +5,7 @@
*
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,3 +1,4 @@
// -*- C++ -*-
/**
* \file author.h
* This file is part of LyX, the document processor.
@ -5,7 +6,7 @@
*
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef AUTHOR_H

View File

@ -1,3 +1,13 @@
/**
* \file boost.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "debug.h"

View File

@ -1,9 +1,11 @@
/**
* \file box.C
* Copyright 2001 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon <moz@compsoc.man.ac.uk>
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
// Code moved out of line and out of box.h by Angus (7 Jan 2002)

View File

@ -1,10 +1,12 @@
// -*- C++ -*-
/**
* \file box.h
* Copyright 2001 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon <moz@compsoc.man.ac.uk>
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*/
#ifndef BOX_H

View File

@ -1,14 +1,15 @@
/* -*- C++ -*- */
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team
*
* ======================================================
A few prototypes missing from Sun and SCO 3.2v4 header files */
// -*- C++ -*-
/**
* \file broken_headers.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS.
*/
// A few prototypes missing from Sun and SCO 3.2v4 header files.
#ifndef BROKEN_HEADERS_H
#define BROKEN_HEADERS_H

View File

@ -5,7 +5,7 @@
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -6,7 +6,7 @@
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFER_H

View File

@ -3,10 +3,10 @@
* 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 Alfredo Braunstein
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*
*/

View File

@ -3,10 +3,10 @@
* 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 Alfredo Braunstein
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFER_FUNCS_H

View File

@ -5,7 +5,7 @@
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -6,7 +6,7 @@
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFER_LIST_H

View File

@ -1,12 +1,17 @@
/* This file is part of
* ======================================================
/**
* \file bufferparams.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Alfredo Braunstein
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author John Levon
* \author André Pönitz
* \author Martin Vermeer
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,16 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file bufferparams.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author John Levon
* \author André Pönitz
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFERPARAMS_H
#define BUFFERPARAMS_H

View File

@ -3,12 +3,12 @@
* 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
* \author John Levon
* \author Angus Leeming
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -4,11 +4,11 @@
* 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
* \author Angus Leeming
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef BUFFERVIEW_FUNCS_H

View File

@ -1,11 +1,13 @@
/**
* \file changes.C
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*
* Record changes in a paragraph.
*
* \author John Levon <levon@movementarian.org>
*/
#include <config.h>

View File

@ -1,11 +1,14 @@
// -*- C++ -*-
/**
* \file changes.h
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author John Levon
*
* Full author contact details are available in file CREDITS.
*
* Record changes in a paragraph.
*
* \author John Levon <levon@movementarian.org>
*/
#ifndef CHANGES_H

View File

@ -1,3 +1,14 @@
/**
* \file chset.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "chset.h"

View File

@ -1,8 +1,13 @@
// -*- C++ -*-
/**
* \file chset.h
* Copyright 2002 the LyX Team
* Read the file COPYING
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#ifndef CHSET_H

View File

@ -5,7 +5,7 @@
*
* \author Dekel Tsur
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,8 +1,4 @@
// -*- C++ -*-
#ifndef CONVERTER_H
#define CONVERTER_H
/**
* \file converter.h
* This file is part of LyX, the document processor.
@ -10,9 +6,12 @@
*
* \author Dekel Tsur
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef CONVERTER_H
#define CONVERTER_H
#include "latexrunparams.h"
#include "graph.h"

View File

@ -1,15 +1,16 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file counters.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author John Levon
* \author Martin Vermeer
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef COUNTERS_H
#define COUNTERS_H

View File

@ -1,11 +1,13 @@
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1999-2001 The LyX Team.
*
* ====================================================== */
/**
* \file debug.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file debug.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef LYXDEBUG_H
#define LYXDEBUG_H

View File

@ -5,10 +5,9 @@
*
* \author André Pönitz
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "dimension.h"

View File

@ -1,14 +1,12 @@
// -*- C++ -*-
/**
* \file dimension.h
* \file dimension.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
* \author André Pönitz
*
* \author André Pönitz
*
* Full author contact details are available in file CREDITS.
* Full author contact details are available in file CREDITS.
*/
#ifndef DIMENSION_H

View File

@ -1,12 +1,14 @@
/* This file is part of
* ======================================================
/**
* \file encoding.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
* \author Dekel Tsur
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file encoding.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef ENCODING_H
#define ENCODING_H

View File

@ -5,7 +5,7 @@
*
* \author Alfredo Braunstein
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,8 +1,4 @@
// -*- C++ -*-
#ifndef ERRORLIST_H
#define ERRORLIST_H
/**
* \file errorlist.h
* This file is part of LyX, the document processor.
@ -10,9 +6,12 @@
*
* \author Alfredo Braunstein
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef ERRORLIST_H
#define ERRORLIST_H
#include "LString.h"
#include <vector>

View File

@ -4,8 +4,14 @@
* Licence details can be found in the file COPYING.
*
* \author unknown
* \author Alfredo Braunstein
* \author Lars Gullik Bjønnes
* \author Jean Marc Lasgouttes
* \author Angus Leeming
* \author John Levon
* \author André Pönitz
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,13 +1,14 @@
// -*- C++ -*-
/* This file is part of
* ======================================================
/**
* \file exporter.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* LyX, The Document Processor
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2001 The LyX Team.
*
* ====================================================== */
* Full author contact details are available in file CREDITS.
*/
#ifndef EXPORTER_H
#define EXPORTER_H

View File

@ -5,7 +5,7 @@
*
* \author André Pönitz
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -6,7 +6,7 @@
*
* \author André Pönitz
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef FACTORY_H

View File

@ -5,7 +5,7 @@
*
* \author Dekel Tsur
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,10 +1,4 @@
// -*- C++ -*-
#ifndef FORMAT_H
#define FORMAT_H
/**
* \file format.h
* This file is part of LyX, the document processor.
@ -12,9 +6,11 @@
*
* \author Dekel Tsur
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef FORMAT_H
#define FORMAT_H
#include "LString.h"

View File

@ -5,7 +5,7 @@
*
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -6,7 +6,7 @@
*
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef LYX_ALERT_H

View File

@ -1,3 +1,4 @@
// -*- C++ -*-
/**
* \file Alert_pimpl.h
* This file is part of LyX, the document processor.
@ -5,7 +6,7 @@
*
* \author John Levon
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#include "debug.h"

View File

@ -5,7 +5,7 @@
*
* \author Angus Leeming
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*
* Common to all frontends' Dialogs
*/

View File

@ -5,7 +5,7 @@
* Licence details can be found in the file COPYING.
* \author Allan Rae
*
* Full author contact details are available in file CREDITS
* Full author contact details are available in file CREDITS.
*/
#ifndef DIALOGS_H

Some files were not shown because too many files have changed in this diff Show More