diff options
| author | Ruben Undheim <ruben.undheim@gmail.com> | 2018-08-08 15:23:23 +0200 |
|---|---|---|
| committer | Ruben Undheim <ruben.undheim@gmail.com> | 2018-08-08 15:23:23 +0200 |
| commit | 42d4b68cfc4e56b79e69086eec6821bc911dc613 (patch) | |
| tree | f37862cbac6372186454c87289e4cafd4fc3f645 | |
| parent | 90585a38764ffb577ed3c17994cb1bceae984f9a (diff) | |
More copyright information
| -rw-r--r-- | debian/copyright | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index eb21839..ae0285a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -22,7 +22,18 @@ Files: extensions/app_radgw/radius.c 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 +License: GPL-2 or BSD-3-clause + +Files: extensions/dict_dcca_3gpp/dict_dcca_3gpp.c + extensions/rt_ignore_dh/rt_ignore_dh.c + extensions/rt_load_balance/rt_load_balance.c + extensions/rt_randomize/rt_randomize.c +Copyright: 2013-2014 Thomas Klausner (Written under contract by nfotex IT GmbH, http://nfotex.com/) +License: BSD-2-clause + +Files: extensions/rt_redirect/uthash.h +Copyright: 2003-2013 Troy D. Hanson +License: BSD-1-clause Files: debian/* Copyright: 2018 Ruben Undheim <ruben.undheim@gmail.com> @@ -64,6 +75,49 @@ License: GPL-2+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". +License: BSD-1-clause + Redistribution and use 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. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + + +License: BSD-2-clause + Redistribution and use 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. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + + License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions |
