]> git.lyx.org Git - features.git/commitdiff
Add authors.
authorAngus Leeming <leeming@lyx.org>
Fri, 22 Aug 2003 10:50:02 +0000 (10:50 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 22 Aug 2003 10:50:02 +0000 (10:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7588 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/scripts/TeXFiles.sh
lib/scripts/convertDefault.sh
lib/scripts/listerrors

index d57f55bcb3a7f948c9dd4524b9c0cecaea149c65..5fa092b1216ffaf4cfa1493422e36d6e11da8492 100644 (file)
@@ -1,10 +1,5 @@
 2003-08-22  Angus Leeming  <leeming@lyx.org>
 
-       * ui/classic.ui:
-       * ui/default.ui:
-       * ui/stdmenus.ui:
-       * ui/stdtoolbars.ui: 
-
        * bind/broadway.bind: 
        * bind/cyrkeys.bind: 
        * bind/greekkeys.bind: 
@@ -13,6 +8,15 @@
        * bind/math.bind: 
        * bind/sciword.bind: tell the world who wrote 'em.
 
+       * scripts/TeXFiles.sh:
+       * scripts/convertDefault.sh:
+       * scripts/listerrors: ditto
+
+       * ui/classic.ui:
+       * ui/default.ui:
+       * ui/stdmenus.ui:
+       * ui/stdtoolbars.ui: ditto
+
 2003-08-22  Angus Leeming  <leeming@lyx.org>
 
        * bind/cua.bind:
index a84899208bc9cd183953071cf42ec93008b5ac60..8538ead11829f2ef0a01a6df43183b5400751554 100755 (executable)
@@ -1,5 +1,15 @@
 #!/bin/sh
-# file: ~/bin/TeXFiles.sh
+
+# file TeXFiles.sh
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Herbert Voß
+# author Jean-Marc Lasgouttes
+# author Jürgen Spitzmüller
+
+# Full author contact details are available in file CREDITS.
+
 # all files            -> without option
 # TeX class files      -> option cls 
 # TeX style files      -> option sty
index 25c083d75584a9c928ce10ac9b5d933e6380fd3e..7f98d4af2193ef5acce5738a3cd1e73014fd6c51 100644 (file)
@@ -1,10 +1,19 @@
 #! /bin/sh
+
+# file convertDefault.sh
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Herbert Voß
+
+# Full author contact details are available in file CREDITS.
+
 # The default converter if no other has been defined by the user from the
 # Conversion->Converter tab of the Preferences dialog.
-#
+
 # The user can also redefine this default converter, placing their
 # replacement in ~/.lyx/scripts
-#
+
 # converts an image from $1 to $2 format
 convert -depth 8 $1 $2
 if [ $? -ne 0 ]; then
index 326702b3f376556f96820ae6bdd8188d2ace7e92..be0162ad113a0368b6329c7c7a19a333fb2d39ba 100755 (executable)
@@ -1,17 +1,26 @@
 #!/usr/bin/python
+
+# file listerrors
+# 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.
+
 """reformat noweb and compiler errors for LyX.
 
 Expects to read from stdin and output to stdout.
 """
 
 __author__ = "Kayvan A. Sylvan <kayvan@sylvan.com>"
-__date__ = "$Date: 2002/03/25 23:29:30 $"
-__version__ = "$Revision: 1.2 $"
+__date__ = "$Date: 2003/08/22 10:50:02 $"
+__version__ = "$Revision: 1.3 $"
 __credits__ = """Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
     original Literate support for LyX.
 Bernard Michael Hurley <berhardh@westherts.ac.uk>
     modifications to original listerrors."""
-__copyright__ = "Copyright 2002 - The LyX team."
+__copyright__ = "Copyright 2002 - Kayvan A. Sylvan."
 
 import sys, string