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
|
This package was debianized by Mark Purcell <msp@debian.org> on
Mon, 2 Oct 2006 08:51:56 +0800.
It was downloaded from ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-0.9.0.tar.gz
Upstream Author: Werner Dittmann <Werner.Dittmann@t-online.de>
Copyright: 2006 Werner Dittmann
License:
Please note, this library is licensed under the GNU GPL, version 2 or
later, and has been copyright assigned to the Free Software Foundation.
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'.
Other portions:
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.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
The Debian packaging is (C) 2006, Mark Purcell <msp@debian.org> and
is licensed under the GPL, see above.
src/Base32.cxx:
* Copyright (c) 2002 Bryce "Zooko" Wilcox-O'Hearn Permission is hereby
* granted, free of charge, to any person obtaining a copy of this software to
* deal in this software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of this software, and to permit persons to whom this software
* is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of this software.
*
* THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THIS SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THIS SOFTWARE.
*
* Converted to C++ by:
* @author Werner Dittmann <Werner.Dittmann@t-online.de>
src/libzrtpcpp/TimeoutProvider.h: Copyright (C) 2006, 2005, 2004 Erik Eliasson, Johan Bilien, Werner Dittmann
src/libzrtpcpp/TimeoutProvider.h: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/ZrtpPacketBase.h: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/ZrtpDH.h: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/hmac256.h: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/sha256.h: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/gcrypt/gcryptZrtpDH.cxx: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/gcrypt/gcrypthmac256.cxx: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/gcrypt/gcryptsha256.cxx: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/openssl/ZrtpDH.cxx: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/openssl/sha256.cxx: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/openssl/hmac256.cxx: LGPL (v2.1+) (wrong address)
src/libzrtpcpp/crypto/hmac256.h: Copyright (C) 2006, 2005, 2004 Erik Eliasson, Johan Bilien, Werner Dittmann
* In addition, as a special exception, the copyright holders give
* permission to link the code of portions of this program with the
* OpenSSL library under certain conditions as described in each
* individual source file, and distribute linked combinations
* including the two.
* You must obey the GNU General Public License in all respects
* for all of the code used other than OpenSSL. If you modify
* file(s) with this exception, you may extend this exception to your
* version of the file(s), but you are not obligated to do so. If you
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
|