]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/fen2ascii.py
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / lib / scripts / fen2ascii.py
index 921a4d8bcdaab533a5e4f819241124d46ab00e38..96bd6e0e1c93424e242ae33aabcd3e99e993740e 100644 (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