Navigation


Changeset 1043:3fa4dc91adee in freeDiameter


Ignore:
Timestamp:
Apr 19, 2013, 6:28:37 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Add license.

Location:
extensions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_ignore_dh/rt_ignore_dh.c

    r1041 r1043  
     1/*********************************************************************************************************
     2* Software License Agreement (BSD License)                                                               *
     3* Author: Thomas Klausner <tk@giga.or.at>                                                                *
     4*                                                                                                        *
     5* Copyright (c) 2013, Thomas Klausner                                                                    *
     6* All rights reserved.                                                                                   *
     7*                                                                                                        *
     8* Written under contract by nfotex IT GmbH, http://nfotex.com/                                           *
     9*                                                                                                        *
     10* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     11* permitted provided that the following conditions are met:                                              *
     12*                                                                                                        *
     13* * Redistributions of source code must retain the above                                                 *
     14*   copyright notice, this list of conditions and the                                                    *
     15*   following disclaimer.                                                                                *
     16*                                                                                                        *
     17* * Redistributions in binary form must reproduce the above                                              *
     18*   copyright notice, this list of conditions and the                                                    *
     19*   following disclaimer in the documentation and/or other                                               *
     20*   materials provided with the distribution.                                                            *
     21*                                                                                                        *
     22* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     23* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
     24* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
     25* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
     26* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
     27* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
     28* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
     29* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
     30*********************************************************************************************************/
     31
    132#include <freeDiameter/extension.h>
    233
  • extensions/rt_load_balance/rt_load_balance.c

    r1042 r1043  
     1/*********************************************************************************************************
     2* Software License Agreement (BSD License)                                                               *
     3* Author: Thomas Klausner <tk@giga.or.at>                                                                *
     4*                                                                                                        *
     5* Copyright (c) 2013, Thomas Klausner                                                                    *
     6* All rights reserved.                                                                                   *
     7*                                                                                                        *
     8* Written under contract by nfotex IT GmbH, http://nfotex.com/                                           *
     9*                                                                                                        *
     10* Redistribution and use of this software in source and binary forms, with or without modification, are  *
     11* permitted provided that the following conditions are met:                                              *
     12*                                                                                                        *
     13* * Redistributions of source code must retain the above                                                 *
     14*   copyright notice, this list of conditions and the                                                    *
     15*   following disclaimer.                                                                                *
     16*                                                                                                        *
     17* * Redistributions in binary form must reproduce the above                                              *
     18*   copyright notice, this list of conditions and the                                                    *
     19*   following disclaimer in the documentation and/or other                                               *
     20*   materials provided with the distribution.                                                            *
     21*                                                                                                        *
     22* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED *
     23* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
     24* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR *
     25* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT     *
     26* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    *
     27* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR *
     28* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   *
     29* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
     30*********************************************************************************************************/
     31
    132#include <freeDiameter/extension.h>
    233
    3 /* 
     34/*
    435 * Load balancing extension. Send request to least-loaded node.
    536 */
Note: See TracChangeset for help on using the changeset viewer.