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