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