I do believe that 'The LyX Team' doesn't claim copyright on any files in the

lib directory...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7589 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-08-22 11:08:44 +00:00
parent d9ffbf1412
commit e2df724add
5 changed files with 24 additions and 14 deletions

View File

@ -1,5 +1,10 @@
2003-08-22 Angus Leeming <leeming@lyx.org> 2003-08-22 Angus Leeming <leeming@lyx.org>
* lyxrc.example
* examples/listerrors.lyx:
* layouts/chess.layout:
* lyx2lyx/lyx2lyx:
* bind/broadway.bind: * bind/broadway.bind:
* bind/cyrkeys.bind: * bind/cyrkeys.bind:
* bind/greekkeys.bind: * bind/greekkeys.bind:

View File

@ -242,9 +242,9 @@ Expects to read from stdin and output to stdout.
__author__ = "Kayvan A. __author__ = "Kayvan A.
Sylvan <kayvan@sylvan.com>" Sylvan <kayvan@sylvan.com>"
\newline \newline
__date__ = "$Date: 2003/01/17 13:50:10 $" __date__ = "$Date: 2003/08/22 11:08:44 $"
\newline \newline
__version__ = "$Revision: 1.3 $" __version__ = "$Revision: 1.4 $"
\newline \newline
__credits__ = """Edmar Wienskoski Jr. __credits__ = """Edmar Wienskoski Jr.
<edmar-w-jr@technologist.com> <edmar-w-jr@technologist.com>
@ -255,7 +255,7 @@ Bernard Michael Hurley <berhardh@westherts.ac.uk>
\newline \newline
modifications to original listerrors.""" modifications to original listerrors."""
\newline \newline
__copyright__ = "Copyright 2002 - The LyX team." __copyright__ = "Copyright 2002 - Kayvan Sylvan."
\newline \newline
\newline \newline

View File

@ -7,8 +7,6 @@
# #
# Author : Kayvan A. Sylvan <kayvan@sylvan.com> # Author : Kayvan A. Sylvan <kayvan@sylvan.com>
# #
# Copyright (C) 2001 - The LyX team.
#
# Remaining minor problem: # Remaining minor problem:
# #
# Sometimes there is too much space under a \showboard, especially # Sometimes there is too much space under a \showboard, especially

View File

@ -71,7 +71,7 @@ def parse_options(argv):
sys.exit() sys.exit()
if o in ("-v", "--version"): if o in ("-v", "--version"):
print "lyxconvert, version %s" %(version) print "lyxconvert, version %s" %(version)
print "Copyright (C) 2002-2003 LyX Team" print "Copyright (C) 2002-2003 José Matos and Dekel Tsur"
sys.exit() sys.exit()
if o in ("-d", "--debug"): if o in ("-d", "--debug"):
opt.debug = int(a) opt.debug = int(a)

View File

@ -1,11 +1,18 @@
### This file is part of # -*- text -*-
### =====================================================
### # file lyxrc.example
### LyX, the High Level Word Processor # This file is part of LyX, the document processor.
### # Licence details can be found in the file COPYING.
### Copyright 1995-1997 Matthias Ettrich & the LyX Team
### # author Lars Gullik Bjønnes
### ===================================================== # author Jean-Marc Lasgouttes
# author José Matos
# author Asger Alstrup Nielsen
# author Ed Scott
# author Lior Silberman
# author Dekel Tsur
# Full author contact details are available in file CREDITS.
# The file lyxrc.example is a template to write your own lyxrc file. # The file lyxrc.example is a template to write your own lyxrc file.
# If you copy/rename it to lyxrc in the current directory, it will # If you copy/rename it to lyxrc in the current directory, it will