diff --git a/src/BranchList.C b/src/BranchList.C index 050b1b046c..b559085b81 100644 --- a/src/BranchList.C +++ b/src/BranchList.C @@ -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 + #include "BranchList.h" #include "support/LAssert.h" diff --git a/src/BranchList.h b/src/BranchList.h index 152ac58f78..3b6b2554fe 100644 --- a/src/BranchList.h +++ b/src/BranchList.h @@ -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 diff --git a/src/BufferView.C b/src/BufferView.C index f5892cb272..d925d62bf0 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -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 + * \author John Levon + * \author André Pönitz + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/BufferView.h b/src/BufferView.h index 6b3baae85a..482492943b 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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 diff --git a/src/BufferView_pimpl.C b/src/BufferView_pimpl.C index 222c5a0b71..1df70cd4b6 100644 --- a/src/BufferView_pimpl.C +++ b/src/BufferView_pimpl.C @@ -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 diff --git a/src/BufferView_pimpl.h b/src/BufferView_pimpl.h index 552a954aa1..c4ce343a72 100644 --- a/src/BufferView_pimpl.h +++ b/src/BufferView_pimpl.h @@ -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 diff --git a/src/Bullet.C b/src/Bullet.C index 8493c0bd34..648b42d317 100644 --- a/src/Bullet.C +++ b/src/Bullet.C @@ -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 diff --git a/src/Bullet.h b/src/Bullet.h index 5d192283c1..a0ac36c773 100644 --- a/src/Bullet.h +++ b/src/Bullet.h @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index 592bfbcd4c..09ae862b18 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,6 @@ +2003-08-22 Angus Leeming + + * [b-zB-Z]*.[Ch]: clean-up of licence and author blurbs. 2003-08-22 André Pönitz diff --git a/src/Chktex.C b/src/Chktex.C index d3950f7595..5e2fe5ce6a 100644 --- a/src/Chktex.C +++ b/src/Chktex.C @@ -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 diff --git a/src/Chktex.h b/src/Chktex.h index 071927ec3b..a73478974f 100644 --- a/src/Chktex.h +++ b/src/Chktex.h @@ -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 diff --git a/src/CutAndPaste.C b/src/CutAndPaste.C index 36c863428f..ff2bea62ab 100644 --- a/src/CutAndPaste.C +++ b/src/CutAndPaste.C @@ -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 diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index bb12c2d9dd..c454423775 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -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 diff --git a/src/DepTable.C b/src/DepTable.C index 90849bb0d7..ea087b5e5b 100644 --- a/src/DepTable.C +++ b/src/DepTable.C @@ -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 diff --git a/src/DepTable.h b/src/DepTable.h index 676a2b4561..f850779726 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -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 diff --git a/src/FloatList.C b/src/FloatList.C index c0b1e423b5..3fdef671f4 100644 --- a/src/FloatList.C +++ b/src/FloatList.C @@ -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 #include "FloatList.h" diff --git a/src/FloatList.h b/src/FloatList.h index bd079b9f81..40611c6464 100644 --- a/src/FloatList.h +++ b/src/FloatList.h @@ -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 diff --git a/src/Floating.C b/src/Floating.C index c577160890..f4f4156852 100644 --- a/src/Floating.C +++ b/src/Floating.C @@ -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. */ diff --git a/src/Floating.h b/src/Floating.h index 5d4c260ca5..372bda9774 100644 --- a/src/Floating.h +++ b/src/Floating.h @@ -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 diff --git a/src/FuncStatus.C b/src/FuncStatus.C index f82b537379..9c83203b66 100644 --- a/src/FuncStatus.C +++ b/src/FuncStatus.C @@ -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 diff --git a/src/FuncStatus.h b/src/FuncStatus.h index f6b1c7b95c..8375c3401e 100644 --- a/src/FuncStatus.h +++ b/src/FuncStatus.h @@ -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 diff --git a/src/InsetList.C b/src/InsetList.C index 6aa4e023d5..abe2d6577e 100644 --- a/src/InsetList.C +++ b/src/InsetList.C @@ -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 #include "InsetList.h" diff --git a/src/InsetList.h b/src/InsetList.h index f7fd23f4e2..2d663e1d1e 100644 --- a/src/InsetList.h +++ b/src/InsetList.h @@ -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 diff --git a/src/LColor.C b/src/LColor.C index 6d88e4e7fb..b5aeb412cc 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -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 diff --git a/src/LColor.h b/src/LColor.h index 6768a0615e..99e8c90efd 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -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 diff --git a/src/LString.h b/src/LString.h index 95d20bdae0..64f0242ab6 100644 --- a/src/LString.h +++ b/src/LString.h @@ -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 diff --git a/src/LaTeX.C b/src/LaTeX.C index 388fbf7310..09375062f8 100644 --- a/src/LaTeX.C +++ b/src/LaTeX.C @@ -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 diff --git a/src/LaTeX.h b/src/LaTeX.h index d3a375ae74..52c6e4d749 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -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 diff --git a/src/LaTeXFeatures.C b/src/LaTeXFeatures.C index 0652983faa..0fc6816232 100644 --- a/src/LaTeXFeatures.C +++ b/src/LaTeXFeatures.C @@ -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 diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 6cf6c8d159..1622f0373f 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -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 diff --git a/src/Lsstream.h b/src/Lsstream.h index 548f971589..bac4ce5fba 100644 --- a/src/Lsstream.h +++ b/src/Lsstream.h @@ -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 diff --git a/src/LyXAction.C b/src/LyXAction.C index 42a8a09134..14d18422b4 100644 --- a/src/LyXAction.C +++ b/src/LyXAction.C @@ -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 diff --git a/src/LyXAction.h b/src/LyXAction.h index b9770f8d33..99972dc2e9 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -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 diff --git a/src/MenuBackend.C b/src/MenuBackend.C index aba63ef7bb..d5c1214887 100644 --- a/src/MenuBackend.C +++ b/src/MenuBackend.C @@ -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 diff --git a/src/MenuBackend.h b/src/MenuBackend.h index d47968d18e..4bb8fd0e72 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -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 diff --git a/src/ParagraphList.h b/src/ParagraphList.h index b1e9d6d286..6cb7da38c1 100644 --- a/src/ParagraphList.h +++ b/src/ParagraphList.h @@ -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 diff --git a/src/ParagraphParameters.C b/src/ParagraphParameters.C index b7399b31c6..2557a743fc 100644 --- a/src/ParagraphParameters.C +++ b/src/ParagraphParameters.C @@ -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 #include "ParagraphParameters.h" diff --git a/src/ParagraphParameters.h b/src/ParagraphParameters.h index 491b55c9c0..aef9e38e7b 100644 --- a/src/ParagraphParameters.h +++ b/src/ParagraphParameters.h @@ -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 diff --git a/src/ParameterStruct.h b/src/ParameterStruct.h index 86d59f63d5..b99f20afdd 100644 --- a/src/ParameterStruct.h +++ b/src/ParameterStruct.h @@ -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 diff --git a/src/PrinterParams.h b/src/PrinterParams.h index aa6d499664..48718c7926 100644 --- a/src/PrinterParams.h +++ b/src/PrinterParams.h @@ -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 diff --git a/src/RowList.h b/src/RowList.h index c42f18d718..1603f32924 100644 --- a/src/RowList.h +++ b/src/RowList.h @@ -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 diff --git a/src/Sectioning.C b/src/Sectioning.C index 3f5d455889..42784cc176 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -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 #include "Sectioning.h" diff --git a/src/Sectioning.h b/src/Sectioning.h index a07307f506..b3bdd63c97 100644 --- a/src/Sectioning.h +++ b/src/Sectioning.h @@ -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 diff --git a/src/ShareContainer.h b/src/ShareContainer.h index 084b044095..d37dc3580d 100644 --- a/src/ShareContainer.h +++ b/src/ShareContainer.h @@ -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 diff --git a/src/Spacing.C b/src/Spacing.C index cebf350dc7..6bb0170d60 100644 --- a/src/Spacing.C +++ b/src/Spacing.C @@ -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 diff --git a/src/Spacing.h b/src/Spacing.h index 165f5b7b25..cab4269732 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -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 diff --git a/src/SpellBase.h b/src/SpellBase.h index 83410d3521..4fdb68a80a 100644 --- a/src/SpellBase.h +++ b/src/SpellBase.h @@ -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 diff --git a/src/TextCache.C b/src/TextCache.C index 6b4d57b73d..509fd1e60a 100644 --- a/src/TextCache.C +++ b/src/TextCache.C @@ -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 diff --git a/src/TextCache.h b/src/TextCache.h index 73bdf8f33a..fcb6caebf2 100644 --- a/src/TextCache.h +++ b/src/TextCache.h @@ -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 diff --git a/src/Thesaurus.C b/src/Thesaurus.C index ebfd3bda35..6013a96007 100644 --- a/src/Thesaurus.C +++ b/src/Thesaurus.C @@ -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 diff --git a/src/Thesaurus.h b/src/Thesaurus.h index 5f27932741..c8a9afb521 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -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 diff --git a/src/ToolbarBackend.C b/src/ToolbarBackend.C index e4d4232bde..099d9cafaf 100644 --- a/src/ToolbarBackend.C +++ b/src/ToolbarBackend.C @@ -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 diff --git a/src/ToolbarBackend.h b/src/ToolbarBackend.h index 9a84eee9bc..946cf0fb91 100644 --- a/src/ToolbarBackend.h +++ b/src/ToolbarBackend.h @@ -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 diff --git a/src/Variables.C b/src/Variables.C index 2e4518dcb1..67102ebc2a 100644 --- a/src/Variables.C +++ b/src/Variables.C @@ -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 diff --git a/src/Variables.h b/src/Variables.h index de9b1c514a..d8fa99086f 100644 --- a/src/Variables.h +++ b/src/Variables.h @@ -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 diff --git a/src/WordLangTuple.h b/src/WordLangTuple.h index 7fd64f4af6..22ac67aec2 100644 --- a/src/WordLangTuple.h +++ b/src/WordLangTuple.h @@ -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 + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef WORD_LANG_TUPLE_H diff --git a/src/aspell.C b/src/aspell.C index 643a7864d3..ca5ff77c93 100644 --- a/src/aspell.C +++ b/src/aspell.C @@ -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 + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/aspell_local.h b/src/aspell_local.h index c256bc0fde..645b2cd6cb 100644 --- a/src/aspell_local.h +++ b/src/aspell_local.h @@ -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 + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef LYX_ASPELL_H diff --git a/src/author.C b/src/author.C index 9901659948..de80ae6b79 100644 --- a/src/author.C +++ b/src/author.C @@ -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 diff --git a/src/author.h b/src/author.h index aea4c06298..b06b9611e9 100644 --- a/src/author.h +++ b/src/author.h @@ -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 diff --git a/src/boost.C b/src/boost.C index 74c200bdbf..f16fcfe92f 100644 --- a/src/boost.C +++ b/src/boost.C @@ -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 #include "debug.h" diff --git a/src/box.C b/src/box.C index 98254e5356..159be4cc3b 100644 --- a/src/box.C +++ b/src/box.C @@ -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 + * \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) diff --git a/src/box.h b/src/box.h index 6ba0997205..262e72d11a 100644 --- a/src/box.h +++ b/src/box.h @@ -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 + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef BOX_H diff --git a/src/broken_headers.h b/src/broken_headers.h index 8c059344d3..687bde8d67 100644 --- a/src/broken_headers.h +++ b/src/broken_headers.h @@ -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 diff --git a/src/buffer.C b/src/buffer.C index d5a5d1f641..59b6562b9c 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -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 diff --git a/src/buffer.h b/src/buffer.h index 75f6e0530f..16af8382b7 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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 diff --git a/src/buffer_funcs.C b/src/buffer_funcs.C index 018a0bf4bd..43935fcf51 100644 --- a/src/buffer_funcs.C +++ b/src/buffer_funcs.C @@ -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. * */ diff --git a/src/buffer_funcs.h b/src/buffer_funcs.h index ccf37d01b0..e6fb52dc71 100644 --- a/src/buffer_funcs.h +++ b/src/buffer_funcs.h @@ -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 diff --git a/src/bufferlist.C b/src/bufferlist.C index 135749e13f..0f597d6a1a 100644 --- a/src/bufferlist.C +++ b/src/bufferlist.C @@ -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 diff --git a/src/bufferlist.h b/src/bufferlist.h index 4cedb64c9b..798ae9d4ad 100644 --- a/src/bufferlist.h +++ b/src/bufferlist.h @@ -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 diff --git a/src/bufferparams.C b/src/bufferparams.C index 837e481f29..4f77aa5617 100644 --- a/src/bufferparams.C +++ b/src/bufferparams.C @@ -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 diff --git a/src/bufferparams.h b/src/bufferparams.h index e2ab54e75f..dff2f3b4fb 100644 --- a/src/bufferparams.h +++ b/src/bufferparams.h @@ -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 diff --git a/src/bufferview_funcs.C b/src/bufferview_funcs.C index 04dd68d74b..5496707e2d 100644 --- a/src/bufferview_funcs.C +++ b/src/bufferview_funcs.C @@ -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 diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index 8be453589c..9e67bf69f1 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -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 diff --git a/src/changes.C b/src/changes.C index fe4b087680..100dbc2233 100644 --- a/src/changes.C +++ b/src/changes.C @@ -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 */ #include diff --git a/src/changes.h b/src/changes.h index 00429d94a1..36a1266eb0 100644 --- a/src/changes.h +++ b/src/changes.h @@ -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 */ #ifndef CHANGES_H diff --git a/src/chset.C b/src/chset.C index e8072d739e..33b94c895e 100644 --- a/src/chset.C +++ b/src/chset.C @@ -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 #include "chset.h" diff --git a/src/chset.h b/src/chset.h index 0ba6294d1f..ebdbdbfe60 100644 --- a/src/chset.h +++ b/src/chset.h @@ -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 diff --git a/src/converter.C b/src/converter.C index 9de2dc5ed7..1ccbbccfec 100644 --- a/src/converter.C +++ b/src/converter.C @@ -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 diff --git a/src/converter.h b/src/converter.h index b247d363a3..7b3202a555 100644 --- a/src/converter.h +++ b/src/converter.h @@ -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" diff --git a/src/counters.h b/src/counters.h index da7bf4467d..d7bf25654f 100644 --- a/src/counters.h +++ b/src/counters.h @@ -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 diff --git a/src/debug.C b/src/debug.C index ab90e5e3c4..9fe1f2a903 100644 --- a/src/debug.C +++ b/src/debug.C @@ -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 diff --git a/src/debug.h b/src/debug.h index d68a931af8..6b8a7f5940 100644 --- a/src/debug.h +++ b/src/debug.h @@ -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 diff --git a/src/dimension.C b/src/dimension.C index efe6ec387b..c1bb595405 100644 --- a/src/dimension.C +++ b/src/dimension.C @@ -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 #include "dimension.h" diff --git a/src/dimension.h b/src/dimension.h index 67d63b9e21..f6ab891cc9 100644 --- a/src/dimension.h +++ b/src/dimension.h @@ -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 diff --git a/src/encoding.C b/src/encoding.C index 2f6e1446b3..3760f85963 100644 --- a/src/encoding.C +++ b/src/encoding.C @@ -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 diff --git a/src/encoding.h b/src/encoding.h index c64a84517a..51d105ca25 100644 --- a/src/encoding.h +++ b/src/encoding.h @@ -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 diff --git a/src/errorlist.C b/src/errorlist.C index fd62e75548..50013690a0 100644 --- a/src/errorlist.C +++ b/src/errorlist.C @@ -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 diff --git a/src/errorlist.h b/src/errorlist.h index f2a9b2d467..e9023f2203 100644 --- a/src/errorlist.h +++ b/src/errorlist.h @@ -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 diff --git a/src/exporter.C b/src/exporter.C index ee9e80bcbb..5f81ff01a3 100644 --- a/src/exporter.C +++ b/src/exporter.C @@ -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 diff --git a/src/exporter.h b/src/exporter.h index 12ccebd4da..64db46612a 100644 --- a/src/exporter.h +++ b/src/exporter.h @@ -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 diff --git a/src/factory.C b/src/factory.C index d89d4aa86d..617ccc7d91 100644 --- a/src/factory.C +++ b/src/factory.C @@ -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 diff --git a/src/factory.h b/src/factory.h index 1f9e0a7913..f9d76b39c5 100644 --- a/src/factory.h +++ b/src/factory.h @@ -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 diff --git a/src/format.C b/src/format.C index a84ec86d56..869bfb4d52 100644 --- a/src/format.C +++ b/src/format.C @@ -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 diff --git a/src/format.h b/src/format.h index da7c0e3cc4..c4ca8f4095 100644 --- a/src/format.h +++ b/src/format.h @@ -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" diff --git a/src/frontends/Alert.C b/src/frontends/Alert.C index f11661a8aa..984abfab87 100644 --- a/src/frontends/Alert.C +++ b/src/frontends/Alert.C @@ -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 diff --git a/src/frontends/Alert.h b/src/frontends/Alert.h index 12847b2dc1..b79c2e47e3 100644 --- a/src/frontends/Alert.h +++ b/src/frontends/Alert.h @@ -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 diff --git a/src/frontends/Alert_pimpl.h b/src/frontends/Alert_pimpl.h index 7c500f2e12..4fb89f1976 100644 --- a/src/frontends/Alert_pimpl.h +++ b/src/frontends/Alert_pimpl.h @@ -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" diff --git a/src/frontends/Dialogs.C b/src/frontends/Dialogs.C index ff7825c5b7..5711d01803 100644 --- a/src/frontends/Dialogs.C +++ b/src/frontends/Dialogs.C @@ -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 */ diff --git a/src/frontends/Dialogs.h b/src/frontends/Dialogs.h index 9ae7f37b13..4febef832c 100644 --- a/src/frontends/Dialogs.h +++ b/src/frontends/Dialogs.h @@ -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 diff --git a/src/frontends/FileDialog.h b/src/frontends/FileDialog.h index b76d889af1..4ee3aa68f0 100644 --- a/src/frontends/FileDialog.h +++ b/src/frontends/FileDialog.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FILEDIALOG_H diff --git a/src/frontends/LyXKeySym.h b/src/frontends/LyXKeySym.h index 6b8c559302..e9e3eac1c0 100644 --- a/src/frontends/LyXKeySym.h +++ b/src/frontends/LyXKeySym.h @@ -6,7 +6,7 @@ * * \author Asger and Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LYXKEYSYM_H diff --git a/src/frontends/LyXKeySymFactory.h b/src/frontends/LyXKeySymFactory.h index 50acd50832..c710742bd3 100644 --- a/src/frontends/LyXKeySymFactory.h +++ b/src/frontends/LyXKeySymFactory.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file LyXKeySymFactory.h * This file is part of LyX, the document processor. @@ -5,7 +6,7 @@ * * \author Asger & Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LYXKEYSYMFACTORY_H diff --git a/src/frontends/LyXScreenFactory.h b/src/frontends/LyXScreenFactory.h index 20bd387e24..70057d3d03 100644 --- a/src/frontends/LyXScreenFactory.h +++ b/src/frontends/LyXScreenFactory.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file LyXScreenFactory.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 LYXSCREENFACTORY_H diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index 4b00b244fe..a52ae351f1 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index ea4c42d08d..fc859cbecb 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LYXVIEW_H diff --git a/src/frontends/Menubar.h b/src/frontends/Menubar.h index 10b734ed5a..9e6df7f8ee 100644 --- a/src/frontends/Menubar.h +++ b/src/frontends/Menubar.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef MENUBAR_H diff --git a/src/frontends/Painter.C b/src/frontends/Painter.C index 3f6e6a7c55..f3294346c8 100644 --- a/src/frontends/Painter.C +++ b/src/frontends/Painter.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/Painter.h b/src/frontends/Painter.h index 9a143aa104..3b3f7e153f 100644 --- a/src/frontends/Painter.h +++ b/src/frontends/Painter.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef PAINTER_H diff --git a/src/frontends/Timeout.C b/src/frontends/Timeout.C index 9d7052fe54..db0b959c1d 100644 --- a/src/frontends/Timeout.C +++ b/src/frontends/Timeout.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/Timeout.h b/src/frontends/Timeout.h index 92624973f8..e642a989e1 100644 --- a/src/frontends/Timeout.h +++ b/src/frontends/Timeout.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef TIMEOUT_H diff --git a/src/frontends/Toolbar.C b/src/frontends/Toolbar.C index 9d0f77b386..5faae3f6d7 100644 --- a/src/frontends/Toolbar.C +++ b/src/frontends/Toolbar.C @@ -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 diff --git a/src/frontends/Toolbar.h b/src/frontends/Toolbar.h index 41dd73b91d..c698dd8a28 100644 --- a/src/frontends/Toolbar.h +++ b/src/frontends/Toolbar.h @@ -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 TOOLBAR_H diff --git a/src/frontends/WorkArea.C b/src/frontends/WorkArea.C index 37176413b1..969cadcd41 100644 --- a/src/frontends/WorkArea.C +++ b/src/frontends/WorkArea.C @@ -5,7 +5,7 @@ * * \author Asger and Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/WorkArea.h b/src/frontends/WorkArea.h index cb54cff3c4..55a54026c4 100644 --- a/src/frontends/WorkArea.h +++ b/src/frontends/WorkArea.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef WORKAREA_H diff --git a/src/frontends/WorkAreaFactory.h b/src/frontends/WorkAreaFactory.h index 7e4c8b3a2a..ea08b70839 100644 --- a/src/frontends/WorkAreaFactory.h +++ b/src/frontends/WorkAreaFactory.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file WorkAreaFactory.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 WORKAREAFACTORY_H diff --git a/src/frontends/controllers/BCView.C b/src/frontends/controllers/BCView.C index a8957483af..efeb81f0c1 100644 --- a/src/frontends/controllers/BCView.C +++ b/src/frontends/controllers/BCView.C @@ -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. */ #include diff --git a/src/frontends/controllers/BCView.h b/src/frontends/controllers/BCView.h index 707192d27c..33ae12be6b 100644 --- a/src/frontends/controllers/BCView.h +++ b/src/frontends/controllers/BCView.h @@ -8,7 +8,7 @@ * \author Angus Leeming * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef BCVIEW_H diff --git a/src/frontends/controllers/ButtonController.C b/src/frontends/controllers/ButtonController.C index 5a0f785834..93125e789c 100644 --- a/src/frontends/controllers/ButtonController.C +++ b/src/frontends/controllers/ButtonController.C @@ -5,7 +5,7 @@ * * \author Allan Rae * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/controllers/ButtonController.h b/src/frontends/controllers/ButtonController.h index 396a9f6068..b85386b86c 100644 --- a/src/frontends/controllers/ButtonController.h +++ b/src/frontends/controllers/ButtonController.h @@ -6,7 +6,7 @@ * * \author Allan Rae * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef BUTTONCONTROLLER_H diff --git a/src/frontends/controllers/ButtonPolicies.C b/src/frontends/controllers/ButtonPolicies.C index 393606b440..a3f75b11cb 100644 --- a/src/frontends/controllers/ButtonPolicies.C +++ b/src/frontends/controllers/ButtonPolicies.C @@ -5,7 +5,7 @@ * * \author Allan Rae * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ButtonPolicies.h b/src/frontends/controllers/ButtonPolicies.h index 42c10223f3..fb34463e7e 100644 --- a/src/frontends/controllers/ButtonPolicies.h +++ b/src/frontends/controllers/ButtonPolicies.h @@ -6,7 +6,7 @@ * * \author Allan Rae * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Provides a state machine implementation of the various button policies * used by the dialogs. diff --git a/src/frontends/controllers/ControlAboutlyx.C b/src/frontends/controllers/ControlAboutlyx.C index 8f1c943826..642892bcb1 100644 --- a/src/frontends/controllers/ControlAboutlyx.C +++ b/src/frontends/controllers/ControlAboutlyx.C @@ -6,7 +6,7 @@ * \author Edwin Leuven * \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/frontends/controllers/ControlAboutlyx.h b/src/frontends/controllers/ControlAboutlyx.h index 708df3bfc0..889c6a97da 100644 --- a/src/frontends/controllers/ControlAboutlyx.h +++ b/src/frontends/controllers/ControlAboutlyx.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLABOUTLYX_H diff --git a/src/frontends/controllers/ControlBibtex.C b/src/frontends/controllers/ControlBibtex.C index a1beb05734..feb5a15cfc 100644 --- a/src/frontends/controllers/ControlBibtex.C +++ b/src/frontends/controllers/ControlBibtex.C @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlBibtex.h b/src/frontends/controllers/ControlBibtex.h index 2b0817a196..dbab5a6e6a 100644 --- a/src/frontends/controllers/ControlBibtex.h +++ b/src/frontends/controllers/ControlBibtex.h @@ -7,7 +7,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLBIBTEX_H diff --git a/src/frontends/controllers/ControlBranch.C b/src/frontends/controllers/ControlBranch.C index 137203b719..ef0ed85970 100644 --- a/src/frontends/controllers/ControlBranch.C +++ b/src/frontends/controllers/ControlBranch.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlBranch.h b/src/frontends/controllers/ControlBranch.h index 1c192f4c86..0f43a31bd2 100644 --- a/src/frontends/controllers/ControlBranch.h +++ b/src/frontends/controllers/ControlBranch.h @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLBRANCH_H diff --git a/src/frontends/controllers/ControlButtons.C b/src/frontends/controllers/ControlButtons.C index 505b45eb76..e33eabfe5e 100644 --- a/src/frontends/controllers/ControlButtons.C +++ b/src/frontends/controllers/ControlButtons.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlButtons.h b/src/frontends/controllers/ControlButtons.h index 68119bdc57..df6867380b 100644 --- a/src/frontends/controllers/ControlButtons.h +++ b/src/frontends/controllers/ControlButtons.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * ControlButtons serves only to control the activation of the Ok, Apply, Cancel * and Restore buttons on the View dialog. diff --git a/src/frontends/controllers/ControlChanges.C b/src/frontends/controllers/ControlChanges.C index 3d3d5c2125..7b98845111 100644 --- a/src/frontends/controllers/ControlChanges.C +++ b/src/frontends/controllers/ControlChanges.C @@ -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 diff --git a/src/frontends/controllers/ControlChanges.h b/src/frontends/controllers/ControlChanges.h index 9acfb7a094..e824f1e67e 100644 --- a/src/frontends/controllers/ControlChanges.h +++ b/src/frontends/controllers/ControlChanges.h @@ -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 CONTROLCHANGES_H diff --git a/src/frontends/controllers/ControlCharacter.C b/src/frontends/controllers/ControlCharacter.C index 54cdab5760..2d180a9b4f 100644 --- a/src/frontends/controllers/ControlCharacter.C +++ b/src/frontends/controllers/ControlCharacter.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlCharacter.h b/src/frontends/controllers/ControlCharacter.h index 598d2e1e06..b2d0fe2f4a 100644 --- a/src/frontends/controllers/ControlCharacter.h +++ b/src/frontends/controllers/ControlCharacter.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLCHARACTER_H diff --git a/src/frontends/controllers/ControlCitation.C b/src/frontends/controllers/ControlCitation.C index 1ddddecbf4..c7710ae69f 100644 --- a/src/frontends/controllers/ControlCitation.C +++ b/src/frontends/controllers/ControlCitation.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlCitation.h b/src/frontends/controllers/ControlCitation.h index 2d30c54a70..36dbe44f71 100644 --- a/src/frontends/controllers/ControlCitation.h +++ b/src/frontends/controllers/ControlCitation.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLCITATION_H diff --git a/src/frontends/controllers/ControlCommand.C b/src/frontends/controllers/ControlCommand.C index 7fbdf294be..07a0408e93 100644 --- a/src/frontends/controllers/ControlCommand.C +++ b/src/frontends/controllers/ControlCommand.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlCommand.h b/src/frontends/controllers/ControlCommand.h index 6763520d11..afcdc0af0b 100644 --- a/src/frontends/controllers/ControlCommand.h +++ b/src/frontends/controllers/ControlCommand.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * ControlCommand is a controller class for dialogs that create or modify * an inset derived from InsetCommand. diff --git a/src/frontends/controllers/ControlCommandBuffer.C b/src/frontends/controllers/ControlCommandBuffer.C index adb454122f..c43b9c88c2 100644 --- a/src/frontends/controllers/ControlCommandBuffer.C +++ b/src/frontends/controllers/ControlCommandBuffer.C @@ -7,7 +7,7 @@ * \author Asger and Juergen * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlCommandBuffer.h b/src/frontends/controllers/ControlCommandBuffer.h index 608a80ce5a..b7ca16dd39 100644 --- a/src/frontends/controllers/ControlCommandBuffer.h +++ b/src/frontends/controllers/ControlCommandBuffer.h @@ -8,7 +8,7 @@ * \author Asger and Juergen * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLCOMMANDBUFFER_H diff --git a/src/frontends/controllers/ControlConnections.C b/src/frontends/controllers/ControlConnections.C index 83c42e701a..1f46435779 100644 --- a/src/frontends/controllers/ControlConnections.C +++ b/src/frontends/controllers/ControlConnections.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlConnections.h b/src/frontends/controllers/ControlConnections.h index 41d02699bb..c763167aa0 100644 --- a/src/frontends/controllers/ControlConnections.h +++ b/src/frontends/controllers/ControlConnections.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * ControlConnections.h contains the definition of three controller classes, * ControlConnectBase, ControlConnectBI and ControlConnectBD. diff --git a/src/frontends/controllers/ControlDialog.h b/src/frontends/controllers/ControlDialog.h index 27b988a6f9..d790781eec 100644 --- a/src/frontends/controllers/ControlDialog.h +++ b/src/frontends/controllers/ControlDialog.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * ControlDialog is to be used as a parent class for dialogs that are not * views onto parameters of insets. (An ugly description I know, but I hope diff --git a/src/frontends/controllers/ControlDialog_impl.C b/src/frontends/controllers/ControlDialog_impl.C index d3f01ab2eb..ebf4a5f1ee 100644 --- a/src/frontends/controllers/ControlDialog_impl.C +++ b/src/frontends/controllers/ControlDialog_impl.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlDialog_impl.h b/src/frontends/controllers/ControlDialog_impl.h index 8e374d7c5c..3981f9064e 100644 --- a/src/frontends/controllers/ControlDialog_impl.h +++ b/src/frontends/controllers/ControlDialog_impl.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Instatiate the two possible instantiations of the ControlDialog template * class, thus reducing file dependencies enormously. diff --git a/src/frontends/controllers/ControlDocument.C b/src/frontends/controllers/ControlDocument.C index ca6e3afc4d..e2dff12776 100644 --- a/src/frontends/controllers/ControlDocument.C +++ b/src/frontends/controllers/ControlDocument.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /** * \file ControlDocument.C * This file is part of LyX, the document processor. @@ -6,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlDocument.h b/src/frontends/controllers/ControlDocument.h index 149f579015..4cac6307f2 100644 --- a/src/frontends/controllers/ControlDocument.h +++ b/src/frontends/controllers/ControlDocument.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLDOCUMENT_H diff --git a/src/frontends/controllers/ControlERT.C b/src/frontends/controllers/ControlERT.C index 20981ce91b..f5ff71a762 100644 --- a/src/frontends/controllers/ControlERT.C +++ b/src/frontends/controllers/ControlERT.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \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/frontends/controllers/ControlERT.h b/src/frontends/controllers/ControlERT.h index 1cb8bb8c10..db45b09d35 100644 --- a/src/frontends/controllers/ControlERT.h +++ b/src/frontends/controllers/ControlERT.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLERT_H diff --git a/src/frontends/controllers/ControlErrorList.C b/src/frontends/controllers/ControlErrorList.C index 594cab8f7a..044f610467 100644 --- a/src/frontends/controllers/ControlErrorList.C +++ b/src/frontends/controllers/ControlErrorList.C @@ -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 diff --git a/src/frontends/controllers/ControlErrorList.h b/src/frontends/controllers/ControlErrorList.h index 07b30cbf31..226ed668d5 100644 --- a/src/frontends/controllers/ControlErrorList.h +++ b/src/frontends/controllers/ControlErrorList.h @@ -6,7 +6,7 @@ * * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLERRORLIST_H diff --git a/src/frontends/controllers/ControlExternal.C b/src/frontends/controllers/ControlExternal.C index 425b124a11..42ea2b049b 100644 --- a/src/frontends/controllers/ControlExternal.C +++ b/src/frontends/controllers/ControlExternal.C @@ -7,7 +7,7 @@ * \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 diff --git a/src/frontends/controllers/ControlExternal.h b/src/frontends/controllers/ControlExternal.h index 9f7acd8cdd..c46fa26052 100644 --- a/src/frontends/controllers/ControlExternal.h +++ b/src/frontends/controllers/ControlExternal.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLEXTERNAL_H diff --git a/src/frontends/controllers/ControlFloat.C b/src/frontends/controllers/ControlFloat.C index bd7ac6fd7e..2f7e5940c3 100644 --- a/src/frontends/controllers/ControlFloat.C +++ b/src/frontends/controllers/ControlFloat.C @@ -5,7 +5,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlFloat.h b/src/frontends/controllers/ControlFloat.h index 4f3c785abd..00306f614c 100644 --- a/src/frontends/controllers/ControlFloat.h +++ b/src/frontends/controllers/ControlFloat.h @@ -6,7 +6,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLFLOAT_H diff --git a/src/frontends/controllers/ControlForks.C b/src/frontends/controllers/ControlForks.C index 6f71ddf8b7..3f6df8b7d5 100644 --- a/src/frontends/controllers/ControlForks.C +++ b/src/frontends/controllers/ControlForks.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlForks.h b/src/frontends/controllers/ControlForks.h index 9624ccd6fb..6fe57c03e2 100644 --- a/src/frontends/controllers/ControlForks.h +++ b/src/frontends/controllers/ControlForks.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLFORKS_H diff --git a/src/frontends/controllers/ControlGraphics.C b/src/frontends/controllers/ControlGraphics.C index ddd33c8b23..8abe31dae2 100644 --- a/src/frontends/controllers/ControlGraphics.C +++ b/src/frontends/controllers/ControlGraphics.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlGraphics.h b/src/frontends/controllers/ControlGraphics.h index a7a1fa7bf2..85e1a505ef 100644 --- a/src/frontends/controllers/ControlGraphics.h +++ b/src/frontends/controllers/ControlGraphics.h @@ -8,7 +8,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLGRAPHICS_H diff --git a/src/frontends/controllers/ControlInclude.C b/src/frontends/controllers/ControlInclude.C index 3f4af1cece..e240ead72c 100644 --- a/src/frontends/controllers/ControlInclude.C +++ b/src/frontends/controllers/ControlInclude.C @@ -7,7 +7,7 @@ * \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 diff --git a/src/frontends/controllers/ControlInclude.h b/src/frontends/controllers/ControlInclude.h index f5bd7cde80..ee275d637f 100644 --- a/src/frontends/controllers/ControlInclude.h +++ b/src/frontends/controllers/ControlInclude.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLINCLUDE_H diff --git a/src/frontends/controllers/ControlLog.C b/src/frontends/controllers/ControlLog.C index 83adb29e6a..d4e69aba59 100644 --- a/src/frontends/controllers/ControlLog.C +++ b/src/frontends/controllers/ControlLog.C @@ -6,7 +6,7 @@ * \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 diff --git a/src/frontends/controllers/ControlLog.h b/src/frontends/controllers/ControlLog.h index e1bbbf8cef..35c1a4ef56 100644 --- a/src/frontends/controllers/ControlLog.h +++ b/src/frontends/controllers/ControlLog.h @@ -7,7 +7,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLLOG_H diff --git a/src/frontends/controllers/ControlMath.C b/src/frontends/controllers/ControlMath.C index ea5927f2c0..a3921e1da7 100644 --- a/src/frontends/controllers/ControlMath.C +++ b/src/frontends/controllers/ControlMath.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlMath.h b/src/frontends/controllers/ControlMath.h index 615298b9a5..67f29bb90c 100644 --- a/src/frontends/controllers/ControlMath.h +++ b/src/frontends/controllers/ControlMath.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * ControlMath2 is a controller class for the Math Panel dialog. */ diff --git a/src/frontends/controllers/ControlMinipage.C b/src/frontends/controllers/ControlMinipage.C index 49674e6abd..7236982df6 100644 --- a/src/frontends/controllers/ControlMinipage.C +++ b/src/frontends/controllers/ControlMinipage.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \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/frontends/controllers/ControlMinipage.h b/src/frontends/controllers/ControlMinipage.h index 7161e63b69..64cc8a96ac 100644 --- a/src/frontends/controllers/ControlMinipage.h +++ b/src/frontends/controllers/ControlMinipage.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLMINIPAGE_H diff --git a/src/frontends/controllers/ControlNote.C b/src/frontends/controllers/ControlNote.C index 99f6b4424c..a7daab33ec 100644 --- a/src/frontends/controllers/ControlNote.C +++ b/src/frontends/controllers/ControlNote.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlNote.h b/src/frontends/controllers/ControlNote.h index 5cbc8ab69b..003617caa7 100644 --- a/src/frontends/controllers/ControlNote.h +++ b/src/frontends/controllers/ControlNote.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLNOTE_H diff --git a/src/frontends/controllers/ControlParagraph.C b/src/frontends/controllers/ControlParagraph.C index ae9c3e9c85..901b768511 100644 --- a/src/frontends/controllers/ControlParagraph.C +++ b/src/frontends/controllers/ControlParagraph.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /** * \file ControlParagraph.C * This file is part of LyX, the document processor. @@ -7,7 +6,7 @@ * \author Edwin Leuven * \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/frontends/controllers/ControlParagraph.h b/src/frontends/controllers/ControlParagraph.h index 58f0caf82b..ebcb2b5497 100644 --- a/src/frontends/controllers/ControlParagraph.h +++ b/src/frontends/controllers/ControlParagraph.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLPARAGRAPH_H diff --git a/src/frontends/controllers/ControlPreamble.C b/src/frontends/controllers/ControlPreamble.C index fa96853c96..f1d8f5c7e6 100644 --- a/src/frontends/controllers/ControlPreamble.C +++ b/src/frontends/controllers/ControlPreamble.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlPreamble.h b/src/frontends/controllers/ControlPreamble.h index 34d84349c7..20d3e1f966 100644 --- a/src/frontends/controllers/ControlPreamble.h +++ b/src/frontends/controllers/ControlPreamble.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLPREAMBLE_H diff --git a/src/frontends/controllers/ControlPrefs.C b/src/frontends/controllers/ControlPrefs.C index b7ecec1592..8a0b6d593a 100644 --- a/src/frontends/controllers/ControlPrefs.C +++ b/src/frontends/controllers/ControlPrefs.C @@ -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 diff --git a/src/frontends/controllers/ControlPrefs.h b/src/frontends/controllers/ControlPrefs.h index 0d321fb959..bd5bf94d5c 100644 --- a/src/frontends/controllers/ControlPrefs.h +++ b/src/frontends/controllers/ControlPrefs.h @@ -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 CONTROLPREFS_H diff --git a/src/frontends/controllers/ControlPrint.C b/src/frontends/controllers/ControlPrint.C index d85c74f1d0..456998b2a3 100644 --- a/src/frontends/controllers/ControlPrint.C +++ b/src/frontends/controllers/ControlPrint.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlPrint.h b/src/frontends/controllers/ControlPrint.h index 8d0374a612..738bbdb389 100644 --- a/src/frontends/controllers/ControlPrint.h +++ b/src/frontends/controllers/ControlPrint.h @@ -7,7 +7,7 @@ * \author Allan Rae * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLPRINT_H diff --git a/src/frontends/controllers/ControlRef.C b/src/frontends/controllers/ControlRef.C index 570f07fece..2cb096f723 100644 --- a/src/frontends/controllers/ControlRef.C +++ b/src/frontends/controllers/ControlRef.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlRef.h b/src/frontends/controllers/ControlRef.h index df13045ec5..606c5956ef 100644 --- a/src/frontends/controllers/ControlRef.h +++ b/src/frontends/controllers/ControlRef.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLREF_H diff --git a/src/frontends/controllers/ControlSearch.C b/src/frontends/controllers/ControlSearch.C index d432c3ef55..6c0bae0b9b 100644 --- a/src/frontends/controllers/ControlSearch.C +++ b/src/frontends/controllers/ControlSearch.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlSearch.h b/src/frontends/controllers/ControlSearch.h index b0a6d10fed..0bbcd8f53d 100644 --- a/src/frontends/controllers/ControlSearch.h +++ b/src/frontends/controllers/ControlSearch.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLSEARCH_H diff --git a/src/frontends/controllers/ControlSendto.C b/src/frontends/controllers/ControlSendto.C index 75f76fdc46..e5874c056d 100644 --- a/src/frontends/controllers/ControlSendto.C +++ b/src/frontends/controllers/ControlSendto.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlSendto.h b/src/frontends/controllers/ControlSendto.h index 72d722f2ae..13d58eed1d 100644 --- a/src/frontends/controllers/ControlSendto.h +++ b/src/frontends/controllers/ControlSendto.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLSENDTO_H diff --git a/src/frontends/controllers/ControlShowFile.C b/src/frontends/controllers/ControlShowFile.C index 5a756c0ad2..0ec4803cfe 100644 --- a/src/frontends/controllers/ControlShowFile.C +++ b/src/frontends/controllers/ControlShowFile.C @@ -5,7 +5,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlShowFile.h b/src/frontends/controllers/ControlShowFile.h index 1a971e4141..4a43c52b8a 100644 --- a/src/frontends/controllers/ControlShowFile.h +++ b/src/frontends/controllers/ControlShowFile.h @@ -7,7 +7,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLSHOWFILE_H #define CONTROLSHOWFILE_H diff --git a/src/frontends/controllers/ControlSpellchecker.C b/src/frontends/controllers/ControlSpellchecker.C index 95a9f6f1e8..e8802c35f6 100644 --- a/src/frontends/controllers/ControlSpellchecker.C +++ b/src/frontends/controllers/ControlSpellchecker.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlSpellchecker.h b/src/frontends/controllers/ControlSpellchecker.h index 5e22acfeb9..67446820e3 100644 --- a/src/frontends/controllers/ControlSpellchecker.h +++ b/src/frontends/controllers/ControlSpellchecker.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLSPELLCHECKER_H diff --git a/src/frontends/controllers/ControlTabular.C b/src/frontends/controllers/ControlTabular.C index 1d83d6ff31..1f33daa09f 100644 --- a/src/frontends/controllers/ControlTabular.C +++ b/src/frontends/controllers/ControlTabular.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /** * \file ControlTabular.C * This file is part of LyX, the document processor. @@ -6,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 diff --git a/src/frontends/controllers/ControlTabular.h b/src/frontends/controllers/ControlTabular.h index da85d26958..f7ed3ffe0d 100644 --- a/src/frontends/controllers/ControlTabular.h +++ b/src/frontends/controllers/ControlTabular.h @@ -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. * * This is pretty icky, we should really be able to use * ControlInset. We can't because there are no params for diff --git a/src/frontends/controllers/ControlTabularCreate.C b/src/frontends/controllers/ControlTabularCreate.C index 4b7283dbda..e66f636b1b 100644 --- a/src/frontends/controllers/ControlTabularCreate.C +++ b/src/frontends/controllers/ControlTabularCreate.C @@ -5,7 +5,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlTabularCreate.h b/src/frontends/controllers/ControlTabularCreate.h index ad15d77c92..9df649ecee 100644 --- a/src/frontends/controllers/ControlTabularCreate.h +++ b/src/frontends/controllers/ControlTabularCreate.h @@ -6,7 +6,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLTABULARCREATE_H diff --git a/src/frontends/controllers/ControlTexinfo.C b/src/frontends/controllers/ControlTexinfo.C index 82ca195d40..276eb414b3 100644 --- a/src/frontends/controllers/ControlTexinfo.C +++ b/src/frontends/controllers/ControlTexinfo.C @@ -5,7 +5,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/ControlTexinfo.h b/src/frontends/controllers/ControlTexinfo.h index 073571181d..9de178fb03 100644 --- a/src/frontends/controllers/ControlTexinfo.h +++ b/src/frontends/controllers/ControlTexinfo.h @@ -6,7 +6,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLTEXINFO_H diff --git a/src/frontends/controllers/ControlThesaurus.C b/src/frontends/controllers/ControlThesaurus.C index d578318b1e..7de4e0d7dc 100644 --- a/src/frontends/controllers/ControlThesaurus.C +++ b/src/frontends/controllers/ControlThesaurus.C @@ -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 diff --git a/src/frontends/controllers/ControlThesaurus.h b/src/frontends/controllers/ControlThesaurus.h index 4b9b585a11..3d4d4fa0d9 100644 --- a/src/frontends/controllers/ControlThesaurus.h +++ b/src/frontends/controllers/ControlThesaurus.h @@ -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. */ diff --git a/src/frontends/controllers/ControlToc.C b/src/frontends/controllers/ControlToc.C index c393d544b5..9cb83315fc 100644 --- a/src/frontends/controllers/ControlToc.C +++ b/src/frontends/controllers/ControlToc.C @@ -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. */ #include diff --git a/src/frontends/controllers/ControlToc.h b/src/frontends/controllers/ControlToc.h index 64b630bd95..86d151f8ce 100644 --- a/src/frontends/controllers/ControlToc.h +++ b/src/frontends/controllers/ControlToc.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLTOC_H diff --git a/src/frontends/controllers/ControlVCLog.C b/src/frontends/controllers/ControlVCLog.C index e10e9b757a..d5ed84deae 100644 --- a/src/frontends/controllers/ControlVCLog.C +++ b/src/frontends/controllers/ControlVCLog.C @@ -6,7 +6,7 @@ * \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 diff --git a/src/frontends/controllers/ControlVCLog.h b/src/frontends/controllers/ControlVCLog.h index a994cda497..f5eec5ad91 100644 --- a/src/frontends/controllers/ControlVCLog.h +++ b/src/frontends/controllers/ControlVCLog.h @@ -7,7 +7,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLVCLOG_H diff --git a/src/frontends/controllers/ControlWrap.C b/src/frontends/controllers/ControlWrap.C index 2d39e36ce3..89a5b0625c 100644 --- a/src/frontends/controllers/ControlWrap.C +++ b/src/frontends/controllers/ControlWrap.C @@ -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 diff --git a/src/frontends/controllers/ControlWrap.h b/src/frontends/controllers/ControlWrap.h index 7d9f1ef75d..2434fb7f17 100644 --- a/src/frontends/controllers/ControlWrap.h +++ b/src/frontends/controllers/ControlWrap.h @@ -6,7 +6,7 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLWRAP_H diff --git a/src/frontends/controllers/Dialog.C b/src/frontends/controllers/Dialog.C index 7c635fccca..075bc79703 100644 --- a/src/frontends/controllers/Dialog.C +++ b/src/frontends/controllers/Dialog.C @@ -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. */ #include diff --git a/src/frontends/controllers/Dialog.h b/src/frontends/controllers/Dialog.h index cae33a6043..8b7b256f1e 100644 --- a/src/frontends/controllers/Dialog.h +++ b/src/frontends/controllers/Dialog.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef DIALOG_H diff --git a/src/frontends/controllers/GUI.h b/src/frontends/controllers/GUI.h index 2a1e7ebc77..41c77eef4d 100644 --- a/src/frontends/controllers/GUI.h +++ b/src/frontends/controllers/GUI.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GUI_H diff --git a/src/frontends/controllers/Kernel.C b/src/frontends/controllers/Kernel.C index a0bac2dc4d..5a1d6b20bb 100644 --- a/src/frontends/controllers/Kernel.C +++ b/src/frontends/controllers/Kernel.C @@ -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. */ #include diff --git a/src/frontends/controllers/Kernel.h b/src/frontends/controllers/Kernel.h index b3d8158877..45b2c4964a 100644 --- a/src/frontends/controllers/Kernel.h +++ b/src/frontends/controllers/Kernel.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef KERNEL_H diff --git a/src/frontends/controllers/ViewBase.C b/src/frontends/controllers/ViewBase.C index 54578e2090..cfd22b561d 100644 --- a/src/frontends/controllers/ViewBase.C +++ b/src/frontends/controllers/ViewBase.C @@ -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. */ #include diff --git a/src/frontends/controllers/ViewBase.h b/src/frontends/controllers/ViewBase.h index bcb279f8ad..1a111908c7 100644 --- a/src/frontends/controllers/ViewBase.h +++ b/src/frontends/controllers/ViewBase.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef VIEWBASE_H diff --git a/src/frontends/controllers/biblio.C b/src/frontends/controllers/biblio.C index e689b2213d..74b1a293ec 100644 --- a/src/frontends/controllers/biblio.C +++ b/src/frontends/controllers/biblio.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/biblio.h b/src/frontends/controllers/biblio.h index b7f619d43e..0f04cc47ca 100644 --- a/src/frontends/controllers/biblio.h +++ b/src/frontends/controllers/biblio.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef BIBLIOHELPERS_H diff --git a/src/frontends/controllers/character.C b/src/frontends/controllers/character.C index 4fca854a98..9e5ead897d 100644 --- a/src/frontends/controllers/character.C +++ b/src/frontends/controllers/character.C @@ -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. */ #include diff --git a/src/frontends/controllers/character.h b/src/frontends/controllers/character.h index a2438b4b75..732d4f59da 100644 --- a/src/frontends/controllers/character.h +++ b/src/frontends/controllers/character.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CHARACTERHELPERS_H diff --git a/src/frontends/controllers/frnt_lang.C b/src/frontends/controllers/frnt_lang.C index 75d13ac4ca..575918e154 100644 --- a/src/frontends/controllers/frnt_lang.C +++ b/src/frontends/controllers/frnt_lang.C @@ -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. */ #include diff --git a/src/frontends/controllers/frnt_lang.h b/src/frontends/controllers/frnt_lang.h index 1e5341c25c..b0b5faf9f3 100644 --- a/src/frontends/controllers/frnt_lang.h +++ b/src/frontends/controllers/frnt_lang.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FRNT_LANG_H diff --git a/src/frontends/controllers/helper_funcs.C b/src/frontends/controllers/helper_funcs.C index 28826ad9e7..23c4295e85 100644 --- a/src/frontends/controllers/helper_funcs.C +++ b/src/frontends/controllers/helper_funcs.C @@ -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. */ #include diff --git a/src/frontends/controllers/helper_funcs.h b/src/frontends/controllers/helper_funcs.h index 6288ef1eea..fc63f62485 100644 --- a/src/frontends/controllers/helper_funcs.h +++ b/src/frontends/controllers/helper_funcs.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef HELPERFUNCS_H diff --git a/src/frontends/controllers/tex_helpers.C b/src/frontends/controllers/tex_helpers.C index 500f20bd0c..a9e4614c45 100644 --- a/src/frontends/controllers/tex_helpers.C +++ b/src/frontends/controllers/tex_helpers.C @@ -5,7 +5,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/controllers/tex_helpers.h b/src/frontends/controllers/tex_helpers.h index 7ba376e8eb..0e97bda2ad 100644 --- a/src/frontends/controllers/tex_helpers.h +++ b/src/frontends/controllers/tex_helpers.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file tex_helpers.h * This file is part of LyX, the document processor. @@ -5,7 +6,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef TEX_HELPERS_H diff --git a/src/frontends/font_metrics.h b/src/frontends/font_metrics.h index 481bb2d160..d873b02b51 100644 --- a/src/frontends/font_metrics.h +++ b/src/frontends/font_metrics.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FONT_METRICS_H diff --git a/src/frontends/gnome/Dialogs.C b/src/frontends/gnome/Dialogs.C index acb9a8048d..3aa06db866 100644 --- a/src/frontends/gnome/Dialogs.C +++ b/src/frontends/gnome/Dialogs.C @@ -7,7 +7,7 @@ * \author Allan Rae * \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/frontends/gnome/Dialogs2.C b/src/frontends/gnome/Dialogs2.C index 858db6dea4..b0a54b51af 100644 --- a/src/frontends/gnome/Dialogs2.C +++ b/src/frontends/gnome/Dialogs2.C @@ -7,7 +7,7 @@ * \author Allan Rae * \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/frontends/gnome/Dialogs3.C b/src/frontends/gnome/Dialogs3.C index 44d8a0f701..b3fa428734 100644 --- a/src/frontends/gnome/Dialogs3.C +++ b/src/frontends/gnome/Dialogs3.C @@ -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. */ #include diff --git a/src/frontends/gnome/Dialogs_impl.h b/src/frontends/gnome/Dialogs_impl.h index 09e0783dd1..4e16f6f5b8 100644 --- a/src/frontends/gnome/Dialogs_impl.h +++ b/src/frontends/gnome/Dialogs_impl.h @@ -5,7 +5,7 @@ * Licence details can be found in the file COPYING. * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef DIALOGS_IMPL_H diff --git a/src/frontends/gnome/FileDialog.C b/src/frontends/gnome/FileDialog.C index 8a0e554b3a..98217b79be 100644 --- a/src/frontends/gnome/FileDialog.C +++ b/src/frontends/gnome/FileDialog.C @@ -5,7 +5,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GAbout.C b/src/frontends/gnome/GAbout.C index 590b60af30..24bdb27f0c 100644 --- a/src/frontends/gnome/GAbout.C +++ b/src/frontends/gnome/GAbout.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GAbout.h b/src/frontends/gnome/GAbout.h index 6abbf0a34d..0a399425ad 100644 --- a/src/frontends/gnome/GAbout.h +++ b/src/frontends/gnome/GAbout.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GABOUT_H diff --git a/src/frontends/gnome/GChanges.C b/src/frontends/gnome/GChanges.C index cde750bc56..d0ef240b3e 100644 --- a/src/frontends/gnome/GChanges.C +++ b/src/frontends/gnome/GChanges.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gnome/GChanges.h b/src/frontends/gnome/GChanges.h index 9e0810802e..e54daff8b3 100644 --- a/src/frontends/gnome/GChanges.h +++ b/src/frontends/gnome/GChanges.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GCHANGES_H diff --git a/src/frontends/gnome/GERT.C b/src/frontends/gnome/GERT.C index 274ecb1196..735e177ff2 100644 --- a/src/frontends/gnome/GERT.C +++ b/src/frontends/gnome/GERT.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GERT.h b/src/frontends/gnome/GERT.h index 7a9ddee8d6..3db3d3d18d 100644 --- a/src/frontends/gnome/GERT.h +++ b/src/frontends/gnome/GERT.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GERT_H diff --git a/src/frontends/gnome/GError.C b/src/frontends/gnome/GError.C index 291a48341f..447dda4804 100644 --- a/src/frontends/gnome/GError.C +++ b/src/frontends/gnome/GError.C @@ -6,7 +6,7 @@ * \author Michael Koziarski * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GError.h b/src/frontends/gnome/GError.h index 3876223125..1daa486bd4 100644 --- a/src/frontends/gnome/GError.h +++ b/src/frontends/gnome/GError.h @@ -7,7 +7,7 @@ * \author Michael Koziarski * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GERROR_H diff --git a/src/frontends/gnome/GFloat.C b/src/frontends/gnome/GFloat.C index 735373779a..bc40754ed6 100644 --- a/src/frontends/gnome/GFloat.C +++ b/src/frontends/gnome/GFloat.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GFloat.h b/src/frontends/gnome/GFloat.h index cd521b6f64..34f36943f6 100644 --- a/src/frontends/gnome/GFloat.h +++ b/src/frontends/gnome/GFloat.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GFLOAT_H diff --git a/src/frontends/gnome/GLog.C b/src/frontends/gnome/GLog.C index 6054c5ae27..db0996eb51 100644 --- a/src/frontends/gnome/GLog.C +++ b/src/frontends/gnome/GLog.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GLog.h b/src/frontends/gnome/GLog.h index 978855b4ee..f5929b2d69 100644 --- a/src/frontends/gnome/GLog.h +++ b/src/frontends/gnome/GLog.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GLOG_H diff --git a/src/frontends/gnome/GPreamble.C b/src/frontends/gnome/GPreamble.C index 42b30c3e4f..c80919eec7 100644 --- a/src/frontends/gnome/GPreamble.C +++ b/src/frontends/gnome/GPreamble.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GPreamble.h b/src/frontends/gnome/GPreamble.h index 19aebd4059..7a1374c460 100644 --- a/src/frontends/gnome/GPreamble.h +++ b/src/frontends/gnome/GPreamble.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GPREAMBLE_H diff --git a/src/frontends/gnome/GTabularCreate.C b/src/frontends/gnome/GTabularCreate.C index dc586b2914..c1530bf7d6 100644 --- a/src/frontends/gnome/GTabularCreate.C +++ b/src/frontends/gnome/GTabularCreate.C @@ -5,7 +5,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GTabularCreate.h b/src/frontends/gnome/GTabularCreate.h index 55dbf83a40..ab76e67465 100644 --- a/src/frontends/gnome/GTabularCreate.h +++ b/src/frontends/gnome/GTabularCreate.h @@ -6,7 +6,7 @@ * * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GTABULARCREATE_H diff --git a/src/frontends/gnome/GUrl.C b/src/frontends/gnome/GUrl.C index ecadf760aa..7a1c59411b 100644 --- a/src/frontends/gnome/GUrl.C +++ b/src/frontends/gnome/GUrl.C @@ -6,7 +6,7 @@ * \author Baruch Even * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GUrl.h b/src/frontends/gnome/GUrl.h index 35fa696ccc..89e41401e4 100644 --- a/src/frontends/gnome/GUrl.h +++ b/src/frontends/gnome/GUrl.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GURL_H diff --git a/src/frontends/gnome/GView.C b/src/frontends/gnome/GView.C index f7957d41a1..203716066a 100644 --- a/src/frontends/gnome/GView.C +++ b/src/frontends/gnome/GView.C @@ -5,7 +5,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GView.h b/src/frontends/gnome/GView.h index 50459b8b8b..8609271901 100644 --- a/src/frontends/gnome/GView.h +++ b/src/frontends/gnome/GView.h @@ -6,7 +6,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GView_H diff --git a/src/frontends/gnome/GnomeBase.C b/src/frontends/gnome/GnomeBase.C index fa108e7b3e..9478c64e48 100644 --- a/src/frontends/gnome/GnomeBase.C +++ b/src/frontends/gnome/GnomeBase.C @@ -5,7 +5,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gnome/GnomeBase.h b/src/frontends/gnome/GnomeBase.h index d7976fe968..123efd2b3a 100644 --- a/src/frontends/gnome/GnomeBase.h +++ b/src/frontends/gnome/GnomeBase.h @@ -6,7 +6,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GnomeBase_H diff --git a/src/frontends/gnome/gnomeBC.C b/src/frontends/gnome/gnomeBC.C index 3c942145ce..a3a78e7440 100644 --- a/src/frontends/gnome/gnomeBC.C +++ b/src/frontends/gnome/gnomeBC.C @@ -5,7 +5,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gnome/gnomeBC.h b/src/frontends/gnome/gnomeBC.h index 51cc3e333e..37b1b381c5 100644 --- a/src/frontends/gnome/gnomeBC.h +++ b/src/frontends/gnome/gnomeBC.h @@ -6,7 +6,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GNOMEBC_H diff --git a/src/frontends/gnome/gnomeTimeout.C b/src/frontends/gnome/gnomeTimeout.C index 0d53b5a000..96f4f7f272 100644 --- a/src/frontends/gnome/gnomeTimeout.C +++ b/src/frontends/gnome/gnomeTimeout.C @@ -6,7 +6,7 @@ * \author Baruch Even * \author Michael Koziarski * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gnome/gnomeTimeout.h b/src/frontends/gnome/gnomeTimeout.h index 8f28674159..50cab257a6 100644 --- a/src/frontends/gnome/gnomeTimeout.h +++ b/src/frontends/gnome/gnomeTimeout.h @@ -6,7 +6,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GNOMETIMEOUT_H #define GNOMETIMEOUT_H diff --git a/src/frontends/gnome/gnome_helpers.C b/src/frontends/gnome/gnome_helpers.C index a0b814aaed..c4b32c9d49 100644 --- a/src/frontends/gnome/gnome_helpers.C +++ b/src/frontends/gnome/gnome_helpers.C @@ -5,7 +5,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gnome/gnome_helpers.h b/src/frontends/gnome/gnome_helpers.h index 5168fdb9b4..c0fad6ef07 100644 --- a/src/frontends/gnome/gnome_helpers.h +++ b/src/frontends/gnome/gnome_helpers.h @@ -6,7 +6,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GNOME_HELPERS_H diff --git a/src/frontends/gnome/lyx_gui.C b/src/frontends/gnome/lyx_gui.C index d65a22467e..0bed070c9f 100644 --- a/src/frontends/gnome/lyx_gui.C +++ b/src/frontends/gnome/lyx_gui.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gnome/pixbutton.h b/src/frontends/gnome/pixbutton.h index 369188d737..232e34958c 100644 --- a/src/frontends/gnome/pixbutton.h +++ b/src/frontends/gnome/pixbutton.h @@ -6,7 +6,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GNOME_PIXBUTTON diff --git a/src/frontends/guiapi.C b/src/frontends/guiapi.C index bb3ed23d24..0a29fba932 100644 --- a/src/frontends/guiapi.C +++ b/src/frontends/guiapi.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \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/frontends/guiapi.h b/src/frontends/guiapi.h index a99dbdc67d..a4b3cc05be 100644 --- a/src/frontends/guiapi.h +++ b/src/frontends/guiapi.h @@ -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 GUIAPI_H diff --git a/src/frontends/key_state.h b/src/frontends/key_state.h index 258fd4599e..0f9cd19e93 100644 --- a/src/frontends/key_state.h +++ b/src/frontends/key_state.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file key_state.h * This file is part of LyX, the document processor. @@ -7,7 +8,7 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef KEY_STATE_H diff --git a/src/frontends/lyx_gui.h b/src/frontends/lyx_gui.h index f0b2447a4c..5e2b653797 100644 --- a/src/frontends/lyx_gui.h +++ b/src/frontends/lyx_gui.h @@ -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_GUI_H diff --git a/src/frontends/mouse_state.h b/src/frontends/mouse_state.h index fa83f546ec..3906e97684 100644 --- a/src/frontends/mouse_state.h +++ b/src/frontends/mouse_state.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file mouse_state.h * This file is part of LyX, the document processor. @@ -8,7 +9,7 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef MOUSE_STATE_H diff --git a/src/frontends/qt2/Alert_pimpl.C b/src/frontends/qt2/Alert_pimpl.C index 4a43fbdf2b..5a29fd89a6 100644 --- a/src/frontends/qt2/Alert_pimpl.C +++ b/src/frontends/qt2/Alert_pimpl.C @@ -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 diff --git a/src/frontends/qt2/BulletsModule.C b/src/frontends/qt2/BulletsModule.C index 8fb056f874..e3f202a6b5 100644 --- a/src/frontends/qt2/BulletsModule.C +++ b/src/frontends/qt2/BulletsModule.C @@ -6,7 +6,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/BulletsModule.h b/src/frontends/qt2/BulletsModule.h index ee12f7cca4..de6279e09d 100644 --- a/src/frontends/qt2/BulletsModule.h +++ b/src/frontends/qt2/BulletsModule.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QBULLETSMODULE_H diff --git a/src/frontends/qt2/Dialogs.C b/src/frontends/qt2/Dialogs.C index 16109a9106..b3b56aa571 100644 --- a/src/frontends/qt2/Dialogs.C +++ b/src/frontends/qt2/Dialogs.C @@ -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. */ #include diff --git a/src/frontends/qt2/Dialogs2.C b/src/frontends/qt2/Dialogs2.C index 42921a58f2..a54da69030 100644 --- a/src/frontends/qt2/Dialogs2.C +++ b/src/frontends/qt2/Dialogs2.C @@ -7,7 +7,7 @@ * \author Allan Rae * \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/frontends/qt2/FileDialog.C b/src/frontends/qt2/FileDialog.C index 88a8ac52cb..4f6b1fd5d5 100644 --- a/src/frontends/qt2/FileDialog.C +++ b/src/frontends/qt2/FileDialog.C @@ -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. */ diff --git a/src/frontends/qt2/FileDialog_private.C b/src/frontends/qt2/FileDialog_private.C index aa261b05bb..2caef9d874 100644 --- a/src/frontends/qt2/FileDialog_private.C +++ b/src/frontends/qt2/FileDialog_private.C @@ -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 diff --git a/src/frontends/qt2/FileDialog_private.h b/src/frontends/qt2/FileDialog_private.h index 6b86593e0b..48783fa511 100644 --- a/src/frontends/qt2/FileDialog_private.h +++ b/src/frontends/qt2/FileDialog_private.h @@ -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 FILEDIALOG_PRIVATE_H diff --git a/src/frontends/qt2/LyXKeySymFactory.C b/src/frontends/qt2/LyXKeySymFactory.C index b88a1865e1..a750ade81d 100644 --- a/src/frontends/qt2/LyXKeySymFactory.C +++ b/src/frontends/qt2/LyXKeySymFactory.C @@ -5,7 +5,7 @@ * * \author Asger & Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/LyXScreenFactory.C b/src/frontends/qt2/LyXScreenFactory.C index f6529c2e8c..88a6d85ced 100644 --- a/src/frontends/qt2/LyXScreenFactory.C +++ b/src/frontends/qt2/LyXScreenFactory.C @@ -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 diff --git a/src/frontends/qt2/QAbout.C b/src/frontends/qt2/QAbout.C index 3949e05f89..26339ce92c 100644 --- a/src/frontends/qt2/QAbout.C +++ b/src/frontends/qt2/QAbout.C @@ -5,7 +5,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QAbout.h b/src/frontends/qt2/QAbout.h index 473fb278c4..e4a9a10526 100644 --- a/src/frontends/qt2/QAbout.h +++ b/src/frontends/qt2/QAbout.h @@ -6,7 +6,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMABOUT_H diff --git a/src/frontends/qt2/QAboutDialog.C b/src/frontends/qt2/QAboutDialog.C index c5f0a4c281..e4f6392776 100644 --- a/src/frontends/qt2/QAboutDialog.C +++ b/src/frontends/qt2/QAboutDialog.C @@ -5,7 +5,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QAboutDialog.h b/src/frontends/qt2/QAboutDialog.h index 1230ffb72e..589b7ed715 100644 --- a/src/frontends/qt2/QAboutDialog.h +++ b/src/frontends/qt2/QAboutDialog.h @@ -6,7 +6,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QABOUTDIALOG_H diff --git a/src/frontends/qt2/QBibitem.C b/src/frontends/qt2/QBibitem.C index a49091811d..dbeef7aacd 100644 --- a/src/frontends/qt2/QBibitem.C +++ b/src/frontends/qt2/QBibitem.C @@ -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 diff --git a/src/frontends/qt2/QBibitem.h b/src/frontends/qt2/QBibitem.h index a07b12f9f8..81125c64bb 100644 --- a/src/frontends/qt2/QBibitem.h +++ b/src/frontends/qt2/QBibitem.h @@ -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 QBIBITEM_H diff --git a/src/frontends/qt2/QBibitemDialog.C b/src/frontends/qt2/QBibitemDialog.C index 50b7c67d67..3ba8b651fb 100644 --- a/src/frontends/qt2/QBibitemDialog.C +++ b/src/frontends/qt2/QBibitemDialog.C @@ -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 diff --git a/src/frontends/qt2/QBibitemDialog.h b/src/frontends/qt2/QBibitemDialog.h index e2278771b5..81f9bdd029 100644 --- a/src/frontends/qt2/QBibitemDialog.h +++ b/src/frontends/qt2/QBibitemDialog.h @@ -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 QBIBITEMDIALOG_H diff --git a/src/frontends/qt2/QBibtex.C b/src/frontends/qt2/QBibtex.C index 120f402281..fab93a10c0 100644 --- a/src/frontends/qt2/QBibtex.C +++ b/src/frontends/qt2/QBibtex.C @@ -6,7 +6,7 @@ * \author John Levon * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QBibtex.h b/src/frontends/qt2/QBibtex.h index eee2d25960..598f533b94 100644 --- a/src/frontends/qt2/QBibtex.h +++ b/src/frontends/qt2/QBibtex.h @@ -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 QBIBTEX_H diff --git a/src/frontends/qt2/QBibtexDialog.C b/src/frontends/qt2/QBibtexDialog.C index e4505fe4f5..7ab503df65 100644 --- a/src/frontends/qt2/QBibtexDialog.C +++ b/src/frontends/qt2/QBibtexDialog.C @@ -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 diff --git a/src/frontends/qt2/QBibtexDialog.h b/src/frontends/qt2/QBibtexDialog.h index 4ca83c211b..f731b95f38 100644 --- a/src/frontends/qt2/QBibtexDialog.h +++ b/src/frontends/qt2/QBibtexDialog.h @@ -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 QBIBTEXDIALOG_H diff --git a/src/frontends/qt2/QBrowseBox.C b/src/frontends/qt2/QBrowseBox.C index 701d8f8c4c..0e4ea87487 100644 --- a/src/frontends/qt2/QBrowseBox.C +++ b/src/frontends/qt2/QBrowseBox.C @@ -5,7 +5,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QBrowseBox.h b/src/frontends/qt2/QBrowseBox.h index 32b87bb2e2..bf2738ba8a 100644 --- a/src/frontends/qt2/QBrowseBox.h +++ b/src/frontends/qt2/QBrowseBox.h @@ -6,7 +6,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QBROWSEBOX_H diff --git a/src/frontends/qt2/QChanges.C b/src/frontends/qt2/QChanges.C index d1f18cbd0d..bab64c4d00 100644 --- a/src/frontends/qt2/QChanges.C +++ b/src/frontends/qt2/QChanges.C @@ -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 diff --git a/src/frontends/qt2/QChanges.h b/src/frontends/qt2/QChanges.h index ea2b5f223c..ef2d4725e5 100644 --- a/src/frontends/qt2/QChanges.h +++ b/src/frontends/qt2/QChanges.h @@ -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 QCHANGES_H diff --git a/src/frontends/qt2/QChangesDialog.C b/src/frontends/qt2/QChangesDialog.C index 53771ef701..f24884672f 100644 --- a/src/frontends/qt2/QChangesDialog.C +++ b/src/frontends/qt2/QChangesDialog.C @@ -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 diff --git a/src/frontends/qt2/QChangesDialog.h b/src/frontends/qt2/QChangesDialog.h index 728e6554b8..13aa211f4a 100644 --- a/src/frontends/qt2/QChangesDialog.h +++ b/src/frontends/qt2/QChangesDialog.h @@ -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 QCHANGESDIALOG_H diff --git a/src/frontends/qt2/QCharacter.C b/src/frontends/qt2/QCharacter.C index 0151c248a6..90bfe51272 100644 --- a/src/frontends/qt2/QCharacter.C +++ b/src/frontends/qt2/QCharacter.C @@ -6,7 +6,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QCharacter.h b/src/frontends/qt2/QCharacter.h index 8d29563919..6f21251723 100644 --- a/src/frontends/qt2/QCharacter.h +++ b/src/frontends/qt2/QCharacter.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QCHARACTER_H diff --git a/src/frontends/qt2/QCharacterDialog.C b/src/frontends/qt2/QCharacterDialog.C index 529a532f51..f0c0778600 100644 --- a/src/frontends/qt2/QCharacterDialog.C +++ b/src/frontends/qt2/QCharacterDialog.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QCharacterDialog.h b/src/frontends/qt2/QCharacterDialog.h index 3ddf7dead4..e6611f74c6 100644 --- a/src/frontends/qt2/QCharacterDialog.h +++ b/src/frontends/qt2/QCharacterDialog.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QCHARACTERDIALOG_H diff --git a/src/frontends/qt2/QCitation.C b/src/frontends/qt2/QCitation.C index adb787bc5f..868c450323 100644 --- a/src/frontends/qt2/QCitation.C +++ b/src/frontends/qt2/QCitation.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QCitation.h b/src/frontends/qt2/QCitation.h index 771df624c7..83256918d6 100644 --- a/src/frontends/qt2/QCitation.h +++ b/src/frontends/qt2/QCitation.h @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QCITATION_H diff --git a/src/frontends/qt2/QCitationDialog.C b/src/frontends/qt2/QCitationDialog.C index 4a188b647c..ffdfcf0e63 100644 --- a/src/frontends/qt2/QCitationDialog.C +++ b/src/frontends/qt2/QCitationDialog.C @@ -5,7 +5,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QCitationDialog.h b/src/frontends/qt2/QCitationDialog.h index 31ddc07c1b..a0131c64aa 100644 --- a/src/frontends/qt2/QCitationDialog.h +++ b/src/frontends/qt2/QCitationDialog.h @@ -6,7 +6,7 @@ * * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QCITATIONDIALOG_H diff --git a/src/frontends/qt2/QCommandBuffer.C b/src/frontends/qt2/QCommandBuffer.C index 37aa5e1148..b1bedcf1d7 100644 --- a/src/frontends/qt2/QCommandBuffer.C +++ b/src/frontends/qt2/QCommandBuffer.C @@ -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 diff --git a/src/frontends/qt2/QCommandBuffer.h b/src/frontends/qt2/QCommandBuffer.h index 6f6964e335..1809b836a1 100644 --- a/src/frontends/qt2/QCommandBuffer.h +++ b/src/frontends/qt2/QCommandBuffer.h @@ -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 QCOMMANDBUFFER_H diff --git a/src/frontends/qt2/QCommandEdit.C b/src/frontends/qt2/QCommandEdit.C index 4c51f615ce..c6117b2b69 100644 --- a/src/frontends/qt2/QCommandEdit.C +++ b/src/frontends/qt2/QCommandEdit.C @@ -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 diff --git a/src/frontends/qt2/QCommandEdit.h b/src/frontends/qt2/QCommandEdit.h index 0c8d420bb5..a994d0a177 100644 --- a/src/frontends/qt2/QCommandEdit.h +++ b/src/frontends/qt2/QCommandEdit.h @@ -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 QCOMMANDEDIT_H diff --git a/src/frontends/qt2/QContentPane.C b/src/frontends/qt2/QContentPane.C index f53e4d9a47..7f3fc3f19f 100644 --- a/src/frontends/qt2/QContentPane.C +++ b/src/frontends/qt2/QContentPane.C @@ -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 diff --git a/src/frontends/qt2/QContentPane.h b/src/frontends/qt2/QContentPane.h index 564b86c127..0bf0ba69ad 100644 --- a/src/frontends/qt2/QContentPane.h +++ b/src/frontends/qt2/QContentPane.h @@ -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 QCONTENTPANE_H diff --git a/src/frontends/qt2/QDelimiterDialog.C b/src/frontends/qt2/QDelimiterDialog.C index abe09a7bba..64b9444ac5 100644 --- a/src/frontends/qt2/QDelimiterDialog.C +++ b/src/frontends/qt2/QDelimiterDialog.C @@ -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 diff --git a/src/frontends/qt2/QDelimiterDialog.h b/src/frontends/qt2/QDelimiterDialog.h index c8b9984cce..2392d31f69 100644 --- a/src/frontends/qt2/QDelimiterDialog.h +++ b/src/frontends/qt2/QDelimiterDialog.h @@ -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 QDELIMITERDIALOG_H diff --git a/src/frontends/qt2/QDialogView.C b/src/frontends/qt2/QDialogView.C index ab50ead138..b7fcb4690d 100644 --- a/src/frontends/qt2/QDialogView.C +++ b/src/frontends/qt2/QDialogView.C @@ -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. */ #include diff --git a/src/frontends/qt2/QDialogView.h b/src/frontends/qt2/QDialogView.h index 8e79cd23a3..2539e8a56a 100644 --- a/src/frontends/qt2/QDialogView.h +++ b/src/frontends/qt2/QDialogView.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QDIALOGVIEW_H diff --git a/src/frontends/qt2/QDocument.C b/src/frontends/qt2/QDocument.C index f88c46dd2a..240bcdd9f6 100644 --- a/src/frontends/qt2/QDocument.C +++ b/src/frontends/qt2/QDocument.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QDocument.h b/src/frontends/qt2/QDocument.h index fe20ff8b5e..640aebe69d 100644 --- a/src/frontends/qt2/QDocument.h +++ b/src/frontends/qt2/QDocument.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/qt2/QDocumentDialog.C b/src/frontends/qt2/QDocumentDialog.C index 2715ae0451..a15326771d 100644 --- a/src/frontends/qt2/QDocumentDialog.C +++ b/src/frontends/qt2/QDocumentDialog.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QDocumentDialog.h b/src/frontends/qt2/QDocumentDialog.h index 8983b1dd2d..024d9b5f6d 100644 --- a/src/frontends/qt2/QDocumentDialog.h +++ b/src/frontends/qt2/QDocumentDialog.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QDOCUMENTDIALOG_H diff --git a/src/frontends/qt2/QERT.C b/src/frontends/qt2/QERT.C index 2356a15578..c8ba365b90 100644 --- a/src/frontends/qt2/QERT.C +++ b/src/frontends/qt2/QERT.C @@ -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 diff --git a/src/frontends/qt2/QERT.h b/src/frontends/qt2/QERT.h index 3be76ddfbc..a26c1dc2db 100644 --- a/src/frontends/qt2/QERT.h +++ b/src/frontends/qt2/QERT.h @@ -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 QERT_H diff --git a/src/frontends/qt2/QERTDialog.C b/src/frontends/qt2/QERTDialog.C index e811a5a135..e3a628822c 100644 --- a/src/frontends/qt2/QERTDialog.C +++ b/src/frontends/qt2/QERTDialog.C @@ -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 diff --git a/src/frontends/qt2/QERTDialog.h b/src/frontends/qt2/QERTDialog.h index 64058d0114..a1863e6c81 100644 --- a/src/frontends/qt2/QERTDialog.h +++ b/src/frontends/qt2/QERTDialog.h @@ -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 QERTDIALOG_H diff --git a/src/frontends/qt2/QErrorList.C b/src/frontends/qt2/QErrorList.C index 41864abba6..1bfde1a0a4 100644 --- a/src/frontends/qt2/QErrorList.C +++ b/src/frontends/qt2/QErrorList.C @@ -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 diff --git a/src/frontends/qt2/QErrorList.h b/src/frontends/qt2/QErrorList.h index 245f73b2ff..e820a84ec9 100644 --- a/src/frontends/qt2/QErrorList.h +++ b/src/frontends/qt2/QErrorList.h @@ -6,7 +6,7 @@ * * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QERRORLIST_H diff --git a/src/frontends/qt2/QErrorListDialog.C b/src/frontends/qt2/QErrorListDialog.C index fdb068a83d..424a321a66 100644 --- a/src/frontends/qt2/QErrorListDialog.C +++ b/src/frontends/qt2/QErrorListDialog.C @@ -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 diff --git a/src/frontends/qt2/QErrorListDialog.h b/src/frontends/qt2/QErrorListDialog.h index 03f4c29190..b09752a07b 100644 --- a/src/frontends/qt2/QErrorListDialog.h +++ b/src/frontends/qt2/QErrorListDialog.h @@ -6,7 +6,7 @@ * * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QERRORLISTDIALOG_H diff --git a/src/frontends/qt2/QExternal.C b/src/frontends/qt2/QExternal.C index 5e34a4100b..0d476b1937 100644 --- a/src/frontends/qt2/QExternal.C +++ b/src/frontends/qt2/QExternal.C @@ -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 diff --git a/src/frontends/qt2/QExternal.h b/src/frontends/qt2/QExternal.h index b698cfe65f..4659a5203e 100644 --- a/src/frontends/qt2/QExternal.h +++ b/src/frontends/qt2/QExternal.h @@ -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 QEXTERNAL_H diff --git a/src/frontends/qt2/QExternalDialog.C b/src/frontends/qt2/QExternalDialog.C index b7dc96b330..5ff2e5afa0 100644 --- a/src/frontends/qt2/QExternalDialog.C +++ b/src/frontends/qt2/QExternalDialog.C @@ -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 diff --git a/src/frontends/qt2/QExternalDialog.h b/src/frontends/qt2/QExternalDialog.h index aab8f977e8..22ad9e1dd5 100644 --- a/src/frontends/qt2/QExternalDialog.h +++ b/src/frontends/qt2/QExternalDialog.h @@ -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 QEXTERNALDIALOG_H diff --git a/src/frontends/qt2/QFloat.C b/src/frontends/qt2/QFloat.C index c60f3df3da..83885139d4 100644 --- a/src/frontends/qt2/QFloat.C +++ b/src/frontends/qt2/QFloat.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QFloat.h b/src/frontends/qt2/QFloat.h index e95528b01f..6e637a519c 100644 --- a/src/frontends/qt2/QFloat.h +++ b/src/frontends/qt2/QFloat.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QFLOAT_H diff --git a/src/frontends/qt2/QFloatDialog.C b/src/frontends/qt2/QFloatDialog.C index e94c7adea1..fd651a41d9 100644 --- a/src/frontends/qt2/QFloatDialog.C +++ b/src/frontends/qt2/QFloatDialog.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QFloatDialog.h b/src/frontends/qt2/QFloatDialog.h index b61626e225..274c89dd83 100644 --- a/src/frontends/qt2/QFloatDialog.h +++ b/src/frontends/qt2/QFloatDialog.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QFLOATDIALOG_H diff --git a/src/frontends/qt2/QGraphics.C b/src/frontends/qt2/QGraphics.C index bb05c5b666..4bd606530a 100644 --- a/src/frontends/qt2/QGraphics.C +++ b/src/frontends/qt2/QGraphics.C @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QGraphics.h b/src/frontends/qt2/QGraphics.h index 5b2ba98941..883290fe6b 100644 --- a/src/frontends/qt2/QGraphics.h +++ b/src/frontends/qt2/QGraphics.h @@ -7,7 +7,7 @@ * \author John Levon * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QGRAPHICS_H diff --git a/src/frontends/qt2/QGraphicsDialog.C b/src/frontends/qt2/QGraphicsDialog.C index 99fee73aad..b7a431b206 100644 --- a/src/frontends/qt2/QGraphicsDialog.C +++ b/src/frontends/qt2/QGraphicsDialog.C @@ -6,7 +6,7 @@ * \author John Levon * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QGraphicsDialog.h b/src/frontends/qt2/QGraphicsDialog.h index 9e5fe5295e..4dd319bfa8 100644 --- a/src/frontends/qt2/QGraphicsDialog.h +++ b/src/frontends/qt2/QGraphicsDialog.h @@ -7,7 +7,7 @@ * \author John Levon * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QGRAPHICSDIALOG_H diff --git a/src/frontends/qt2/QInclude.C b/src/frontends/qt2/QInclude.C index 450f3d46d2..795e99b9b6 100644 --- a/src/frontends/qt2/QInclude.C +++ b/src/frontends/qt2/QInclude.C @@ -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 diff --git a/src/frontends/qt2/QInclude.h b/src/frontends/qt2/QInclude.h index 0c77bc81fd..ea007a7180 100644 --- a/src/frontends/qt2/QInclude.h +++ b/src/frontends/qt2/QInclude.h @@ -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 QINCLUDE_H diff --git a/src/frontends/qt2/QIncludeDialog.C b/src/frontends/qt2/QIncludeDialog.C index 9be8787bd1..22116ad16c 100644 --- a/src/frontends/qt2/QIncludeDialog.C +++ b/src/frontends/qt2/QIncludeDialog.C @@ -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 diff --git a/src/frontends/qt2/QIncludeDialog.h b/src/frontends/qt2/QIncludeDialog.h index be9841f604..6374b89d04 100644 --- a/src/frontends/qt2/QIncludeDialog.h +++ b/src/frontends/qt2/QIncludeDialog.h @@ -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 QINCLUDEDIALOG_H diff --git a/src/frontends/qt2/QIndex.C b/src/frontends/qt2/QIndex.C index 77d129aa19..29ddc76ac5 100644 --- a/src/frontends/qt2/QIndex.C +++ b/src/frontends/qt2/QIndex.C @@ -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 diff --git a/src/frontends/qt2/QIndex.h b/src/frontends/qt2/QIndex.h index 445a1f7a4f..45212715e4 100644 --- a/src/frontends/qt2/QIndex.h +++ b/src/frontends/qt2/QIndex.h @@ -7,7 +7,7 @@ * \author John Levon * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QINDEX_H diff --git a/src/frontends/qt2/QIndexDialog.C b/src/frontends/qt2/QIndexDialog.C index 1e01b9b607..70dfca47e2 100644 --- a/src/frontends/qt2/QIndexDialog.C +++ b/src/frontends/qt2/QIndexDialog.C @@ -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 diff --git a/src/frontends/qt2/QIndexDialog.h b/src/frontends/qt2/QIndexDialog.h index bd9be2a796..56ba5741b6 100644 --- a/src/frontends/qt2/QIndexDialog.h +++ b/src/frontends/qt2/QIndexDialog.h @@ -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 QINDEXDIALOG_H diff --git a/src/frontends/qt2/QLImage.C b/src/frontends/qt2/QLImage.C index d504cc6a5c..c94fe43103 100644 --- a/src/frontends/qt2/QLImage.C +++ b/src/frontends/qt2/QLImage.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QLImage.h b/src/frontends/qt2/QLImage.h index e4b38678cc..9885bbc840 100644 --- a/src/frontends/qt2/QLImage.h +++ b/src/frontends/qt2/QLImage.h @@ -7,7 +7,7 @@ * \author Angus Leeming * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QLIMAGE_H diff --git a/src/frontends/qt2/QLMenubar.C b/src/frontends/qt2/QLMenubar.C index 3c603255d0..55d8bab79c 100644 --- a/src/frontends/qt2/QLMenubar.C +++ b/src/frontends/qt2/QLMenubar.C @@ -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 diff --git a/src/frontends/qt2/QLMenubar.h b/src/frontends/qt2/QLMenubar.h index d92f4e678e..74d1489813 100644 --- a/src/frontends/qt2/QLMenubar.h +++ b/src/frontends/qt2/QLMenubar.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/qt2/QLPainter.C b/src/frontends/qt2/QLPainter.C index 0dfb029591..10105fe916 100644 --- a/src/frontends/qt2/QLPainter.C +++ b/src/frontends/qt2/QLPainter.C @@ -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 diff --git a/src/frontends/qt2/QLPainter.h b/src/frontends/qt2/QLPainter.h index d7159dc9f1..b71ce94fdc 100644 --- a/src/frontends/qt2/QLPainter.h +++ b/src/frontends/qt2/QLPainter.h @@ -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 QLPAINTER_H diff --git a/src/frontends/qt2/QLPopupMenu.C b/src/frontends/qt2/QLPopupMenu.C index 676dd9ffd2..396392f075 100644 --- a/src/frontends/qt2/QLPopupMenu.C +++ b/src/frontends/qt2/QLPopupMenu.C @@ -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 diff --git a/src/frontends/qt2/QLPopupMenu.h b/src/frontends/qt2/QLPopupMenu.h index c461103a84..6095554f51 100644 --- a/src/frontends/qt2/QLPopupMenu.h +++ b/src/frontends/qt2/QLPopupMenu.h @@ -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 QLPOPUPMENU_H diff --git a/src/frontends/qt2/QLPrintDialog.C b/src/frontends/qt2/QLPrintDialog.C index 5bda6712f5..1347baaf39 100644 --- a/src/frontends/qt2/QLPrintDialog.C +++ b/src/frontends/qt2/QLPrintDialog.C @@ -6,7 +6,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QLPrintDialog.h b/src/frontends/qt2/QLPrintDialog.h index 45583f1829..af460dcbda 100644 --- a/src/frontends/qt2/QLPrintDialog.h +++ b/src/frontends/qt2/QLPrintDialog.h @@ -7,7 +7,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QLPRINTDIALOG_H diff --git a/src/frontends/qt2/QLToolbar.C b/src/frontends/qt2/QLToolbar.C index 09dbe684d5..9dc759fa21 100644 --- a/src/frontends/qt2/QLToolbar.C +++ b/src/frontends/qt2/QLToolbar.C @@ -7,7 +7,7 @@ * \author John Levon * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QLToolbar.h b/src/frontends/qt2/QLToolbar.h index 4bebbd6f8f..2c2416f23d 100644 --- a/src/frontends/qt2/QLToolbar.h +++ b/src/frontends/qt2/QLToolbar.h @@ -8,7 +8,7 @@ * \author John Levon * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QLTOOLBAR__H diff --git a/src/frontends/qt2/QLog.C b/src/frontends/qt2/QLog.C index a3189cf84a..9ee37326e8 100644 --- a/src/frontends/qt2/QLog.C +++ b/src/frontends/qt2/QLog.C @@ -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 diff --git a/src/frontends/qt2/QLog.h b/src/frontends/qt2/QLog.h index 240ad259b0..59af95e0e5 100644 --- a/src/frontends/qt2/QLog.h +++ b/src/frontends/qt2/QLog.h @@ -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 QLOG_H diff --git a/src/frontends/qt2/QLogDialog.C b/src/frontends/qt2/QLogDialog.C index 472ff3ef75..1cba12d2df 100644 --- a/src/frontends/qt2/QLogDialog.C +++ b/src/frontends/qt2/QLogDialog.C @@ -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 diff --git a/src/frontends/qt2/QLogDialog.h b/src/frontends/qt2/QLogDialog.h index c9295249d5..3a55e6015f 100644 --- a/src/frontends/qt2/QLogDialog.h +++ b/src/frontends/qt2/QLogDialog.h @@ -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 QLOGDIALOG_H diff --git a/src/frontends/qt2/QLyXKeySym.C b/src/frontends/qt2/QLyXKeySym.C index c5a0c8e1b2..45fcf70d87 100644 --- a/src/frontends/qt2/QLyXKeySym.C +++ b/src/frontends/qt2/QLyXKeySym.C @@ -6,7 +6,7 @@ * \author Asger and Juergen * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QLyXKeySym.h b/src/frontends/qt2/QLyXKeySym.h index 351401eeaf..fba0f282c1 100644 --- a/src/frontends/qt2/QLyXKeySym.h +++ b/src/frontends/qt2/QLyXKeySym.h @@ -7,7 +7,7 @@ * \author Asger and Juergen * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QLYXKEYSYM_H diff --git a/src/frontends/qt2/QMath.C b/src/frontends/qt2/QMath.C index 5f9412a789..3cd33c825f 100644 --- a/src/frontends/qt2/QMath.C +++ b/src/frontends/qt2/QMath.C @@ -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 diff --git a/src/frontends/qt2/QMath.h b/src/frontends/qt2/QMath.h index d3dfeee93b..d98d0352ad 100644 --- a/src/frontends/qt2/QMath.h +++ b/src/frontends/qt2/QMath.h @@ -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 QMATH_H diff --git a/src/frontends/qt2/QMathDialog.C b/src/frontends/qt2/QMathDialog.C index bf031fa632..e5ab47c750 100644 --- a/src/frontends/qt2/QMathDialog.C +++ b/src/frontends/qt2/QMathDialog.C @@ -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 diff --git a/src/frontends/qt2/QMathDialog.h b/src/frontends/qt2/QMathDialog.h index 6f01f5e375..4e4ffc1615 100644 --- a/src/frontends/qt2/QMathDialog.h +++ b/src/frontends/qt2/QMathDialog.h @@ -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 QMATHDIALOG_H diff --git a/src/frontends/qt2/QMathMatrixDialog.C b/src/frontends/qt2/QMathMatrixDialog.C index f1a496a315..42e3d12126 100644 --- a/src/frontends/qt2/QMathMatrixDialog.C +++ b/src/frontends/qt2/QMathMatrixDialog.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QMathMatrixDialog.h b/src/frontends/qt2/QMathMatrixDialog.h index 262a6fe708..b04b0db85d 100644 --- a/src/frontends/qt2/QMathMatrixDialog.h +++ b/src/frontends/qt2/QMathMatrixDialog.h @@ -8,7 +8,7 @@ * \author Edwin Leuven * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QMATHMATRIXDIALOG_H diff --git a/src/frontends/qt2/QMinipage.C b/src/frontends/qt2/QMinipage.C index 2b5ba7e41f..b4f2e0be0a 100644 --- a/src/frontends/qt2/QMinipage.C +++ b/src/frontends/qt2/QMinipage.C @@ -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 diff --git a/src/frontends/qt2/QMinipage.h b/src/frontends/qt2/QMinipage.h index d39474a7ce..b60055c674 100644 --- a/src/frontends/qt2/QMinipage.h +++ b/src/frontends/qt2/QMinipage.h @@ -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 QMINIPAGE_H diff --git a/src/frontends/qt2/QMinipageDialog.C b/src/frontends/qt2/QMinipageDialog.C index d499249d3e..4a7f8526cf 100644 --- a/src/frontends/qt2/QMinipageDialog.C +++ b/src/frontends/qt2/QMinipageDialog.C @@ -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 diff --git a/src/frontends/qt2/QMinipageDialog.h b/src/frontends/qt2/QMinipageDialog.h index fc9fe2b13c..8e7462581f 100644 --- a/src/frontends/qt2/QMinipageDialog.h +++ b/src/frontends/qt2/QMinipageDialog.h @@ -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 QMINIPAGEDIALOG_H diff --git a/src/frontends/qt2/QNote.C b/src/frontends/qt2/QNote.C index 691c353575..dc10f0457e 100644 --- a/src/frontends/qt2/QNote.C +++ b/src/frontends/qt2/QNote.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QNote.h b/src/frontends/qt2/QNote.h index 33ea418b9d..e4d3d4756f 100644 --- a/src/frontends/qt2/QNote.h +++ b/src/frontends/qt2/QNote.h @@ -6,7 +6,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QNOTE_H diff --git a/src/frontends/qt2/QNoteDialog.C b/src/frontends/qt2/QNoteDialog.C index 540688d079..641c502e0b 100644 --- a/src/frontends/qt2/QNoteDialog.C +++ b/src/frontends/qt2/QNoteDialog.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QNoteDialog.h b/src/frontends/qt2/QNoteDialog.h index 8ca4693ff9..dda7e8de30 100644 --- a/src/frontends/qt2/QNoteDialog.h +++ b/src/frontends/qt2/QNoteDialog.h @@ -6,7 +6,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QNOTEDIALOG_H diff --git a/src/frontends/qt2/QParagraph.C b/src/frontends/qt2/QParagraph.C index c7e6a4d2d3..2565bc58f4 100644 --- a/src/frontends/qt2/QParagraph.C +++ b/src/frontends/qt2/QParagraph.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QParagraph.h b/src/frontends/qt2/QParagraph.h index 45745dc8e9..28691aaf67 100644 --- a/src/frontends/qt2/QParagraph.h +++ b/src/frontends/qt2/QParagraph.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QPARAGRAPH_H diff --git a/src/frontends/qt2/QParagraphDialog.C b/src/frontends/qt2/QParagraphDialog.C index 90998f0677..a4a9c02756 100644 --- a/src/frontends/qt2/QParagraphDialog.C +++ b/src/frontends/qt2/QParagraphDialog.C @@ -6,7 +6,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QParagraphDialog.h b/src/frontends/qt2/QParagraphDialog.h index fe6757c51f..e25611848e 100644 --- a/src/frontends/qt2/QParagraphDialog.h +++ b/src/frontends/qt2/QParagraphDialog.h @@ -7,7 +7,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QPARAGRAPHDIALOG_H diff --git a/src/frontends/qt2/QPrefs.C b/src/frontends/qt2/QPrefs.C index 8c20752708..818f7e7963 100644 --- a/src/frontends/qt2/QPrefs.C +++ b/src/frontends/qt2/QPrefs.C @@ -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 diff --git a/src/frontends/qt2/QPrefs.h b/src/frontends/qt2/QPrefs.h index cddf968361..8835acc473 100644 --- a/src/frontends/qt2/QPrefs.h +++ b/src/frontends/qt2/QPrefs.h @@ -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 QPREFS_H diff --git a/src/frontends/qt2/QPrefsDialog.C b/src/frontends/qt2/QPrefsDialog.C index 1c49d68180..0195b9bc84 100644 --- a/src/frontends/qt2/QPrefsDialog.C +++ b/src/frontends/qt2/QPrefsDialog.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QPrefsDialog.h b/src/frontends/qt2/QPrefsDialog.h index fc56e2b723..72e98c43bc 100644 --- a/src/frontends/qt2/QPrefsDialog.h +++ b/src/frontends/qt2/QPrefsDialog.h @@ -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 QPREFSDIALOG_H diff --git a/src/frontends/qt2/QPrint.C b/src/frontends/qt2/QPrint.C index 5a7925f3f4..b7e9f33382 100644 --- a/src/frontends/qt2/QPrint.C +++ b/src/frontends/qt2/QPrint.C @@ -6,7 +6,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QPrint.h b/src/frontends/qt2/QPrint.h index cb06f3a68d..941e08fac3 100644 --- a/src/frontends/qt2/QPrint.h +++ b/src/frontends/qt2/QPrint.h @@ -7,7 +7,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QPRINT_H diff --git a/src/frontends/qt2/QRef.C b/src/frontends/qt2/QRef.C index 93e3ad9344..a1debaf030 100644 --- a/src/frontends/qt2/QRef.C +++ b/src/frontends/qt2/QRef.C @@ -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 diff --git a/src/frontends/qt2/QRef.h b/src/frontends/qt2/QRef.h index ba721a9bf4..5c90cb9cdd 100644 --- a/src/frontends/qt2/QRef.h +++ b/src/frontends/qt2/QRef.h @@ -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 QREF_H diff --git a/src/frontends/qt2/QRefDialog.C b/src/frontends/qt2/QRefDialog.C index b37bf27e3e..b179e9daa9 100644 --- a/src/frontends/qt2/QRefDialog.C +++ b/src/frontends/qt2/QRefDialog.C @@ -6,7 +6,7 @@ * \author Kalle Dalheimer * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QRefDialog.h b/src/frontends/qt2/QRefDialog.h index bfc596fb23..2e0b2faae4 100644 --- a/src/frontends/qt2/QRefDialog.h +++ b/src/frontends/qt2/QRefDialog.h @@ -7,7 +7,7 @@ * \author Kalle Dalheimer * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QREFDIALOG_H diff --git a/src/frontends/qt2/QSearch.C b/src/frontends/qt2/QSearch.C index 284483ef5f..dfbb326560 100644 --- a/src/frontends/qt2/QSearch.C +++ b/src/frontends/qt2/QSearch.C @@ -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 diff --git a/src/frontends/qt2/QSearch.h b/src/frontends/qt2/QSearch.h index cc176e1e6b..05d3851cc1 100644 --- a/src/frontends/qt2/QSearch.h +++ b/src/frontends/qt2/QSearch.h @@ -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 QSEARCH_H diff --git a/src/frontends/qt2/QSearchDialog.C b/src/frontends/qt2/QSearchDialog.C index 26c9e0c04b..07cd5acbe6 100644 --- a/src/frontends/qt2/QSearchDialog.C +++ b/src/frontends/qt2/QSearchDialog.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QSearchDialog.h b/src/frontends/qt2/QSearchDialog.h index 9d7b299c90..9e497deed2 100644 --- a/src/frontends/qt2/QSearchDialog.h +++ b/src/frontends/qt2/QSearchDialog.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QSEARCHDIALOG_H diff --git a/src/frontends/qt2/QSendto.C b/src/frontends/qt2/QSendto.C index 4d05068f08..5de676ab45 100644 --- a/src/frontends/qt2/QSendto.C +++ b/src/frontends/qt2/QSendto.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QSendto.h b/src/frontends/qt2/QSendto.h index f2ee02a8cb..8584b82e47 100644 --- a/src/frontends/qt2/QSendto.h +++ b/src/frontends/qt2/QSendto.h @@ -6,7 +6,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QSENDTO_H diff --git a/src/frontends/qt2/QSendtoDialog.C b/src/frontends/qt2/QSendtoDialog.C index 892a2adf14..78318658e8 100644 --- a/src/frontends/qt2/QSendtoDialog.C +++ b/src/frontends/qt2/QSendtoDialog.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QSendtoDialog.h b/src/frontends/qt2/QSendtoDialog.h index cb0c697799..b56205513d 100644 --- a/src/frontends/qt2/QSendtoDialog.h +++ b/src/frontends/qt2/QSendtoDialog.h @@ -6,7 +6,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QSENDTODIALOG_H diff --git a/src/frontends/qt2/QShowFile.C b/src/frontends/qt2/QShowFile.C index b68386c679..7796a65ce6 100644 --- a/src/frontends/qt2/QShowFile.C +++ b/src/frontends/qt2/QShowFile.C @@ -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 diff --git a/src/frontends/qt2/QShowFile.h b/src/frontends/qt2/QShowFile.h index f7d2f65d53..1a89d677a0 100644 --- a/src/frontends/qt2/QShowFile.h +++ b/src/frontends/qt2/QShowFile.h @@ -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 QSHOWFILE_H diff --git a/src/frontends/qt2/QShowFileDialog.C b/src/frontends/qt2/QShowFileDialog.C index e3e548595e..6b223b0c49 100644 --- a/src/frontends/qt2/QShowFileDialog.C +++ b/src/frontends/qt2/QShowFileDialog.C @@ -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 diff --git a/src/frontends/qt2/QShowFileDialog.h b/src/frontends/qt2/QShowFileDialog.h index 378d0ac35e..5625db618a 100644 --- a/src/frontends/qt2/QShowFileDialog.h +++ b/src/frontends/qt2/QShowFileDialog.h @@ -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 QSHOWFILEDIALOG_H diff --git a/src/frontends/qt2/QSpellchecker.C b/src/frontends/qt2/QSpellchecker.C index 05ac31554b..ff82d5566e 100644 --- a/src/frontends/qt2/QSpellchecker.C +++ b/src/frontends/qt2/QSpellchecker.C @@ -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 diff --git a/src/frontends/qt2/QSpellchecker.h b/src/frontends/qt2/QSpellchecker.h index d088a181a8..7fef6de58e 100644 --- a/src/frontends/qt2/QSpellchecker.h +++ b/src/frontends/qt2/QSpellchecker.h @@ -7,7 +7,7 @@ * \author John Levon * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QSPELLCHECKER_H diff --git a/src/frontends/qt2/QSpellcheckerDialog.C b/src/frontends/qt2/QSpellcheckerDialog.C index 5ebb70bc84..bfd6da76dd 100644 --- a/src/frontends/qt2/QSpellcheckerDialog.C +++ b/src/frontends/qt2/QSpellcheckerDialog.C @@ -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 diff --git a/src/frontends/qt2/QSpellcheckerDialog.h b/src/frontends/qt2/QSpellcheckerDialog.h index 8b82554a80..8de2c2ac73 100644 --- a/src/frontends/qt2/QSpellcheckerDialog.h +++ b/src/frontends/qt2/QSpellcheckerDialog.h @@ -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 QSPELLCHECKERDIALOG_H diff --git a/src/frontends/qt2/QTabular.C b/src/frontends/qt2/QTabular.C index a11d96a98a..f0fc3df869 100644 --- a/src/frontends/qt2/QTabular.C +++ b/src/frontends/qt2/QTabular.C @@ -7,7 +7,7 @@ * \author Juergen Spitzmueller * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QTabular.h b/src/frontends/qt2/QTabular.h index 154731acbe..37b2f00242 100644 --- a/src/frontends/qt2/QTabular.h +++ b/src/frontends/qt2/QTabular.h @@ -9,7 +9,7 @@ * \author Juergen Spitzmueller * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTABULAR_H diff --git a/src/frontends/qt2/QTabularCreate.C b/src/frontends/qt2/QTabularCreate.C index 84d6c6dac5..794bf75685 100644 --- a/src/frontends/qt2/QTabularCreate.C +++ b/src/frontends/qt2/QTabularCreate.C @@ -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 diff --git a/src/frontends/qt2/QTabularCreate.h b/src/frontends/qt2/QTabularCreate.h index 61f66560ad..8a79afbee8 100644 --- a/src/frontends/qt2/QTabularCreate.h +++ b/src/frontends/qt2/QTabularCreate.h @@ -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 QTABULARCREATE_H diff --git a/src/frontends/qt2/QTabularCreateDialog.C b/src/frontends/qt2/QTabularCreateDialog.C index 6371b35f22..5e3ee07e76 100644 --- a/src/frontends/qt2/QTabularCreateDialog.C +++ b/src/frontends/qt2/QTabularCreateDialog.C @@ -6,7 +6,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QTabularCreateDialog.h b/src/frontends/qt2/QTabularCreateDialog.h index 009411a8ba..6dd8704542 100644 --- a/src/frontends/qt2/QTabularCreateDialog.h +++ b/src/frontends/qt2/QTabularCreateDialog.h @@ -7,7 +7,7 @@ * \author John Levon * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTABULARCREATEDIALOG_H diff --git a/src/frontends/qt2/QTabularDialog.C b/src/frontends/qt2/QTabularDialog.C index 26d5f61960..94144e25d9 100644 --- a/src/frontends/qt2/QTabularDialog.C +++ b/src/frontends/qt2/QTabularDialog.C @@ -7,7 +7,7 @@ * \author Juergen Spitzmueller * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QTabularDialog.h b/src/frontends/qt2/QTabularDialog.h index 4a6fcb37ef..a1bfa9b388 100644 --- a/src/frontends/qt2/QTabularDialog.h +++ b/src/frontends/qt2/QTabularDialog.h @@ -8,7 +8,7 @@ * \author Juergen Spitzmueller * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTABULARDIALOG_H diff --git a/src/frontends/qt2/QTexinfo.C b/src/frontends/qt2/QTexinfo.C index 07a626e750..d4542fcdd8 100644 --- a/src/frontends/qt2/QTexinfo.C +++ b/src/frontends/qt2/QTexinfo.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QTexinfo.h b/src/frontends/qt2/QTexinfo.h index 94efbb63db..7e574b80e7 100644 --- a/src/frontends/qt2/QTexinfo.h +++ b/src/frontends/qt2/QTexinfo.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTEXINFO_H diff --git a/src/frontends/qt2/QTexinfoDialog.C b/src/frontends/qt2/QTexinfoDialog.C index 0ec610b2d6..ff5fe0706f 100644 --- a/src/frontends/qt2/QTexinfoDialog.C +++ b/src/frontends/qt2/QTexinfoDialog.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QTexinfoDialog.h b/src/frontends/qt2/QTexinfoDialog.h index 778edb9060..37c689909a 100644 --- a/src/frontends/qt2/QTexinfoDialog.h +++ b/src/frontends/qt2/QTexinfoDialog.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTEXINFODIALOG_H diff --git a/src/frontends/qt2/QThesaurus.C b/src/frontends/qt2/QThesaurus.C index e440ba640b..3834fb25a4 100644 --- a/src/frontends/qt2/QThesaurus.C +++ b/src/frontends/qt2/QThesaurus.C @@ -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 diff --git a/src/frontends/qt2/QThesaurus.h b/src/frontends/qt2/QThesaurus.h index a0f9212cf8..5b38231934 100644 --- a/src/frontends/qt2/QThesaurus.h +++ b/src/frontends/qt2/QThesaurus.h @@ -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 QTHESAURUS_H diff --git a/src/frontends/qt2/QThesaurusDialog.C b/src/frontends/qt2/QThesaurusDialog.C index 8998e870a0..0baecb4048 100644 --- a/src/frontends/qt2/QThesaurusDialog.C +++ b/src/frontends/qt2/QThesaurusDialog.C @@ -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 diff --git a/src/frontends/qt2/QThesaurusDialog.h b/src/frontends/qt2/QThesaurusDialog.h index e389cd8015..15b7eca6e9 100644 --- a/src/frontends/qt2/QThesaurusDialog.h +++ b/src/frontends/qt2/QThesaurusDialog.h @@ -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 QTHESAURUSDIALOG_H diff --git a/src/frontends/qt2/QToc.C b/src/frontends/qt2/QToc.C index e146b62417..8fd825c491 100644 --- a/src/frontends/qt2/QToc.C +++ b/src/frontends/qt2/QToc.C @@ -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 diff --git a/src/frontends/qt2/QToc.h b/src/frontends/qt2/QToc.h index 29524f67f8..2c3ab20947 100644 --- a/src/frontends/qt2/QToc.h +++ b/src/frontends/qt2/QToc.h @@ -7,7 +7,7 @@ * \author John Levon * \author Kalle Dalheimer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTOC_H diff --git a/src/frontends/qt2/QTocDialog.C b/src/frontends/qt2/QTocDialog.C index f7a7fdfb99..3831cd6d7a 100644 --- a/src/frontends/qt2/QTocDialog.C +++ b/src/frontends/qt2/QTocDialog.C @@ -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 diff --git a/src/frontends/qt2/QTocDialog.h b/src/frontends/qt2/QTocDialog.h index 2c568600be..af15fcea97 100644 --- a/src/frontends/qt2/QTocDialog.h +++ b/src/frontends/qt2/QTocDialog.h @@ -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 QTOCDIALOG_H diff --git a/src/frontends/qt2/QURL.C b/src/frontends/qt2/QURL.C index 5f83af9b6a..c76e929514 100644 --- a/src/frontends/qt2/QURL.C +++ b/src/frontends/qt2/QURL.C @@ -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 diff --git a/src/frontends/qt2/QURL.h b/src/frontends/qt2/QURL.h index 5a6c289598..4e22838230 100644 --- a/src/frontends/qt2/QURL.h +++ b/src/frontends/qt2/QURL.h @@ -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 QURL_H diff --git a/src/frontends/qt2/QURLDialog.C b/src/frontends/qt2/QURLDialog.C index 17495950eb..e5a67f6bc5 100644 --- a/src/frontends/qt2/QURLDialog.C +++ b/src/frontends/qt2/QURLDialog.C @@ -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 diff --git a/src/frontends/qt2/QURLDialog.h b/src/frontends/qt2/QURLDialog.h index f3215658a4..712603ae1c 100644 --- a/src/frontends/qt2/QURLDialog.h +++ b/src/frontends/qt2/QURLDialog.h @@ -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 QURLDIALOG_H diff --git a/src/frontends/qt2/QVCLog.C b/src/frontends/qt2/QVCLog.C index 12dee158f8..ad96cfa6d9 100644 --- a/src/frontends/qt2/QVCLog.C +++ b/src/frontends/qt2/QVCLog.C @@ -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 diff --git a/src/frontends/qt2/QVCLog.h b/src/frontends/qt2/QVCLog.h index 3cb56c8d45..e28e744dd4 100644 --- a/src/frontends/qt2/QVCLog.h +++ b/src/frontends/qt2/QVCLog.h @@ -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 QVCLOG_H diff --git a/src/frontends/qt2/QVCLogDialog.C b/src/frontends/qt2/QVCLogDialog.C index 4124b91fff..cdd30447ba 100644 --- a/src/frontends/qt2/QVCLogDialog.C +++ b/src/frontends/qt2/QVCLogDialog.C @@ -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 diff --git a/src/frontends/qt2/QVCLogDialog.h b/src/frontends/qt2/QVCLogDialog.h index a2172b7f81..e5d317feea 100644 --- a/src/frontends/qt2/QVCLogDialog.h +++ b/src/frontends/qt2/QVCLogDialog.h @@ -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 QVCLOGDIALOG_H diff --git a/src/frontends/qt2/QWorkArea.C b/src/frontends/qt2/QWorkArea.C index 322d7947a3..256369ee76 100644 --- a/src/frontends/qt2/QWorkArea.C +++ b/src/frontends/qt2/QWorkArea.C @@ -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 diff --git a/src/frontends/qt2/QWorkArea.h b/src/frontends/qt2/QWorkArea.h index c13e1589fb..cb4e41f1cd 100644 --- a/src/frontends/qt2/QWorkArea.h +++ b/src/frontends/qt2/QWorkArea.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QWORKAREA_H diff --git a/src/frontends/qt2/QWrap.C b/src/frontends/qt2/QWrap.C index b8577b5a43..0ac37676fc 100644 --- a/src/frontends/qt2/QWrap.C +++ b/src/frontends/qt2/QWrap.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QWrap.h b/src/frontends/qt2/QWrap.h index 643c2d0a18..8fa68dacef 100644 --- a/src/frontends/qt2/QWrap.h +++ b/src/frontends/qt2/QWrap.h @@ -6,7 +6,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QWRAP_H diff --git a/src/frontends/qt2/QWrapDialog.C b/src/frontends/qt2/QWrapDialog.C index a24fe44753..98be96df7d 100644 --- a/src/frontends/qt2/QWrapDialog.C +++ b/src/frontends/qt2/QWrapDialog.C @@ -5,7 +5,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QWrapDialog.h b/src/frontends/qt2/QWrapDialog.h index aa4acb3e7c..0626983f6b 100644 --- a/src/frontends/qt2/QWrapDialog.h +++ b/src/frontends/qt2/QWrapDialog.h @@ -6,7 +6,7 @@ * * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QWRAPDIALOG_H diff --git a/src/frontends/qt2/Qt2BC.C b/src/frontends/qt2/Qt2BC.C index 32fd02e334..b0ddfad8d2 100644 --- a/src/frontends/qt2/Qt2BC.C +++ b/src/frontends/qt2/Qt2BC.C @@ -6,7 +6,7 @@ * \author Allan Rae * \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/frontends/qt2/Qt2BC.h b/src/frontends/qt2/Qt2BC.h index 638fdedbe2..faef2bb044 100644 --- a/src/frontends/qt2/Qt2BC.h +++ b/src/frontends/qt2/Qt2BC.h @@ -8,7 +8,7 @@ * \author Angus Leeming * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QT2BC_H diff --git a/src/frontends/qt2/Qt2Base.C b/src/frontends/qt2/Qt2Base.C index 704ac24ba6..df0748c198 100644 --- a/src/frontends/qt2/Qt2Base.C +++ b/src/frontends/qt2/Qt2Base.C @@ -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. */ #include diff --git a/src/frontends/qt2/Qt2Base.h b/src/frontends/qt2/Qt2Base.h index 6131f13504..abf1255310 100644 --- a/src/frontends/qt2/Qt2Base.h +++ b/src/frontends/qt2/Qt2Base.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QT2BASE_H diff --git a/src/frontends/qt2/QtLyXView.h b/src/frontends/qt2/QtLyXView.h index ae3d4efea9..241f8559de 100644 --- a/src/frontends/qt2/QtLyXView.h +++ b/src/frontends/qt2/QtLyXView.h @@ -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. */ /* Qt has a messy namespace which conflicts with 'emit' in diff --git a/src/frontends/qt2/QtView.C b/src/frontends/qt2/QtView.C index e9162aa5c5..c3c92e8da3 100644 --- a/src/frontends/qt2/QtView.C +++ b/src/frontends/qt2/QtView.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/QtView.h b/src/frontends/qt2/QtView.h index 9ffd75a631..9f3dcf5807 100644 --- a/src/frontends/qt2/QtView.h +++ b/src/frontends/qt2/QtView.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjornes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTVIEW_H diff --git a/src/frontends/qt2/WorkAreaFactory.C b/src/frontends/qt2/WorkAreaFactory.C index 536c0ca78a..28bb3de005 100644 --- a/src/frontends/qt2/WorkAreaFactory.C +++ b/src/frontends/qt2/WorkAreaFactory.C @@ -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 diff --git a/src/frontends/qt2/emptytable.C b/src/frontends/qt2/emptytable.C index 4461457701..ae56c7f410 100644 --- a/src/frontends/qt2/emptytable.C +++ b/src/frontends/qt2/emptytable.C @@ -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 diff --git a/src/frontends/qt2/emptytable.h b/src/frontends/qt2/emptytable.h index cd870c7460..2ccebf45ac 100644 --- a/src/frontends/qt2/emptytable.h +++ b/src/frontends/qt2/emptytable.h @@ -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 EMPTYTABLE_H diff --git a/src/frontends/qt2/floatplacement.C b/src/frontends/qt2/floatplacement.C index 8d83cc5929..2fd929cf6e 100644 --- a/src/frontends/qt2/floatplacement.C +++ b/src/frontends/qt2/floatplacement.C @@ -6,7 +6,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/floatplacement.h b/src/frontends/qt2/floatplacement.h index 8c1c053b95..5c59144ba9 100644 --- a/src/frontends/qt2/floatplacement.h +++ b/src/frontends/qt2/floatplacement.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file floatplacement.h * This file is part of LyX, the document processor. @@ -6,11 +7,9 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ -#include - #include "LString.h" #include diff --git a/src/frontends/qt2/iconpalette.C b/src/frontends/qt2/iconpalette.C index e0ba4f398c..875c9c24c5 100644 --- a/src/frontends/qt2/iconpalette.C +++ b/src/frontends/qt2/iconpalette.C @@ -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 diff --git a/src/frontends/qt2/iconpalette.h b/src/frontends/qt2/iconpalette.h index 0c686aabd8..bc2e5c3276 100644 --- a/src/frontends/qt2/iconpalette.h +++ b/src/frontends/qt2/iconpalette.h @@ -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 ICONPALETTE_H diff --git a/src/frontends/qt2/io_callback.C b/src/frontends/qt2/io_callback.C index f0977db245..2d88e658d3 100644 --- a/src/frontends/qt2/io_callback.C +++ b/src/frontends/qt2/io_callback.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/io_callback.h b/src/frontends/qt2/io_callback.h index a8d03576cb..9b6f7dd18a 100644 --- a/src/frontends/qt2/io_callback.h +++ b/src/frontends/qt2/io_callback.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef IO_CALLBACK_H diff --git a/src/frontends/qt2/lcolorcache.C b/src/frontends/qt2/lcolorcache.C index a7e4349e06..70bbc6517f 100644 --- a/src/frontends/qt2/lcolorcache.C +++ b/src/frontends/qt2/lcolorcache.C @@ -5,9 +5,11 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#include + #include "lcolorcache.h" LColorCache lcolorcache; diff --git a/src/frontends/qt2/lcolorcache.h b/src/frontends/qt2/lcolorcache.h index a4d8730267..05e045610f 100644 --- a/src/frontends/qt2/lcolorcache.h +++ b/src/frontends/qt2/lcolorcache.h @@ -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 LCOLORCACHE_H diff --git a/src/frontends/qt2/lengthcombo.C b/src/frontends/qt2/lengthcombo.C index 31b8b44cbc..ed96e65375 100644 --- a/src/frontends/qt2/lengthcombo.C +++ b/src/frontends/qt2/lengthcombo.C @@ -6,7 +6,7 @@ * \author John Levon * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/lengthcombo.h b/src/frontends/qt2/lengthcombo.h index ea5cb093ce..311229e31d 100644 --- a/src/frontends/qt2/lengthcombo.h +++ b/src/frontends/qt2/lengthcombo.h @@ -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 LENGTHCOMBO_H diff --git a/src/frontends/qt2/lyx_gui.C b/src/frontends/qt2/lyx_gui.C index 2b4acb64e3..7ca5247cba 100644 --- a/src/frontends/qt2/lyx_gui.C +++ b/src/frontends/qt2/lyx_gui.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/panelstack.C b/src/frontends/qt2/panelstack.C index 44c0f3c420..b205e94a24 100644 --- a/src/frontends/qt2/panelstack.C +++ b/src/frontends/qt2/panelstack.C @@ -5,9 +5,11 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#include + #include "panelstack.h" #include "support/LAssert.h" diff --git a/src/frontends/qt2/panelstack.h b/src/frontends/qt2/panelstack.h index d7473ddec6..10bd840766 100644 --- a/src/frontends/qt2/panelstack.h +++ b/src/frontends/qt2/panelstack.h @@ -6,12 +6,11 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef PANELSTACK_H #define PANELSTACK_H -#include #include "LString.h" #include diff --git a/src/frontends/qt2/qcoloritem.C b/src/frontends/qt2/qcoloritem.C index 28354c10ff..683d6ddb9f 100644 --- a/src/frontends/qt2/qcoloritem.C +++ b/src/frontends/qt2/qcoloritem.C @@ -5,9 +5,11 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#include + #include "qcoloritem.h" #include diff --git a/src/frontends/qt2/qcoloritem.h b/src/frontends/qt2/qcoloritem.h index a0d4dee8c8..09afa60afe 100644 --- a/src/frontends/qt2/qcoloritem.h +++ b/src/frontends/qt2/qcoloritem.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file qcoloritem.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 diff --git a/src/frontends/qt2/qfont_loader.C b/src/frontends/qt2/qfont_loader.C index 1c29269bc5..f3d98ca1ef 100644 --- a/src/frontends/qt2/qfont_loader.C +++ b/src/frontends/qt2/qfont_loader.C @@ -6,7 +6,7 @@ * \author Asger Alstrup * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/qfont_loader.h b/src/frontends/qt2/qfont_loader.h index 2fce60c5a4..87a0c030d2 100644 --- a/src/frontends/qt2/qfont_loader.h +++ b/src/frontends/qt2/qfont_loader.h @@ -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 QFONTLOADER_H diff --git a/src/frontends/qt2/qfont_metrics.C b/src/frontends/qt2/qfont_metrics.C index f60e0cd164..ecb7a52ff1 100644 --- a/src/frontends/qt2/qfont_metrics.C +++ b/src/frontends/qt2/qfont_metrics.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/qt2/qfontexample.C b/src/frontends/qt2/qfontexample.C index 6b5c7f7433..9b66542a23 100644 --- a/src/frontends/qt2/qfontexample.C +++ b/src/frontends/qt2/qfontexample.C @@ -5,9 +5,10 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#include #include "qfontexample.h" diff --git a/src/frontends/qt2/qfontexample.h b/src/frontends/qt2/qfontexample.h index 66a318ed48..55c4ce5124 100644 --- a/src/frontends/qt2/qfontexample.h +++ b/src/frontends/qt2/qfontexample.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file qfontexample.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 diff --git a/src/frontends/qt2/qgridview.C b/src/frontends/qt2/qgridview.C index af882eb68c..dc291db4e0 100644 --- a/src/frontends/qt2/qgridview.C +++ b/src/frontends/qt2/qgridview.C @@ -1,5 +1,5 @@ /**************************************************************************** -** $Id: qgridview.C,v 1.2 2003/02/25 13:35:26 leeming Exp $ +** $Id: qgridview.C,v 1.3 2003/08/23 00:16:39 leeming Exp $ ** ** Implementation of QGridView class ** @@ -36,6 +36,8 @@ **********************************************************************/ +#include + #include "qgridview.h" #ifndef QT_NO_GRIDVIEW diff --git a/src/frontends/qt2/qlkey.h b/src/frontends/qt2/qlkey.h index 4885599bc5..214042cef9 100644 --- a/src/frontends/qt2/qlkey.h +++ b/src/frontends/qt2/qlkey.h @@ -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 QLKEY_H diff --git a/src/frontends/qt2/qscreen.C b/src/frontends/qt2/qscreen.C index 71cdb0f237..a6c1536f5f 100644 --- a/src/frontends/qt2/qscreen.C +++ b/src/frontends/qt2/qscreen.C @@ -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 diff --git a/src/frontends/qt2/qscreen.h b/src/frontends/qt2/qscreen.h index e997633b5d..d0cd247ce8 100644 --- a/src/frontends/qt2/qscreen.h +++ b/src/frontends/qt2/qscreen.h @@ -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 QSCREEN_H diff --git a/src/frontends/qt2/qsetborder.C b/src/frontends/qt2/qsetborder.C index 60b38a3156..7543521c57 100644 --- a/src/frontends/qt2/qsetborder.C +++ b/src/frontends/qt2/qsetborder.C @@ -6,9 +6,11 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#include + #include #include #include diff --git a/src/frontends/qt2/qsetborder.h b/src/frontends/qt2/qsetborder.h index 89a01dc773..e50d3f37a4 100644 --- a/src/frontends/qt2/qsetborder.h +++ b/src/frontends/qt2/qsetborder.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QSETBORDER_H #define QSETBORDER_H diff --git a/src/frontends/qt2/qtTimeout.C b/src/frontends/qt2/qtTimeout.C index 36bfb4b915..001ed385bc 100644 --- a/src/frontends/qt2/qtTimeout.C +++ b/src/frontends/qt2/qtTimeout.C @@ -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 diff --git a/src/frontends/qt2/qtTimeout.h b/src/frontends/qt2/qtTimeout.h index a94e9d1742..3539be6fcf 100644 --- a/src/frontends/qt2/qtTimeout.h +++ b/src/frontends/qt2/qtTimeout.h @@ -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 QTTIMEOUT_H diff --git a/src/frontends/qt2/qt_helpers.C b/src/frontends/qt2/qt_helpers.C index b9831e380a..b8ccf68a66 100644 --- a/src/frontends/qt2/qt_helpers.C +++ b/src/frontends/qt2/qt_helpers.C @@ -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 diff --git a/src/frontends/qt2/qt_helpers.h b/src/frontends/qt2/qt_helpers.h index a9eb174b08..769e2004b6 100644 --- a/src/frontends/qt2/qt_helpers.h +++ b/src/frontends/qt2/qt_helpers.h @@ -6,7 +6,7 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef QTHELPERS_H diff --git a/src/frontends/screen.C b/src/frontends/screen.C index 2b7321198e..2065c9ab85 100644 --- a/src/frontends/screen.C +++ b/src/frontends/screen.C @@ -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. * * Splash screen code added by Angus Leeming */ diff --git a/src/frontends/screen.h b/src/frontends/screen.h index 74661739cb..3ef3e5b0d9 100644 --- a/src/frontends/screen.h +++ b/src/frontends/screen.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef SCREEN_H diff --git a/src/frontends/xforms/Alert_pimpl.C b/src/frontends/xforms/Alert_pimpl.C index befcd9b99d..2e87fcd193 100644 --- a/src/frontends/xforms/Alert_pimpl.C +++ b/src/frontends/xforms/Alert_pimpl.C @@ -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 diff --git a/src/frontends/xforms/Color.C b/src/frontends/xforms/Color.C index 3b44fcc308..51913f0a9c 100644 --- a/src/frontends/xforms/Color.C +++ b/src/frontends/xforms/Color.C @@ -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. */ #include diff --git a/src/frontends/xforms/Color.h b/src/frontends/xforms/Color.h index d92dfe0ac3..f820f853ea 100644 --- a/src/frontends/xforms/Color.h +++ b/src/frontends/xforms/Color.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /* structs RGBColor and HSVColor to enable simple conversion between diff --git a/src/frontends/xforms/ColorHandler.C b/src/frontends/xforms/ColorHandler.C index 4c1865b2d1..343922c585 100644 --- a/src/frontends/xforms/ColorHandler.C +++ b/src/frontends/xforms/ColorHandler.C @@ -5,7 +5,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/ColorHandler.h b/src/frontends/xforms/ColorHandler.h index 7f6ccf2e53..1d342a0890 100644 --- a/src/frontends/xforms/ColorHandler.h +++ b/src/frontends/xforms/ColorHandler.h @@ -6,7 +6,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef COLOR_HANDLER_H diff --git a/src/frontends/xforms/Dialogs.C b/src/frontends/xforms/Dialogs.C index 4193ab234b..03702cb7e7 100644 --- a/src/frontends/xforms/Dialogs.C +++ b/src/frontends/xforms/Dialogs.C @@ -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. */ #include diff --git a/src/frontends/xforms/Dialogs2.C b/src/frontends/xforms/Dialogs2.C index b36b22c136..efc2630a57 100644 --- a/src/frontends/xforms/Dialogs2.C +++ b/src/frontends/xforms/Dialogs2.C @@ -6,7 +6,7 @@ * \author Allan Rae * \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/frontends/xforms/FileDialog.C b/src/frontends/xforms/FileDialog.C index 0f43d3ee7f..95dd4e9608 100644 --- a/src/frontends/xforms/FileDialog.C +++ b/src/frontends/xforms/FileDialog.C @@ -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 diff --git a/src/frontends/xforms/FontInfo.C b/src/frontends/xforms/FontInfo.C index 17f1475a46..77425fb6a3 100644 --- a/src/frontends/xforms/FontInfo.C +++ b/src/frontends/xforms/FontInfo.C @@ -6,7 +6,7 @@ * \author Asger Alstrup * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FontInfo.h b/src/frontends/xforms/FontInfo.h index c707738444..aaffd121f7 100644 --- a/src/frontends/xforms/FontInfo.h +++ b/src/frontends/xforms/FontInfo.h @@ -7,7 +7,7 @@ * \author Asger Alstrup * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FONTINFO_H diff --git a/src/frontends/xforms/FormAboutlyx.C b/src/frontends/xforms/FormAboutlyx.C index 435ac2f85c..906a66c170 100644 --- a/src/frontends/xforms/FormAboutlyx.C +++ b/src/frontends/xforms/FormAboutlyx.C @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormAboutlyx.h b/src/frontends/xforms/FormAboutlyx.h index 4eb32c6277..61ac5ff214 100644 --- a/src/frontends/xforms/FormAboutlyx.h +++ b/src/frontends/xforms/FormAboutlyx.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMABOUTLYX_H diff --git a/src/frontends/xforms/FormBase.C b/src/frontends/xforms/FormBase.C index afb14a2770..04be532f6a 100644 --- a/src/frontends/xforms/FormBase.C +++ b/src/frontends/xforms/FormBase.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormBase.h b/src/frontends/xforms/FormBase.h index 6e4de184a0..248cd114a2 100644 --- a/src/frontends/xforms/FormBase.h +++ b/src/frontends/xforms/FormBase.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /* A base class for the MCV-ed xforms dialogs. diff --git a/src/frontends/xforms/FormBibitem.C b/src/frontends/xforms/FormBibitem.C index d4366205a8..aecefb20d1 100644 --- a/src/frontends/xforms/FormBibitem.C +++ b/src/frontends/xforms/FormBibitem.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/xforms/FormBibitem.h b/src/frontends/xforms/FormBibitem.h index e83de9aa44..bfcb7f8705 100644 --- a/src/frontends/xforms/FormBibitem.h +++ b/src/frontends/xforms/FormBibitem.h @@ -7,7 +7,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMBIBITEM_H diff --git a/src/frontends/xforms/FormBibtex.C b/src/frontends/xforms/FormBibtex.C index 91fc14de2f..ed236a1ad9 100644 --- a/src/frontends/xforms/FormBibtex.C +++ b/src/frontends/xforms/FormBibtex.C @@ -8,7 +8,7 @@ * \author Herbert Voss * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/xforms/FormBibtex.h b/src/frontends/xforms/FormBibtex.h index 11435b850f..ed050bf1d1 100644 --- a/src/frontends/xforms/FormBibtex.h +++ b/src/frontends/xforms/FormBibtex.h @@ -7,7 +7,7 @@ * \author Angus Leeming * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMBIBTEX_H diff --git a/src/frontends/xforms/FormBranch.C b/src/frontends/xforms/FormBranch.C index 3ef6f982a6..9257fd43ee 100644 --- a/src/frontends/xforms/FormBranch.C +++ b/src/frontends/xforms/FormBranch.C @@ -5,7 +5,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/xforms/FormBranch.h b/src/frontends/xforms/FormBranch.h index c1aea79f06..7e3f5a350e 100644 --- a/src/frontends/xforms/FormBranch.h +++ b/src/frontends/xforms/FormBranch.h @@ -6,7 +6,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMBRANCH_H diff --git a/src/frontends/xforms/FormBrowser.C b/src/frontends/xforms/FormBrowser.C index ee9d1e09ef..7dd422bb1e 100644 --- a/src/frontends/xforms/FormBrowser.C +++ b/src/frontends/xforms/FormBrowser.C @@ -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 diff --git a/src/frontends/xforms/FormBrowser.h b/src/frontends/xforms/FormBrowser.h index 7b480e4513..897ac1fa2f 100644 --- a/src/frontends/xforms/FormBrowser.h +++ b/src/frontends/xforms/FormBrowser.h @@ -7,7 +7,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMBROWSER_H diff --git a/src/frontends/xforms/FormChanges.C b/src/frontends/xforms/FormChanges.C index 871c0b4bf7..b5405dbd98 100644 --- a/src/frontends/xforms/FormChanges.C +++ b/src/frontends/xforms/FormChanges.C @@ -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 diff --git a/src/frontends/xforms/FormChanges.h b/src/frontends/xforms/FormChanges.h index ca1752cc7d..8f55bf440d 100644 --- a/src/frontends/xforms/FormChanges.h +++ b/src/frontends/xforms/FormChanges.h @@ -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 FORMCHANGES_H diff --git a/src/frontends/xforms/FormCharacter.C b/src/frontends/xforms/FormCharacter.C index a1c30d470e..33191778c2 100644 --- a/src/frontends/xforms/FormCharacter.C +++ b/src/frontends/xforms/FormCharacter.C @@ -6,7 +6,7 @@ * \author Edwin Leuven * \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/frontends/xforms/FormCharacter.h b/src/frontends/xforms/FormCharacter.h index c70c0b7c1b..4160cd1980 100644 --- a/src/frontends/xforms/FormCharacter.h +++ b/src/frontends/xforms/FormCharacter.h @@ -7,7 +7,7 @@ * \author Edwin Leuven * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_CHARACTER_H diff --git a/src/frontends/xforms/FormCitation.C b/src/frontends/xforms/FormCitation.C index a30dd7b30e..290920ec42 100644 --- a/src/frontends/xforms/FormCitation.C +++ b/src/frontends/xforms/FormCitation.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormCitation.h b/src/frontends/xforms/FormCitation.h index 729d25a8ba..29ab3701af 100644 --- a/src/frontends/xforms/FormCitation.h +++ b/src/frontends/xforms/FormCitation.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMCITATION_H diff --git a/src/frontends/xforms/FormColorpicker.C b/src/frontends/xforms/FormColorpicker.C index 77d808ea81..12a755cda0 100644 --- a/src/frontends/xforms/FormColorpicker.C +++ b/src/frontends/xforms/FormColorpicker.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormColorpicker.h b/src/frontends/xforms/FormColorpicker.h index c1eb3b89d3..6c2b37643b 100644 --- a/src/frontends/xforms/FormColorpicker.h +++ b/src/frontends/xforms/FormColorpicker.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMCOLORPICKER_H diff --git a/src/frontends/xforms/FormDialogView.C b/src/frontends/xforms/FormDialogView.C index 6092834a08..43eaae937a 100644 --- a/src/frontends/xforms/FormDialogView.C +++ b/src/frontends/xforms/FormDialogView.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormDialogView.h b/src/frontends/xforms/FormDialogView.h index 454c7ccb0e..8cd0b8b4f3 100644 --- a/src/frontends/xforms/FormDialogView.h +++ b/src/frontends/xforms/FormDialogView.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /* A base class for the MCV-ed xforms dialogs. diff --git a/src/frontends/xforms/FormDocument.C b/src/frontends/xforms/FormDocument.C index 82b6b426a5..c78e77c713 100644 --- a/src/frontends/xforms/FormDocument.C +++ b/src/frontends/xforms/FormDocument.C @@ -8,7 +8,7 @@ * \author Martin Vermeer * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormDocument.h b/src/frontends/xforms/FormDocument.h index 370b6cb328..54a010c1bc 100644 --- a/src/frontends/xforms/FormDocument.h +++ b/src/frontends/xforms/FormDocument.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_DOCUMENT_H diff --git a/src/frontends/xforms/FormERT.C b/src/frontends/xforms/FormERT.C index 9932b73d15..54a00cf306 100644 --- a/src/frontends/xforms/FormERT.C +++ b/src/frontends/xforms/FormERT.C @@ -5,7 +5,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormERT.h b/src/frontends/xforms/FormERT.h index f5890a2876..8e286b3918 100644 --- a/src/frontends/xforms/FormERT.h +++ b/src/frontends/xforms/FormERT.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMERT_H diff --git a/src/frontends/xforms/FormErrorList.C b/src/frontends/xforms/FormErrorList.C index 0e9b72e053..42d545db0e 100644 --- a/src/frontends/xforms/FormErrorList.C +++ b/src/frontends/xforms/FormErrorList.C @@ -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 diff --git a/src/frontends/xforms/FormErrorList.h b/src/frontends/xforms/FormErrorList.h index fe1c060235..a56cee94e3 100644 --- a/src/frontends/xforms/FormErrorList.h +++ b/src/frontends/xforms/FormErrorList.h @@ -6,7 +6,7 @@ * * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMERRORLIST_H diff --git a/src/frontends/xforms/FormExternal.C b/src/frontends/xforms/FormExternal.C index c59471daa9..4babf83879 100644 --- a/src/frontends/xforms/FormExternal.C +++ b/src/frontends/xforms/FormExternal.C @@ -7,7 +7,7 @@ * \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 diff --git a/src/frontends/xforms/FormExternal.h b/src/frontends/xforms/FormExternal.h index a6fce676eb..9b4c5ab3aa 100644 --- a/src/frontends/xforms/FormExternal.h +++ b/src/frontends/xforms/FormExternal.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMEXTERNAL_H diff --git a/src/frontends/xforms/FormFiledialog.C b/src/frontends/xforms/FormFiledialog.C index 1ed9e2adab..7321b5673e 100644 --- a/src/frontends/xforms/FormFiledialog.C +++ b/src/frontends/xforms/FormFiledialog.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormFiledialog.h b/src/frontends/xforms/FormFiledialog.h index c670f3d05b..5e5054bd83 100644 --- a/src/frontends/xforms/FormFiledialog.h +++ b/src/frontends/xforms/FormFiledialog.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMFILEDIALOG_H diff --git a/src/frontends/xforms/FormFloat.C b/src/frontends/xforms/FormFloat.C index df7c56cbd5..41847ee3e3 100644 --- a/src/frontends/xforms/FormFloat.C +++ b/src/frontends/xforms/FormFloat.C @@ -7,7 +7,7 @@ * \author Jürgen Spitzmüller * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormFloat.h b/src/frontends/xforms/FormFloat.h index 1ec85d237a..faf5bb3486 100644 --- a/src/frontends/xforms/FormFloat.h +++ b/src/frontends/xforms/FormFloat.h @@ -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 FORMFLOAT_H diff --git a/src/frontends/xforms/FormForks.C b/src/frontends/xforms/FormForks.C index 1c1a9a7e4d..9f20422ff0 100644 --- a/src/frontends/xforms/FormForks.C +++ b/src/frontends/xforms/FormForks.C @@ -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. * \date 2001-10-22 */ diff --git a/src/frontends/xforms/FormForks.h b/src/frontends/xforms/FormForks.h index de144847e9..41133cfbcf 100644 --- a/src/frontends/xforms/FormForks.h +++ b/src/frontends/xforms/FormForks.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMFORKS_H diff --git a/src/frontends/xforms/FormGraphics.C b/src/frontends/xforms/FormGraphics.C index de005b8904..4f28ae5666 100644 --- a/src/frontends/xforms/FormGraphics.C +++ b/src/frontends/xforms/FormGraphics.C @@ -7,7 +7,7 @@ * \author Herbert Voss * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormGraphics.h b/src/frontends/xforms/FormGraphics.h index 06a3f7201f..762f52320c 100644 --- a/src/frontends/xforms/FormGraphics.h +++ b/src/frontends/xforms/FormGraphics.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMGRAPHICS_H diff --git a/src/frontends/xforms/FormInclude.C b/src/frontends/xforms/FormInclude.C index 1ccfde20ce..f430ac8adf 100644 --- a/src/frontends/xforms/FormInclude.C +++ b/src/frontends/xforms/FormInclude.C @@ -7,7 +7,7 @@ * \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 diff --git a/src/frontends/xforms/FormInclude.h b/src/frontends/xforms/FormInclude.h index cfa8504035..2383baf12c 100644 --- a/src/frontends/xforms/FormInclude.h +++ b/src/frontends/xforms/FormInclude.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMINCLUDE_H #define FORMINCLUDE_H diff --git a/src/frontends/xforms/FormLog.C b/src/frontends/xforms/FormLog.C index b16c14307b..92c39c64f8 100644 --- a/src/frontends/xforms/FormLog.C +++ b/src/frontends/xforms/FormLog.C @@ -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 diff --git a/src/frontends/xforms/FormLog.h b/src/frontends/xforms/FormLog.h index 1a270d30d3..c81ce68c87 100644 --- a/src/frontends/xforms/FormLog.h +++ b/src/frontends/xforms/FormLog.h @@ -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 FORMLOG_H diff --git a/src/frontends/xforms/FormMathsBitmap.C b/src/frontends/xforms/FormMathsBitmap.C index 3ecc8792b2..b97fc84255 100644 --- a/src/frontends/xforms/FormMathsBitmap.C +++ b/src/frontends/xforms/FormMathsBitmap.C @@ -7,7 +7,7 @@ * \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 diff --git a/src/frontends/xforms/FormMathsBitmap.h b/src/frontends/xforms/FormMathsBitmap.h index 5e90ed0b5f..8272ba0f26 100644 --- a/src/frontends/xforms/FormMathsBitmap.h +++ b/src/frontends/xforms/FormMathsBitmap.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSBITMAP_H diff --git a/src/frontends/xforms/FormMathsDelim.C b/src/frontends/xforms/FormMathsDelim.C index 62c774b163..f1e3004bdd 100644 --- a/src/frontends/xforms/FormMathsDelim.C +++ b/src/frontends/xforms/FormMathsDelim.C @@ -8,7 +8,7 @@ * \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 diff --git a/src/frontends/xforms/FormMathsDelim.h b/src/frontends/xforms/FormMathsDelim.h index 9d77068f7a..4ab44f16a0 100644 --- a/src/frontends/xforms/FormMathsDelim.h +++ b/src/frontends/xforms/FormMathsDelim.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSDELIM_H diff --git a/src/frontends/xforms/FormMathsMatrix.C b/src/frontends/xforms/FormMathsMatrix.C index 3a0b117c54..694822381f 100644 --- a/src/frontends/xforms/FormMathsMatrix.C +++ b/src/frontends/xforms/FormMathsMatrix.C @@ -8,7 +8,7 @@ * \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 diff --git a/src/frontends/xforms/FormMathsMatrix.h b/src/frontends/xforms/FormMathsMatrix.h index 58077bdb71..7dfd416e93 100644 --- a/src/frontends/xforms/FormMathsMatrix.h +++ b/src/frontends/xforms/FormMathsMatrix.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSMATRIX_H diff --git a/src/frontends/xforms/FormMathsPanel.C b/src/frontends/xforms/FormMathsPanel.C index 801a05e211..668c31dd0c 100644 --- a/src/frontends/xforms/FormMathsPanel.C +++ b/src/frontends/xforms/FormMathsPanel.C @@ -8,7 +8,7 @@ * \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 diff --git a/src/frontends/xforms/FormMathsPanel.h b/src/frontends/xforms/FormMathsPanel.h index e07724817f..bf9d1eb8ad 100644 --- a/src/frontends/xforms/FormMathsPanel.h +++ b/src/frontends/xforms/FormMathsPanel.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSPANEL_H diff --git a/src/frontends/xforms/FormMathsSpace.C b/src/frontends/xforms/FormMathsSpace.C index dfe1e75cf1..22043f7fdc 100644 --- a/src/frontends/xforms/FormMathsSpace.C +++ b/src/frontends/xforms/FormMathsSpace.C @@ -8,7 +8,7 @@ * \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 diff --git a/src/frontends/xforms/FormMathsSpace.h b/src/frontends/xforms/FormMathsSpace.h index d4db83f0a6..f68c1c6638 100644 --- a/src/frontends/xforms/FormMathsSpace.h +++ b/src/frontends/xforms/FormMathsSpace.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSSPACE_H diff --git a/src/frontends/xforms/FormMathsStyle.C b/src/frontends/xforms/FormMathsStyle.C index 5cd1925ffa..f00d82ad3e 100644 --- a/src/frontends/xforms/FormMathsStyle.C +++ b/src/frontends/xforms/FormMathsStyle.C @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * Adapted from FormMathsSpace martin.vermeer@hut.fi */ diff --git a/src/frontends/xforms/FormMathsStyle.h b/src/frontends/xforms/FormMathsStyle.h index afdb97bb31..83ec9ae972 100644 --- a/src/frontends/xforms/FormMathsStyle.h +++ b/src/frontends/xforms/FormMathsStyle.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSSTYLE_H diff --git a/src/frontends/xforms/FormMinipage.C b/src/frontends/xforms/FormMinipage.C index 780a52bee3..e531ae29b8 100644 --- a/src/frontends/xforms/FormMinipage.C +++ b/src/frontends/xforms/FormMinipage.C @@ -5,7 +5,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormMinipage.h b/src/frontends/xforms/FormMinipage.h index cef758199c..c89ec719fa 100644 --- a/src/frontends/xforms/FormMinipage.h +++ b/src/frontends/xforms/FormMinipage.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMMINIPAGE_H diff --git a/src/frontends/xforms/FormNote.C b/src/frontends/xforms/FormNote.C index c56cc7d529..fcaafdf97b 100644 --- a/src/frontends/xforms/FormNote.C +++ b/src/frontends/xforms/FormNote.C @@ -5,7 +5,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/xforms/FormNote.h b/src/frontends/xforms/FormNote.h index c65fbf648b..6d282b5762 100644 --- a/src/frontends/xforms/FormNote.h +++ b/src/frontends/xforms/FormNote.h @@ -6,7 +6,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMNOTE_H diff --git a/src/frontends/xforms/FormParagraph.C b/src/frontends/xforms/FormParagraph.C index c2a99adbc4..4114013b2e 100644 --- a/src/frontends/xforms/FormParagraph.C +++ b/src/frontends/xforms/FormParagraph.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormParagraph.h b/src/frontends/xforms/FormParagraph.h index 8f1aa1a3cf..8d0f808701 100644 --- a/src/frontends/xforms/FormParagraph.h +++ b/src/frontends/xforms/FormParagraph.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_PARAGRAPH_H diff --git a/src/frontends/xforms/FormPreamble.C b/src/frontends/xforms/FormPreamble.C index eca3324b76..7c80fffd88 100644 --- a/src/frontends/xforms/FormPreamble.C +++ b/src/frontends/xforms/FormPreamble.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormPreamble.h b/src/frontends/xforms/FormPreamble.h index 3f36ca49f2..1fe89805fb 100644 --- a/src/frontends/xforms/FormPreamble.h +++ b/src/frontends/xforms/FormPreamble.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMPREAMBLE_H diff --git a/src/frontends/xforms/FormPreferences.C b/src/frontends/xforms/FormPreferences.C index 016498431a..93b5a78149 100644 --- a/src/frontends/xforms/FormPreferences.C +++ b/src/frontends/xforms/FormPreferences.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormPreferences.h b/src/frontends/xforms/FormPreferences.h index 6a44c26b4e..7fbaf3343b 100644 --- a/src/frontends/xforms/FormPreferences.h +++ b/src/frontends/xforms/FormPreferences.h @@ -7,7 +7,7 @@ * \author Allan Rae * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMPREFERENCES_H diff --git a/src/frontends/xforms/FormPrint.C b/src/frontends/xforms/FormPrint.C index 06da0e40d0..b6fec99328 100644 --- a/src/frontends/xforms/FormPrint.C +++ b/src/frontends/xforms/FormPrint.C @@ -6,7 +6,7 @@ * \author Allan Rae * \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/frontends/xforms/FormPrint.h b/src/frontends/xforms/FormPrint.h index 7346ba1fde..0228ad3863 100644 --- a/src/frontends/xforms/FormPrint.h +++ b/src/frontends/xforms/FormPrint.h @@ -7,7 +7,7 @@ * \author Allan Rae * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMPRINT_H diff --git a/src/frontends/xforms/FormRef.C b/src/frontends/xforms/FormRef.C index 85a3b1f192..b087175bcb 100644 --- a/src/frontends/xforms/FormRef.C +++ b/src/frontends/xforms/FormRef.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormRef.h b/src/frontends/xforms/FormRef.h index 622fae32b0..927ea982b9 100644 --- a/src/frontends/xforms/FormRef.h +++ b/src/frontends/xforms/FormRef.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMREF_H diff --git a/src/frontends/xforms/FormSearch.C b/src/frontends/xforms/FormSearch.C index 5b517da38c..1f5c7f0d9d 100644 --- a/src/frontends/xforms/FormSearch.C +++ b/src/frontends/xforms/FormSearch.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormSearch.h b/src/frontends/xforms/FormSearch.h index bf747dfcd1..47329d97f9 100644 --- a/src/frontends/xforms/FormSearch.h +++ b/src/frontends/xforms/FormSearch.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMSEARCH_H diff --git a/src/frontends/xforms/FormSendto.C b/src/frontends/xforms/FormSendto.C index c4ef555ef8..ed51f74b92 100644 --- a/src/frontends/xforms/FormSendto.C +++ b/src/frontends/xforms/FormSendto.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormSendto.h b/src/frontends/xforms/FormSendto.h index 1a47403638..c750a841ee 100644 --- a/src/frontends/xforms/FormSendto.h +++ b/src/frontends/xforms/FormSendto.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMSENDTO_H diff --git a/src/frontends/xforms/FormShowFile.C b/src/frontends/xforms/FormShowFile.C index c1b8bb5ad0..9a7c38a851 100644 --- a/src/frontends/xforms/FormShowFile.C +++ b/src/frontends/xforms/FormShowFile.C @@ -5,7 +5,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormShowFile.h b/src/frontends/xforms/FormShowFile.h index 82e7d4c33f..33aff6562e 100644 --- a/src/frontends/xforms/FormShowFile.h +++ b/src/frontends/xforms/FormShowFile.h @@ -6,7 +6,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMSHOWFILE_H diff --git a/src/frontends/xforms/FormSpellchecker.C b/src/frontends/xforms/FormSpellchecker.C index e0522765ab..5273d8d6f4 100644 --- a/src/frontends/xforms/FormSpellchecker.C +++ b/src/frontends/xforms/FormSpellchecker.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormSpellchecker.h b/src/frontends/xforms/FormSpellchecker.h index 88a56d5b9b..f5fc7058fe 100644 --- a/src/frontends/xforms/FormSpellchecker.h +++ b/src/frontends/xforms/FormSpellchecker.h @@ -6,7 +6,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMSPELLCHECKER_H diff --git a/src/frontends/xforms/FormTabular.C b/src/frontends/xforms/FormTabular.C index 892ba96624..0156f34b5d 100644 --- a/src/frontends/xforms/FormTabular.C +++ b/src/frontends/xforms/FormTabular.C @@ -5,7 +5,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormTabular.h b/src/frontends/xforms/FormTabular.h index 0d740c2e55..9375c85dd3 100644 --- a/src/frontends/xforms/FormTabular.h +++ b/src/frontends/xforms/FormTabular.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMTABULAR_H diff --git a/src/frontends/xforms/FormTabularCreate.C b/src/frontends/xforms/FormTabularCreate.C index 7e57864fe0..c0d9a30868 100644 --- a/src/frontends/xforms/FormTabularCreate.C +++ b/src/frontends/xforms/FormTabularCreate.C @@ -5,7 +5,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormTabularCreate.h b/src/frontends/xforms/FormTabularCreate.h index 873a9f3e29..4cb7343735 100644 --- a/src/frontends/xforms/FormTabularCreate.h +++ b/src/frontends/xforms/FormTabularCreate.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMTABULARCREATE_H diff --git a/src/frontends/xforms/FormTexinfo.C b/src/frontends/xforms/FormTexinfo.C index 32fbde7c5f..387af22073 100644 --- a/src/frontends/xforms/FormTexinfo.C +++ b/src/frontends/xforms/FormTexinfo.C @@ -5,7 +5,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormTexinfo.h b/src/frontends/xforms/FormTexinfo.h index f3a460ee91..05b625f892 100644 --- a/src/frontends/xforms/FormTexinfo.h +++ b/src/frontends/xforms/FormTexinfo.h @@ -6,7 +6,7 @@ * * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMTEXINFO_H diff --git a/src/frontends/xforms/FormText.C b/src/frontends/xforms/FormText.C index 93e822aa72..67f406f9a7 100644 --- a/src/frontends/xforms/FormText.C +++ b/src/frontends/xforms/FormText.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormText.h b/src/frontends/xforms/FormText.h index 13ce31f33d..9f1408b12f 100644 --- a/src/frontends/xforms/FormText.h +++ b/src/frontends/xforms/FormText.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMTEXT_H diff --git a/src/frontends/xforms/FormThesaurus.C b/src/frontends/xforms/FormThesaurus.C index 1a380b8127..7d2a043f1f 100644 --- a/src/frontends/xforms/FormThesaurus.C +++ b/src/frontends/xforms/FormThesaurus.C @@ -5,7 +5,7 @@ * * \author Edwin Leuven * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/FormThesaurus.h b/src/frontends/xforms/FormThesaurus.h index 42c1dffa8e..d4e0ecfdc2 100644 --- a/src/frontends/xforms/FormThesaurus.h +++ b/src/frontends/xforms/FormThesaurus.h @@ -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 FORMTHESAURUS_H diff --git a/src/frontends/xforms/FormToc.C b/src/frontends/xforms/FormToc.C index e38869cd1d..dd7c268fa5 100644 --- a/src/frontends/xforms/FormToc.C +++ b/src/frontends/xforms/FormToc.C @@ -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. */ #include diff --git a/src/frontends/xforms/FormToc.h b/src/frontends/xforms/FormToc.h index 1db5a7809e..7e55c9e2ab 100644 --- a/src/frontends/xforms/FormToc.h +++ b/src/frontends/xforms/FormToc.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMTOC_H diff --git a/src/frontends/xforms/FormUrl.C b/src/frontends/xforms/FormUrl.C index 4d325095da..82ca50c438 100644 --- a/src/frontends/xforms/FormUrl.C +++ b/src/frontends/xforms/FormUrl.C @@ -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. */ diff --git a/src/frontends/xforms/FormUrl.h b/src/frontends/xforms/FormUrl.h index 56d85aa2e5..f5b278527f 100644 --- a/src/frontends/xforms/FormUrl.h +++ b/src/frontends/xforms/FormUrl.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMURL_H diff --git a/src/frontends/xforms/FormVCLog.C b/src/frontends/xforms/FormVCLog.C index d3b7776659..fd74688463 100644 --- a/src/frontends/xforms/FormVCLog.C +++ b/src/frontends/xforms/FormVCLog.C @@ -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 diff --git a/src/frontends/xforms/FormVCLog.h b/src/frontends/xforms/FormVCLog.h index 410fcb9e96..58aed48889 100644 --- a/src/frontends/xforms/FormVCLog.h +++ b/src/frontends/xforms/FormVCLog.h @@ -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 FORMVCLOG_H diff --git a/src/frontends/xforms/FormWrap.C b/src/frontends/xforms/FormWrap.C index 07e0eff8e3..7c21859de7 100644 --- a/src/frontends/xforms/FormWrap.C +++ b/src/frontends/xforms/FormWrap.C @@ -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 diff --git a/src/frontends/xforms/FormWrap.h b/src/frontends/xforms/FormWrap.h index 86705f724b..45994f318b 100644 --- a/src/frontends/xforms/FormWrap.h +++ b/src/frontends/xforms/FormWrap.h @@ -6,7 +6,7 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMWRAP_H diff --git a/src/frontends/xforms/LyXKeySymFactory.C b/src/frontends/xforms/LyXKeySymFactory.C index 6c14234907..f16becfb78 100644 --- a/src/frontends/xforms/LyXKeySymFactory.C +++ b/src/frontends/xforms/LyXKeySymFactory.C @@ -5,7 +5,7 @@ * * \author Asger & Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/LyXScreenFactory.C b/src/frontends/xforms/LyXScreenFactory.C index 77603098ee..4aeca687f3 100644 --- a/src/frontends/xforms/LyXScreenFactory.C +++ b/src/frontends/xforms/LyXScreenFactory.C @@ -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 diff --git a/src/frontends/xforms/RadioButtonGroup.C b/src/frontends/xforms/RadioButtonGroup.C index 145d641cb4..c22917fc4d 100644 --- a/src/frontends/xforms/RadioButtonGroup.C +++ b/src/frontends/xforms/RadioButtonGroup.C @@ -6,7 +6,7 @@ * \author Baruch Even * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/RadioButtonGroup.h b/src/frontends/xforms/RadioButtonGroup.h index f471dd717a..b05cc063e8 100644 --- a/src/frontends/xforms/RadioButtonGroup.h +++ b/src/frontends/xforms/RadioButtonGroup.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Rob Lahaye * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/xforms/Tooltips.C b/src/frontends/xforms/Tooltips.C index f921864d0b..693063ea5a 100644 --- a/src/frontends/xforms/Tooltips.C +++ b/src/frontends/xforms/Tooltips.C @@ -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. */ /* Tooltips for xforms. xforms 0.89 supports them directly, but 0.88 needs diff --git a/src/frontends/xforms/Tooltips.h b/src/frontends/xforms/Tooltips.h index b32ba92321..49502f8e2f 100644 --- a/src/frontends/xforms/Tooltips.h +++ b/src/frontends/xforms/Tooltips.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /* Tooltips for xforms. xforms 0.89 supports them directly, but 0.88 needs diff --git a/src/frontends/xforms/WorkAreaFactory.C b/src/frontends/xforms/WorkAreaFactory.C index 061226b01a..5d7cb3e1dc 100644 --- a/src/frontends/xforms/WorkAreaFactory.C +++ b/src/frontends/xforms/WorkAreaFactory.C @@ -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 diff --git a/src/frontends/xforms/XFormsMenubar.C b/src/frontends/xforms/XFormsMenubar.C index c5e2c0ffb8..9aa5654da8 100644 --- a/src/frontends/xforms/XFormsMenubar.C +++ b/src/frontends/xforms/XFormsMenubar.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/XFormsMenubar.h b/src/frontends/xforms/XFormsMenubar.h index 552738b040..848e384c55 100644 --- a/src/frontends/xforms/XFormsMenubar.h +++ b/src/frontends/xforms/XFormsMenubar.h @@ -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 XFORMSMENUBAR_H diff --git a/src/frontends/xforms/XFormsToolbar.C b/src/frontends/xforms/XFormsToolbar.C index a99ae6ec8c..88a448d354 100644 --- a/src/frontends/xforms/XFormsToolbar.C +++ b/src/frontends/xforms/XFormsToolbar.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ // Added pseudo-action handling, asierra 180296 diff --git a/src/frontends/xforms/XFormsToolbar.h b/src/frontends/xforms/XFormsToolbar.h index e8a3f621e9..3b62f7a778 100644 --- a/src/frontends/xforms/XFormsToolbar.h +++ b/src/frontends/xforms/XFormsToolbar.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFORMSTOOLBAR_H diff --git a/src/frontends/xforms/XFormsView.C b/src/frontends/xforms/XFormsView.C index 5608ab0ffe..4ce0bae8c6 100644 --- a/src/frontends/xforms/XFormsView.C +++ b/src/frontends/xforms/XFormsView.C @@ -5,7 +5,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/XFormsView.h b/src/frontends/xforms/XFormsView.h index 70ba5ada9c..19aa954542 100644 --- a/src/frontends/xforms/XFormsView.h +++ b/src/frontends/xforms/XFormsView.h @@ -6,7 +6,7 @@ * * \author unknown * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LyXView_H diff --git a/src/frontends/xforms/XLyXKeySym.C b/src/frontends/xforms/XLyXKeySym.C index ecca7ad3c7..3d052724c0 100644 --- a/src/frontends/xforms/XLyXKeySym.C +++ b/src/frontends/xforms/XLyXKeySym.C @@ -5,7 +5,7 @@ * * \author Asger and Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/XLyXKeySym.h b/src/frontends/xforms/XLyXKeySym.h index 7a453b6421..e7d02df032 100644 --- a/src/frontends/xforms/XLyXKeySym.h +++ b/src/frontends/xforms/XLyXKeySym.h @@ -6,7 +6,7 @@ * * \author Asger and Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XLYXKEYSYM_H diff --git a/src/frontends/xforms/XMiniBuffer.C b/src/frontends/xforms/XMiniBuffer.C index 5b11a3d7c1..f111364c82 100644 --- a/src/frontends/xforms/XMiniBuffer.C +++ b/src/frontends/xforms/XMiniBuffer.C @@ -6,7 +6,7 @@ * \author Lars * \author Asger and Juergen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/XMiniBuffer.h b/src/frontends/xforms/XMiniBuffer.h index da42568f8e..c029fcafa2 100644 --- a/src/frontends/xforms/XMiniBuffer.h +++ b/src/frontends/xforms/XMiniBuffer.h @@ -8,7 +8,7 @@ * \author Asger and Juergen * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XMINIBUFFER_H diff --git a/src/frontends/xforms/XPainter.C b/src/frontends/xforms/XPainter.C index 2ddedc1a7e..190700b543 100644 --- a/src/frontends/xforms/XPainter.C +++ b/src/frontends/xforms/XPainter.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/XPainter.h b/src/frontends/xforms/XPainter.h index 43c0c1d89b..58a70bff95 100644 --- a/src/frontends/xforms/XPainter.h +++ b/src/frontends/xforms/XPainter.h @@ -7,15 +7,12 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XPAINTER_H #define XPAINTER_H - -#include - #include "frontends/Painter.h" #include "LString.h" diff --git a/src/frontends/xforms/XWorkArea.C b/src/frontends/xforms/XWorkArea.C index 561d90b5b5..770afc278d 100644 --- a/src/frontends/xforms/XWorkArea.C +++ b/src/frontends/xforms/XWorkArea.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/XWorkArea.h b/src/frontends/xforms/XWorkArea.h index 6d4903d902..7f60e43152 100644 --- a/src/frontends/xforms/XWorkArea.h +++ b/src/frontends/xforms/XWorkArea.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XWORKAREA_H diff --git a/src/frontends/xforms/bmtable.h b/src/frontends/xforms/bmtable.h index b43335a459..12ee3e1238 100644 --- a/src/frontends/xforms/bmtable.h +++ b/src/frontends/xforms/bmtable.h @@ -5,7 +5,7 @@ * * \author Alejandro Aguilar Sierra * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /** A bitmap table uses a single bitmap to simulate a 2d array diff --git a/src/frontends/xforms/checkedwidgets.C b/src/frontends/xforms/checkedwidgets.C index 630a6e5098..f526eee31f 100644 --- a/src/frontends/xforms/checkedwidgets.C +++ b/src/frontends/xforms/checkedwidgets.C @@ -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. */ #include diff --git a/src/frontends/xforms/checkedwidgets.h b/src/frontends/xforms/checkedwidgets.h index c3515c2c5b..0ec769200d 100644 --- a/src/frontends/xforms/checkedwidgets.h +++ b/src/frontends/xforms/checkedwidgets.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CHECKEDWIDGETS_H diff --git a/src/frontends/xforms/combox.h b/src/frontends/xforms/combox.h index 5d14662d71..046a45a2a6 100644 --- a/src/frontends/xforms/combox.h +++ b/src/frontends/xforms/combox.h @@ -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. * * A combination of two objects (a button and a browser) is encapsulated to * get a combobox-like object. diff --git a/src/frontends/xforms/fdesign_base.C b/src/frontends/xforms/fdesign_base.C index bed4573da4..1b530ec679 100644 --- a/src/frontends/xforms/fdesign_base.C +++ b/src/frontends/xforms/fdesign_base.C @@ -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. */ #include diff --git a/src/frontends/xforms/fdesign_base.h b/src/frontends/xforms/fdesign_base.h index 7495449a50..26dfd3e660 100644 --- a/src/frontends/xforms/fdesign_base.h +++ b/src/frontends/xforms/fdesign_base.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FDESIGN_BASE_H diff --git a/src/frontends/xforms/forms_fwd.h b/src/frontends/xforms/forms_fwd.h index 2cd9c80311..ccaa1cd011 100644 --- a/src/frontends/xforms/forms_fwd.h +++ b/src/frontends/xforms/forms_fwd.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMS_FWD_H diff --git a/src/frontends/xforms/forms_gettext.C b/src/frontends/xforms/forms_gettext.C index e2e23e93bd..377eb20554 100644 --- a/src/frontends/xforms/forms_gettext.C +++ b/src/frontends/xforms/forms_gettext.C @@ -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. */ #include diff --git a/src/frontends/xforms/forms_gettext.h b/src/frontends/xforms/forms_gettext.h index a019221e11..52aa7643c4 100644 --- a/src/frontends/xforms/forms_gettext.h +++ b/src/frontends/xforms/forms_gettext.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMS_GETTEXT_H diff --git a/src/frontends/xforms/freebrowser.h b/src/frontends/xforms/freebrowser.h index b70a664fbc..1684743ce9 100644 --- a/src/frontends/xforms/freebrowser.h +++ b/src/frontends/xforms/freebrowser.h @@ -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. * * A freebrowser is a browser widget in its own form. * It is used for example to instantiate the drop-down list beneath a diff --git a/src/frontends/xforms/input_validators.C b/src/frontends/xforms/input_validators.C index d641da5252..f07e2343f3 100644 --- a/src/frontends/xforms/input_validators.C +++ b/src/frontends/xforms/input_validators.C @@ -5,7 +5,7 @@ * * \author Allan Rae * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/input_validators.h b/src/frontends/xforms/input_validators.h index 845a53404f..24cf49ec4d 100644 --- a/src/frontends/xforms/input_validators.h +++ b/src/frontends/xforms/input_validators.h @@ -6,7 +6,7 @@ * * \author Allan Rae * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /* Input validators and filters for xforms. diff --git a/src/frontends/xforms/lyx_gui.C b/src/frontends/xforms/lyx_gui.C index c86b834d46..f4dec197f3 100644 --- a/src/frontends/xforms/lyx_gui.C +++ b/src/frontends/xforms/lyx_gui.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/xfont_loader.C b/src/frontends/xforms/xfont_loader.C index ecf875a286..f1fc103592 100644 --- a/src/frontends/xforms/xfont_loader.C +++ b/src/frontends/xforms/xfont_loader.C @@ -5,7 +5,7 @@ * * \author Asger Alstrup * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/xfont_loader.h b/src/frontends/xforms/xfont_loader.h index c7920d3bb2..2abe6a8fcb 100644 --- a/src/frontends/xforms/xfont_loader.h +++ b/src/frontends/xforms/xfont_loader.h @@ -6,7 +6,7 @@ * * \author Asger Alstrup * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FONTLOADER_H_ diff --git a/src/frontends/xforms/xfont_metrics.C b/src/frontends/xforms/xfont_metrics.C index 30b5acedb5..294cc9fe5d 100644 --- a/src/frontends/xforms/xfont_metrics.C +++ b/src/frontends/xforms/xfont_metrics.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/xfont_metrics.h b/src/frontends/xforms/xfont_metrics.h index 1314d73124..bf1970f1af 100644 --- a/src/frontends/xforms/xfont_metrics.h +++ b/src/frontends/xforms/xfont_metrics.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFONT_METRICS_H diff --git a/src/frontends/xforms/xformsBC.C b/src/frontends/xforms/xformsBC.C index 517c9470d6..376e341a57 100644 --- a/src/frontends/xforms/xformsBC.C +++ b/src/frontends/xforms/xformsBC.C @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/xformsBC.h b/src/frontends/xforms/xformsBC.h index e7bbceee5b..5ef50c9d36 100644 --- a/src/frontends/xforms/xformsBC.h +++ b/src/frontends/xforms/xformsBC.h @@ -8,7 +8,7 @@ * \author Angus Leeming * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFORMSBC_H diff --git a/src/frontends/xforms/xformsImage.C b/src/frontends/xforms/xformsImage.C index 78392d0a3f..ccb6bd5f91 100644 --- a/src/frontends/xforms/xformsImage.C +++ b/src/frontends/xforms/xformsImage.C @@ -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. */ #include diff --git a/src/frontends/xforms/xformsImage.h b/src/frontends/xforms/xformsImage.h index d35e1e42f8..ebf3481ce3 100644 --- a/src/frontends/xforms/xformsImage.h +++ b/src/frontends/xforms/xformsImage.h @@ -1,12 +1,12 @@ // -*- C++ -*- /** - * \file xformsImage.h + * \file xformsImage.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. */ /* An instantiation of Image that makes use of the xforms lirary routines diff --git a/src/frontends/xforms/xformsTimeout.C b/src/frontends/xforms/xformsTimeout.C index 25fe7162c0..324a280c60 100644 --- a/src/frontends/xforms/xformsTimeout.C +++ b/src/frontends/xforms/xformsTimeout.C @@ -7,7 +7,7 @@ * \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 diff --git a/src/frontends/xforms/xformsTimeout.h b/src/frontends/xforms/xformsTimeout.h index c5273ca040..3a127d8468 100644 --- a/src/frontends/xforms/xformsTimeout.h +++ b/src/frontends/xforms/xformsTimeout.h @@ -8,7 +8,7 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFORMSTIMEOUT_H diff --git a/src/frontends/xforms/xforms_helpers.C b/src/frontends/xforms/xforms_helpers.C index be8833c603..71a656e754 100644 --- a/src/frontends/xforms/xforms_helpers.C +++ b/src/frontends/xforms/xforms_helpers.C @@ -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. */ #include diff --git a/src/frontends/xforms/xforms_helpers.h b/src/frontends/xforms/xforms_helpers.h index bdc4580ea1..2cc835e533 100644 --- a/src/frontends/xforms/xforms_helpers.h +++ b/src/frontends/xforms/xforms_helpers.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFORMSHELPERS_H diff --git a/src/frontends/xforms/xforms_resize.C b/src/frontends/xforms/xforms_resize.C index c8d5f32cef..ad21bb09c6 100644 --- a/src/frontends/xforms/xforms_resize.C +++ b/src/frontends/xforms/xforms_resize.C @@ -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. */ #include diff --git a/src/frontends/xforms/xforms_resize.h b/src/frontends/xforms/xforms_resize.h index 62ba350ac6..cc268743f7 100644 --- a/src/frontends/xforms/xforms_resize.h +++ b/src/frontends/xforms/xforms_resize.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFORMS_RESIZE_H diff --git a/src/frontends/xforms/xscreen.C b/src/frontends/xforms/xscreen.C index 3679832219..4ef197adfc 100644 --- a/src/frontends/xforms/xscreen.C +++ b/src/frontends/xforms/xscreen.C @@ -6,7 +6,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/xforms/xscreen.h b/src/frontends/xforms/xscreen.h index 4bbf03efe8..420c31db0f 100644 --- a/src/frontends/xforms/xscreen.h +++ b/src/frontends/xforms/xscreen.h @@ -7,7 +7,7 @@ * \author unknown * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XSCREEN_H diff --git a/src/funcrequest.C b/src/funcrequest.C index 60ba5b588b..1b5c4126aa 100644 --- a/src/funcrequest.C +++ b/src/funcrequest.C @@ -1,9 +1,11 @@ /** * \file funcrequest.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 André Pönitz + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/funcrequest.h b/src/funcrequest.h index 910d6bee92..ee4c7d1d3a 100644 --- a/src/funcrequest.h +++ b/src/funcrequest.h @@ -1,9 +1,12 @@ +// -*- C++ -*- /** * \file funcrequest.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 André Pönitz + * + * Full author contact details are available in file CREDITS. */ #ifndef FUNCREQUEST_H diff --git a/src/gettext.C b/src/gettext.C index 7bc80b4f7b..a27c579b42 100644 --- a/src/gettext.C +++ b/src/gettext.C @@ -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 Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/gettext.h b/src/gettext.h index d1413cac82..daeb9ce5e7 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -4,11 +4,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 * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ + #ifndef GETTEXT_H #define GETTEXT_H diff --git a/src/graph.C b/src/graph.C index 782944222e..de07b2f2c5 100644 --- a/src/graph.C +++ b/src/graph.C @@ -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" diff --git a/src/graph.h b/src/graph.h index d8cc03498b..9956aa47cf 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,8 +1,4 @@ // -*- C++ -*- - -#ifndef GRAPH_H -#define GRAPH_H - /** * \file graph.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 GRAPH_H +#define GRAPH_H + #include "LString.h" #include diff --git a/src/graphics/GraphicsCache.C b/src/graphics/GraphicsCache.C index daeb6160e3..04819cec97 100644 --- a/src/graphics/GraphicsCache.C +++ b/src/graphics/GraphicsCache.C @@ -6,7 +6,7 @@ * \author Baruch Even * \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/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index 3098c9e4d9..78170fb5b5 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -1,20 +1,20 @@ // -*- C++ -*- /** - * \file GraphicsCache.h + * \file GraphicsCache.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author Baruch Even * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * - * lyx::graphics::Cache is the manager of the image cache. - * It is responsible for creating the lyx::graphics::CacheItem's - * and maintaining them. + * lyx::graphics::Cache is the manager of the image cache. + * It is responsible for creating the lyx::graphics::CacheItem's + * and maintaining them. * - * lyx::graphics::Cache is a singleton class. It is possible to have only one - * instance of it at any moment. + * lyx::graphics::Cache is a singleton class. It is possible to have only one + * instance of it at any moment. */ #ifndef GRAPHICSCACHE_H diff --git a/src/graphics/GraphicsCacheItem.C b/src/graphics/GraphicsCacheItem.C index 9c5c4b576e..9241560176 100644 --- a/src/graphics/GraphicsCacheItem.C +++ b/src/graphics/GraphicsCacheItem.C @@ -7,7 +7,7 @@ * \author Herbert Voss * \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/graphics/GraphicsCacheItem.h b/src/graphics/GraphicsCacheItem.h index bdc606966a..28b7f3af02 100644 --- a/src/graphics/GraphicsCacheItem.h +++ b/src/graphics/GraphicsCacheItem.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * The graphics cache is a container of lyx::graphics::CacheItems. * Each lyx::graphics::CacheItem, defined here represents a separate image file. diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index a61777917a..3496c145e4 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -1,11 +1,11 @@ /** - * \file GraphicsConverter.C + * \file GraphicsConverter.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/graphics/GraphicsConverter.h b/src/graphics/GraphicsConverter.h index ed13961a01..1515620378 100644 --- a/src/graphics/GraphicsConverter.h +++ b/src/graphics/GraphicsConverter.h @@ -1,17 +1,17 @@ // -*- C++ -*- /** - * \file GraphicsConverter.h + * \file GraphicsConverter.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. * - * The controller of a conversion process from file AA of format A to - * file BB of format B. - * Once finished, a signal is emitted to inform any listeners (connected - * through the connect() method). + * The controller of a conversion process from file AA of format A to + * file BB of format B. + * Once finished, a signal is emitted to inform any listeners (connected + * through the connect() method). */ #ifndef GRAPHICSCONVERTER_H diff --git a/src/graphics/GraphicsImage.C b/src/graphics/GraphicsImage.C index 531ad28912..75f6498a88 100644 --- a/src/graphics/GraphicsImage.C +++ b/src/graphics/GraphicsImage.C @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/graphics/GraphicsImage.h b/src/graphics/GraphicsImage.h index 366894c277..ad0c37f9b2 100644 --- a/src/graphics/GraphicsImage.h +++ b/src/graphics/GraphicsImage.h @@ -1,24 +1,24 @@ // -*- C++ -*- /** - * \file GraphicsImage.h + * \file GraphicsImage.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * - * An abstract base class for the images themselves. - * Allows the user to retrieve the pixmap, once loaded and to issue commands - * to modify it. + * An abstract base class for the images themselves. + * Allows the user to retrieve the pixmap, once loaded and to issue commands + * to modify it. * - * The boost::functions newImage and loadableFormats are connected to the - * appropriate derived classes elsewhere, allowing the graphics cache to - * access them without knowing anything about their instantiation. + * The boost::functions newImage and loadableFormats are connected to the + * appropriate derived classes elsewhere, allowing the graphics cache to + * access them without knowing anything about their instantiation. * - * The loading process can be asynchronous, but cropping, rotating and - * scaling block execution. + * The loading process can be asynchronous, but cropping, rotating and + * scaling block execution. */ #ifndef GRAPHICSIMAGE_H diff --git a/src/graphics/GraphicsLoader.C b/src/graphics/GraphicsLoader.C index 3d91ce13ab..a4937f9e6f 100644 --- a/src/graphics/GraphicsLoader.C +++ b/src/graphics/GraphicsLoader.C @@ -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. */ #include diff --git a/src/graphics/GraphicsLoader.h b/src/graphics/GraphicsLoader.h index b3086b8cff..cd8414f3c2 100644 --- a/src/graphics/GraphicsLoader.h +++ b/src/graphics/GraphicsLoader.h @@ -1,14 +1,14 @@ // -*- C++ -*- /** - * \file GraphicsLoader.h + * \file GraphicsLoader.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. * - * The public face of the graphics cache. + * The public face of the graphics cache. * * * The user supplies an image file and the display parameters. * * He can change the file or the display parameters through a reset() method. @@ -18,7 +18,7 @@ * * When (status() == Ready), he can use image() to access the loaded image * and pass it to the Painter. * - * What could be simpler? + * What could be simpler? */ #ifndef GRAPHICSLOADER_H diff --git a/src/graphics/GraphicsParams.C b/src/graphics/GraphicsParams.C index cf2c72899b..a424546b62 100644 --- a/src/graphics/GraphicsParams.C +++ b/src/graphics/GraphicsParams.C @@ -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. */ #include diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index 98fc614fdb..d7cb003857 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -1,14 +1,14 @@ // -*- C++ -*- /** - * \file GraphicsParams.h + * \file GraphicsParams.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. * - * Used internally by the lyx::graphics::Image. + * Used internally by the lyx::graphics::Image. */ #ifndef GRAPHICSPARAMS_H diff --git a/src/graphics/GraphicsTypes.C b/src/graphics/GraphicsTypes.C index 9b54901488..11887ad04c 100644 --- a/src/graphics/GraphicsTypes.C +++ b/src/graphics/GraphicsTypes.C @@ -1,12 +1,11 @@ -// -*- C++ -*- /** - * \file GraphicsTypes.C + * \file GraphicsTypes.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Rob Lahaye + * \author Rob Lahaye * - * Full author contact details available in file CREDITS + * Full author contact details available in file CREDITS. */ #include diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index a11f80c952..dc6a05bfd6 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -1,15 +1,15 @@ // -*- C++ -*- /** - * \file GraphicsTypes.h + * \file GraphicsTypes.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. * - * All that header files outside the graphics subdirectory should need to - * access. + * All that header files outside the graphics subdirectory should need to + * access. */ #ifndef GRAPHICSTYPES_H diff --git a/src/graphics/LoaderQueue.C b/src/graphics/LoaderQueue.C index f5647cc9b8..89df7f2575 100644 --- a/src/graphics/LoaderQueue.C +++ b/src/graphics/LoaderQueue.C @@ -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 diff --git a/src/graphics/LoaderQueue.h b/src/graphics/LoaderQueue.h index 49e8dc8d57..b63caf5e37 100644 --- a/src/graphics/LoaderQueue.h +++ b/src/graphics/LoaderQueue.h @@ -1,10 +1,10 @@ // -*- C++ -*- /** - * \file LoaderQueue.h + * \file LoaderQueue.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Alfredo Braunstein + * \author Alfredo Braunstein * * Full author contact details are available in file CREDITS. * diff --git a/src/graphics/PreviewImage.C b/src/graphics/PreviewImage.C index 9593ec568b..4a3b9a1ee2 100644 --- a/src/graphics/PreviewImage.C +++ b/src/graphics/PreviewImage.C @@ -1,11 +1,11 @@ /** - * \file PreviewImage.C + * \file PreviewImage.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 + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/graphics/PreviewImage.h b/src/graphics/PreviewImage.h index b42630a7ce..0c431fcc15 100644 --- a/src/graphics/PreviewImage.h +++ b/src/graphics/PreviewImage.h @@ -1,12 +1,12 @@ // -*- C++ -*- /** - * \file PreviewImage.h + * \file PreviewImage.h * 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 + * Full author contact details are available in file CREDITS. */ #ifndef PREVIEWIMAGE_H diff --git a/src/graphics/PreviewLoader.C b/src/graphics/PreviewLoader.C index c00ff03328..772a9abaf1 100644 --- a/src/graphics/PreviewLoader.C +++ b/src/graphics/PreviewLoader.C @@ -1,11 +1,11 @@ /** - * \file PreviewLoader.C + * \file PreviewLoader.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 + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/graphics/PreviewLoader.h b/src/graphics/PreviewLoader.h index 3db6850b8f..8558a5fbcf 100644 --- a/src/graphics/PreviewLoader.h +++ b/src/graphics/PreviewLoader.h @@ -1,18 +1,18 @@ // -*- C++ -*- /** - * \file PreviewLoader.h + * \file PreviewLoader.h * 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 + * Full author contact details are available in file CREDITS. * - * lyx::graphics::PreviewLoader collects latex snippets together. Then, on a - * startLoading() call, these are dumped to file and processed, converting - * each snippet to a separate bitmap image file. Once a bitmap file is ready - * to be loaded back into LyX, the PreviewLoader emits a signal to inform - * the initiating process. + * lyx::graphics::PreviewLoader collects latex snippets together. Then, on a + * startLoading() call, these are dumped to file and processed, converting + * each snippet to a separate bitmap image file. Once a bitmap file is ready + * to be loaded back into LyX, the PreviewLoader emits a signal to inform + * the initiating process. */ #ifndef PREVIEWLOADER_H diff --git a/src/graphics/PreviewedInset.C b/src/graphics/PreviewedInset.C index 39678b1022..afdf0b4fef 100644 --- a/src/graphics/PreviewedInset.C +++ b/src/graphics/PreviewedInset.C @@ -1,12 +1,11 @@ -// -*- C++ -*- /** - * \file PreviewedInset.C + * \file PreviewedInset.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 + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/graphics/PreviewedInset.h b/src/graphics/PreviewedInset.h index 65a62db763..3e51613b08 100644 --- a/src/graphics/PreviewedInset.h +++ b/src/graphics/PreviewedInset.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * lyx::graphics::PreviewedInset is an abstract base class that can help * insets to generate previews. The daughter class must instantiate three small diff --git a/src/graphics/Previews.C b/src/graphics/Previews.C index 32a81527a8..b5ec0f4bd7 100644 --- a/src/graphics/Previews.C +++ b/src/graphics/Previews.C @@ -1,11 +1,11 @@ /** - * \file Previews.C + * \file Previews.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 + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/graphics/Previews.h b/src/graphics/Previews.h index 5ba3cc33fa..9c454d1e5d 100644 --- a/src/graphics/Previews.h +++ b/src/graphics/Previews.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * lyx::graphics::Previews is a singleton class that stores the * lyx::graphics::PreviewLoader for each buffer requiring one. diff --git a/src/importer.C b/src/importer.C index d7c0588861..68d20454d4 100644 --- a/src/importer.C +++ b/src/importer.C @@ -4,11 +4,12 @@ * Licence details can be found in the file COPYING. * * \author unknown + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ - #include #include "importer.h" diff --git a/src/importer.h b/src/importer.h index f00be23d41..4eca7c06f9 100644 --- a/src/importer.h +++ b/src/importer.h @@ -1,10 +1,14 @@ // -*- C++ -*- /** * \file importer.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 unknown + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef IMPORTER_H diff --git a/src/insets/ExternalTemplate.C b/src/insets/ExternalTemplate.C index 8c7a3c65ae..2443e0756f 100644 --- a/src/insets/ExternalTemplate.C +++ b/src/insets/ExternalTemplate.C @@ -5,7 +5,7 @@ * * \author Asger Alstrup Nielsen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/ExternalTemplate.h b/src/insets/ExternalTemplate.h index c9be8f2e27..6617dcba00 100644 --- a/src/insets/ExternalTemplate.h +++ b/src/insets/ExternalTemplate.h @@ -6,7 +6,7 @@ * * \author Asger Alstrup Nielsen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef EXTERNALTEMPLATE_H diff --git a/src/insets/inset.C b/src/insets/inset.C index 3605985180..c86b238c77 100644 --- a/src/insets/inset.C +++ b/src/insets/inset.C @@ -8,7 +8,7 @@ * \author Lars Gullik Bjønnes * \author Matthias Ettrich * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/inset.h b/src/insets/inset.h index 9f60c8ab0c..1dbc931765 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -9,7 +9,7 @@ * \author Lars Gullik Bjønnes * \author Matthias Ettrich * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETOLD_H diff --git a/src/insets/insetbase.C b/src/insets/insetbase.C index d8eb87abfb..c242739ff7 100644 --- a/src/insets/insetbase.C +++ b/src/insets/insetbase.C @@ -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 diff --git a/src/insets/insetbase.h b/src/insets/insetbase.h index 71560de801..b2cd718a35 100644 --- a/src/insets/insetbase.h +++ b/src/insets/insetbase.h @@ -6,7 +6,7 @@ * * \author none * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETBASE_H diff --git a/src/insets/insetbibitem.C b/src/insets/insetbibitem.C index b292d16fb5..d9b56d7e2a 100644 --- a/src/insets/insetbibitem.C +++ b/src/insets/insetbibitem.C @@ -5,7 +5,7 @@ * * \author Alejandro Aguilar Sierra * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetbibitem.h b/src/insets/insetbibitem.h index d0db9df071..d0f0b4f2dc 100644 --- a/src/insets/insetbibitem.h +++ b/src/insets/insetbibitem.h @@ -6,7 +6,7 @@ * * \author Alejandro Aguilar Sierra * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_BIBITEM_H diff --git a/src/insets/insetbibtex.C b/src/insets/insetbibtex.C index f016af125c..d6c823f5a1 100644 --- a/src/insets/insetbibtex.C +++ b/src/insets/insetbibtex.C @@ -5,7 +5,7 @@ * * \author Alejandro Aguilar Sierra * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetbibtex.h b/src/insets/insetbibtex.h index 8dfd9fbe9b..8d99ec8c71 100644 --- a/src/insets/insetbibtex.h +++ b/src/insets/insetbibtex.h @@ -6,7 +6,7 @@ * * \author Alejandro Aguilar Sierra * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_BIBTEX_H diff --git a/src/insets/insetbranch.C b/src/insets/insetbranch.C index b5115422dc..55a95200a6 100644 --- a/src/insets/insetbranch.C +++ b/src/insets/insetbranch.C @@ -5,7 +5,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetbranch.h b/src/insets/insetbranch.h index d4e043bf95..84c6d84df9 100644 --- a/src/insets/insetbranch.h +++ b/src/insets/insetbranch.h @@ -6,7 +6,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETBRANCH_H diff --git a/src/insets/insetcaption.C b/src/insets/insetcaption.C index 55c8f56460..81466a5f41 100644 --- a/src/insets/insetcaption.C +++ b/src/insets/insetcaption.C @@ -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 diff --git a/src/insets/insetcaption.h b/src/insets/insetcaption.h index a8b5321c9b..f864cb8d9e 100644 --- a/src/insets/insetcaption.h +++ b/src/insets/insetcaption.h @@ -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 INSETCAPTION_H diff --git a/src/insets/insetcite.C b/src/insets/insetcite.C index e7437b4804..4c687d9e2e 100644 --- a/src/insets/insetcite.C +++ b/src/insets/insetcite.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetcite.h b/src/insets/insetcite.h index 18970eb4ab..21a568c83a 100644 --- a/src/insets/insetcite.h +++ b/src/insets/insetcite.h @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_CITE_H diff --git a/src/insets/insetcollapsable.C b/src/insets/insetcollapsable.C index 4b74477cfc..bc88b3b279 100644 --- a/src/insets/insetcollapsable.C +++ b/src/insets/insetcollapsable.C @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetcollapsable.h b/src/insets/insetcollapsable.h index a244f9bac1..cc9bacb6ca 100644 --- a/src/insets/insetcollapsable.h +++ b/src/insets/insetcollapsable.h @@ -8,7 +8,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETCOLLAPSABLE_H diff --git a/src/insets/insetcommand.C b/src/insets/insetcommand.C index 7f36b744c4..11ae9ae51e 100644 --- a/src/insets/insetcommand.C +++ b/src/insets/insetcommand.C @@ -6,7 +6,7 @@ * \author Angus Leeming * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetcommand.h b/src/insets/insetcommand.h index e5dab95f81..822ab18cd6 100644 --- a/src/insets/insetcommand.h +++ b/src/insets/insetcommand.h @@ -7,7 +7,7 @@ * \author Angus Leeming * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_LATEXCOMMAND_H diff --git a/src/insets/insetcommandparams.C b/src/insets/insetcommandparams.C index 82a4056cbe..b07880c384 100644 --- a/src/insets/insetcommandparams.C +++ b/src/insets/insetcommandparams.C @@ -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. */ #include diff --git a/src/insets/insetcommandparams.h b/src/insets/insetcommandparams.h index ac10b0e97e..4eaf406538 100644 --- a/src/insets/insetcommandparams.h +++ b/src/insets/insetcommandparams.h @@ -6,15 +6,13 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETCOMMANDPARAMS_H #define INSETCOMMANDPARAMS_H -#include - #include "LString.h" #include diff --git a/src/insets/insetenv.C b/src/insets/insetenv.C index 7e6c7ad70f..c180a8f781 100644 --- a/src/insets/insetenv.C +++ b/src/insets/insetenv.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /** * \file insetenv.C * This file is part of LyX, the document processor. @@ -6,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 diff --git a/src/insets/insetenv.h b/src/insets/insetenv.h index c3f78f05c9..6901123933 100644 --- a/src/insets/insetenv.h +++ b/src/insets/insetenv.h @@ -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 INSETENVIRONMENT_H diff --git a/src/insets/insetert.C b/src/insets/insetert.C index 1c5b2f93ee..a4dba61437 100644 --- a/src/insets/insetert.C +++ b/src/insets/insetert.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetert.h b/src/insets/insetert.h index 1bac74bbd2..bbdaf84883 100644 --- a/src/insets/insetert.h +++ b/src/insets/insetert.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETERT_H diff --git a/src/insets/insetexternal.C b/src/insets/insetexternal.C index 1890e6bb70..c8823466b1 100644 --- a/src/insets/insetexternal.C +++ b/src/insets/insetexternal.C @@ -5,7 +5,7 @@ * * \author Asger Alstrup Nielsen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetexternal.h b/src/insets/insetexternal.h index 4beca59ade..68aa10af4c 100644 --- a/src/insets/insetexternal.h +++ b/src/insets/insetexternal.h @@ -6,7 +6,7 @@ * * \author Asger Alstrup Nielsen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_EXTERNAL_H diff --git a/src/insets/insetfloat.C b/src/insets/insetfloat.C index 543fc5836f..a910e9e960 100644 --- a/src/insets/insetfloat.C +++ b/src/insets/insetfloat.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetfloat.h b/src/insets/insetfloat.h index 9e48dbb7cc..904d50fdd0 100644 --- a/src/insets/insetfloat.h +++ b/src/insets/insetfloat.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETFLOAT_H diff --git a/src/insets/insetfloatlist.C b/src/insets/insetfloatlist.C index 449312d347..926768bfbe 100644 --- a/src/insets/insetfloatlist.C +++ b/src/insets/insetfloatlist.C @@ -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 diff --git a/src/insets/insetfloatlist.h b/src/insets/insetfloatlist.h index 8854eea077..27b98a0b7d 100644 --- a/src/insets/insetfloatlist.h +++ b/src/insets/insetfloatlist.h @@ -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 INSET_FLOATLIST_H diff --git a/src/insets/insetfoot.C b/src/insets/insetfoot.C index 5b5e07a2aa..e2b5b5cf74 100644 --- a/src/insets/insetfoot.C +++ b/src/insets/insetfoot.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetfoot.h b/src/insets/insetfoot.h index da1e1d662b..647cdc93c4 100644 --- a/src/insets/insetfoot.h +++ b/src/insets/insetfoot.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETFOOT_H diff --git a/src/insets/insetfootlike.C b/src/insets/insetfootlike.C index 85e3366316..13889aa865 100644 --- a/src/insets/insetfootlike.C +++ b/src/insets/insetfootlike.C @@ -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 diff --git a/src/insets/insetfootlike.h b/src/insets/insetfootlike.h index c91129ece5..b135f91403 100644 --- a/src/insets/insetfootlike.h +++ b/src/insets/insetfootlike.h @@ -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 INSETFOOTLIKE_H diff --git a/src/insets/insetgraphics.C b/src/insets/insetgraphics.C index f3b23a4a0c..23593f85d7 100644 --- a/src/insets/insetgraphics.C +++ b/src/insets/insetgraphics.C @@ -6,7 +6,7 @@ * \author Baruch Even * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ /* diff --git a/src/insets/insetgraphics.h b/src/insets/insetgraphics.h index b91cd04c6c..99111e565e 100644 --- a/src/insets/insetgraphics.h +++ b/src/insets/insetgraphics.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_GRAPHICS_H diff --git a/src/insets/insetgraphicsParams.C b/src/insets/insetgraphicsParams.C index 12ab717770..0423356447 100644 --- a/src/insets/insetgraphicsParams.C +++ b/src/insets/insetgraphicsParams.C @@ -6,7 +6,7 @@ * \author Baruch Even * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetgraphicsParams.h b/src/insets/insetgraphicsParams.h index 8b626a64ec..c7dd3a74ca 100644 --- a/src/insets/insetgraphicsParams.h +++ b/src/insets/insetgraphicsParams.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Herbert Voss * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETGRAPHICSPARAMS_H diff --git a/src/insets/insethfill.C b/src/insets/insethfill.C index 47d75e0bc0..cd3e8a4209 100644 --- a/src/insets/insethfill.C +++ b/src/insets/insethfill.C @@ -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 diff --git a/src/insets/insethfill.h b/src/insets/insethfill.h index 6ff51882cc..eb2359be04 100644 --- a/src/insets/insethfill.h +++ b/src/insets/insethfill.h @@ -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 INSET_HFILL_H diff --git a/src/insets/insetinclude.C b/src/insets/insetinclude.C index 27a521eb83..376ad5e44e 100644 --- a/src/insets/insetinclude.C +++ b/src/insets/insetinclude.C @@ -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 diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index 5b117d450b..0dddec7726 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -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 INSET_INCLUDE_H diff --git a/src/insets/insetindex.C b/src/insets/insetindex.C index d16a47a5d9..bf8a73f1c2 100644 --- a/src/insets/insetindex.C +++ b/src/insets/insetindex.C @@ -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 diff --git a/src/insets/insetindex.h b/src/insets/insetindex.h index 8c695731fe..bb77ef6e1d 100644 --- a/src/insets/insetindex.h +++ b/src/insets/insetindex.h @@ -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 INSET_INDEX_H diff --git a/src/insets/insetlabel.C b/src/insets/insetlabel.C index b989b6520a..ebe0545cb3 100644 --- a/src/insets/insetlabel.C +++ b/src/insets/insetlabel.C @@ -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 diff --git a/src/insets/insetlabel.h b/src/insets/insetlabel.h index a53a51b2a7..32a12788ba 100644 --- a/src/insets/insetlabel.h +++ b/src/insets/insetlabel.h @@ -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 INSET_LABEL_H diff --git a/src/insets/insetlatexaccent.C b/src/insets/insetlatexaccent.C index d12c85ba60..eff62bd10e 100644 --- a/src/insets/insetlatexaccent.C +++ b/src/insets/insetlatexaccent.C @@ -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 diff --git a/src/insets/insetlatexaccent.h b/src/insets/insetlatexaccent.h index b07c7afd25..7c7ea976ed 100644 --- a/src/insets/insetlatexaccent.h +++ b/src/insets/insetlatexaccent.h @@ -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 INSET_LATEX_ACCENT_H diff --git a/src/insets/insetlist.C b/src/insets/insetlist.C index 15c98b4e24..fb46a7d3aa 100644 --- a/src/insets/insetlist.C +++ b/src/insets/insetlist.C @@ -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 diff --git a/src/insets/insetlist.h b/src/insets/insetlist.h index 2a43793f91..8b130f2063 100644 --- a/src/insets/insetlist.h +++ b/src/insets/insetlist.h @@ -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 INSETLIST_H diff --git a/src/insets/insetmarginal.C b/src/insets/insetmarginal.C index d946e6bfc3..73e0687f77 100644 --- a/src/insets/insetmarginal.C +++ b/src/insets/insetmarginal.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetmarginal.h b/src/insets/insetmarginal.h index 2eddb46dc4..271f395740 100644 --- a/src/insets/insetmarginal.h +++ b/src/insets/insetmarginal.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETMARGINAL_H diff --git a/src/insets/insetminipage.C b/src/insets/insetminipage.C index 194204c161..e7ebb7b32f 100644 --- a/src/insets/insetminipage.C +++ b/src/insets/insetminipage.C @@ -6,7 +6,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetminipage.h b/src/insets/insetminipage.h index 9ceca59155..1c1661cf5f 100644 --- a/src/insets/insetminipage.h +++ b/src/insets/insetminipage.h @@ -7,7 +7,7 @@ * \author Jürgen Vigna * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETMINIPAGE_H diff --git a/src/insets/insetnewline.C b/src/insets/insetnewline.C index 40d3596278..0fbd6cd54f 100644 --- a/src/insets/insetnewline.C +++ b/src/insets/insetnewline.C @@ -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 diff --git a/src/insets/insetnewline.h b/src/insets/insetnewline.h index 40a78c976d..3c8644bbaa 100644 --- a/src/insets/insetnewline.h +++ b/src/insets/insetnewline.h @@ -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 INSET_NEWLINE_H diff --git a/src/insets/insetnote.C b/src/insets/insetnote.C index 778917944e..d2f8f07dad 100644 --- a/src/insets/insetnote.C +++ b/src/insets/insetnote.C @@ -7,7 +7,7 @@ * \author Martin Vermeer * \author Jürgen Spitzmüller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetnote.h b/src/insets/insetnote.h index f33f82b225..cbf7878e7f 100644 --- a/src/insets/insetnote.h +++ b/src/insets/insetnote.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETNOTE_H diff --git a/src/insets/insetoptarg.C b/src/insets/insetoptarg.C index 3abdebc170..5cc80dc429 100644 --- a/src/insets/insetoptarg.C +++ b/src/insets/insetoptarg.C @@ -5,7 +5,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetoptarg.h b/src/insets/insetoptarg.h index 8ad7245901..3f53aeccf5 100644 --- a/src/insets/insetoptarg.h +++ b/src/insets/insetoptarg.h @@ -6,7 +6,7 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETOPTARG_H diff --git a/src/insets/insetquotes.C b/src/insets/insetquotes.C index 2bc1751a49..e8403c7c2a 100644 --- a/src/insets/insetquotes.C +++ b/src/insets/insetquotes.C @@ -5,7 +5,7 @@ * * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetquotes.h b/src/insets/insetquotes.h index 2b8c414520..18d0c271a8 100644 --- a/src/insets/insetquotes.h +++ b/src/insets/insetquotes.h @@ -6,7 +6,7 @@ * * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_QUOTES_H diff --git a/src/insets/insetref.C b/src/insets/insetref.C index 72f03aa4c5..56bde45fb5 100644 --- a/src/insets/insetref.C +++ b/src/insets/insetref.C @@ -5,7 +5,7 @@ * * \author José Matos * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetref.h b/src/insets/insetref.h index 3ec8215fa2..e58110c414 100644 --- a/src/insets/insetref.h +++ b/src/insets/insetref.h @@ -6,7 +6,7 @@ * * \author José Matos * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_REF_H diff --git a/src/insets/insetspace.C b/src/insets/insetspace.C index eb333e649c..dad2c9636d 100644 --- a/src/insets/insetspace.C +++ b/src/insets/insetspace.C @@ -8,7 +8,7 @@ * \author Lars Gullik Bjønnes * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetspace.h b/src/insets/insetspace.h index 1043265677..67c9294346 100644 --- a/src/insets/insetspace.h +++ b/src/insets/insetspace.h @@ -9,7 +9,7 @@ * \author Lars Gullik Bjønnes * \author Juergen Spitzmueller * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_SPACE_H diff --git a/src/insets/insetspecialchar.C b/src/insets/insetspecialchar.C index 21f59106a2..08f0889751 100644 --- a/src/insets/insetspecialchar.C +++ b/src/insets/insetspecialchar.C @@ -7,7 +7,7 @@ * \author Jean-Marc Lasgouttes * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insetspecialchar.h b/src/insets/insetspecialchar.h index 4c97fd779c..7f7391629e 100644 --- a/src/insets/insetspecialchar.h +++ b/src/insets/insetspecialchar.h @@ -8,7 +8,7 @@ * \author Jean-Marc Lasgouttes * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_SPECIALCHAR_H diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index f5ca11fc7e..c639aa40e8 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -5,7 +5,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insettabular.h b/src/insets/insettabular.h index 26628f2622..fef1a0f1c8 100644 --- a/src/insets/insettabular.h +++ b/src/insets/insettabular.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ // This is the rewrite of the tabular (table) support. diff --git a/src/insets/insettext.C b/src/insets/insettext.C index ae83c6032e..61f03d2238 100644 --- a/src/insets/insettext.C +++ b/src/insets/insettext.C @@ -5,7 +5,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/insettext.h b/src/insets/insettext.h index 021b154a66..70558ed342 100644 --- a/src/insets/insettext.h +++ b/src/insets/insettext.h @@ -6,7 +6,7 @@ * * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETTEXT_H diff --git a/src/insets/insettheorem.C b/src/insets/insettheorem.C index ad02764ea8..4198fc6ecf 100644 --- a/src/insets/insettheorem.C +++ b/src/insets/insettheorem.C @@ -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 diff --git a/src/insets/insettheorem.h b/src/insets/insettheorem.h index e03ea05256..5d6cd53416 100644 --- a/src/insets/insettheorem.h +++ b/src/insets/insettheorem.h @@ -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 InsetTheorem_H diff --git a/src/insets/insettoc.C b/src/insets/insettoc.C index 876c9b0e75..bc3b4f9a7b 100644 --- a/src/insets/insettoc.C +++ b/src/insets/insettoc.C @@ -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 diff --git a/src/insets/insettoc.h b/src/insets/insettoc.h index d9e542cfef..016b10b21d 100644 --- a/src/insets/insettoc.h +++ b/src/insets/insettoc.h @@ -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 INSET_TOC_H diff --git a/src/insets/inseturl.C b/src/insets/inseturl.C index 91290519d7..619e8b5dbb 100644 --- a/src/insets/inseturl.C +++ b/src/insets/inseturl.C @@ -5,7 +5,7 @@ * * \author José Matos * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/inseturl.h b/src/insets/inseturl.h index 6ad0f0aacb..a9a82a1279 100644 --- a/src/insets/inseturl.h +++ b/src/insets/inseturl.h @@ -6,7 +6,7 @@ * * \author José Matos * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSET_URL_H diff --git a/src/insets/insetwrap.C b/src/insets/insetwrap.C index 12391ca8fa..f87a44adab 100644 --- a/src/insets/insetwrap.C +++ b/src/insets/insetwrap.C @@ -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 diff --git a/src/insets/insetwrap.h b/src/insets/insetwrap.h index 5a6e6a011b..223f9be437 100644 --- a/src/insets/insetwrap.h +++ b/src/insets/insetwrap.h @@ -6,7 +6,7 @@ * * \author Dekel Tsur * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef InsetWrap_H diff --git a/src/insets/mailinset.C b/src/insets/mailinset.C index 789c694dd2..eb396823e7 100644 --- a/src/insets/mailinset.C +++ b/src/insets/mailinset.C @@ -1,4 +1,3 @@ -// -*- C++ -*- /** * \file mailinset.C * This file is part of LyX, the document processor. @@ -6,7 +5,7 @@ * * \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/insets/mailinset.h b/src/insets/mailinset.h index fa4211d2cc..c492e727c1 100644 --- a/src/insets/mailinset.h +++ b/src/insets/mailinset.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef MAILINSET_H diff --git a/src/insets/renderers.C b/src/insets/renderers.C index b9c52c1920..caf8985e2e 100644 --- a/src/insets/renderers.C +++ b/src/insets/renderers.C @@ -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. */ #include diff --git a/src/insets/renderers.h b/src/insets/renderers.h index 19d10459bc..fd23de1d17 100644 --- a/src/insets/renderers.h +++ b/src/insets/renderers.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef RENDERERS_H diff --git a/src/insets/updatableinset.C b/src/insets/updatableinset.C index 494a62f021..10e5a640d0 100644 --- a/src/insets/updatableinset.C +++ b/src/insets/updatableinset.C @@ -8,7 +8,7 @@ * \author Lars Gullik Bjønnes * \author Matthias Ettrich * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/insets/updatableinset.h b/src/insets/updatableinset.h index b8573ba404..1694230815 100644 --- a/src/insets/updatableinset.h +++ b/src/insets/updatableinset.h @@ -9,7 +9,7 @@ * \author Lars Gullik Bjønnes * \author Matthias Ettrich * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef UPDATABLEINSET_H diff --git a/src/intl.C b/src/intl.C index 19978862ec..52f72f8676 100644 --- a/src/intl.C +++ b/src/intl.C @@ -1,10 +1,14 @@ /** - * \file intl.C - * Copyright 1995-2002 the LyX Team - * Read the file COPYING + * \file intl.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author unknown - * \author John Levon + * \author Lars Gullik Bjønnes + * \author Angus Leeming + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/intl.h b/src/intl.h index bc639dea0f..9351c483d1 100644 --- a/src/intl.h +++ b/src/intl.h @@ -1,14 +1,17 @@ // -*- C++ -*- /** * \file intl.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 unknown - * \author John Levon + * \author Lars Gullik Bjønnes + * \author Angus Leeming + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ - #ifndef INTL_H #define INTL_H diff --git a/src/ispell.C b/src/ispell.C index 419623033b..096e7b7444 100644 --- a/src/ispell.C +++ b/src/ispell.C @@ -1,10 +1,13 @@ /** * \file ispell.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 unknown - * \author John Levon + * \author Angus Leeming + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/ispell.h b/src/ispell.h index d201945c71..d8a3c9ca13 100644 --- a/src/ispell.h +++ b/src/ispell.h @@ -1,10 +1,13 @@ // -*- C++ -*- /** * \file ispell.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 SP_ISPELL_H diff --git a/src/iterators.C b/src/iterators.C index d7b0d74ed2..632abcde1a 100644 --- a/src/iterators.C +++ b/src/iterators.C @@ -5,7 +5,7 @@ * \author unknown * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/iterators.h b/src/iterators.h index 0765eb76fb..7a6eff9973 100644 --- a/src/iterators.h +++ b/src/iterators.h @@ -6,7 +6,7 @@ * \author unknown * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef ITERATORS_H diff --git a/src/kbmap.C b/src/kbmap.C index 7f8fd03116..595b6d3372 100644 --- a/src/kbmap.C +++ b/src/kbmap.C @@ -1,10 +1,14 @@ /** * \file kbmap.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 unknown - * \author John Levon + * \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 diff --git a/src/kbmap.h b/src/kbmap.h index 3b1818e5fb..f2a9cd1260 100644 --- a/src/kbmap.h +++ b/src/kbmap.h @@ -1,11 +1,14 @@ // -*- C++ -*- /** * \file kbmap.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 + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef KBMAP_H diff --git a/src/kbsequence.C b/src/kbsequence.C index aeab8ef4d0..c8b236a917 100644 --- a/src/kbsequence.C +++ b/src/kbsequence.C @@ -1,9 +1,13 @@ /** * \file kbsequence.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 John Levon + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/kbsequence.h b/src/kbsequence.h index c63a9c7224..2c46672c9f 100644 --- a/src/kbsequence.h +++ b/src/kbsequence.h @@ -1,15 +1,18 @@ // -*- C++ -*- /** * \file kbsequence.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 Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. */ #ifndef KBSEQUENCE_H #define KBSEQUENCE_H -#include - #include "frontends/key_state.h" #include "frontends/LyXKeySym.h" #include "LString.h" diff --git a/src/language.C b/src/language.C index 24cb2b6a1f..ec53f130a4 100644 --- a/src/language.C +++ b/src/language.C @@ -1,12 +1,14 @@ -/* This file is part of - * ====================================================== +/** + * \file language.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 diff --git a/src/language.h b/src/language.h index 200bc922c3..7a3db0510e 100644 --- a/src/language.h +++ b/src/language.h @@ -1,13 +1,16 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file language.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 Dekel Tsur + * \author Jürgen Vigna * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LANGUAGE_H #define LANGUAGE_H diff --git a/src/lastfiles.C b/src/lastfiles.C index effdbc6cb9..1691253373 100644 --- a/src/lastfiles.C +++ b/src/lastfiles.C @@ -1,12 +1,12 @@ -/* This file is part of - * ====================================================== +/** + * \file lastfiles.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 * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/lastfiles.h b/src/lastfiles.h index 2e93d6a312..b453f25b71 100644 --- a/src/lastfiles.h +++ b/src/lastfiles.h @@ -1,13 +1,13 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lastfiles.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 LASTFILES_H #define LASTFILES_H diff --git a/src/latexrunparams.h b/src/latexrunparams.h index 890ada158e..35485fcfb7 100644 --- a/src/latexrunparams.h +++ b/src/latexrunparams.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LatexRunParams_H diff --git a/src/layout.h b/src/layout.h index 82ca677af3..dc442911d4 100644 --- a/src/layout.h +++ b/src/layout.h @@ -1,13 +1,14 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file layout.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 LAYOUT_H #define LAYOUT_H diff --git a/src/lengthcommon.C b/src/lengthcommon.C index dfabab4e7d..352923f516 100644 --- a/src/lengthcommon.C +++ b/src/lengthcommon.C @@ -1,3 +1,15 @@ +/** + * \file lengthcommon.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 Matthias Ettrich + * \author John Levon + * + * Full author contact details are available in file CREDITS. + */ + #include #include "lengthcommon.h" diff --git a/src/lengthcommon.h b/src/lengthcommon.h index ac4eec1670..491e036cd8 100644 --- a/src/lengthcommon.h +++ b/src/lengthcommon.h @@ -1,4 +1,16 @@ // -*- C++ -*- +/** + * \file lengthcommon.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 Matthias Ettrich + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. + */ #ifndef LENGTH_COMMON_H #define LENGTH_COMMON_H diff --git a/src/lfuns.h b/src/lfuns.h index 8e443f6c9f..c06047b7e1 100644 --- a/src/lfuns.h +++ b/src/lfuns.h @@ -1,10 +1,10 @@ -// -*- C++ --* +// -*- C++ -*- /** * \file lfuns.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * To add a new function: * - add a new enum constant immediately before LFUN_LASTACTION diff --git a/src/lyx_cb.C b/src/lyx_cb.C index 80aa0e9adb..d148852bc1 100644 --- a/src/lyx_cb.C +++ b/src/lyx_cb.C @@ -1,12 +1,16 @@ -/* This file is part of - * ====================================================== +/** + * \file lyx_cb.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 Angus Leeming + * \author John Levon + * \author André Pönitz + * \author Jürgen Vigna * - * Copyright 1995 Matthias Ettrich, - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/lyx_cb.h b/src/lyx_cb.h index f156f1489d..42d4ed605d 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -1,4 +1,14 @@ // -*- C++ -*- +/** + * \file lyx_cb.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 LYX_CB_H #define LYX_CB_H diff --git a/src/lyx_main.C b/src/lyx_main.C index 666362d229..dc59f8c211 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -1,9 +1,15 @@ /** * \file lyx_main.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 Braunstein * \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 diff --git a/src/lyx_main.h b/src/lyx_main.h index 21e7b7d6f6..0c1fc0b462 100644 --- a/src/lyx_main.h +++ b/src/lyx_main.h @@ -1,10 +1,14 @@ // -*- C++ -*- /** * \file lyx_main.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 Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef LYX_MAIN_H diff --git a/src/lyx_sty.C b/src/lyx_sty.C index cc6bf47e73..7002698232 100644 --- a/src/lyx_sty.C +++ b/src/lyx_sty.C @@ -1,9 +1,11 @@ /** * \file lyx_sty.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 Bjornes + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/lyx_sty.h b/src/lyx_sty.h index 4d22ea1b02..45987b0b11 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -1,15 +1,16 @@ // -*- C++ -*- /** * \file lyx_sty.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 + * + * Full author contact details are available in file CREDITS. * * A number of LaTeX command definitions for various * things. The name of this file is a holdover from the * days of yore. - * - * \author Lars Gullik Bjornes */ #ifndef LYX_STY_H diff --git a/src/lyxcursor.C b/src/lyxcursor.C index fb29801545..742ee85f1b 100644 --- a/src/lyxcursor.C +++ b/src/lyxcursor.C @@ -1,9 +1,14 @@ /** * \file lyxcursor.C - * Copyright 1995-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 Lars Gullik Bjønnes * \author Matthias Ettrich + * \author André Pönitz + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/lyxcursor.h b/src/lyxcursor.h index 8cbea6ce3d..7518ef0f4a 100644 --- a/src/lyxcursor.h +++ b/src/lyxcursor.h @@ -1,10 +1,17 @@ // -*- C++ -*- /** * \file lyxcursor.h - * Copyright 1995-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 Lars Gullik Bjønnes * \author Matthias Ettrich + * \author John Levon + * \author André Pönitz + * \author Dekel Tsur + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. */ #ifndef LYXCURSOR_H diff --git a/src/lyxfind.C b/src/lyxfind.C index 3cb76dc0c5..9b3b2d0106 100644 --- a/src/lyxfind.C +++ b/src/lyxfind.C @@ -1,3 +1,15 @@ +/** + * \file lyxfind.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 John Levon + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. + */ + #include #include "lyxtext.h" diff --git a/src/lyxfind.h b/src/lyxfind.h index 49782c21b7..04a242f235 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -1,4 +1,16 @@ // -*- C++ -*- +/** + * \file lyxfind.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 John Levon + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. + */ + #ifndef LYXFIND_H #define LYXFIND_H diff --git a/src/lyxfont.C b/src/lyxfont.C index 8708fb8319..ed2ff8516b 100644 --- a/src/lyxfont.C +++ b/src/lyxfont.C @@ -1,12 +1,16 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxfont.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 Angus Leeming + * \author André Pönitz + * \author Dekel Tsur * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include #include diff --git a/src/lyxfont.h b/src/lyxfont.h index 07d71d2804..635cab2824 100644 --- a/src/lyxfont.h +++ b/src/lyxfont.h @@ -1,13 +1,16 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxfont.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 Angus Leeming + * \author Dekel Tsur * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LYXFONT_H #define LYXFONT_H diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 185600625a..603dbf47b6 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -1,12 +1,21 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxfunc.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 Angus Leeming + * \author John Levon + * \author André Pönitz + * \author Allan Rae + * \author Dekel Tsur + * \author Martin Vermeer + * \author Jürgen Vigna * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/lyxfunc.h b/src/lyxfunc.h index 19a403b56d..a64146516c 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -1,4 +1,17 @@ // -*- C++ -*- +/** + * \file lyxfunc.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 + * \author John Levon + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #ifndef LYXFUNC_H #define LYXFUNC_H diff --git a/src/lyxgluelength.C b/src/lyxgluelength.C index c7c9043229..9656b6ebaf 100644 --- a/src/lyxgluelength.C +++ b/src/lyxgluelength.C @@ -1,12 +1,14 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxgluelength.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 Matthias Ettrich + * \author John Levon * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/lyxgluelength.h b/src/lyxgluelength.h index 77c53ec0d3..ea7bfb62a7 100644 --- a/src/lyxgluelength.h +++ b/src/lyxgluelength.h @@ -1,13 +1,16 @@ // -*- C++ -*- /** * \file lyxgluelength.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 Matthias Ettrich + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. */ - #ifndef LYX_GLUE_LENGTH_H #define LYX_GLUE_LENGTH_H diff --git a/src/lyxlayout_ptr_fwd.h b/src/lyxlayout_ptr_fwd.h index bed4aa93af..49be53172b 100644 --- a/src/lyxlayout_ptr_fwd.h +++ b/src/lyxlayout_ptr_fwd.h @@ -1,13 +1,13 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxlayout_ptr_fwd.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 LYXLAYOUT_PTR_FWD_H #define LYXLAYOUT_PTR_FWD_H diff --git a/src/lyxlength.C b/src/lyxlength.C index c38e7a3372..d6bbbe3a43 100644 --- a/src/lyxlength.C +++ b/src/lyxlength.C @@ -1,12 +1,17 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxlength.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author Matthias Ettrich + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * \author John Levon + * \author Dekel Tsur * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/lyxlength.h b/src/lyxlength.h index d64c93fbbc..7ff6629f02 100644 --- a/src/lyxlength.h +++ b/src/lyxlength.h @@ -1,13 +1,17 @@ // -*- C++ -*- /** * \file lyxlength.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 Matthias Ettrich + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ - #ifndef LYX_LENGTH_H #define LYX_LENGTH_H diff --git a/src/lyxlex.C b/src/lyxlex.C index e77c893b08..8c8eeaa1a0 100644 --- a/src/lyxlex.C +++ b/src/lyxlex.C @@ -1,13 +1,14 @@ /** * \file lyxlex.C - * Copyright 1996-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. * - * Generalized simple lexical analyzer. - * It can be used for simple syntax parsers, like lyxrc, - * texclass and others to come. + * \author Alejandro Aguilar Sierra + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author John Levon * - * \author Alejandro Aguilar Sierra + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/lyxlex.h b/src/lyxlex.h index 4dda5a3697..32c5883443 100644 --- a/src/lyxlex.h +++ b/src/lyxlex.h @@ -1,9 +1,19 @@ // -*- C++ -*- +/** + * \file lyxlex.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Alejandro Aguilar Sierra + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. + */ + // Generalized simple lexical analizer. // It can be used for simple syntax parsers, like lyxrc, -// texclass and others to come. [asierra30/03/96] -// -// Copyright 1996 Lyx Team. +// texclass and others to come. + #ifndef LYXLEX_H #define LYXLEX_H diff --git a/src/lyxlex_pimpl.C b/src/lyxlex_pimpl.C index d384bd8e3c..0f7d57a673 100644 --- a/src/lyxlex_pimpl.C +++ b/src/lyxlex_pimpl.C @@ -1,3 +1,15 @@ +/** + * \file lyxlex_pimpl.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 + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. + */ + #include #include "lyxlex_pimpl.h" diff --git a/src/lyxlex_pimpl.h b/src/lyxlex_pimpl.h index bc5876aba6..c7acd92e79 100644 --- a/src/lyxlex_pimpl.h +++ b/src/lyxlex_pimpl.h @@ -1,4 +1,13 @@ // -*- C++ -*- +/** + * \file lyxlex_pimpl.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 LYXLEX_PIMPL_H #define LYXLEX_PIMPL_H diff --git a/src/lyxrc.C b/src/lyxrc.C index f768bbe806..a3749628c8 100644 --- a/src/lyxrc.C +++ b/src/lyxrc.C @@ -3,7 +3,15 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * Full author contact details are available in file CREDITS + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * \author John Levon + * \author André Pöntiz + * \author Allan Rae + * \author Dekel Tsur + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/lyxrc.h b/src/lyxrc.h index 0be918fb90..26fcafeb21 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -4,7 +4,15 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * Full author contact details are available in file CREDITS + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * \author John Levon + * \author André Pöntiz + * \author Allan Rae + * \author Dekel Tsur + * + * Full author contact details are available in file CREDITS. */ #ifndef LYXRC_H diff --git a/src/lyxrow.C b/src/lyxrow.C index 0881c62d4c..67e8a777f1 100644 --- a/src/lyxrow.C +++ b/src/lyxrow.C @@ -4,8 +4,12 @@ * Licence details can be found in the file COPYING. * * \author unknown + * \author Lars Gullik Bjønnes + * \author John Levon + * \author André Pönitz + * \author Jürgen Vigna * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Metrics for an on-screen text row. */ diff --git a/src/lyxrow.h b/src/lyxrow.h index 6380fabde1..b68b91b076 100644 --- a/src/lyxrow.h +++ b/src/lyxrow.h @@ -7,7 +7,7 @@ * \author Matthias Ettrich * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Metrics for an on-screen text row. */ diff --git a/src/lyxrow_funcs.C b/src/lyxrow_funcs.C index 3b6c0b44fe..c4716fba3c 100644 --- a/src/lyxrow_funcs.C +++ b/src/lyxrow_funcs.C @@ -1,3 +1,14 @@ +/** + * \file lyxrow_funcs.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 André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #include #include "lyxrow_funcs.h" diff --git a/src/lyxrow_funcs.h b/src/lyxrow_funcs.h index 804afa44d1..046e3c9d7d 100644 --- a/src/lyxrow_funcs.h +++ b/src/lyxrow_funcs.h @@ -1,4 +1,14 @@ // -*- C++ -*- +/** + * \file lyxrow_funcs.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 André Pönitz + * + * Full author contact details are available in file CREDITS. + */ #ifndef LYXROW_FUNCS_H #define LYXROW_FUNCS_H diff --git a/src/lyxserver.C b/src/lyxserver.C index 60dcf4085a..ce70c08217 100644 --- a/src/lyxserver.C +++ b/src/lyxserver.C @@ -1,12 +1,15 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxserver.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 Angus Leeming + * \author John Levon * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ /** Docu : To use the lyxserver define the name of the pipe in your diff --git a/src/lyxserver.h b/src/lyxserver.h index bce8064ee2..636ef28556 100644 --- a/src/lyxserver.h +++ b/src/lyxserver.h @@ -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 lyxserver.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 LYXSERVER_H #define LYXSERVER_H diff --git a/src/lyxtext.h b/src/lyxtext.h index ccf137b1e2..bb9914342e 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -8,7 +8,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LYXTEXT_H diff --git a/src/lyxtextclass.C b/src/lyxtextclass.C index eee3976592..fe35702d0c 100644 --- a/src/lyxtextclass.C +++ b/src/lyxtextclass.C @@ -1,12 +1,13 @@ /** - * \file lyxlayout.C + * \file lyxtextclass.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 + * \author Angus Leeming + * \author John Levon * \author André Pönitz - * \author Michael Schmitt * * Full author contact details are available in file CREDITS. */ diff --git a/src/lyxtextclass.h b/src/lyxtextclass.h index 70817d1ad8..485b8290b3 100644 --- a/src/lyxtextclass.h +++ b/src/lyxtextclass.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LYXTEXTCLASS_H diff --git a/src/lyxtextclasslist.C b/src/lyxtextclasslist.C index 53ac19cb62..8d4a7639cc 100644 --- a/src/lyxtextclasslist.C +++ b/src/lyxtextclasslist.C @@ -1,12 +1,12 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxtextclasslist.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 John Levon * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/lyxtextclasslist.h b/src/lyxtextclasslist.h index 3309e541b2..5e3ec8e9a9 100644 --- a/src/lyxtextclasslist.h +++ b/src/lyxtextclasslist.h @@ -1,13 +1,13 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxtextclasslist.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 LYXTEXTCLASSLIST_H #define LYXTEXTCLASSLIST_H diff --git a/src/lyxvc.C b/src/lyxvc.C index 220d7c2491..7291f0f3cb 100644 --- a/src/lyxvc.C +++ b/src/lyxvc.C @@ -1,3 +1,18 @@ +/** + * \file lyxvc.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 + * \author Angus Leeming + * \author John Levon + * \author André Pönitz + * \author Allan Rae + * + * Full author contact details are available in file CREDITS. + */ + #include #include "lyxvc.h" diff --git a/src/lyxvc.h b/src/lyxvc.h index d282f39553..64ad29443a 100644 --- a/src/lyxvc.h +++ b/src/lyxvc.h @@ -1,4 +1,13 @@ // -*- C++ -*- +/** + * \file lyxvc.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 LYX_VC_H #define LYX_VC_H diff --git a/src/main.C b/src/main.C index 18413bf4f7..cc7462ff88 100644 --- a/src/main.C +++ b/src/main.C @@ -1,10 +1,12 @@ /** * \file main.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 Lars Gullik Bjønnes * \author Jean Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/mathed/math_inset.h b/src/mathed/math_inset.h index 7652342642..0cd16531c4 100644 --- a/src/mathed/math_inset.h +++ b/src/mathed/math_inset.h @@ -13,8 +13,6 @@ #ifndef MATH_INSET_H #define MATH_INSET_H -#include - #include "LString.h" #include "insets/insetbase.h" diff --git a/src/messages.C b/src/messages.C index a8e5576a12..a933fbacdc 100644 --- a/src/messages.C +++ b/src/messages.C @@ -4,7 +4,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 diff --git a/src/messages.h b/src/messages.h index 2a85f10e1e..e5c17d8dd3 100644 --- a/src/messages.h +++ b/src/messages.h @@ -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. */ #ifndef MESSAGES_H diff --git a/src/metricsinfo.C b/src/metricsinfo.C index 1202520b80..85ee9edb63 100644 --- a/src/metricsinfo.C +++ b/src/metricsinfo.C @@ -1,3 +1,12 @@ +/** + * \file metricsinfo.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 diff --git a/src/metricsinfo.h b/src/metricsinfo.h index fe64b81725..4881cf8ad6 100644 --- a/src/metricsinfo.h +++ b/src/metricsinfo.h @@ -1,3 +1,14 @@ +// -*- C++ -*- +/** + * \file metricsinfo.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 METRICSINFO_H #define METRICSINFO_H diff --git a/src/paper.h b/src/paper.h index 07c2f524da..8cac625ea6 100644 --- a/src/paper.h +++ b/src/paper.h @@ -1,15 +1,15 @@ // -*- C++ -*- /** - * \file paper.h + * \file paper.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \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. * - * A trivial header file to hold paper-related enums. It should later - * expand to contain many paper-related horrors access. + * A trivial header file to hold paper-related enums. It should later + * expand to contain many paper-related horrors access. */ #ifndef PAPER_H diff --git a/src/paragraph.C b/src/paragraph.C index b0d9098bd4..2e22229df0 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -1,12 +1,19 @@ -/* This file is part of - * ====================================================== +/** + * \file paragraph.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 Angus Leeming + * \author John Levon + * \author André Pönitz + * \author Dekel Tsur + * \author Jürgen Vigna * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/paragraph.h b/src/paragraph.h index 79ae05e6d6..68de3902ba 100644 --- a/src/paragraph.h +++ b/src/paragraph.h @@ -1,9 +1,16 @@ // -*- C++ -*- /** - * \file paragraph.h - * Copyright 1995 Matthias Ettrich - * Copyright 2002 the LyX Team - * Read the file COPYING + * \file paragraph.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Asger Alstrup + * \author Lars Gullik Bjønnes + * \author John Levon + * \author André Pönitz + * \author Jürgen Vigna + * + * Full author contact details are available in file CREDITS. */ #ifndef PARAGRAPH_H diff --git a/src/paragraph_funcs.C b/src/paragraph_funcs.C index 1b0a6b2efd..8f7a1986a1 100644 --- a/src/paragraph_funcs.C +++ b/src/paragraph_funcs.C @@ -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 diff --git a/src/paragraph_funcs.h b/src/paragraph_funcs.h index cc8722eb44..1d9190fc7b 100644 --- a/src/paragraph_funcs.h +++ b/src/paragraph_funcs.h @@ -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 PARAGRAPH_FUNCS_H diff --git a/src/paragraph_pimpl.C b/src/paragraph_pimpl.C index 7f4d16eacb..968d56c43b 100644 --- a/src/paragraph_pimpl.C +++ b/src/paragraph_pimpl.C @@ -1,12 +1,15 @@ -/* This file is part of - * ====================================================== +/** + * \file paragraph_pimpl.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 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. + */ #include diff --git a/src/paragraph_pimpl.h b/src/paragraph_pimpl.h index 5af4d69556..26d2b0c3d9 100644 --- a/src/paragraph_pimpl.h +++ b/src/paragraph_pimpl.h @@ -1,8 +1,15 @@ // -*- C++ -*- /** * \file paragraph_pimpl.h - * Copyright 1995-2003 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. */ #ifndef PARAGRAPH_PIMPL_H diff --git a/src/pspell.C b/src/pspell.C index db0e3924eb..1b335e9306 100644 --- a/src/pspell.C +++ b/src/pspell.C @@ -1,10 +1,12 @@ /** * \file pspell.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 Kevin Atkinson - * \author John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/pspell.h b/src/pspell.h index bf3c1f3e99..deb096c95a 100644 --- a/src/pspell.h +++ b/src/pspell.h @@ -1,10 +1,13 @@ +// -*- C++ -*- /** * \file pspell.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 + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef LYX_PSPELL_H diff --git a/src/rowpainter.C b/src/rowpainter.C index ca819fb2e6..65318174b9 100644 --- a/src/rowpainter.C +++ b/src/rowpainter.C @@ -6,7 +6,7 @@ * \author various * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/rowpainter.h b/src/rowpainter.h index dbc17abff2..4c5b5175aa 100644 --- a/src/rowpainter.h +++ b/src/rowpainter.h @@ -7,14 +7,12 @@ * \author various * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef ROWPAINTER_H #define ROWPAINTER_H -#include - class LyXText; class BufferView; class VSpace; diff --git a/src/sgml.C b/src/sgml.C index 9104cda839..a8ff48dad0 100644 --- a/src/sgml.C +++ b/src/sgml.C @@ -1,10 +1,12 @@ /** * \file sgml.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 José Matos - * \author John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/sgml.h b/src/sgml.h index 2b00726d53..7c34f5965b 100644 --- a/src/sgml.h +++ b/src/sgml.h @@ -1,10 +1,13 @@ +// -*- C++ -*- /** * \file sgml.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 José Matos - * \author John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef SGML_H diff --git a/src/support/BoostFormat.h b/src/support/BoostFormat.h index ef2b1f74c8..a888b8fd1a 100644 --- a/src/support/BoostFormat.h +++ b/src/support/BoostFormat.h @@ -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 LYX_BOOST_FORMAT_H diff --git a/src/support/DebugStream.C b/src/support/DebugStream.C index 27b954ed43..4017d6fe1c 100644 --- a/src/support/DebugStream.C +++ b/src/support/DebugStream.C @@ -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. */ //#define TEST_DEBUGSTREAM diff --git a/src/support/DebugStream.h b/src/support/DebugStream.h index dd7b7118ca..847d18b6c5 100644 --- a/src/support/DebugStream.h +++ b/src/support/DebugStream.h @@ -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 DEBUGSTREAM_H diff --git a/src/support/FileInfo.C b/src/support/FileInfo.C index 1919c9c702..4dd40fc73b 100644 --- a/src/support/FileInfo.C +++ b/src/support/FileInfo.C @@ -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 diff --git a/src/support/FileInfo.h b/src/support/FileInfo.h index 39551567a5..f31e3f6333 100644 --- a/src/support/FileInfo.h +++ b/src/support/FileInfo.h @@ -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 FILE_INFO_H diff --git a/src/support/FileMonitor.C b/src/support/FileMonitor.C index c96b4e6233..322da96665 100644 --- a/src/support/FileMonitor.C +++ b/src/support/FileMonitor.C @@ -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. */ #include diff --git a/src/support/FileMonitor.h b/src/support/FileMonitor.h index 809403ad88..4c59c9d519 100644 --- a/src/support/FileMonitor.h +++ b/src/support/FileMonitor.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * FileMonitor monitors a file and informs a listener when that file has * changed. diff --git a/src/support/LAssert.C b/src/support/LAssert.C index 30248b0807..5d9d20a8ec 100644 --- a/src/support/LAssert.C +++ b/src/support/LAssert.C @@ -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 diff --git a/src/support/LAssert.h b/src/support/LAssert.h index e791820285..e87739ba20 100644 --- a/src/support/LAssert.h +++ b/src/support/LAssert.h @@ -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 LASSERT_H diff --git a/src/support/abort.C b/src/support/abort.C index 342dad61c7..754d1c393e 100644 --- a/src/support/abort.C +++ b/src/support/abort.C @@ -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 diff --git a/src/support/atoi.C b/src/support/atoi.C index f97bd43b56..0b091fa2ab 100644 --- a/src/support/atoi.C +++ b/src/support/atoi.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/support/boost-inst.C b/src/support/boost-inst.C index f21ee1b0c7..c58dc7c8dd 100644 --- a/src/support/boost-inst.C +++ b/src/support/boost-inst.C @@ -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 diff --git a/src/support/chdir.C b/src/support/chdir.C index 743241eb3a..9d9be72ddc 100644 --- a/src/support/chdir.C +++ b/src/support/chdir.C @@ -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 diff --git a/src/support/copy.C b/src/support/copy.C index 126bc49f5c..6d513216ed 100644 --- a/src/support/copy.C +++ b/src/support/copy.C @@ -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 diff --git a/src/support/filename.h b/src/support/filename.h index f09d81ac33..e3571be478 100644 --- a/src/support/filename.h +++ b/src/support/filename.h @@ -1,4 +1,4 @@ -// -*- C++-*- +// -*- C++ -*- /** * \file filename.h * This file is part of LyX, the document processor. @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FILENAME_H diff --git a/src/support/filetools.h b/src/support/filetools.h index 780b5ba548..8203d3aaa7 100644 --- a/src/support/filetools.h +++ b/src/support/filetools.h @@ -1,4 +1,4 @@ -// -*- C++-*- +// -*- C++ -*- /** * \file filetools.h * This file is part of LyX, the document processor. @@ -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 LYX_FILETOOL_H diff --git a/src/support/forkedcall.C b/src/support/forkedcall.C index 4853e4c21a..1e680e4ee2 100644 --- a/src/support/forkedcall.C +++ b/src/support/forkedcall.C @@ -8,7 +8,7 @@ * Interface cleaned up by * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * An instance of Class Forkedcall represents a single child process. * diff --git a/src/support/forkedcall.h b/src/support/forkedcall.h index 8da1a40cf8..e71cdaeb1a 100644 --- a/src/support/forkedcall.h +++ b/src/support/forkedcall.h @@ -9,7 +9,7 @@ * Interface cleaned up by * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * An instance of Class Forkedcall represents a single child process. * diff --git a/src/support/forkedcallqueue.C b/src/support/forkedcallqueue.C index 0e49713da4..20614d88ab 100644 --- a/src/support/forkedcallqueue.C +++ b/src/support/forkedcallqueue.C @@ -5,7 +5,7 @@ * * \author Alfredo Braunstein (based on an idea from 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/support/forkedcallqueue.h b/src/support/forkedcallqueue.h index 87a609f043..d06d411b55 100644 --- a/src/support/forkedcallqueue.h +++ b/src/support/forkedcallqueue.h @@ -6,7 +6,7 @@ * * \author Alfredo Braunstein (based on an idea from Angus Leeming) * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * This class implements a queue of forked processes. In order not to * hose the system with multiple processes running simultaneously, you can diff --git a/src/support/forkedcontr.C b/src/support/forkedcontr.C index c11daa5669..e517d6bcf5 100644 --- a/src/support/forkedcontr.C +++ b/src/support/forkedcontr.C @@ -6,7 +6,7 @@ * \author Asger Alstrup Nielsen * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * A class for the control of child processes launched using * fork() and execvp(). diff --git a/src/support/forkedcontr.h b/src/support/forkedcontr.h index bc98f0605a..a6fba628c3 100644 --- a/src/support/forkedcontr.h +++ b/src/support/forkedcontr.h @@ -7,7 +7,7 @@ * \author Asger Alstrup Nielsen * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * A class for the control of child processes launched using * fork() and execvp(). diff --git a/src/support/getcwd.C b/src/support/getcwd.C index 2070c17354..ec6121cdf8 100644 --- a/src/support/getcwd.C +++ b/src/support/getcwd.C @@ -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 diff --git a/src/support/kill.C b/src/support/kill.C index db1619cbb7..830978a2c0 100644 --- a/src/support/kill.C +++ b/src/support/kill.C @@ -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 diff --git a/src/support/limited_stack.h b/src/support/limited_stack.h index 21a5059c50..1354bcd701 100644 --- a/src/support/limited_stack.h +++ b/src/support/limited_stack.h @@ -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 LIMITED_STACK_H diff --git a/src/support/lstrings.C b/src/support/lstrings.C index 49d04e3a83..5cf4c4b8e2 100644 --- a/src/support/lstrings.C +++ b/src/support/lstrings.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/support/lstrings.h b/src/support/lstrings.h index 254337d376..5dd8cfd02c 100644 --- a/src/support/lstrings.h +++ b/src/support/lstrings.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * A collection of string helper functions that works with string. * Some of these would certainly benefit from a rewrite/optimization. diff --git a/src/support/lyxalgo.h b/src/support/lyxalgo.h index 6bccfb1296..87848bb1a5 100644 --- a/src/support/lyxalgo.h +++ b/src/support/lyxalgo.h @@ -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. * * A variety of useful templates. */ diff --git a/src/support/lyxfunctional.h b/src/support/lyxfunctional.h index 4c3fba39cd..c52375b237 100644 --- a/src/support/lyxfunctional.h +++ b/src/support/lyxfunctional.h @@ -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. * * \brief Convenient function objects for use with LyX * diff --git a/src/support/lyxlib.h b/src/support/lyxlib.h index ed702d357b..ecf3289b61 100644 --- a/src/support/lyxlib.h +++ b/src/support/lyxlib.h @@ -9,7 +9,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 LYX_LIB_H diff --git a/src/support/lyxmanip.h b/src/support/lyxmanip.h index beeb1525f2..736158a484 100644 --- a/src/support/lyxmanip.h +++ b/src/support/lyxmanip.h @@ -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 LYX_MANIP_H diff --git a/src/support/lyxstring.C b/src/support/lyxstring.C index 322cb39032..b0b9e58f19 100644 --- a/src/support/lyxstring.C +++ b/src/support/lyxstring.C @@ -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. */ #ifdef HAVE_CONFIG_H diff --git a/src/support/lyxstring.h b/src/support/lyxstring.h index 6ff86e65d3..f9f8fd5f4d 100644 --- a/src/support/lyxstring.h +++ b/src/support/lyxstring.h @@ -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. */ // This one is heavily based on the string class in The C++ diff --git a/src/support/lyxsum.C b/src/support/lyxsum.C index 6d6bbb5f02..d378e6a5c2 100644 --- a/src/support/lyxsum.C +++ b/src/support/lyxsum.C @@ -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 diff --git a/src/support/lyxtime.C b/src/support/lyxtime.C index 45b0cbd6ca..6bcc4ff87f 100644 --- a/src/support/lyxtime.C +++ b/src/support/lyxtime.C @@ -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 diff --git a/src/support/lyxtime.h b/src/support/lyxtime.h index 5af9a547c6..c58c9ab281 100644 --- a/src/support/lyxtime.h +++ b/src/support/lyxtime.h @@ -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 LYXTIME_H diff --git a/src/support/mkdir.C b/src/support/mkdir.C index f4274cd0e3..37fc010e06 100644 --- a/src/support/mkdir.C +++ b/src/support/mkdir.C @@ -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 diff --git a/src/support/os.C b/src/support/os.C index b0abda86ae..1a76f317ba 100644 --- a/src/support/os.C +++ b/src/support/os.C @@ -5,7 +5,7 @@ * * \author Ruurd A. Reitsma * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/support/os.h b/src/support/os.h index 55a3378a36..06f7a051c7 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -6,7 +6,7 @@ * * \author Ruurd A. Reitsma * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef OS_H diff --git a/src/support/os_os2.C b/src/support/os_os2.C index 5e08bf8f5f..2c3e8a3008 100644 --- a/src/support/os_os2.C +++ b/src/support/os_os2.C @@ -5,7 +5,7 @@ * * \author Ruurd A. Reitsma * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Various OS specific functions */ diff --git a/src/support/os_unix.C b/src/support/os_unix.C index 716dce17f4..72d07beb88 100644 --- a/src/support/os_unix.C +++ b/src/support/os_unix.C @@ -5,7 +5,7 @@ * * \author Ruurd A. Reitsma * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Various OS specific functions */ diff --git a/src/support/os_win32.C b/src/support/os_win32.C index 30131d8b49..6b57494699 100644 --- a/src/support/os_win32.C +++ b/src/support/os_win32.C @@ -5,7 +5,7 @@ * * \author Ruurd A. Reitsma * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * Various OS specific functions */ diff --git a/src/support/path.C b/src/support/path.C index 31e2842019..92388d9aed 100644 --- a/src/support/path.C +++ b/src/support/path.C @@ -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 diff --git a/src/support/path.h b/src/support/path.h index 1e71fbad88..96a057cd16 100644 --- a/src/support/path.h +++ b/src/support/path.h @@ -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 PATH_H diff --git a/src/support/path_defines.h b/src/support/path_defines.h index c16645cd40..c1f83ab0f0 100644 --- a/src/support/path_defines.h +++ b/src/support/path_defines.h @@ -6,7 +6,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef PATH_DEFINES_H diff --git a/src/support/putenv.C b/src/support/putenv.C index b008aa4ac8..af6e8ad56a 100644 --- a/src/support/putenv.C +++ b/src/support/putenv.C @@ -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 diff --git a/src/support/rename.C b/src/support/rename.C index 3db8cd2d00..b92b7a9cfa 100644 --- a/src/support/rename.C +++ b/src/support/rename.C @@ -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 diff --git a/src/support/rmdir.C b/src/support/rmdir.C index 2978168544..b11dfe8ccf 100644 --- a/src/support/rmdir.C +++ b/src/support/rmdir.C @@ -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 diff --git a/src/support/systemcall.C b/src/support/systemcall.C index 939d9dcba5..b5688913f9 100644 --- a/src/support/systemcall.C +++ b/src/support/systemcall.C @@ -1,5 +1,5 @@ /** - * \file systemcall.C + * \file systemcall.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -8,7 +8,7 @@ * Interface cleaned up by * \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/support/systemcall.h b/src/support/systemcall.h index fda1b12bf1..4687074d1a 100644 --- a/src/support/systemcall.h +++ b/src/support/systemcall.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file systemcall.h + * \file systemcall.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -9,7 +9,7 @@ * Interface cleaned up by * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef SYSTEMCALL_H diff --git a/src/support/tempname.C b/src/support/tempname.C index 1f590df20c..deeb90cf56 100644 --- a/src/support/tempname.C +++ b/src/support/tempname.C @@ -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 diff --git a/src/support/textutils.h b/src/support/textutils.h index 8dcb0acc3a..713cc3efd4 100644 --- a/src/support/textutils.h +++ b/src/support/textutils.h @@ -7,7 +7,7 @@ * \author Matthias Ettrich * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ // FIXME: I can think of a better name for this file ... diff --git a/src/support/tostr.C b/src/support/tostr.C index de9628886a..6b065bc48f 100644 --- a/src/support/tostr.C +++ b/src/support/tostr.C @@ -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 diff --git a/src/support/tostr.h b/src/support/tostr.h index 573c2b8924..931afa3163 100644 --- a/src/support/tostr.h +++ b/src/support/tostr.h @@ -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. * * A collection of string helper functions that works with string. * Some of these would certainly benefit from a rewrite/optimization. diff --git a/src/support/translator.h b/src/support/translator.h index bdd9d83434..f1f933fa7d 100644 --- a/src/support/translator.h +++ b/src/support/translator.h @@ -6,7 +6,7 @@ * * \author Baruch Even * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef TRANSLATOR_H diff --git a/src/support/types.h b/src/support/types.h index c7711d87b8..92077fa7cb 100644 --- a/src/support/types.h +++ b/src/support/types.h @@ -10,7 +10,7 @@ * * \author André Pönitz * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef LYX_TYPES_H diff --git a/src/support/unlink.C b/src/support/unlink.C index 51569cc656..a814f92823 100644 --- a/src/support/unlink.C +++ b/src/support/unlink.C @@ -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 diff --git a/src/support/userinfo.C b/src/support/userinfo.C index 24a84637df..5bcc9a3ac4 100644 --- a/src/support/userinfo.C +++ b/src/support/userinfo.C @@ -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 diff --git a/src/support/userinfo.h b/src/support/userinfo.h index a451a588c4..055bc1d0d7 100644 --- a/src/support/userinfo.h +++ b/src/support/userinfo.h @@ -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 USERINFO_H diff --git a/src/tabular.C b/src/tabular.C index f5d9ee2f7d..f08fe4fdf9 100644 --- a/src/tabular.C +++ b/src/tabular.C @@ -1,13 +1,18 @@ -/* This file is part of - * ====================================================== +/** + * \file tabular.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 Matthias Ettrich + * \author José Matos + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * \author John Levon + * \author André Pönitz + * \author Jürgen Vigna * - * Copyright 2000-2002 The LyX Team. - * - * @author: Jürgen Vigna - * - * ====================================================== + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/tabular.h b/src/tabular.h index 0033e28511..62c4c658da 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -1,14 +1,17 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file tabular.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 Matthias Ettrich + * \author André Pönitz + * \author Jürgen Vigna * - * Copyright 2000-2001 The LyX Team. - * - * @author: Jürgen Vigna - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ + #ifndef TABULAR_H #define TABULAR_H diff --git a/src/tex-accent.C b/src/tex-accent.C index 6d6dae76fd..f1fd6eb9ab 100644 --- a/src/tex-accent.C +++ b/src/tex-accent.C @@ -1,12 +1,13 @@ -/* This file is part of - * ====================================================== +/** + * \file tex-accent.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 Matthias Ettrich * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/tex-accent.h b/src/tex-accent.h index 39567c1a5e..e86ccfbc9f 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,13 +1,14 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file tex-accent.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 Matthias Ettrich * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef TEX_ACCENT #define TEX_ACCENT diff --git a/src/tex-strings.C b/src/tex-strings.C index a5d56669c1..00e9e1d197 100644 --- a/src/tex-strings.C +++ b/src/tex-strings.C @@ -1,12 +1,13 @@ -/* This file is part of - * ====================================================== +/** + * \file tex-strings.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 diff --git a/src/tex-strings.h b/src/tex-strings.h index b5e8233d9b..cd19688f42 100644 --- a/src/tex-strings.h +++ b/src/tex-strings.h @@ -1,13 +1,14 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file tex-strings.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 TEX_STRINGS #define TEX_STRINGS diff --git a/src/tex2lyx/Spacing.h b/src/tex2lyx/Spacing.h index c1a278112d..fb25d35f50 100644 --- a/src/tex2lyx/Spacing.h +++ b/src/tex2lyx/Spacing.h @@ -6,7 +6,7 @@ * * \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 diff --git a/src/tex2lyx/context.C b/src/tex2lyx/context.C index 01f2e9ec4f..5925ae73ab 100644 --- a/src/tex2lyx/context.C +++ b/src/tex2lyx/context.C @@ -5,9 +5,11 @@ * * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#include + #include #include "context.h" diff --git a/src/tex2lyx/context.h b/src/tex2lyx/context.h index 1b0b72bf85..737c6d930c 100644 --- a/src/tex2lyx/context.h +++ b/src/tex2lyx/context.h @@ -6,7 +6,7 @@ * * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTEXT_H diff --git a/src/tex2lyx/gettext.C b/src/tex2lyx/gettext.C index 4d1a06d52a..cbba84298e 100644 --- a/src/tex2lyx/gettext.C +++ b/src/tex2lyx/gettext.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/tex2lyx/gettext.h b/src/tex2lyx/gettext.h index 17848ca21d..07a9474db4 100644 --- a/src/tex2lyx/gettext.h +++ b/src/tex2lyx/gettext.h @@ -7,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GETTEXT_H #define GETTEXT_H diff --git a/src/tex2lyx/lyxfont.C b/src/tex2lyx/lyxfont.C index c8be369e2f..7fff253ee8 100644 --- a/src/tex2lyx/lyxfont.C +++ b/src/tex2lyx/lyxfont.C @@ -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. */ #include diff --git a/src/tex2lyx/lyxfont.h b/src/tex2lyx/lyxfont.h index e4cd7e7c66..0ff613a829 100644 --- a/src/tex2lyx/lyxfont.h +++ b/src/tex2lyx/lyxfont.h @@ -6,7 +6,7 @@ * * \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 diff --git a/src/tex2lyx/math.C b/src/tex2lyx/math.C index 6c3a0d589e..f70ac09651 100644 --- a/src/tex2lyx/math.C +++ b/src/tex2lyx/math.C @@ -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. */ // {[( diff --git a/src/tex2lyx/preamble.C b/src/tex2lyx/preamble.C index cf87e561c6..3d43f8025f 100644 --- a/src/tex2lyx/preamble.C +++ b/src/tex2lyx/preamble.C @@ -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. */ // {[( diff --git a/src/tex2lyx/table.C b/src/tex2lyx/table.C index b4b41817d2..99a311c1c7 100644 --- a/src/tex2lyx/table.C +++ b/src/tex2lyx/table.C @@ -6,7 +6,7 @@ * \author André Pönitz * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ // {[( diff --git a/src/tex2lyx/tex2lyx.C b/src/tex2lyx/tex2lyx.C index 32ab9b7285..f75001f25e 100644 --- a/src/tex2lyx/tex2lyx.C +++ b/src/tex2lyx/tex2lyx.C @@ -5,11 +5,13 @@ * * \author André Pönitz * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ // {[( +#include + #include "tex2lyx.h" #include "context.h" diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 35634ec04a..dc7020aae4 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -7,7 +7,7 @@ * \author André Pönitz * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef TEX2LYX_H diff --git a/src/tex2lyx/texparser.C b/src/tex2lyx/texparser.C index c93a437901..b8469fcc20 100644 --- a/src/tex2lyx/texparser.C +++ b/src/tex2lyx/texparser.C @@ -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 diff --git a/src/tex2lyx/texparser.h b/src/tex2lyx/texparser.h index 9db0603338..aff580a8c3 100644 --- a/src/tex2lyx/texparser.h +++ b/src/tex2lyx/texparser.h @@ -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 PARSER_H diff --git a/src/tex2lyx/text.C b/src/tex2lyx/text.C index b4d2d6c9b2..657bd243d8 100644 --- a/src/tex2lyx/text.C +++ b/src/tex2lyx/text.C @@ -6,7 +6,7 @@ * \author André Pönitz * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ // {[( diff --git a/src/texrow.C b/src/texrow.C index b2a883aae6..de53933d2d 100644 --- a/src/texrow.C +++ b/src/texrow.C @@ -1,9 +1,13 @@ /** * \file texrow.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 Matthias Ettrich + * \author Lars Gullik Bjønnes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/texrow.h b/src/texrow.h index c4db08d08e..ba80acb58a 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -1,13 +1,16 @@ // -*- C++ -*- /** * \file texrow.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 Matthias Ettrich + * \author Lars Gullik Bjønnes + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ - #ifndef TEXROW_H #define TEXROW_H diff --git a/src/text.C b/src/text.C index ea7c612912..8d2da41fd8 100644 --- a/src/text.C +++ b/src/text.C @@ -1,12 +1,18 @@ -/* This file is part of - * ====================================================== +/** + * \file text.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 John Levon + * \author André Pönitz + * \author Dekel Tsur + * \author Jürgen Vigna * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/text2.C b/src/text2.C index ff18daf87a..ad590c86ac 100644 --- a/src/text2.C +++ b/src/text2.C @@ -1,12 +1,21 @@ -/* This file is part of - * ====================================================== +/** + * \file text2.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 Alfredo Braunstein + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * \author John Levon + * \author André Pönitz + * \author Allan Rae + * \author Dekel Tsur + * \author Jürgen Vigna * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/text3.C b/src/text3.C index ebaf72a142..5ec9b25a46 100644 --- a/src/text3.C +++ b/src/text3.C @@ -1,12 +1,17 @@ -/* This file is part of - * ====================================================== +/** + * \file text3.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 Alfredo Braunstein + * \author Angus Leeming + * \author John Levon + * \author André Pönitz * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2002 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/text_funcs.C b/src/text_funcs.C index 2656f53fe7..5640f9e324 100644 --- a/src/text_funcs.C +++ b/src/text_funcs.C @@ -6,7 +6,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * This file contains some utility functions for actually mutating * the text contents of a document diff --git a/src/text_funcs.h b/src/text_funcs.h index 4b183beb7e..5efd2f3706 100644 --- a/src/text_funcs.h +++ b/src/text_funcs.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file text_funcs.h * This file is part of LyX, the document processor. @@ -6,7 +7,7 @@ * \author Lars Gullik Bjønnes * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * This file contains some utility functions for actually mutating * the text contents of a document @@ -15,8 +16,6 @@ #ifndef TEXT_FUNCS_H #define TEXT_FUNCS_H -#include - #include "support/types.h" class LyXCursor; diff --git a/src/textcursor.C b/src/textcursor.C index e5d1aede83..76002a3884 100644 --- a/src/textcursor.C +++ b/src/textcursor.C @@ -1,3 +1,13 @@ +/** + * \file textcursor.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 "textcursor.h" diff --git a/src/textcursor.h b/src/textcursor.h index c7f2c17c5c..5399e0caa2 100644 --- a/src/textcursor.h +++ b/src/textcursor.h @@ -1,14 +1,15 @@ // -*- C++ -*- /** - * \file cursor.h + * \file textcursor.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author unknown * \author Lars Gullik Bjønnes * \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 "lyxcursor.h" diff --git a/src/toc.C b/src/toc.C index e8d303412f..79754f6428 100644 --- a/src/toc.C +++ b/src/toc.C @@ -1,16 +1,12 @@ -// -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 2002 The LyX Team. - * - * ====================================================== - * +/** * \file toc.C - * \author Angus Leeming - * \author Jean-Marc Lasgouttes + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/toc.h b/src/toc.h index 7ee44a0a88..13de17b454 100644 --- a/src/toc.h +++ b/src/toc.h @@ -1,23 +1,18 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 2002 The LyX Team. - * - * ====================================================== - * +/** * \file toc.h - * \author Angus Leeming - * \author Jean-Marc Lasgouttes + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Jean-Marc Lasgouttes + * \author Angus Leeming + * + * Full author contact details are available in file CREDITS. */ #ifndef TOC_H #define TOC_H -#include - #include "support/LOstream.h" #include "LString.h" diff --git a/src/trans.C b/src/trans.C index 3ef8608c77..cbc0bc1a9e 100644 --- a/src/trans.C +++ b/src/trans.C @@ -1,3 +1,14 @@ +/** + * \file trans.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 Matthias Ettrich + * + * Full author contact details are available in file CREDITS. + */ + #include #include "trans.h" diff --git a/src/trans.h b/src/trans.h index a233ace5cd..f53738ad9e 100644 --- a/src/trans.h +++ b/src/trans.h @@ -1,10 +1,14 @@ // -*- C++ -*- /** * \file trans.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 Lars Gullik Bjønnes + * \author Matthias Ettrich + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef TRANS_H diff --git a/src/trans_decl.h b/src/trans_decl.h index a9b6de44e5..86609d94e8 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -1,6 +1,17 @@ // -*- C++ -*- -#ifndef Trans_Decl_h -#define Trans_Decl_h +/** + * \file trans_decl.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 Matthias Ettrich + * + * Full author contact details are available in file CREDITS. + */ + +#ifndef TRANS_DECL_H +#define TRANS_DECL_H #include "LString.h" #include "tex-accent.h" diff --git a/src/trans_mgr.C b/src/trans_mgr.C index 496bdd7394..e8930f9235 100644 --- a/src/trans_mgr.C +++ b/src/trans_mgr.C @@ -1,3 +1,14 @@ +/** + * \file trans_mgr.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 Matthias Ettrich + * + * Full author contact details are available in file CREDITS. + */ + #include #include "trans_mgr.h" diff --git a/src/trans_mgr.h b/src/trans_mgr.h index f0126244cc..999ff3694a 100644 --- a/src/trans_mgr.h +++ b/src/trans_mgr.h @@ -1,4 +1,16 @@ // -*- C++ -*- +/** + * \file trans_mgr.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 Matthias Ettrich + * \author John Levon + * + * Full author contact details are available in file CREDITS. + */ + #ifndef TRANS_MANAGER_H #define TRANS_MANAGER_H diff --git a/src/undo.C b/src/undo.C index 3fa8ca88a9..b1fcb60a22 100644 --- a/src/undo.C +++ b/src/undo.C @@ -1,12 +1,13 @@ -/* This file is part of - * ====================================================== +/** + * \file undo.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 André Pönitz * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/undo.h b/src/undo.h index b9c8e3df99..77191c703b 100644 --- a/src/undo.h +++ b/src/undo.h @@ -1,13 +1,15 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file undo.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 André Pönitz * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef UNDO_H #define UNDO_H diff --git a/src/undo_funcs.C b/src/undo_funcs.C index 2705a0ed33..9fbef8b6bc 100644 --- a/src/undo_funcs.C +++ b/src/undo_funcs.C @@ -1,11 +1,16 @@ -/* This file is part of - * ====================================================== +/** + * \file undo_funcs.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 John Levon + * \author André Pönitz + * \author Jürgen Vigna * - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #include diff --git a/src/undo_funcs.h b/src/undo_funcs.h index 11b4d51809..137843bcae 100644 --- a/src/undo_funcs.h +++ b/src/undo_funcs.h @@ -1,12 +1,17 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file undo_funcs.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 John Levon + * \author André Pönitz + * \author Jürgen Vigna * - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef UNDO_FUNCS_H #define UNDO_FUNCS_H diff --git a/src/vc-backend.C b/src/vc-backend.C index 4b9218348e..de5b6d93d6 100644 --- a/src/vc-backend.C +++ b/src/vc-backend.C @@ -1,3 +1,13 @@ +/** + * \file vc-backend.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 #include "vc-backend.h" diff --git a/src/vc-backend.h b/src/vc-backend.h index 95c0849750..46dfddb7e3 100644 --- a/src/vc-backend.h +++ b/src/vc-backend.h @@ -1,13 +1,14 @@ // -*- C++ -*- /** * \file vc-backend.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 + * + * Full author contact details are available in file CREDITS. */ - #ifndef VC_BACKEND_H #define VC_BACKEND_H diff --git a/src/version.h b/src/version.h index dd2f4b2589..a779496c89 100644 --- a/src/version.h +++ b/src/version.h @@ -1,13 +1,13 @@ -/* -*- C++ -*- */ -/* * This file is part of - * ====================================================== - * - * LyX, the High Level Word Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995, 2001 The LyX Team. - * - *======================================================*/ +// -*- C++ -*- +/** + * \file version.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 VERSION_H #define VERSION_H diff --git a/src/vspace.C b/src/vspace.C index 9b35ac7943..89b18dd6e3 100644 --- a/src/vspace.C +++ b/src/vspace.C @@ -1,9 +1,11 @@ /** * \file vspace.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 Matthias Ettrich + * + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/vspace.h b/src/vspace.h index 9109e95a64..99d85d0102 100644 --- a/src/vspace.h +++ b/src/vspace.h @@ -1,10 +1,12 @@ // -*- C++ -*- /** * \file vspace.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 Matthias Ettrich + * + * Full author contact details are available in file CREDITS. */ #ifndef VSPACE_H