...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
This commit is contained in:
Angus Leeming 2003-08-22 09:44:59 +00:00
parent 0510f56da8
commit 9e75a45c7e
8 changed files with 63 additions and 52 deletions

View File

@ -1,12 +1,15 @@
#! /usr/bin/env python #! /usr/bin/env python
#
# Copyright (C) 2001 The LyX Team. # file fen2ascii.py
# # This file is part of LyX, the document processor.
# This file is distributed under the GPL license. # 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 # This script will convert a chess position in the FEN
# format to an ascii representation of the position. # format to an ascii representation of the position.
#
import sys,string,os import sys,string,os

View File

@ -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 <config.h> #include <config.h>

View File

@ -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 * Full author contact details are available in file CREDITS.
* Copyright 1995-2001 The LyX Team. */
*
*
* ====================================================== */
#include <config.h> #include <config.h>

View File

@ -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 * Full author contact details are available in file CREDITS.
* Copyright 1995-2001 The LyX Team.
*
* ======================================================
*/ */
#include <config.h> #include <config.h>

View File

@ -1,13 +1,15 @@
// -*- C++ -*- // -*- 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 * Full author contact details are available in file CREDITS.
* Copyright 1995-2001 The LyX Team. */
*
* ====================================================== */
#ifndef LYX_LAYOUT_H #ifndef LYX_LAYOUT_H
#define LYX_LAYOUT_H #define LYX_LAYOUT_H

View File

@ -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 * Full author contact details are available in file CREDITS.
* Copyright 1995-2001 The LyX Team.
*
* ======================================================
*/ */
#include <config.h> #include <config.h>

View File

@ -6,7 +6,7 @@
* *
* \author Angus Leeming * \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. * Warning! This file is autogenerated from path_defines.C.in.
* All changes to this file will be lost. * All changes to this file will be lost.

View File

@ -1,14 +1,16 @@
/* -*- C++ -*- */ /* -*- C++ -*- */
/* * This file is part of /**
* ====================================================== * \file version.C
* * This file is part of LyX, the document processor.
* LyX, the High Level Word Processor * Licence details can be found in the file COPYING.
* *
* Copyright 1995 Matthias Ettrich * \author Jean-Marc Lasgouttes
* Copyright 1995, 2001 The LyX Team. *
* * 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@"; char const * lyx_version = "@VERSION@";