# HG changeset patch # User paulb # Date 1189271118 0 # Node ID cb063451f1fe04ad244c7a8c307acc3a20fbd46f # Parent cc33bc492d2132015ff3fa77df2a4a5052049fc7 [project @ 2007-09-08 17:05:18 by paulb] Added missing copyright file. diff -r cc33bc492d21 -r cb063451f1fe packages/ubuntu-feisty/python-xsltools/debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/ubuntu-feisty/python-xsltools/debian/copyright Sat Sep 08 17:05:18 2007 +0000 @@ -0,0 +1,58 @@ +Package creator: + + Paul Boddie + +The origin of the package is: + + http://www.boddie.org.uk/python/XSLTools.html + +Package author: + + Paul Boddie + +Copyright: + +Licence Agreement for XSLTools +------------------------------ + +Copyright (C) 2005, 2006, 2007 Paul Boddie + +This program 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 3 of the License, or (at your option) any +later version. + +This program 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 program. If not, see . + +Copyright and Licensing Information for Other Software +------------------------------------------------------ + +Certain examples in XSLTools use files from the Sarissa distribution (see +http://sarissa.sourceforge.net). These files were made available under the GNU +Lesser General Public License (version 2.1 or later) and under the GNU General +Public License (version 2 or later); the former licence is found in the +LICENCE-Sarissa-lgpl.txt file, whereas the latter is found in the +LICENCE-Sarissa-gpl.txt file. + +The XMLTools.XMLCalendar module uses a modified version of the monthcalendar +function from the Python standard library's calendar module. This code was +made available under the Python Software Foundation License Version 2 (and +other licences) and has the following copyrights: + +Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation. +All rights reserved. + +Copyright (c) 2000 BeOpen.com. +All rights reserved. + +Copyright (c) 1995-2001 Corporation for National Research Initiatives. +All rights reserved. + +Copyright (c) 1991-1995 Stichting Mathematisch Centrum. +All rights reserved.