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
|
This package was debianized by Thom May <thom@debian.org> on
Sun, 3 Oct 2004 11:54:56 +0100.
It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/NetworkManager
src/autoip.c, src/autoip.h are copyright of Arthur van Hoff (avh@strangeberry.com)
and are released under the terms of the GNU Lesser General Public
License:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
src/nm-netlink-monitor.c is copyright of Ray Strode, David Zeuthen, <david@fubar.dk> and
Novell, Inc. and it's released under the terms of the GNU General Public License.
(see below).
src/nm-netlink-monitor.h is copyright of Ray Strode and it's released under the terms of the
GNU General Public License. (see below)
src/backends/interface_parser.c, is copyright of Tom Parker <palfrey@tevp.net>
and it's released under the terms of the GNU General Public License. (see below).
src/backends/NetworkManagerDebian.c is copyright of Matthew Garrett <mjg59@srcf.ucam.org>
and it's released under the terms of the GNU General Public License. (see below)
src/backends/NetworkManagerGentoo.c is copyright of Dan Williams <dcbw@redhat.com>,
Dan Willemsen <dan@willemsen.us>, Robert Paskowitz and it's released under the terms
of the GNU General Public License. (see below).
src/backends/NetworkManagerSlackware.c, is copyright of
Narayan Newton <narayan_newton@yahoo.com> and it's released under the terms of
the GNU General Public License. (see below).
src/backends/NetworkManagerSuSE.c, is copyright of Dan Williams <dcbw@redhat.com>,
Kay Sievers <kay.sievers@suse.de>, Robert Love <rml@novell.com> and it's released
under the terms of the GNU General Public License. (see below).
src/backends/shvar.c, shvar.h, are copyright of Red Hat Inc and are released under the terms
of the GNU General Public License. (see below).
src/named-manager/nm-named-manager.c, nm-named-manager.h, are copyright of
Colin Walters <walters@redhat.com> and are released under the terms
of the GNU General Public License. (see below).
utils/nm-utils.c, nm-utils.h are copyright of Ray Strode <rstrode@redhat.com> and
are released under the terms of the GNU General Public License. (see below).
initscript/Debian/NetworkManager is copyright of <j@bootlab.org>,
Mark Roach <mrroach@okmaybe.com>, Thom May <thom@debian.org>
The rest of the source (what it's not mentioned here)
is copyright of Dan Williams <dcbw@redhat.com> and it's released under
the terms of the GNU General Public License.
License:
This package 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 package 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 package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
|