mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
d9ffbf1412
commit
e2df724add
@ -1,5 +1,10 @@
|
||||
2003-08-22 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyxrc.example
|
||||
* examples/listerrors.lyx:
|
||||
* layouts/chess.layout:
|
||||
* lyx2lyx/lyx2lyx:
|
||||
|
||||
* bind/broadway.bind:
|
||||
* bind/cyrkeys.bind:
|
||||
* bind/greekkeys.bind:
|
||||
|
@ -242,9 +242,9 @@ Expects to read from stdin and output to stdout.
|
||||
__author__ = "Kayvan A.
|
||||
Sylvan <kayvan@sylvan.com>"
|
||||
\newline
|
||||
__date__ = "$Date: 2003/01/17 13:50:10 $"
|
||||
__date__ = "$Date: 2003/08/22 11:08:44 $"
|
||||
\newline
|
||||
__version__ = "$Revision: 1.3 $"
|
||||
__version__ = "$Revision: 1.4 $"
|
||||
\newline
|
||||
__credits__ = """Edmar Wienskoski Jr.
|
||||
<edmar-w-jr@technologist.com>
|
||||
@ -255,7 +255,7 @@ Bernard Michael Hurley <berhardh@westherts.ac.uk>
|
||||
\newline
|
||||
modifications to original listerrors."""
|
||||
\newline
|
||||
__copyright__ = "Copyright 2002 - The LyX team."
|
||||
__copyright__ = "Copyright 2002 - Kayvan Sylvan."
|
||||
\newline
|
||||
|
||||
\newline
|
||||
|
@ -7,8 +7,6 @@
|
||||
#
|
||||
# Author : Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||
#
|
||||
# Copyright (C) 2001 - The LyX team.
|
||||
#
|
||||
# Remaining minor problem:
|
||||
#
|
||||
# Sometimes there is too much space under a \showboard, especially
|
||||
|
@ -71,7 +71,7 @@ def parse_options(argv):
|
||||
sys.exit()
|
||||
if o in ("-v", "--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()
|
||||
if o in ("-d", "--debug"):
|
||||
opt.debug = int(a)
|
||||
|
@ -1,11 +1,18 @@
|
||||
### This file is part of
|
||||
### =====================================================
|
||||
###
|
||||
### LyX, the High Level Word Processor
|
||||
###
|
||||
### Copyright 1995-1997 Matthias Ettrich & the LyX Team
|
||||
###
|
||||
### =====================================================
|
||||
# -*- text -*-
|
||||
|
||||
# file lyxrc.example
|
||||
# This file is part of LyX, the document processor.
|
||||
# Licence details can be found in the file COPYING.
|
||||
|
||||
# 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.
|
||||
# If you copy/rename it to lyxrc in the current directory, it will
|
||||
|
Loading…
Reference in New Issue
Block a user