Consistent header blurbs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7316 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-07-18 12:22:19 +00:00
parent 2eae49ac5a
commit 359583859f
21 changed files with 18 additions and 35 deletions

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file Color.h
* Copyright 1995 Matthias Ettrich
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,6 +1,5 @@
/**
* \file xforms/Dialogs2.C
* Copyright 1995 Matthias Ettrich
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -3,7 +3,7 @@
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Angus Leeming
* \author Martin Vermeer
*
* Full author contact details are available in file CREDITS
*/

View File

@ -4,7 +4,7 @@
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Angus Leeming
* \author Martin Vermeer
*
* Full author contact details are available in file CREDITS
*/

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file FormPreferences.h
* Copyright 1999-2001 Allan Rae
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file FormPrint.h
* Copyright 1999-2001 Allan Rae
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file FormTabular.h
* Copyright 1995 Matthias Ettrich
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file FormTabularCreate.h
* Copyright 1995 Matthias Ettrich
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -6,7 +6,6 @@
* \author Herbert Voss
*
* Full author contact details are available in file CREDITS
* \date 2001-10-01
*/
#include <config.h>

View File

@ -1,8 +1,6 @@
// -*- C++ -*-
/**
* \file xforms/Menubar_pimpl.h
* Copyright 1995 Matthias Ettrich
* Copyright 1996-2001 Lars Gullik Bjønnes
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,5 @@
/**
* \file RadioButtonGroup.C
* Copyright 1995 Matthias Ettrich.
* Copyright 2000 Baruch Even
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file RadioButtonGroup.h
* Copyright 2000 Baruch Even
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,5 @@
/**
* \file xforms/Toolbar_pimpl.C
* Copyright 1995 Matthias Ettrich
* Copyright 1996-1998 Lars Gullik Bjønnes
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file xforms/Toolbar_pimpl.h
* Copyright 1996-2001 Lars Gullik Bjønnes
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -6,11 +6,6 @@
* \author Alejandro Aguilar Sierra
*
* Full author contact details are available in file CREDITS
*
* Implementation of the XForms object bmtable.
*
* A bitmap table uses a single bitmap to simulate a 2d array
* of bitmap buttons. It can be used to build bitmap menus.
*/
#include <config.h>

View File

@ -1,6 +1,5 @@
/**
* \file bmtable.h
* Copyright 1995-1996 Alejandro Aguilar Sierra
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
@ -9,7 +8,7 @@
* Full author contact details are available in file CREDITS
*/
/* A bitmap table uses a single bitmap to simulate a 2d array
/** A bitmap table uses a single bitmap to simulate a 2d array
* of bitmap buttons. It can be used to build bitmap menus.
*/

View File

@ -7,7 +7,7 @@
# Full author contact details are available in file CREDITS
#
# Use so:
# sed -f fdfixc.sed < somefile.c > fixedfile.C
# sed -f fdfixc.sed somefile.c > fixedfile.C
#
# It contains the instructions that sed requires to manipulate
# the .c files produced by fdesign into a form usable by LyX

View File

@ -7,7 +7,7 @@
# Full author contact details are available in file CREDITS
#
# Use so:
# sed -f fdfixh.sed < somefile.h > fixedfile.h
# sed -f fdfixh.sed somefile.h > fixedfile.h
#
# It contains the instructions that sed requires to manipulate
# the .h files produced by fdesign into a form usable by LyX

View File

@ -1,12 +1,15 @@
/* input_validators.C
* A collection of input filtering and validating functions for use in
* XForms dialogs. Mainly meant for filtering input boxes although may
* be extended to include other generally useful xforms-specific tools.
/**
* \file input_validators.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Allan Rae
*
* Full author contact details are available in file CREDITS
*/
#include <config.h>
#include "lyx_forms.h"
#include "support/lstrings.h"
#include "input_validators.h"

View File

@ -1,7 +1,6 @@
// -*- C++ -*-
/**
* \file input_validators.h
* Copyright 1999-2001 Allan Rae
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -1,11 +1,13 @@
/**
* \file xformsTimeout.C
* Copyright 2001 LyX Team
* Read 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 Angus Leeming
*
* Full author contact details are available in file CREDITS
*/
#include <config.h>