1488N/A==========================================
1488N/A * Copyright (c) 2007 Greg Whalin
1488N/A * This library is free software; you can redistribute it
and/or 1488N/A * modify it under the terms of the BSD license
1488N/A * This library is distributed in the hope that it will be
1488N/A * useful, but WITHOUT ANY WARRANTY; without even the implied
1488N/A * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1488N/A * You should have received a copy of the BSD License along with this
1488N/A * @author greg whalin <greg@meetup.com>
1488N/A===========================================
1488N/A * Copyright (c) 2008 Greg Whalin
1488N/A * This library is free software; you can redistribute it
and/or 1488N/A * modify it under the terms of the BSD license
1488N/A * This library is distributed in the hope that it will be
1488N/A * useful, but WITHOUT ANY WARRANTY; without even the implied
1488N/A * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1488N/A * You should have received a copy of the BSD License along with this
1488N/A * Adds the ability for the MemCached client to be initialized
1488N/A * with a custom class loader. This will allow for the
1488N/A * deserialization of classes that are not visible to the system
1488N/A * @author Vin Chawla <vin@tivo.com>
1488N/A===============================
1488N/A * Copyright (c) 2007 Greg Whalin
1488N/A * This library is free software; you can redistribute it
and/or 1488N/A * modify it under the terms of the BSD license
1488N/A * This library is distributed in the hope that it will be
1488N/A * useful, but WITHOUT ANY WARRANTY; without even the implied
1488N/A * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1488N/A * You should have received a copy of the BSD License along with this
1488N/A * This is an interface implemented by classes that want to receive callbacks
1488N/A * in the event of an error in {@link MemCachedClient}. The implementor can do
1488N/A * things like flush caches or perform additioonal logging.
1488N/A * @author Dan Zivkovic <zivkovic@apple.com>
1488N/A====================================
1488N/A * Copyright (c) 2007 Greg Whalin
1488N/A * This library is free software; you can redistribute it
and/or 1488N/A * modify it under the terms of the BSD license
1488N/A * This library is distributed in the hope that it will be
1488N/A * useful, but WITHOUT ANY WARRANTY; without even the implied
1488N/A * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1488N/A * You should have received a copy of the BSD License along with this
1488N/A * @author Kevin A. Burton <burton@peerfear.org>
1488N/A======================================================
1488N/A* Copyright (c) 2007, Greg Whain
1488N/A* Redistribution and use in source and binary forms, with or without
1488N/A* modification, are permitted provided that the following conditions are met:
1488N/A* * Redistributions of source code must retain the above copyright
1488N/A* notice, this list of conditions and the following disclaimer.
1488N/A* * Redistributions in binary form must reproduce the above copyright
1488N/A* notice, this list of conditions and the following disclaimer in the
1488N/A* documentation
and/or other materials provided with the distribution.
1488N/A* * Neither the name of the <organization> nor the
1488N/A* names of its contributors may be used to endorse or promote products
1488N/A* derived from this software without specific prior written permission.
1488N/A* THIS SOFTWARE IS PROVIDED BY Greg Whalin ``AS IS'' AND ANY
1488N/A* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1488N/A* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1488N/A* DISCLAIMED. IN NO EVENT SHALL Greg Whalin BE LIABLE FOR ANY
1488N/A* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1488N/A* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1488N/A* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1488N/A* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1488N/A* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1488N/A* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1488N/AA copy of the BSD license was not supplied so I selected:
1488N/A=====================================================
1488N/AOpen Source Initiative OSI - The BSD License:Licensing
1488N/AThe 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.
1488N/ANote: 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.
1488N/AHistorical 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.
1488N/AThis prelude is not part of the license.
1488N/A<OWNER> = Regents of the University of California
1488N/A<ORGANIZATION> = University of California, Berkeley
1488N/AIn the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".
1488N/AHere is the license template:
1488N/ACopyright (c) <YEAR>, <OWNER>
1488N/ARedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1488N/ARedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1488N/ARedistributions 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.
1488N/ANeither 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.
1488N/ATHIS 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.