File: copyright

package info (click to toggle)
python-coverage 4.2%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,352 kB
  • ctags: 2,233
  • sloc: python: 16,048; ansic: 1,163; makefile: 184; sh: 162; xml: 42
file content (49 lines) | stat: -rw-r--r-- 1,882 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Coverage.py
Upstream-Contact: Ned Batchelder <ned@nedbatchelder.com>
Source: http://pypi.python.org/pypi/coverage
    The pristine upstream source contains obfuscated files, that are
    thereby not appropriate for use as source files. This violates DFSG §2.
    .
    The ‘debian/repack’ program removes those files to create the Debian
    upstream source tarball.

Files: *
Copyright:
    © 2004–2016 Ned Batchelder <ned@nedbatchelder.com>
    © 2001 Gareth Rees
License: Apache-2
License-Grant:
    Except where noted otherwise, this software is licensed under the Apache
    License, Version 2.0 (the "License"); you may not use this work except in
    compliance with the License.  You may obtain a copy of the License at
    .
        http://www.apache.org/licenses/LICENSE-2.0
    .
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

Files: debian/*
Copyright:
    © 2008–2016 Ben Finney <bignose@debian.org>
    © 2007–2008 Lars Wirzenius <liw@iki.fi>
License: Apache-2
License-Grant:
    This is free software; you may copy, modify and/or distribute this work
    under the terms of the Apache License, version 2.0 as published by the
    Apache Software Foundation. No warranty expressed or implied.

License: Apache-2
    On Debian systems, the complete text of version 2.0 of the Apache License
    can be found in ‘/usr/share/common-licenses/Apache-2.0’.


# Local variables:
# coding: utf-8
# mode: debian-copyright
# fill-column: 78
# End:
# vim: fileencoding=utf-8 textwidth=78 :