1 Package creator: 2 3 Paul Boddie <paul@boddie.org.uk> 4 5 The origin of the package is: 6 7 http://www.boddie.org.uk/python/XSLTools.html 8 9 Package author: 10 11 Paul Boddie <paul@boddie.org.uk> 12 13 Copyright: 14 15 Licence Agreement for XSLTools 16 ------------------------------ 17 18 Copyright (C) 2005, 2006, 2007 Paul Boddie <paul@boddie.org.uk> 19 20 This program is free software; you can redistribute it and/or modify it under 21 the terms of the GNU Lesser General Public License as published by the Free 22 Software Foundation; either version 3 of the License, or (at your option) any 23 later version. 24 25 This program is distributed in the hope that it will be useful, but WITHOUT 26 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 27 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more 28 details. 29 30 You should have received a copy of the GNU Lesser General Public License along 31 with this program. If not, see <http://www.gnu.org/licenses/>. 32 33 Copyright and Licensing Information for Other Software 34 ------------------------------------------------------ 35 36 Certain examples in XSLTools use files from the Sarissa distribution (see 37 http://sarissa.sourceforge.net). These files were made available under the GNU 38 Lesser General Public License (version 2.1 or later) and under the GNU General 39 Public License (version 2 or later); the former licence is found in the 40 LICENCE-Sarissa-lgpl.txt file, whereas the latter is found in the 41 LICENCE-Sarissa-gpl.txt file. 42 43 The XMLTools.XMLCalendar module uses a modified version of the monthcalendar 44 function from the Python standard library's calendar module. This code was 45 made available under the Python Software Foundation License Version 2 (and 46 other licences) and has the following copyrights: 47 48 Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation. 49 All rights reserved. 50 51 Copyright (c) 2000 BeOpen.com. 52 All rights reserved. 53 54 Copyright (c) 1995-2001 Corporation for National Research Initiatives. 55 All rights reserved. 56 57 Copyright (c) 1991-1995 Stichting Mathematisch Centrum. 58 All rights reserved.