XSLTools

Change of packages/ubuntu-feisty/python-xsltools/debian/copyright

617:cb063451f1fe
packages/ubuntu-feisty/python-xsltools/debian/copyright
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/packages/ubuntu-feisty/python-xsltools/debian/copyright	Sat Sep 08 17:05:18 2007 +0000
     1.3 @@ -0,0 +1,58 @@
     1.4 +Package creator:
     1.5 +
     1.6 +  Paul Boddie <paul@boddie.org.uk>
     1.7 +
     1.8 +The origin of the package is:
     1.9 +
    1.10 +  http://www.boddie.org.uk/python/XSLTools.html
    1.11 +
    1.12 +Package author:
    1.13 +
    1.14 +  Paul Boddie <paul@boddie.org.uk>
    1.15 +
    1.16 +Copyright:
    1.17 +
    1.18 +Licence Agreement for XSLTools
    1.19 +------------------------------
    1.20 +
    1.21 +Copyright (C) 2005, 2006, 2007 Paul Boddie <paul@boddie.org.uk>
    1.22 +
    1.23 +This program is free software; you can redistribute it and/or modify it under
    1.24 +the terms of the GNU Lesser General Public License as published by the Free
    1.25 +Software Foundation; either version 3 of the License, or (at your option) any
    1.26 +later version.
    1.27 +
    1.28 +This program is distributed in the hope that it will be useful, but WITHOUT
    1.29 +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    1.30 +FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    1.31 +details.
    1.32 +
    1.33 +You should have received a copy of the GNU Lesser General Public License along
    1.34 +with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.35 +
    1.36 +Copyright and Licensing Information for Other Software
    1.37 +------------------------------------------------------
    1.38 +
    1.39 +Certain examples in XSLTools use files from the Sarissa distribution (see
    1.40 +http://sarissa.sourceforge.net). These files were made available under the GNU
    1.41 +Lesser General Public License (version 2.1 or later) and under the GNU General
    1.42 +Public License (version 2 or later); the former licence is found in the
    1.43 +LICENCE-Sarissa-lgpl.txt file, whereas the latter is found in the
    1.44 +LICENCE-Sarissa-gpl.txt file.
    1.45 +
    1.46 +The XMLTools.XMLCalendar module uses a modified version of the monthcalendar
    1.47 +function from the Python standard library's calendar module. This code was
    1.48 +made available under the Python Software Foundation License Version 2 (and
    1.49 +other licences) and has the following copyrights:
    1.50 +
    1.51 +Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation.
    1.52 +All rights reserved.
    1.53 +
    1.54 +Copyright (c) 2000 BeOpen.com.
    1.55 +All rights reserved.
    1.56 +
    1.57 +Copyright (c) 1995-2001 Corporation for National Research Initiatives.
    1.58 +All rights reserved.
    1.59 +
    1.60 +Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
    1.61 +All rights reserved.