Navigation


Changeset 364:da11085cf6d9 in freeDiameter


Ignore:
Timestamp:
Jul 2, 2010, 1:59:22 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Updated Copyright information of SIP extension

Location:
extensions/app_sip
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/diamsip.c

    r360 r364  
     1/*********************************************************************************************************
     2* Software License Agreement (BSD License)                                                               *
     3* Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
     4*                                                                                                        *
     5* Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
     6*                                                                                                        *
     7* All rights reserved.                                                                                   *
     8*                                                                                                        *
     9* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     10* permitted provided that the following conditions are met:                                              *
     11*                                                                                                        *
     12* * Redistributions of source code must retain the above                                                 *
     13*   copyright notice, this list of conditions and the                                                    *
     14*   following disclaimer.                                                                                *
     15*                                                                                                        *
     16* * Redistributions in binary form must reproduce the above                                              *
     17*   copyright notice, this list of conditions and the                                                    *
     18*   following disclaimer in the documentation and/or other                                               *
     19*   materials provided with the distribution.                                                            *
     20*                                                                                                        *
     21* * Neither the name of the Teraoka Laboratory nor the                                                   *
     22*   names of its contributors may be used to endorse or                                                  *
     23*   promote products derived from this software without                                                  *
     24*   specific prior written permission of Teraoka Laboratory                                              *
     25*                                                                                                        *
     26*                                                                                                        *
     27* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     28* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
     29* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
     30* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
     31* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
     32* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
     33* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
     34* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
     35*********************************************************************************************************/
    136#include "diamsip.h"
    237
  • extensions/app_sip/diamsip.h

    r360 r364  
     1/*********************************************************************************************************
     2* Software License Agreement (BSD License)                                                               *
     3* Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
     4*                                                                                                        *
     5* Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
     6*                                                                                                        *
     7* All rights reserved.                                                                                   *
     8*                                                                                                        *
     9* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     10* permitted provided that the following conditions are met:                                              *
     11*                                                                                                        *
     12* * Redistributions of source code must retain the above                                                 *
     13*   copyright notice, this list of conditions and the                                                    *
     14*   following disclaimer.                                                                                *
     15*                                                                                                        *
     16* * Redistributions in binary form must reproduce the above                                              *
     17*   copyright notice, this list of conditions and the                                                    *
     18*   following disclaimer in the documentation and/or other                                               *
     19*   materials provided with the distribution.                                                            *
     20*                                                                                                        *
     21* * Neither the name of the Teraoka Laboratory nor the                                                   *
     22*   names of its contributors may be used to endorse or                                                  *
     23*   promote products derived from this software without                                                  *
     24*   specific prior written permission of Teraoka Laboratory                                              *
     25*                                                                                                        *
     26*                                                                                                        *
     27* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     28* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
     29* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
     30* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
     31* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
     32* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
     33* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
     34* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
     35*********************************************************************************************************/
    136#include <freeDiameter/extension.h>
    237#include <sys/time.h>
  • extensions/app_sip/libdiamsip.c

    r360 r364  
     1/*********************************************************************************************************
     2* Software License Agreement (BSD License)                                                               *
     3* Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
     4*                                                                                                        *
     5* Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
     6*                                                                                                        *
     7* All rights reserved.                                                                                   *
     8*                                                                                                        *
     9* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     10* permitted provided that the following conditions are met:                                              *
     11*                                                                                                        *
     12* * Redistributions of source code must retain the above                                                 *
     13*   copyright notice, this list of conditions and the                                                    *
     14*   following disclaimer.                                                                                *
     15*                                                                                                        *
     16* * Redistributions in binary form must reproduce the above                                              *
     17*   copyright notice, this list of conditions and the                                                    *
     18*   following disclaimer in the documentation and/or other                                               *
     19*   materials provided with the distribution.                                                            *
     20*                                                                                                        *
     21* * Neither the name of the Teraoka Laboratory nor the                                                   *
     22*   names of its contributors may be used to endorse or                                                  *
     23*   promote products derived from this software without                                                  *
     24*   specific prior written permission of Teraoka Laboratory                                              *
     25*                                                                                                        *
     26*                                                                                                        *
     27* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     28* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
     29* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
     30* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
     31* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
     32* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
     33* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
     34* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
     35*********************************************************************************************************/
    136#include <mysql.h>
    237#include "diamsip.h"
  • extensions/app_sip/multimediaauth.c

    r360 r364  
     1/*********************************************************************************************************
     2* Software License Agreement (BSD License)                                                               *
     3* Author: Alexandre Westfahl <awestfahl@freediameter.net>                                                *
     4*                                                                                                        *
     5* Copyright (c) 2010, Alexandre Westfahl, Teraoka Laboratory (Keio University), and the WIDE Project.    *             
     6*                                                                                                        *
     7* All rights reserved.                                                                                   *
     8*                                                                                                        *
     9* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     10* permitted provided that the following conditions are met:                                              *
     11*                                                                                                        *
     12* * Redistributions of source code must retain the above                                                 *
     13*   copyright notice, this list of conditions and the                                                    *
     14*   following disclaimer.                                                                                *
     15*                                                                                                        *
     16* * Redistributions in binary form must reproduce the above                                              *
     17*   copyright notice, this list of conditions and the                                                    *
     18*   following disclaimer in the documentation and/or other                                               *
     19*   materials provided with the distribution.                                                            *
     20*                                                                                                        *
     21* * Neither the name of the Teraoka Laboratory nor the                                                   *
     22*   names of its contributors may be used to endorse or                                                  *
     23*   promote products derived from this software without                                                  *
     24*   specific prior written permission of Teraoka Laboratory                                              *
     25*                                                                                                        *
     26*                                                                                                        *
     27* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     28* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
     29* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
     30* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
     31* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
     32* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
     33* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
     34* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
     35*********************************************************************************************************/
    136#include "diamsip.h"
    237
Note: See TracChangeset for help on using the changeset viewer.