diff -r d2271dd2b481 -r afeba86077f1 libzrtpcpp/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libzrtpcpp/copyright Mon Feb 23 18:09:18 2009 +0100 @@ -0,0 +1,97 @@ +This package was debianized by Mark Purcell 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 + +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 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 + +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. +