~ubuntu-branches/ubuntu/wily/python-libarchive-c/wily

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Jérémy Bobbio
  • Date: 2015-07-27 12:03:30 UTC
  • Revision ID: package-import@ubuntu.com-20150727120330-ckq7s8j0bce6wsur
Tags: 2.1-1
* Initial release: (Closes: #793755)
  - Add a patch to support reading rdevmajor and rdevminor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Upstream-Name: python-libarchive-c
 
3
Source: https://github.com/Changaco/python-libarchive-c
 
4
 
 
5
Files: *
 
6
Copyright: 2014-2015 Changaco <changaco@changaco.oy.lc>
 
7
License: LGPL-2+
 
8
 
 
9
Files: tests/surrogateescape.py
 
10
Copyright: 2015 Changaco <changaco@changaco.oy.lc>
 
11
           2011-2013 Victor Stinner <victor.stinner@gmail.com>
 
12
License: BSD-2-clause or PSF-2
 
13
 
 
14
Files: debian/*
 
15
Copyright: 2013 Jerémy Bobbio <lunar@debian.org>
 
16
License: permissive
 
17
 Copying and distribution of this package, with or without
 
18
 modification, are permitted in any medium without royalty
 
19
 provided the copyright notice and this notice are
 
20
 preserved.
 
21
 
 
22
License: LGPL-2+
 
23
 On Debian systems the full text of the GNU General Public License can
 
24
 be found in the /usr/share/common-licenses/LGPL-2 file.
 
25
 
 
26
License: BSD-2-clause
 
27
 Redistribution and use in source and binary forms, with or without
 
28
 modification, are permitted provided that the following conditions
 
29
 are met:
 
30
  * Redistributions of source code must retain the above copyright
 
31
    notice, this list of conditions and the following disclaimer.
 
32
  * Redistributions in binary form must reproduce the above copyright
 
33
    notice, this list of conditions and the following disclaimer in
 
34
    the documentation and/or other materials provided with the
 
35
    distribution.
 
36
 .
 
37
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
38
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
39
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
40
 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 
41
 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 
42
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 
43
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
 
44
 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
 
45
 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 
46
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 
47
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
48
 SUCH DAMAGE.
 
49
 
 
50
License: PSF-2
 
51
 1. This LICENSE AGREEMENT is  between the Python Software Foundation ("PSF"),
 
52
 and the Individual or Organization ("Licensee") accessing and otherwise using
 
53
 this  software  ("Python")  in  source  or binary  form  and  its  associated
 
54
 documentation.
 
55
 .
 
56
 2. Subject to the terms and  conditions of this License Agreement, PSF hereby
 
57
 grants   Licensee  a  nonexclusive,   royalty-free,  world-wide   license  to
 
58
 reproduce, analyze, test, perform and/or display publicly, prepare derivative
 
59
 works,  distribute, and  otherwise  use  Python alone  or  in any  derivative
 
60
 version, provided, however, that PSF's  License Agreement and PSF's notice of
 
61
 copyright, i.e.,  "Copyright (c)  2001, 2002, 2003,  2004, 2005,  2006 Python
 
62
 Software Foundation; All Rights Reserved"  are retained in Python alone or in
 
63
 any derivative version prepared by Licensee.
 
64
 .
 
65
 3.  In  the event  Licensee prepares a  derivative work  that is based  on or
 
66
 incorporates Python  or any  part thereof, and  wants to make  the derivative
 
67
 work available to  others as provided herein, then  Licensee hereby agrees to
 
68
 include in any such work a brief summary of the changes made to Python.
 
69
 .
 
70
 4. PSF is making Python available to  Licensee on an "AS IS" basis. PSF MAKES
 
71
 NO REPRESENTATIONS OR WARRANTIES, EXPRESS  OR IMPLIED. BY WAY OF EXAMPLE, BUT
 
72
 NOT LIMITATION, PSF MAKES NO  AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF
 
73
 MERCHANTABILITY  OR FITNESS FOR  ANY PARTICULAR  PURPOSE OR  THAT THE  USE OF
 
74
 PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
 
75
 .
 
76
 5. PSF SHALL NOT  BE LIABLE TO LICENSEE OR ANY OTHER  USERS OF PYTHON FOR ANY
 
77
 INCIDENTAL,  SPECIAL,  OR  CONSEQUENTIAL  DAMAGES  OR LOSS  AS  A  RESULT  OF
 
78
 MODIFYING,  DISTRIBUTING,  OR  OTHERWISE  USING  PYTHON,  OR  ANY  DERIVATIVE
 
79
 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
 
80
 .
 
81
 6. This License Agreement will automatically terminate upon a material breach
 
82
 of its terms and conditions.
 
83
 .
 
84
 7.  Nothing  in  this  License  Agreement  shall  be  deemed  to  create  any
 
85
 relationship  of  agency,  partnership,  or  joint venture  between  PSF  and
 
86
 Licensee.  This  License Agreement  does  not  grant  permission to  use  PSF
 
87
 trademarks or trade name in a  trademark sense to endorse or promote products
 
88
 or services of Licensee, or any third party.
 
89
 .
 
90
 8. By  copying, installing or otherwise  using Python, Licensee  agrees to be
 
91
 bound by the terms and conditions of this License Agreement.