~clint-fewbar/+junk/python-pymongo-packaging

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Clint Byrum
  • Date: 2012-01-25 21:53:57 UTC
  • Revision ID: clint@ubuntu.com-20120125215357-83329lmo1e9sjqbj
Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
 
2
Upstream-Name: mongokit
 
3
Source: http://pypi.python.org/pypi/mongokit
 
4
 
 
5
Files: ./mongokit/__init__.py
 
6
 ./mongokit/auth.py
 
7
 ./mongokit/collection.py
 
8
 ./mongokit/connection.py
 
9
 ./mongokit/cursor.py
 
10
 ./mongokit/database.py
 
11
 ./mongokit/document.py
 
12
 ./mongokit/grid.py
 
13
 ./mongokit/helpers.py
 
14
 ./mongokit/migration.py
 
15
 ./mongokit/mongo_exceptions.py
 
16
 ./mongokit/operators.py
 
17
 ./mongokit/schema_document.py
 
18
 ./mongokit/versioned_document.py
 
19
 ./setup.py
 
20
 ./tests/*
 
21
Copyright: 2009-2011 Nicolas Clairon
 
22
License: BSD (3 clause)
 
23
 All rights reserved.
 
24
 Redistribution and use in source and binary forms, with or without
 
25
 modification, are permitted provided that the following conditions are met:
 
26
 .
 
27
     * Redistributions of source code must retain the above copyright
 
28
       notice, this list of conditions and the following disclaimer.
 
29
     * Redistributions in binary form must reproduce the above copyright
 
30
       notice, this list of conditions and the following disclaimer in the
 
31
       documentation and/or other materials provided with the distribution.
 
32
     * Neither the name of the University of California, Berkeley nor the
 
33
       names of its contributors may be used to endorse or promote products
 
34
       derived from this software without specific prior written permission.
 
35
 .
 
36
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
 
37
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 
38
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 
39
 DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
 
40
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
41
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 
42
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 
43
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
44
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 
45
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
46
 
 
47
Files: ./mongokit/master_slave_connection.py
 
48
Copyright: Andreas Jung, info@zopyx.com
 
49
License: BSD
 
50
 (same license as Mongokit)
 
51
 
 
52
Files: debian/*
 
53
Copyright: 2012 Canonical Ltd., All Rights Reserved.
 
54
License: BSD (2 clause)
 
55
 All rights reserved.
 
56
 Redistribution and use in source and binary forms, with or without
 
57
 modification, are permitted provided that the following conditions are met:
 
58
 .
 
59
     * Redistributions of source code must retain the above copyright
 
60
       notice, this list of conditions and the following disclaimer.
 
61
     * Redistributions in binary form must reproduce the above copyright
 
62
       notice, this list of conditions and the following disclaimer in the
 
63
       documentation and/or other materials provided with the distribution.
 
64
 .
 
65
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
 
66
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 
67
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 
68
 DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
 
69
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
70
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 
71
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 
72
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
73
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 
74
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.