X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Ffen2ascii.py;h=96bd6e0e1c93424e242ae33aabcd3e99e993740e;hb=c0bbc020a56e0e55fe4a07230ab6d9851fef0c24;hp=b363e0b1b0593913999cbc092b2b3ca6132f1acf;hpb=60ca300e1d398d2288a8a7b53c4458b28867d210;p=lyx.git diff --git a/lib/scripts/fen2ascii.py b/lib/scripts/fen2ascii.py index b363e0b1b0..96bd6e0e1c 100644 --- a/lib/scripts/fen2ascii.py +++ b/lib/scripts/fen2ascii.py @@ -1,12 +1,15 @@ -#!/usr/bin/python -# -# Copyright (C) 2001 The LyX Team. -# -# This file is distributed under the GPL license. -# +#! /usr/bin/env python + +# 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