X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Ffen2ascii.py;h=96bd6e0e1c93424e242ae33aabcd3e99e993740e;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=921a4d8bcdaab533a5e4f819241124d46ab00e38;hpb=2f7c9e057a4e10ca4060fc2e7fba5c098160a99d;p=lyx.git diff --git a/lib/scripts/fen2ascii.py b/lib/scripts/fen2ascii.py index 921a4d8bcd..96bd6e0e1c 100644 --- a/lib/scripts/fen2ascii.py +++ b/lib/scripts/fen2ascii.py @@ -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