annotate COPYING.txt @ 7340:7b9bddda9d2d

Add support for demo mode in docker. roundup/demo.py Make changes to allow exposed port in docker to be specified separately from the port that demo mode binds to. Also permit bind address specification as well. roundup/scripts/roundup_demo.py: Update required by changes in demo.py. Also move away from positional arguments to prefer flag arguments. Required for passing port and host specification. Flake8 fixes. share/man/man1/roundup-demo.1 Document use of option flags rather than positional params. Other cleanups. doc/installation.txt: Document new docker modes: demo, shell and admin. Update docs: overview section - reorg, added template info for the impatient section - added docker demo mode reference, more docs on top level demo.py use. new section on docker demo mode removed getting roundup section. folded into installing roundup. also prior for the impatient section describes how to download. install via pip in venv recommended supported method document all provided templates. not just minimal and classic. added index references. move sections around, decreased sectin depth, reformatting scripts/Docker/roundup_healthcheck: When running roundup-demo, there is no tracker spec. So default to demo if no tracker=directory args found. Prevent's docker from reporting an unhealthy container when running demo. scripts/Docker/roundup_start: implement demo, shell, admin docker modes.
author John Rouillard <rouilj@ieee.org>
date Sun, 14 May 2023 09:43:53 -0400
parents f72a16661ac6
children 0d9f704a7ef2
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
8 Copyright (c) 2009-2022 Roundup-Team (https://opensource.org/license/mit/)
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
9 Copyright (c) 2003-2009 Richard Jones (richard@mechanicalcat.net)
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
10 Copyright (c) 2002 eKit.com Inc
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
13 Permission is hereby granted, free of charge, to any person obtaining a copy
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
14 of this software and associated documentation files (the "Software"), to deal
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
15 in the Software without restriction, including without limitation the rights
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
16 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
17 copies of the Software, and to permit persons to whom the Software is
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
20 The above copyright notice and this permission notice shall be included in
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
25 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
26 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
27 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
28 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
57 This software is Copyright (c) Zope Corporation (tm) and
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
60 This license has been certified as open source. It has also
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
61 been designated as GPL compatible by the Free Software
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
64 Redistribution and use in source and binary forms, with or
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
65 without modification, are permitted provided that the
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
68 1. Redistributions in source code must retain the above
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
69 copyright notice, this list of conditions, and the following
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
72 2. Redistributions in binary form must reproduce the above
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
73 copyright notice, this list of conditions, and the following
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
74 disclaimer in the documentation and/or other materials
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
77 3. The name Zope Corporation (tm) must not be used to
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
78 endorse or promote products derived from this software
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
81 4. The right to distribute this software or to use it for
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
82 any purpose does not give you the right to use Servicemarks
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
83 (sm) or Trademarks (tm) of Zope Corporation. Use of them is
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
84 covered in a separate agreement (see
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
87 5. If any files are modified, you must cause the modified
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
88 files to carry prominent notices stating that you changed
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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
7145
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
109 This software consists of contributions made by Zope
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
110 Corporation and many individuals on behalf of Zope
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
diff changeset
111 Corporation. Specific attributions are listed in the
f72a16661ac6 remove dead/invalid links from mit copyright. Indent licenses
John Rouillard <rouilj@ieee.org>
parents: 7144
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/