Codebase list gunicorn / 87cbc17
Add entry for docs/sitemap_gen.py in debian/copyright. (Closes: #790314) Chris Lamb 8 years ago
2 changed file(s) with 39 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 gunicorn (19.0-4) UNRELEASED; urgency=medium
1
2 * Add entry for docs/sitemap_gen.py in debian/copyright.
3 (Closes: #790314)
4
5 -- Chris Lamb <lamby@debian.org> Sun, 28 Jun 2015 00:24:43 +0100
6
07 gunicorn (19.0-3) unstable; urgency=medium
18
29 * Set Section to "httpd".
2525 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2626 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2727 OTHER DEALINGS IN THE SOFTWARE.
28
29 Files: docs/sitemap_gen.py
30 Copyright: © 2004, 2005 Google Inc.
31 License: BSD
32 Redistribution and use in source and binary forms, with or without
33 modification, are permitted provided that the following conditions
34 are met:
35 .
36 * Redistributions of source code must retain the above copyright
37 notice, this list of conditions and the following disclaimer.
38 .
39 * Redistributions in binary form must reproduce the above copyright
40 notice, this list of conditions and the following disclaimer in
41 the documentation and/or other materials provided with the
42 distribution.
43 .
44 * Neither the name of Google nor the names of its contributors may
45 be used to endorse or promote products derived from this software
46 without specific prior written permission.
47 .
48 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
49 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
50 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
51 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
52 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
53 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
54 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
55 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
56 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
57 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
58 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
59 POSSIBILITY OF SUCH DAMAGE.
2860
2961 Files: tests/t.py
3062 Copyright: © 2009 Paul J. Davis <paul.joseph.davis@gmail.com>