-
Notifications
You must be signed in to change notification settings - Fork 1
/
COPYING
81 lines (61 loc) · 3.08 KB
/
COPYING
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
Open Diameter: Open-source software for the Diameter and
Diameter related protocols
Copyright (C) 2002-2007 Open Diameter Project
This software consists of two parts, namely LGPL Part and GPL Part,
which use different licences as described below.
=========
LGPL Part
=========
Each of the following libraries:
- libdiamparser (Diameter parser library)
- libdiameter (Diameter library)
- libdiametereap (Diameter EAP application library)
- libdiameternasreq (Diameter NASREQ application library)
- libeap (EAP library)
- libeaparchie (EAP-Archie method library)
- libpana (PANA library)
is licensed under the following terms and conditions.
This library 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.1 of the
License, or (at your option) any later version.
This library 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 library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
In addition, when you copy and redistribute some or the entire part of
the source code of this software with or without modification, you
MUST include this copyright notice in each copy.
If you make any changes that are appeared to be useful, please send
sources that include the changed part to
[email protected] so that we can reflect your
changes to one unified version of this software.
========
GPL Part
========
Each of the following programs (libraries are also programs):
- libeaptls (EAP-TLS method library)
- libNASREQ (Diameter - freeradius translator)
- panad (PANA daemon)
- nasd (NAS daemon, including hostapdPatch)
- aaad (AAA server daemon)
is licensed under the following terms and conditions.
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US.
If you make any changes that are appeared to be useful, please send
sources that include the changed part to
[email protected] so that we can reflect your
changes to one unified version of this software.