From 9e75a45c7e9311f3d208db99b6e23f7ac7e5fe03 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 22 Aug 2003 09:44:59 +0000 Subject: [PATCH] ...and a few more. That's all this licence nonsense in my tree at the moment. tex2lyx is now 'clean'. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7584 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/fen2ascii.py | 15 +++++++++------ src/Floating.C | 13 +++++++------ src/counters.C | 16 ++++++++-------- src/lyxlayout.C | 15 ++++++++------- src/lyxlayout.h | 16 +++++++++------- src/lyxtextclass.C | 16 +++++++++------- src/support/path_defines.C.in | 2 +- src/version.C.in | 22 ++++++++++++---------- 8 files changed, 63 insertions(+), 52 deletions(-) diff --git a/lib/scripts/fen2ascii.py b/lib/scripts/fen2ascii.py index 921a4d8bcd..96bd6e0e1c 100644 --- a/lib/scripts/fen2ascii.py +++ b/lib/scripts/fen2ascii.py @@ -1,12 +1,15 @@ #! /usr/bin/env python -# -# Copyright (C) 2001 The LyX Team. -# -# This file is distributed under the GPL license. -# + +# file fen2ascii.py +# This file is part of LyX, the document processor. +# Licence details can be found in the file COPYING. + +# author Kayvan A. Sylvan + +# Full author contact details are available in file CREDITS. + # This script will convert a chess position in the FEN # format to an ascii representation of the position. -# import sys,string,os diff --git a/src/Floating.C b/src/Floating.C index dffa8263b4..c577160890 100644 --- a/src/Floating.C +++ b/src/Floating.C @@ -1,11 +1,12 @@ -/* This file is part of - * ====================================================== +/** + * \file Floating.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 1998-2001 The LyX Team. - * - * ====================================================== + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/counters.C b/src/counters.C index a69b6a3c08..b0d99cbe15 100644 --- a/src/counters.C +++ b/src/counters.C @@ -1,13 +1,13 @@ -/* This file is part of - * ====================================================== +/** + * \file counters.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 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/lyxlayout.C b/src/lyxlayout.C index fc691697f7..d1ddac4b74 100644 --- a/src/lyxlayout.C +++ b/src/lyxlayout.C @@ -1,12 +1,13 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxlayout.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 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/lyxlayout.h b/src/lyxlayout.h index dae78e576b..661d7fb6bf 100644 --- a/src/lyxlayout.h +++ b/src/lyxlayout.h @@ -1,13 +1,15 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxlayout.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 André Pönitz * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LYX_LAYOUT_H #define LYX_LAYOUT_H diff --git a/src/lyxtextclass.C b/src/lyxtextclass.C index 3df1271e40..eee3976592 100644 --- a/src/lyxtextclass.C +++ b/src/lyxtextclass.C @@ -1,12 +1,14 @@ -/* This file is part of - * ====================================================== +/** + * \file lyxlayout.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 André Pönitz + * \author Michael Schmitt * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/support/path_defines.C.in b/src/support/path_defines.C.in index e32103e3ae..f1ccab2bbd 100644 --- a/src/support/path_defines.C.in +++ b/src/support/path_defines.C.in @@ -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. * * Warning! This file is autogenerated from path_defines.C.in. * All changes to this file will be lost. diff --git a/src/version.C.in b/src/version.C.in index b210bd6657..e6187f6e03 100644 --- a/src/version.C.in +++ b/src/version.C.in @@ -1,14 +1,16 @@ /* -*- C++ -*- */ -/* * This file is part of - * ====================================================== - * - * LyX, the High Level Word Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995, 2001 The LyX Team. - * - *======================================================*/ - +/** + * \file version.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. + * + * Warning! This file is autogenerated from version.C.in. + * All changes to this file will be lost. + */ /// char const * lyx_version = "@VERSION@"; -- 2.39.2