php8
[web.mtrack] / LICENSE
1 This mess was authored by Alan Knowles and is:
2 Copyright (C) 2010-2011 Alan Knowles
3 All rights reserved.
4
5 The bulk of MTrack (directory)  is authored by Wez Furlong and is:
6 Copyright (C) 2008-2010 Message Systems, Inc.
7 All rights reserved.
8
9 This software is derived from the "Trac" software product, which is:
10 Copyright (C) 2003-2008 Edgewall Software
11 All rights reserved.
12 The origin of that software is http://trac.edgewall.org
13
14 Portions of this software are taken from the Alexandria PHP
15 library which is authored by Wez Furlong and is:
16 Copyright (C) 2007, OmniTI Computer Consulting, Inc.
17 The origin of that software is http://bitbucket.org/wez/alexandria
18
19 The Lucene search implementation is built using software from
20 the Zend Framework, which is:
21 Copyright (C) 2005-2009, Zend Technologies USA, Inc.
22 The origin of that software is http://framework.zend.com
23
24 This software uses the jQuery javascript/CSS/UI library, which is
25 Copyright (C) 2009 John Resig
26 The origin of that software is http://jquery.com
27
28 This software uses the markItUp! Universal MarkUp Engine, which is
29 Copyright (C) 2007-2009 Jay Salvat
30 The origin of that software is http://markitup.jaysalvat.com/
31
32 This software uses the timeago jQuery plugin, which is
33 Copyright (c) 2008-2010, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
34 The origin of that software is http://timeago.yarp.com/
35
36 This software uses the PHP OpenID library by JanRain, Inc., which is
37 Copyright (C) 2005-2008 JanRain, Inc.
38 The origin of that software is http://openidenabled.com/php-openid/
39
40 This software uses the Hyperlight syntax highlighting library for PHP, which is
41 Copyright 2008 Konrad Rudolph.
42 The origin of that software is http://code.google.com/p/hyperlight/
43
44 Some of the icons used in this software were taken from
45 http://www.smashingmagazine.com/2009/05/20/flavour-extended-the-ultimate-icon-set-for-web-designers/
46 which explicitly states that it may be used for any purpose with no
47 restrictions.
48 I'm including a link to the artists web site as a courtesy; thank you!
49 http://www.addictedtocoffee.de/
50
51 It is recommended that persons intending to redistribute the third-party
52 software do so by obtaining it from the origin rather than from the software
53 distribution containing this license text.
54
55 All of the above software, with the exception of jQuery (and plugins),
56 markItUp and PHP OpenID, are subject to the modified BSD license,
57 the text of which is included immediately below:
58
59 -------
60
61 Redistribution and use in source and binary forms, with or without
62 modification, are permitted provided that the following conditions
63 are met:
64
65 1. Redistributions of source code must retain the above copyright
66    notice, this list of conditions and the following disclaimer.
67 2. Redistributions in binary form must reproduce the above copyright
68    notice, this list of conditions and the following disclaimer in
69    the documentation and/or other materials provided with the
70    distribution.
71 3. The name of the copyright holders or contributors may not be used
72    to endorse or promote products derived from this software without specific
73    prior written permission.
74
75 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS''
76 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
77 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
78 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
79 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
80 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
81 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
82 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
83 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
84 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
85
86 -------
87
88 jQuery (and related plugins) and markItUp are subject to the MIT license,
89 included immediately below:
90
91 -------
92
93 Permission is hereby granted, free of charge, to any person obtaining
94 a copy of this software and associated documentation files (the
95 "Software"), to deal in the Software without restriction, including
96 without limitation the rights to use, copy, modify, merge, publish,
97 distribute, sublicense, and/or sell copies of the Software, and to
98 permit persons to whom the Software is furnished to do so, subject to
99 the following conditions:
100
101 The above copyright notice and this permission notice shall be
102 included in all copies or substantial portions of the Software.
103
104 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
105 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
106 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
107 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
108 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
109 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
110 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
111
112 -------
113
114 The PHP OpenID library is subject to the Apache License version 2.0.
115 The full text of that license can be found at:
116
117   http://www.apache.org/licenses/LICENSE-2.0 Apache
118
119 another copy of the license text can be found in the file
120
121   inc/Auth/COPYING
122
123 which is contained in this source distribution.
124