source: products/vendor/Products.CacheSetup/current/docs/LICENSE.txt @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 12 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

  • Property svn:eol-style set to native
File size: 2.6 KB
Line 
1Portions of ETagCacheManager.py and PageCache.py were derived
2from Zope 2.8's standard cache managers.  Specifically,
3~Zope/lib/python/Products/StandardCacheManagers/RAMCacheManager.py
4Both files have been modified considerably.
5
6cache.gif also comes from ~Zope/lib/python/Products/StandardCacheManagers
7
8
9Zope Public License (ZPL) Version 2.0
10-----------------------------------------------
11
12This software is Copyright (c) Zope Corporation (tm) and
13Contributors. All rights reserved.
14
15This license has been certified as open source. It has also
16been designated as GPL compatible by the Free Software
17Foundation (FSF).
18
19Redistribution and use in source and binary forms, with or
20without modification, are permitted provided that the
21following conditions are met:
22
231. Redistributions in source code must retain the above
24   copyright notice, this list of conditions, and the following
25   disclaimer.
26
272. Redistributions in binary form must reproduce the above
28   copyright notice, this list of conditions, and the following
29   disclaimer in the documentation and/or other materials
30   provided with the distribution.
31
323. The name Zope Corporation (tm) must not be used to
33   endorse or promote products derived from this software
34   without prior written permission from Zope Corporation.
35
364. The right to distribute this software or to use it for
37   any purpose does not give you the right to use Servicemarks
38   (sm) or Trademarks (tm) of Zope Corporation. Use of them is
39   covered in a separate agreement (see
40   http://www.zope.com/Marks).
41
425. If any files are modified, you must cause the modified
43   files to carry prominent notices stating that you changed
44   the files and the date of any change.
45
46Disclaimer
47
48  THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
49  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
50  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
51  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
52  NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
53  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
56  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
58  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
59  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
60  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
61  DAMAGE.
62
63
64This software consists of contributions made by Zope
65Corporation and many individuals on behalf of Zope
66Corporation.  Specific attributions are listed in the
67accompanying credits file.
Note: See TracBrowser for help on using the repository browser.