]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/fen2ascii.py
iucr.layout: use Item_Environment for a style as proposed by Jürgen
[lyx.git] / lib / scripts / fen2ascii.py
index 921a4d8bcdaab533a5e4f819241124d46ab00e38..473515ccc7b68551a5b7d0c0a368c35d8b0f27e7 100644 (file)
@@ -1,12 +1,13 @@
-#! /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