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