File: copyright

package info (click to toggle)
python-debian 1.0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: python: 12,905; makefile: 239; sh: 25
file content (141 lines) | stat: -rw-r--r-- 4,556 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-debian
Upstream-Contact: pkg-python-debian-maint@lists.alioth.debian.org
Source: https://salsa.debian.org/python-debian-team/python-debian

Files: *
Copyright:
    Debian python-debian Maintainers (see debian/control for maintainer names)
License: GPL-2+

Files:
    src/debian/deb822.py
    tests/test_deb822.py
Copyright:
    2005-2006  dann frazier <dannf@dannf.org>
    2006-2010  John Wright <john@johnwright.org>
    2006       Adeodato Simó <dato@net.com.org.es>
    2008       Stefano Zacchiroli <zack@upsilon.cc>
    2014       Google, Inc.
    2014-2023  Stuart Prescott <stuart@debian.org>
License: GPL-2+

Files:
    examples/changelog/*
    src/debian/changelog.py
    tests/test_changelog.py
Copyright:
    2006-2007  James Westby <jw+debian@jameswestby.net>
    2008       Canonical Ltd.
    2014-2023  Stuart Prescott <stuart@debian.org>
License: GPL-2+
Comment:
    src/debian/changelog.py's parsing code is based on that from dpkg which is:
        Copyright 1996 Ian Jackson
        Copyright 2005 Frank Lichtenheld <frank@lichtenheld.de>
    and licensed under the same license.

Files:
    src/debian/debian_support.py
    tests/test_debian_support.py
Copyright:
    2005       Florian Weimer <fw@deneb.enyo.de>
    2006-2007  James Westby <jw+debian@jameswestby.net>
    2010       John Wright <jsw@debian.org>
    2018-2023  Stuart Prescott <stuart@debian.org>
License: GPL-2+

Files:
    examples/debtags/*
    src/debian/debtags.py
    src/debian/doc-debtags
    tests/test_debtags.py
Copyright:
    2003-2007  Enrico Zini <enrico@debian.org>
    2018-2023  Stuart Prescott <stuart@debian.org>
License: GPL-3+

Files:
    examples/debfile/*
    src/debian/arfile.py
    src/debian/debfile.py
    tests/test_debfile.py
Copyright:
    2007-2008  Stefano Zacchiroli <zack@debian.org>
    2007       Filippo Giunchedi <filippo@debian.org>
    2014-2023  Stuart Prescott <stuart@debian.org>
License: GPL-3+

Files:
    src/debian/watch.py
    tests/test_watch.py
Copyright:
    2019-2020  Jelmer Vernooij <jelmer@debian.org>
License: GPL-3+

Files:
    examples/copyright/*
    src/debian/copyright.py
    tests/test_copyright.py
Copyright:
    2014       Google, Inc.
    2018-2023  Stuart Prescott <stuart@debian.org>
License: GPL-2+

Files:
    src/debian/substvars.py
    tests/test_substvars.py
Copyright:
    2022       Niels Thykier <niels@thykier.net>
License: GPL-2+

Files:
    src/debian/_deb822_repro/*
    tests/test_repro_deb822.py
Copyright:
    2021       Niels Thykier <niels@thykier.net>
License: GPL-2+

Files:
    src/debian/_arch_table.py
Copyright:
    2006-2015  Guillem Jover <guillem@debian.org>
    2014       Ansgar Burchardt <ansgar@debian.org>
    2014-2017  Johannes Schauer Marin Rodrigues <josch@debian.org>
    2022       Niels Thykier <niels@thykier.net>
License: GPL-2+

License: GPL-2+
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation, either version 2
 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in `/usr/share/common-licenses/GPL-3'.