annotate COPYING.txt @ 7441:e7df82ae137d

Cleanup docker before 2.3.0b1 release scripts/Docker/Dockerfile Document/implement pip_sdist source mode for testing the source distribution. Change from multiple if's to case statement. Disable verbose tracing of shells script. Use --build-arg="VERBOSE=1" to enable set -xv. scripts/Docker/roundup_start Report error if demo mode is used with 2.2.0. This catches the easiest case where build is done using pypi before 2.3.0 final is released. Indent demo mode PORT_8080 doc block so it's not lost in a wall of text. doc/installation.txt Document all source --build-args including how to build from pypi using a version specifier. Break out other uses of --build-arg into code blocks. Reference docker compose section rather than referencing docker-compose.yml. Clarify docker hub tagging for devel releases. Minor formatting fixes.
author John Rouillard <rouilj@ieee.org>
date Wed, 31 May 2023 19:14:56 -0400
parents 0d9f704a7ef2
children 623502678b97
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7144
02c26d7de951 Try to get workflows to recognize the license.
John Rouillard <rouilj@ieee.org>
parents: 6695
diff changeset
1 Roundup, exclusive of the Zope page templates, is `MIT licensed`_.
02c26d7de951 Try to get workflows to recognize the license.
John Rouillard <rouilj@ieee.org>
parents: 6695
diff changeset
2
02c26d7de951 Try to get workflows to recognize the license.
John Rouillard <rouilj@ieee.org>
parents: 6695
diff changeset
3 .. _MIT licensed: https://opensource.org/license/mit/
02c26d7de951 Try to get workflows to recognize the license.
John Rouillard <rouilj@ieee.org>
parents: 6695
diff changeset
4
1409
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
5 Roundup Licensing
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
6 -----------------
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
7
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
8 | Copyright (c) 2009-2022 Roundup-Team (https://opensource.org/license/mit/)
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
9 | Copyright (c) 2003-2009 Richard Jones (richard@mechanicalcat.net)
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
10 | Copyright (c) 2002 eKit.com Inc
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
11 | Copyright (c) 2001 Bizar Software Pty Ltd
905
502a5ae11cc5 Very close now. The cgi and mailgw now use the new security API.
Richard Jones <richard@users.sourceforge.net>
parents: 902
diff changeset
12
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
13 Permission is hereby granted, free of charge, to any person obtaining a copy
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
14 of this software and associated documentation files (the "Software"), to deal
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
15 in the Software without restriction, including without limitation the rights
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
16 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
17 copies of the Software, and to permit persons to whom the Software is
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
18 furnished to do so, subject to the following conditions:
905
502a5ae11cc5 Very close now. The cgi and mailgw now use the new security API.
Richard Jones <richard@users.sourceforge.net>
parents: 902
diff changeset
19
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
20 The above copyright notice and this permission notice shall be included in
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
21 all copies or substantial portions of the Software.
905
502a5ae11cc5 Very close now. The cgi and mailgw now use the new security API.
Richard Jones <richard@users.sourceforge.net>
parents: 902
diff changeset
22
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
25 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
26 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
27 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
28 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
29 SOFTWARE.
902
b0d3d3535998 Bugger it. Here's the current shape of the new security implementation.
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
30
1409
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
31
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
32 PageTemplates Licensing
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
33 -----------------------
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
34
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
35 Portions of this code (roundup.cgi.PageTemplates, roundup.cgi.TAL and
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
36 roundup.cgi.ZTUtils) have been copied from Zope. They have been modified in
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
37 the following manner:
902
b0d3d3535998 Bugger it. Here's the current shape of the new security implementation.
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
38
1409
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
39 - removal of unit tests, Zope-specific code and support files from
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
40 PageTemplates: PageTemplateFile.py, ZPythonExpr.py, ZRPythonExpr.py,
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
41 ZopePageTemplate.py, examples, help, tests, CHANGES.txt, HISTORY.txt,
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
42 version.txt and www. From TAL: DummyEngine.py, HISTORY.txt, CHANGES.txt,
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
43 benchmark, driver.py, markbench.py, ndiff.py, runtest.py, setpath.py,
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
44 tests and timer.py. From ZTUtils: SimpleTree.py, Zope.py, CHANGES.txt and
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
45 HISTORY.txt.
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
46 - editing to remove dependencies on Zope modules (see files for change notes)
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
47
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
48 The license for this code is the `Zope Public License (ZPL) Version 2.0`_,
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
49 included below.
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
50
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
51
7144
02c26d7de951 Try to get workflows to recognize the license.
John Rouillard <rouilj@ieee.org>
parents: 6695
diff changeset
52 .. _Zope Public License (ZPL) Version 2.0: https://opensource.org/license/zpl-php/
02c26d7de951 Try to get workflows to recognize the license.
John Rouillard <rouilj@ieee.org>
parents: 6695
diff changeset
53
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
54 Zope Public License (ZPL) Version 2.0
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
55 -------------------------------------
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
56
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
57 This software is Copyright (c) Zope Corporation (tm) and
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
58 Contributors. All rights reserved.
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
59
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
60 This license has been certified as open source. It has also
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
61 been designated as GPL compatible by the Free Software
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
62 Foundation (FSF).
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
63
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
64 Redistribution and use in source and binary forms, with or
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
65 without modification, are permitted provided that the
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
66 following conditions are met:
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
67
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
68 1. Redistributions in source code must retain the above
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
69 copyright notice, this list of conditions, and the following
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
70 disclaimer.
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
71
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
72 2. Redistributions in binary form must reproduce the above
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
73 copyright notice, this list of conditions, and the following
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
74 disclaimer in the documentation and/or other materials
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
75 provided with the distribution.
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
76
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
77 3. The name Zope Corporation (tm) must not be used to
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
78 endorse or promote products derived from this software
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
79 without prior written permission from Zope Corporation.
1409
8dc60d87ab42 Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents: 908
diff changeset
80
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
81 4. The right to distribute this software or to use it for
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
82 any purpose does not give you the right to use Servicemarks
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
83 (sm) or Trademarks (tm) of Zope Corporation. Use of them is
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
84 covered in a separate agreement (see
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
85 http://www.zope.com/Marks).
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
86
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
87 5. If any files are modified, you must cause the modified
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
88 files to carry prominent notices stating that you changed
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
89 the files and the date of any change.
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
90
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
91 Disclaimer
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
92
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
93 THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ''AS IS''
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
94 AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
95 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
96 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
97 NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
98 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
99 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
100 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
101 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
102 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
103 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
104 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
105 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
106 DAMAGE.
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
107
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
108
7437
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
109 This software consists of contributions made by Zope
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
110 Corporation and many individuals on behalf of Zope
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
111 Corporation. Specific attributions are listed in the
0d9f704a7ef2 Reformat inclusion of COPYING.txt into license.txt.
John Rouillard <rouilj@ieee.org>
parents: 7145
diff changeset
112 accompanying credits file.
1576
80519db85eac More tweaks to the licensing to make the Debian folks happy :)
Richard Jones <richard@users.sourceforge.net>
parents: 1409
diff changeset
113
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
114
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
115 Note link for http://www.zope.com/Marks is dead.

Roundup Issue Tracker: http://roundup-tracker.org/