components/memcached-java/memcached-java.license
changeset 1193 072e6dfa2814
parent 382 5d2ca734dd20
child 1205 6c6c27bcf9ac
equal deleted inserted replaced
1192:d0b084083da1 1193:072e6dfa2814
     1 * Copyright (c) 2007, Greg Whalin
     1 -------------------------
     2 * All rights reserved.
     2 - memchached-java 2.0.1 -
     3 *
     3 -------------------------
     4 * Redistribution and use in source and binary forms, with or without
     4 
     5 * modification, are permitted provided that the following conditions are met:
     5 Oracle Internal Tracking Number 5586
     6 *     * Redistributions of source code must retain the above copyright
     6 
     7 *       notice, this list of conditions and the following disclaimer.
     7 src/com/danga/ByteBufArrayInputStream.java
     8 *     * Redistributions in binary form must reproduce the above copyright
     8 ========================================== 
     9 *       notice, this list of conditions and the following disclaimer in the
     9  * Copyright (c) 2007 Greg Whalin 
    10 *       documentation and/or other materials provided with the distribution.
    10  * All rights reserved. 
    11 *     * Neither the name of the <organization> nor the
    11  * 
    12 *       names of its contributors may be used to endorse or promote products
    12  * This library is free software; you can redistribute it and/or 
    13 *       derived from this software without specific prior written permission.
    13  * modify it under the terms of the BSD license 
    14 *
    14  * 
    15 * THIS SOFTWARE IS PROVIDED BY Greg Whalin ``AS IS'' AND ANY
    15  * This library is distributed in the hope that it will be 
    16 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    16  * useful, but WITHOUT ANY WARRANTY; without even the implied 
    17 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    17  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
    18 * DISCLAIMED. IN NO EVENT SHALL Greg Whalin BE LIABLE FOR ANY
    18  * PURPOSE. 
    19 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    19  * 
    20 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    20  * You should have received a copy of the BSD License along with this 
    21 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    21  * library. 
    22 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    22  * 
    23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    23  * @author greg whalin <[email protected]> 
    24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    24  * @version 2.0 
       
    25 
       
    26 src/com/danga/ContextObjectInputStream.java
       
    27 ===========================================
       
    28  * MemCached Java client
       
    29  * Copyright (c) 2008 Greg Whalin
       
    30  * All rights reserved.
       
    31  *
       
    32  * This library is free software; you can redistribute it and/or
       
    33  * modify it under the terms of the BSD license
       
    34  *
       
    35  * This library is distributed in the hope that it will be
       
    36  * useful, but WITHOUT ANY WARRANTY; without even the implied
       
    37  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
       
    38  * PURPOSE.
       
    39  *
       
    40  * You should have received a copy of the BSD License along with this
       
    41  * library.
       
    42  *
       
    43  * Adds the ability for the MemCached client to be initialized
       
    44  * with a custom class loader.  This will allow for the
       
    45  * deserialization of classes that are not visible to the system
       
    46  * class loader.
       
    47  * 
       
    48  * @author Vin Chawla <[email protected]>
       
    49  * @version 2.0
       
    50 src/com/danga/ErrorHandler.java
       
    51 ===============================
       
    52  * MemCached Java client
       
    53  * Copyright (c) 2007 Greg Whalin
       
    54  * All rights reserved.
       
    55  *
       
    56  * This library is free software; you can redistribute it and/or
       
    57  * modify it under the terms of the BSD license
       
    58  *
       
    59  * This library is distributed in the hope that it will be
       
    60  * useful, but WITHOUT ANY WARRANTY; without even the implied
       
    61  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
       
    62  * PURPOSE.
       
    63  *
       
    64  * You should have received a copy of the BSD License along with this
       
    65  * library.
       
    66  *
       
    67  * This is an interface implemented by classes that want to receive callbacks
       
    68  * in the event of an error in {@link MemCachedClient}. The implementor can do
       
    69  * things like flush caches or perform additioonal logging.
       
    70  *
       
    71  * @author Dan Zivkovic <[email protected]>
       
    72  * @version 2.0
       
    73 
       
    74 
       
    75 src/com/danga/NestedIOException.java
       
    76 ====================================
       
    77  * MemCached Java client
       
    78  * Copyright (c) 2007 Greg Whalin
       
    79  * All rights reserved.
       
    80  *
       
    81  * This library is free software; you can redistribute it and/or
       
    82  * modify it under the terms of the BSD license
       
    83  *
       
    84  * This library is distributed in the hope that it will be
       
    85  * useful, but WITHOUT ANY WARRANTY; without even the implied
       
    86  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
       
    87  * PURPOSE.
       
    88  *
       
    89  * You should have received a copy of the BSD License along with this
       
    90  * library.
       
    91  *
       
    92  * @author Kevin A. Burton <[email protected]> 
       
    93  * @version 2.0
       
    94 
       
    95 
       
    96 LICENSE.txt
       
    97 ====================================================== 
       
    98 * Copyright (c) 2007, Greg Whain 
       
    99 * All rights reserved. 
       
   100 * 
       
   101 * Redistribution and use in source and binary forms, with or without 
       
   102 * modification, are permitted provided that the following conditions are met: 
       
   103 *     * Redistributions of source code must retain the above copyright 
       
   104 *       notice, this list of conditions and the following disclaimer. 
       
   105 *     * Redistributions in binary form must reproduce the above copyright 
       
   106 *       notice, this list of conditions and the following disclaimer in the 
       
   107 *       documentation and/or other materials provided with the distribution. 
       
   108 *     * Neither the name of the <organization> nor the 
       
   109 *       names of its contributors may be used to endorse or promote products 
       
   110 *       derived from this software without specific prior written permission. 
       
   111 * 
       
   112 * THIS SOFTWARE IS PROVIDED BY Greg Whalin ``AS IS'' AND ANY 
       
   113 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
       
   114 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
       
   115 * DISCLAIMED. IN NO EVENT SHALL Greg Whalin BE LIABLE FOR ANY 
       
   116 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
       
   117 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
       
   118 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
       
   119 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
       
   120 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
       
   121 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
       
   122   
       
   123 
       
   124 A copy of the BSD license was not supplied so I selected:
       
   125 http://www.opensource.org/licenses/bsd-license.php
       
   126 ===================================================== 
       
   127 Open Source Initiative OSI - The BSD License:Licensing
       
   128 The BSD License
       
   129 The following is a BSD license template. To generate your own license, change the values of OWNER, ORGANIZATION and YEAR from their original values as given here, and substitute your own. Also, you may optionally omit clause 3 and still be OSD conformant.
       
   130 Note: On January 9th, 2008 the OSI Board approved the "Simplified BSD License" variant used by FreeBSD and others, which omits the final "no-endorsement" clause and is thus roughly equivalent to the MIT License.
       
   131 Historical Note: The original license used on BSD Unix had four clauses. The advertising clause (the third of four clauses) required you to acknowledge use of U.C. Berkeley code in your advertising of any product using that code. It was officially rescinded by the Director of the Office of Technology Licensing of the University of California on July 22nd, 1999. He states that clause 3 is "hereby deleted in its entirety." The four clause license has not been approved by OSI. The license below does not contain the advertising clause.
       
   132 This prelude is not part of the license.
       
   133 <OWNER> = Regents of the University of California
       
   134 <ORGANIZATION> = University of California, Berkeley
       
   135 <YEAR> = 1998
       
   136 In the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".
       
   137 Here is the license template:
       
   138 Copyright (c) <YEAR>, <OWNER>
       
   139 All rights reserved.
       
   140 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
       
   141 Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 
       
   142 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. 
       
   143 Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 
       
   144 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 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER 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.
       
   145