1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libzrtpcpp/copyright Mon Feb 23 18:09:18 2009 +0100 1.3 @@ -0,0 +1,97 @@ 1.4 +This package was debianized by Mark Purcell <msp@debian.org> on 1.5 +Mon, 2 Oct 2006 08:51:56 +0800. 1.6 + 1.7 +It was downloaded from ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-0.9.0.tar.gz 1.8 + 1.9 +Upstream Author: Werner Dittmann <Werner.Dittmann@t-online.de> 1.10 + 1.11 +Copyright: 2006 Werner Dittmann 1.12 + 1.13 +License: 1.14 + 1.15 +Please note, this library is licensed under the GNU GPL, version 2 or 1.16 +later, and has been copyright assigned to the Free Software Foundation. 1.17 + 1.18 + This package is free software; you can redistribute it and/or modify 1.19 + it under the terms of the GNU General Public License as published by 1.20 + the Free Software Foundation; either version 2 of the License, or 1.21 + (at your option) any later version. 1.22 + 1.23 + This package is distributed in the hope that it will be useful, 1.24 + but WITHOUT ANY WARRANTY; without even the implied warranty of 1.25 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.26 + GNU General Public License for more details. 1.27 + 1.28 + You should have received a copy of the GNU General Public License 1.29 + along with this package; if not, write to the Free Software 1.30 + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 1.31 + 1.32 +On Debian systems, the complete text of the GNU General 1.33 +Public License can be found in `/usr/share/common-licenses/GPL'. 1.34 + 1.35 +Other portions: 1.36 + 1.37 + This library is free software; you can redistribute it and/or 1.38 + modify it under the terms of the GNU Lesser General Public 1.39 + License as published by the Free Software Foundation; either 1.40 + version 2.1 of the License, or (at your option) any later version. 1.41 + 1.42 + This library is distributed in the hope that it will be useful, 1.43 + but WITHOUT ANY WARRANTY; without even the implied warranty of 1.44 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1.45 + Lesser General Public License for more details. 1.46 + 1.47 +On Debian systems, the complete text of the GNU Lesser General 1.48 +Public License can be found in `/usr/share/common-licenses/LGPL'. 1.49 + 1.50 +The Debian packaging is (C) 2006, Mark Purcell <msp@debian.org> and 1.51 +is licensed under the GPL, see above. 1.52 + 1.53 +src/Base32.cxx: 1.54 + * Copyright (c) 2002 Bryce "Zooko" Wilcox-O'Hearn Permission is hereby 1.55 + * granted, free of charge, to any person obtaining a copy of this software to 1.56 + * deal in this software without restriction, including without limitation the 1.57 + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 1.58 + * sell copies of this software, and to permit persons to whom this software 1.59 + * is furnished to do so, subject to the following conditions: 1.60 + * 1.61 + * The above copyright notice and this permission notice shall be included in 1.62 + * all copies or substantial portions of this software. 1.63 + * 1.64 + * THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1.65 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1.66 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1.67 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1.68 + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1.69 + * FROM, OUT OF OR IN CONNECTION WITH THIS SOFTWARE OR THE USE OR OTHER 1.70 + * DEALINGS IN THIS SOFTWARE. 1.71 + * 1.72 + * Converted to C++ by: 1.73 + * @author Werner Dittmann <Werner.Dittmann@t-online.de> 1.74 + 1.75 +src/libzrtpcpp/TimeoutProvider.h: Copyright (C) 2006, 2005, 2004 Erik Eliasson, Johan Bilien, Werner Dittmann 1.76 +src/libzrtpcpp/TimeoutProvider.h: LGPL (v2.1+) (wrong address) 1.77 +src/libzrtpcpp/ZrtpPacketBase.h: LGPL (v2.1+) (wrong address) 1.78 +src/libzrtpcpp/crypto/ZrtpDH.h: LGPL (v2.1+) (wrong address) 1.79 +src/libzrtpcpp/crypto/hmac256.h: LGPL (v2.1+) (wrong address) 1.80 +src/libzrtpcpp/crypto/sha256.h: LGPL (v2.1+) (wrong address) 1.81 +src/libzrtpcpp/crypto/gcrypt/gcryptZrtpDH.cxx: LGPL (v2.1+) (wrong address) 1.82 +src/libzrtpcpp/crypto/gcrypt/gcrypthmac256.cxx: LGPL (v2.1+) (wrong address) 1.83 +src/libzrtpcpp/crypto/gcrypt/gcryptsha256.cxx: LGPL (v2.1+) (wrong address) 1.84 +src/libzrtpcpp/crypto/openssl/ZrtpDH.cxx: LGPL (v2.1+) (wrong address) 1.85 +src/libzrtpcpp/crypto/openssl/sha256.cxx: LGPL (v2.1+) (wrong address) 1.86 +src/libzrtpcpp/crypto/openssl/hmac256.cxx: LGPL (v2.1+) (wrong address) 1.87 +src/libzrtpcpp/crypto/hmac256.h: Copyright (C) 2006, 2005, 2004 Erik Eliasson, Johan Bilien, Werner Dittmann 1.88 + * In addition, as a special exception, the copyright holders give 1.89 + * permission to link the code of portions of this program with the 1.90 + * OpenSSL library under certain conditions as described in each 1.91 + * individual source file, and distribute linked combinations 1.92 + * including the two. 1.93 + * You must obey the GNU General Public License in all respects 1.94 + * for all of the code used other than OpenSSL. If you modify 1.95 + * file(s) with this exception, you may extend this exception to your 1.96 + * version of the file(s), but you are not obligated to do so. If you 1.97 + * do not wish to do so, delete this exception statement from your 1.98 + * version. If you delete this exception statement from all source 1.99 + * files in the program, then also delete it here. 1.100 +