Codebase list slirp4netns / ceb64e0
Add a README.Debian file Reinhard Tartler 5 years ago
3 changed file(s) with 180 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
00 slirp4netns for Debian
11 ---------------------
22
3 <possible notes regarding this package - if none, delete this file>
3 On Debian 9 (stretch) system, access to user namespaces is restricted. In
4 order to use this package, the following command enables this for all users:
45
5 -- Reinhard Tartler <siretart@tauware.de> Sun, 23 Dec 2018 12:53:15 -0500
6 sysctl -w kernel.unprivileged_userns_clone=1
7
8 for a permanent solution:
9
10 echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf
11 service procps restart
12
13 For Debian 10 (buster) and later, this is no longer necessary.
14
15 -- Reinhard Tartler <siretart@tauware.de>, Wed, 26 Dec 2018 09:25:58 -0500
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: slirp4netns
2 Source: <url://example.com>
2 Source: https://github.com/rootless-containers/slirp4netns
33
44 Files: *
5 Copyright: <years> <put author's name and email here>
6 <years> <likewise for another author>
7 License: <special license>
8 <Put the license of the package here indented by 1 space>
9 <This follows the format of Description: lines in control file>
5 Copyright: 2018 Giuseppe Scrivano <gscrivan@redhat.com>
6 Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
7 License: GPL-2+
8
9 Files: debian/*
10 Copyright: 2018, Reinhard Tartler <siretart@tauware.de>
11 License: GPL-2+
12
13 Files: qemu/*
14 Copyright: 1982, 1986, 1988, 1990-1994, The Regents of the University of California.
15 License: BSD-3-clause
16
17 Files: qemu/slirp/COPYRIGHT
18 Copyright: 1995, 1996
19 License: BSD-2-clause
20 Please fill license BSD-2-clause from header of qemu/slirp/COPYRIGHT
21
22 Files: qemu/slirp/arp_table.c
23 Copyright: 2011, AdaCore
24 License: Expat
25
26 Files: qemu/slirp/bootp.c
27 qemu/slirp/slirp.c
28 Copyright: 2004-2008, Fabrice Bellard
29 License: Expat
30
31 Files: qemu/slirp/debug.h
32 qemu/slirp/if.c
33 qemu/slirp/if.h
34 qemu/slirp/main.h
35 qemu/slirp/misc.c
36 qemu/slirp/misc.h
37 qemu/slirp/sbuf.c
38 qemu/slirp/sbuf.h
39 qemu/slirp/socket.c
40 qemu/slirp/socket.h
41 Copyright: 1995, Danny Gasparovski.
42 License: Danny-SLIRP
43
44 Files: qemu/slirp/dhcpv6.c
45 Copyright: 2016, Thomas Huth, Red Hat Inc.
46 License: GPL-2+
47
48 Files: qemu/slirp/dhcpv6.h
49 Copyright: 2016, Thomas Huth, Red Hat Inc.
50 License: GPL-2+
51
52 Files: qemu/slirp/dnssearch.c
53 Copyright: 2012, Klaus Stengel
54 License: Expat
55
56 Files: qemu/slirp/ip6.h
57 qemu/slirp/ip6_icmp.c
58 qemu/slirp/ip6_icmp.h
59 qemu/slirp/ip6_input.c
60 qemu/slirp/ip6_output.c
61 qemu/slirp/ndp_table.c
62 Copyright: 2013, Guillaume Subiron, Yann Bordenave, Serigne Modou Wagne.
63 License: Danny-SLIRP
64
65 Files: qemu/slirp/mbuf.c
66 Copyright: 1995, Danny Gasparovski
67 License: Danny-SLIRP
68
69 Files: qemu/slirp/udp6.c
70 Copyright: 2013, Guillaume Subiron
71 License: Danny-SLIRP
72
73 Files: rd235_libslirp/src/*
74 Copyright: 2016, Renzo Davoli VirtualSquare
75 License: LGPL-2.1+
76
77 License: BSD-3-clause
78 Redistribution and use in source and binary forms, with or without
79 modification, are permitted provided that the following conditions
80 are met:
81 1. Redistributions of source code must retain the above copyright
82 notice, this list of conditions and the following disclaimer.
83 2. Redistributions in binary form must reproduce the above copyright
84 notice, this list of conditions and the following disclaimer in the
85 documentation and/or other materials provided with the distribution.
86 3. Neither the name of the University nor the names of its contributors
87 may be used to endorse or promote products derived from this software
88 without specific prior written permission.
1089 .
11 <Including paragraphs>
90 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
91 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
92 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
93 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
94 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
95 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
96 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
97 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
98 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
99 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
100 SUCH DAMAGE.
12101
13 # If you want to use GPL v2 or later for the /debian/* files use
14 # the following clauses, or change it to suit. Delete these two lines
15 Files: debian/*
16 Copyright: 2018 Reinhard Tartler <siretart@tauware.de>
102 License: Danny-SLIRP
103 Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved.
104 .
105 Redistribution and use in source and binary forms, with or without
106 modification, are permitted provided that the following conditions
107 are met:
108 1. Redistributions of source code must retain the above copyright
109 notice, this list of conditions and the following disclaimer.
110 2. Redistributions in binary form must reproduce the above copyright
111 notice, this list of conditions and the following disclaimer in the
112 documentation and/or other materials provided with the distribution.
113 .
114 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
115 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
116 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
117 DANNY GASPAROVSKI OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
118 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
119 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
120 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
121 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
122 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
123 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
124
125 License: Expat
126 Permission is hereby granted, free of charge, to any person obtaining a copy
127 of this software and associated documentation files (the "Software"), to deal
128 in the Software without restriction, including without limitation the rights
129 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
130 copies of the Software, and to permit persons to whom the Software is
131 furnished to do so, subject to the following conditions:
132 .
133 The above copyright notice and this permission notice shall be included in
134 all copies or substantial portions of the Software.
135 .
136 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
138 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
139 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
140 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
141 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
142 THE SOFTWARE.
143
144 License: GPL-2
145 This software is Copyright (c) 2018 by foo.
146 .
147 This is free software, licensed under:
148 .
149 The GNU General Public License, Version 2, June 1991
150 .
151 This program is free software; you can redistribute it and/or modify
152 it under the terms of the GNU General Public License as published by
153 the Free Software Foundation; version 2 dated June, 1991.
154 On Debian systems, the complete text of version 2 of the GNU General
155 Public License can be found in '/usr/share/common-licenses/GPL-2'.
156
17157 License: GPL-2+
18158 This package is free software; you can redistribute it and/or modify
19159 it under the terms of the GNU General Public License as published by
31171 On Debian systems, the complete text of the GNU General
32172 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
33173
34 # Please also look if there are files or directories which have a
35 # different copyright/license attached and list them here.
36 # Please avoid picking licenses with terms that are more restrictive than the
37 # packaged work, as it may make Debian's contributions unacceptable upstream.
174 License: LGPL-2.1+
175 This library is free software: you can redistribute it and/or modify
176 it under the terms of the GNU Lesser General Public License as published by
177 the Free Software Foundation, either version 2.1 of the License, or
178 (at your option) any later version.
179 .
180 This library is distributed in the hope that it will be useful,
181 but WITHOUT ANY WARRANTY; without even the implied warranty of
182 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
183 GNU Lesser General Public License for more details.
184 .
185 You should have received a copy of the GNU Lesser General Public License
186 along with this library. If not, see <http://www.gnu.org/licenses/>.
187 .
188 On Debian systems, the complete text of the GNU Lesser General
189 Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
00 README.md
1 debian/README.Debian