|
1 This package was debianized by Mark Purcell <msp@debian.org> on |
|
2 Mon, 2 Oct 2006 08:51:56 +0800. |
|
3 |
|
4 It was downloaded from ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-0.9.0.tar.gz |
|
5 |
|
6 Upstream Author: Werner Dittmann <Werner.Dittmann@t-online.de> |
|
7 |
|
8 Copyright: 2006 Werner Dittmann |
|
9 |
|
10 License: |
|
11 |
|
12 Please note, this library is licensed under the GNU GPL, version 2 or |
|
13 later, and has been copyright assigned to the Free Software Foundation. |
|
14 |
|
15 This package is free software; you can redistribute it and/or modify |
|
16 it under the terms of the GNU General Public License as published by |
|
17 the Free Software Foundation; either version 2 of the License, or |
|
18 (at your option) any later version. |
|
19 |
|
20 This package is distributed in the hope that it will be useful, |
|
21 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
23 GNU General Public License for more details. |
|
24 |
|
25 You should have received a copy of the GNU General Public License |
|
26 along with this package; if not, write to the Free Software |
|
27 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|
28 |
|
29 On Debian systems, the complete text of the GNU General |
|
30 Public License can be found in `/usr/share/common-licenses/GPL'. |
|
31 |
|
32 Other portions: |
|
33 |
|
34 This library is free software; you can redistribute it and/or |
|
35 modify it under the terms of the GNU Lesser General Public |
|
36 License as published by the Free Software Foundation; either |
|
37 version 2.1 of the License, or (at your option) any later version. |
|
38 |
|
39 This library is distributed in the hope that it will be useful, |
|
40 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
42 Lesser General Public License for more details. |
|
43 |
|
44 On Debian systems, the complete text of the GNU Lesser General |
|
45 Public License can be found in `/usr/share/common-licenses/LGPL'. |
|
46 |
|
47 The Debian packaging is (C) 2006, Mark Purcell <msp@debian.org> and |
|
48 is licensed under the GPL, see above. |
|
49 |
|
50 src/Base32.cxx: |
|
51 * Copyright (c) 2002 Bryce "Zooko" Wilcox-O'Hearn Permission is hereby |
|
52 * granted, free of charge, to any person obtaining a copy of this software to |
|
53 * deal in this software without restriction, including without limitation the |
|
54 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
|
55 * sell copies of this software, and to permit persons to whom this software |
|
56 * is furnished to do so, subject to the following conditions: |
|
57 * |
|
58 * The above copyright notice and this permission notice shall be included in |
|
59 * all copies or substantial portions of this software. |
|
60 * |
|
61 * THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
62 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
63 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
64 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
65 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
|
66 * FROM, OUT OF OR IN CONNECTION WITH THIS SOFTWARE OR THE USE OR OTHER |
|
67 * DEALINGS IN THIS SOFTWARE. |
|
68 * |
|
69 * Converted to C++ by: |
|
70 * @author Werner Dittmann <Werner.Dittmann@t-online.de> |
|
71 |
|
72 src/libzrtpcpp/TimeoutProvider.h: Copyright (C) 2006, 2005, 2004 Erik Eliasson, Johan Bilien, Werner Dittmann |
|
73 src/libzrtpcpp/TimeoutProvider.h: LGPL (v2.1+) (wrong address) |
|
74 src/libzrtpcpp/ZrtpPacketBase.h: LGPL (v2.1+) (wrong address) |
|
75 src/libzrtpcpp/crypto/ZrtpDH.h: LGPL (v2.1+) (wrong address) |
|
76 src/libzrtpcpp/crypto/hmac256.h: LGPL (v2.1+) (wrong address) |
|
77 src/libzrtpcpp/crypto/sha256.h: LGPL (v2.1+) (wrong address) |
|
78 src/libzrtpcpp/crypto/gcrypt/gcryptZrtpDH.cxx: LGPL (v2.1+) (wrong address) |
|
79 src/libzrtpcpp/crypto/gcrypt/gcrypthmac256.cxx: LGPL (v2.1+) (wrong address) |
|
80 src/libzrtpcpp/crypto/gcrypt/gcryptsha256.cxx: LGPL (v2.1+) (wrong address) |
|
81 src/libzrtpcpp/crypto/openssl/ZrtpDH.cxx: LGPL (v2.1+) (wrong address) |
|
82 src/libzrtpcpp/crypto/openssl/sha256.cxx: LGPL (v2.1+) (wrong address) |
|
83 src/libzrtpcpp/crypto/openssl/hmac256.cxx: LGPL (v2.1+) (wrong address) |
|
84 src/libzrtpcpp/crypto/hmac256.h: Copyright (C) 2006, 2005, 2004 Erik Eliasson, Johan Bilien, Werner Dittmann |
|
85 * In addition, as a special exception, the copyright holders give |
|
86 * permission to link the code of portions of this program with the |
|
87 * OpenSSL library under certain conditions as described in each |
|
88 * individual source file, and distribute linked combinations |
|
89 * including the two. |
|
90 * You must obey the GNU General Public License in all respects |
|
91 * for all of the code used other than OpenSSL. If you modify |
|
92 * file(s) with this exception, you may extend this exception to your |
|
93 * version of the file(s), but you are not obligated to do so. If you |
|
94 * do not wish to do so, delete this exception statement from your |
|
95 * version. If you delete this exception statement from all source |
|
96 * files in the program, then also delete it here. |
|
97 |