diff options
| author | Ruben Undheim <ruben.undheim@gmail.com> | 2018-08-08 15:11:23 +0200 |
|---|---|---|
| committer | Ruben Undheim <ruben.undheim@gmail.com> | 2018-08-08 15:12:54 +0200 |
| commit | 8f2f3673adb7216f0e4dd7de4eb9f409f1adc08e (patch) | |
| tree | 445d33b468d76e3518e4db332de509ee7d4ee0da | |
| parent | 65c9d9e3363a47759ee5e1dbc50164d0a155f0b2 (diff) | |
Add more details in copyright file
| -rw-r--r-- | debian/copyright | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index dde6a45..24aa0fb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,11 +6,49 @@ Files: * Copyright: 2008-2011 WIDE Project and NICT License: BSD-3-clause +Files: extensions/app_diameap/* +Copyright: 2009-2010, Souheil Ben Ayed, Teraoka Laboratory of Keio University, and the WIDE Project +License: BSD-4-clause + +Files: extensions/app_radgw/md5.c + extensions/app_radgw/md5.h + extensions/app_sip/md5.c + extensions/app_sip/md5.h +Copyright: 2003-2005 Jouni Malinen <j@w1.fi> +License: GPL-2 + + +Files: +extensions/app_radgw/radius.c: BSD (3 clause) GPL (v2) +extensions/app_radgw/radius.h: BSD (3 clause) GPL (v2) +Copyright: 2002-2008 Jouni Malinen <j@w1.fi> + 2013 Sebastien Decugis <sdecugis@freediameter.net> + 2013 WIDE Project and NICT +LICENSE: GPL-2 or BSD-3-clause + + Files: debian/* Copyright: 2018 Ruben Undheim <ruben.undheim@gmail.com> License: GPL-2+ +License: GPL-2 + 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; version 2 of the License + . + 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 program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + + License: GPL-2+ 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 @@ -54,3 +92,33 @@ License: BSD-3-clause OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: BSD-4-clause + Redistribution and use of this software in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + 3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>. + . + 4. Neither the name of Souheil Ben Ayed, Teraoka Laboratory of Keio University or the WIDE Project nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ''AS IS'' AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
