# HG changeset patch # User paulb # Date 1121547545 0 # Node ID c98fe361a6fc999a4b096a76fee6beb5702b67f6 # Parent 4eb3084362d4b89f033e09b0b6606c1768f9f441 [project @ 2005-07-16 20:59:05 by paulb] Added Sarissa licence information and explicit licence information to XSLTools files. diff -r 4eb3084362d4 -r c98fe361a6fc README.txt --- a/README.txt Sat Jul 16 20:36:23 2005 +0000 +++ b/README.txt Sat Jul 16 20:59:05 2005 +0000 @@ -25,7 +25,7 @@ http://www.boddie.org.uk/python/XSLTools.html Copyright and licence information can be found in the docs directory - see -docs/LICENCE.txt for more information. +docs/LICENCE.txt and docs/LICENCE-Sarissa.txt for more information. Dependencies ------------ diff -r 4eb3084362d4 -r c98fe361a6fc XSLOutput.py --- a/XSLOutput.py Sat Jul 16 20:36:23 2005 +0000 +++ b/XSLOutput.py Sat Jul 16 20:59:05 2005 +0000 @@ -2,6 +2,22 @@ """ XSL output classes and functions. + +Copyright (C) 2005 Paul Boddie + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ __version__ = "0.1"