]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx2lyx
I do believe that 'The LyX Team' doesn't claim copyright on any files in the
[features.git] / lib / lyx2lyx / lyx2lyx
index c7629b9c22533a006e51b3d884ac4b62255597cf..8f94d08cf03215a214c27126ef1d374b788c7a92 100755 (executable)
@@ -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)