...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
#
# 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

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>

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

View File

@ -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

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

View File

@ -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.

View File

@ -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@";