root/tags/1.0.0beta1/LICENSE

Revision 2648, 2.8 KB (checked in by david, 5 months ago)

merging in branches/david-xml_only_config_system, kudos to impl for helping so much with this one :> please test it thoroughly; more work on migration of other config handlers will be done over the next couple of weeks. refs #519, #462, #710, #515

  • Property svn:keywords set to Id
Line 
1AGAVI LICENSE INFORMATION
2=========================
3
4This library is free software; you can redistribute it and/or
5modify it under the terms of the GNU Lesser General Public
6License as published by the Free Software Foundation; either
7version 2.1 of the License, or (at your option) any later version.
8
9This library is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12Lesser General Public License for more details.
13
14You should have received a copy of the GNU Lesser General Public
15License along with this library; if not, write to the Free Software
16Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
18
19DETAILED LICENSE INFORMATION PER COMPONENT
20==========================================
21
22Agavi
23-----
24
25Agavi is originally based on Mojavi3 r775 by Sean Kerr.
26
27For more information about Agavi, visit the homepage:
28http://www.agavi.org/
29
30The corresponding license can be found in LICENSE-AGAVI.
31
32--
33
34
35PHPUnit
36-------
37
38Agavi bundles PHPUnit in a development version to facilitate software testing.
39
40For more information about PHPUnit, visit the homepage:
41http://phpunit.de/
42
43The corresponding license can be found in LICENSE-PHPUNIT.
44
45--
46
47
48International Components for Unicode
49------------------------------------
50
51This software contains a port of parts of the International Components for
52Unicode library.
53
54For more information about ICU, visit the homepages:
55http://www.ibm.com/software/globalization/icu/
56http://icu.sourceforge.net/
57
58The corresponding license can be found in LICENSE-ICU.
59
60--
61
62
63Unicode Common Locale Data Repository
64-------------------------------------
65
66This software bundles a subset of the Unicode Common Locale Data Repository.
67
68Fore more information about the Unicode CLDR, visit the homepage:
69http://www.unicode.org/cldr/
70
71The corresponding license can be found in LICENSE-UNICODE_CLDR.
72
73--
74
75
76ISO Schematron
77--------------
78
79This software uses the ISO Schematron Skeleton, and the ISO Schematron ISO SVRL
80implementation, by Rick Jelliffe.
81
82For more information about ISO Schematron, visit the homepage:
83http://www.schematron.com/
84
85The corresponding license can be found in LICENSE-SCHEMATRON.
86
87--
88
89
90Zoneinfo Database
91-----------------
92
93This software uses data from the Zoneinfo Database, also known as "tz database"
94or "Olson database".
95
96For more information about the Zoneinfo Database, visit the homepage:
97http://www.twinsun.com/tz/tz-link.htm
98
99The Zoneinfo Database is licensed as Public Domain.
100
101--
102
103
104Tango Icon Theme
105----------------
106
107This software uses some icons from the Tango Desktop Project Icon Theme in their
108original SVG versions.
109
110For more information about the Tango Desktop Project, visit the homepage:
111http://tango.freedesktop.org/
112
113The corresponding license can be found in LICENSE-TANGO_ICON_THEME.
Note: See TracBrowser for help on using the browser.