comparison extensions/app_radgw/rgwx_sip.c @ 363:b8ad6f9a7748

Updated Copyright information of SIP plugin
author Alexandre Westfahl <awestfahl@freediameter.net>
date Fri, 02 Jul 2010 13:45:51 +0900
parents 22e7110bf46d
children a1f26147ec61
comparison
equal deleted inserted replaced
362:5b199400a290 363:b8ad6f9a7748
1 /********************************************************************************************************* 1 /*********************************************************************************************************
2 * Software License Agreement (BSD License) * 2 * Software License Agreement (BSD License) *
3 * Author: Sebastien Decugis <sdecugis@nict.go.jp> * 3 * Author: Alexandre Westfahl <awestfahl@freediameter.net> *
4 * * 4 * *
5 * Copyright (c) 2010, WIDE Project and NICT * 5 * Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project. *
6 * *
6 * All rights reserved. * 7 * All rights reserved. *
8 * Based on rgwx_auth plugin (Sebastien Decugis <sdecugis@nict.go.jp>) *
7 * * 9 * *
8 * Redistribution and use of this software in source and binary forms, with or without modification, are * 10 * Redistribution and use of this software in source and binary forms, with or without modification, are *
9 * permitted provided that the following conditions are met: * 11 * permitted provided that the following conditions are met: *
10 * * 12 * *
11 * * Redistributions of source code must retain the above * 13 * * Redistributions of source code must retain the above *
15 * * Redistributions in binary form must reproduce the above * 17 * * Redistributions in binary form must reproduce the above *
16 * copyright notice, this list of conditions and the * 18 * copyright notice, this list of conditions and the *
17 * following disclaimer in the documentation and/or other * 19 * following disclaimer in the documentation and/or other *
18 * materials provided with the distribution. * 20 * materials provided with the distribution. *
19 * * 21 * *
20 * * Neither the name of the WIDE Project or NICT nor the * 22 * * Neither the name of the Teraoka Laboratory nor the *
21 * names of its contributors may be used to endorse or * 23 * names of its contributors may be used to endorse or *
22 * promote products derived from this software without * 24 * promote products derived from this software without *
23 * specific prior written permission of WIDE Project and * 25 * specific prior written permission of Teraoka Laboratory *
24 * NICT. * 26 * *
25 * * 27 * *
26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED * 28 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
27 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * 29 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
28 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR * 30 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
29 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * 31 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT *
30 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * 32 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS *
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR * 33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
32 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * 34 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF *
33 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 35 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
34 *********************************************************************************************************/ 36 *********************************************************************************************************/
37
35 38
36 /* RADIUS Access-Request messages translation plugin */ 39 /* RADIUS Access-Request messages translation plugin */
37 40
38 #include "rgw_common.h" 41 #include "rgw_common.h"
39 #include <string.h> 42 #include <string.h>
"Welcome to our mercurial repository"