Code

fixed rdbms email address lookup (case insensitivity)
[roundup.git] / COPYING.txt
1 Roundup Licensing
2 -----------------
4 Copyright (c) 2002 eKit.com Inc (http://www.ekit.com/)
6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to deal
8 in the Software without restriction, including without limitation the rights
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
13   The above copyright notice and this permission notice shall be included in
14   all copies or substantial portions of the Software.
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 SOFTWARE.
25 Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
27 This module is free software, and you may redistribute it and/or modify
28 under the same terms as Python 2.1 (the PSF LICENSE AGREEMENT), so long
29 as this copyright message and disclaimer are retained in their original form.
31 IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
32 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
33 OUT OF THE USE OF THIS CODE, EVEN IF BIZAR SOFTWARE PTY LTD HAS BEEN
34 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
37 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
38 FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
39 BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
40 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
43 PageTemplates Licensing
44 -----------------------
46 Portions of this code (roundup.cgi.PageTemplates, roundup.cgi.TAL and
47 roundup.cgi.ZTUtils) have been copied from Zope. They have been modified in
48 the following manner:
50 - removal of unit tests, Zope-specific code and support files from 
51   PageTemplates: PageTemplateFile.py, ZPythonExpr.py, ZRPythonExpr.py,
52   ZopePageTemplate.py, examples, help, tests, CHANGES.txt, HISTORY.txt,
53   version.txt and www. From TAL: DummyEngine.py, HISTORY.txt, CHANGES.txt,
54   benchmark, driver.py, markbench.py, ndiff.py, runtest.py, setpath.py,
55   tests and timer.py. From ZTUtils: SimpleTree.py, Zope.py, CHANGES.txt and
56   HISTORY.txt.
57 - editing to remove dependencies on Zope modules (see files for change notes)
59 The license for this code is in doc/ZPL.txt.