File: copyright

package info (click to toggle)
pysendfile 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: python: 676; ansic: 298; makefile: 42
file content (39 lines) | stat: -rw-r--r-- 1,680 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pysendfile
Source: https://github.com/giampaolo/pysendfile

Files: *
Copyright: 2005-2008  Ben Woolley <user tautolog at gmail>
	   2008-2009  Niklas Edmundsson <nikke@acc.umu.se>
	   2009-2012  Giampaolo Rodola' <g.rodola@gmail.com>
License: MIT

License: MIT
 This software is distributed under the MIT license reproduced below:
 .
 Original author:
    Copyright (C) 2005-2008  Ben Woolley <user tautolog at gmail>
 .
 AIX support code by:
    Copyright (C) 2008-2009  Niklas Edmundsson <nikke@acc.umu.se>
 .
 Rewritten from scratch and maintained by:
    Copyright (C) 2009-2012  Giampaolo Rodola' <g.rodola@gmail.com>
 .
 Permission to use, copy, modify, and distribute this software and
 its documentation for any purpose and without fee is hereby
 granted, provided that the above copyright notice appear in all
 copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 Giampaolo Rodola' not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior
 permission.
 .
 Ben Woolley, Niklas Edmundsson and Giampaolo Rodola' DISCLAIM ALL
 WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
 NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.