# HG changeset patch # User Alexandre Westfahl # Date 1278045951 -32400 # Node ID b8ad6f9a77484601878a4b12e2de5e83d88da0ff # Parent 5b199400a2903c43112eae026a931e0d595ce852 Updated Copyright information of SIP plugin diff -r 5b199400a290 -r b8ad6f9a7748 extensions/app_radgw/rgwx_sip.c --- a/extensions/app_radgw/rgwx_sip.c Fri Jul 02 12:52:25 2010 +0900 +++ b/extensions/app_radgw/rgwx_sip.c Fri Jul 02 13:45:51 2010 +0900 @@ -1,9 +1,11 @@ /********************************************************************************************************* * Software License Agreement (BSD License) * -* Author: Sebastien Decugis * +* Author: Alexandre Westfahl * * * -* Copyright (c) 2010, WIDE Project and NICT * +* Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project. * +* * * All rights reserved. * +* Based on rgwx_auth plugin (Sebastien Decugis ) * * * * Redistribution and use of this software in source and binary forms, with or without modification, are * * permitted provided that the following conditions are met: * @@ -17,11 +19,11 @@ * following disclaimer in the documentation and/or other * * materials provided with the distribution. * * * -* * Neither the name of the WIDE Project or NICT nor the * +* * Neither the name of the Teraoka Laboratory nor the * * names of its contributors may be used to endorse or * * promote products derived from this software without * -* specific prior written permission of WIDE Project and * -* NICT. * +* specific prior written permission of Teraoka Laboratory * +* * * * * 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 * @@ -33,6 +35,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * *********************************************************************************************************/ + /* RADIUS Access-Request messages translation plugin */ #include "rgw_common.h"