LICENSE 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Copyright (c) 2006, Google Inc.
  2. All rights reserved.
  3. Redistribution and use in source and binary forms, with or without
  4. modification, are permitted provided that the following conditions are
  5. met:
  6. * Redistributions of source code must retain the above copyright
  7. notice, this list of conditions and the following disclaimer.
  8. * Redistributions in binary form must reproduce the above
  9. copyright notice, this list of conditions and the following disclaimer
  10. in the documentation and/or other materials provided with the
  11. distribution.
  12. * Neither the name of Google Inc. nor the names of its
  13. contributors may be used to endorse or promote products derived from
  14. this software without specific prior written permission.
  15. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  16. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  17. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  18. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  19. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  20. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  21. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  22. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  23. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  25. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. COPYRIGHT AND PERMISSION NOTICE
  27. Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel@haxx.se>.
  28. All rights reserved.
  29. Permission to use, copy, modify, and distribute this software for any purpose
  30. with or without fee is hereby granted, provided that the above copyright
  31. notice and this permission notice appear in all copies.
  32. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  33. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  34. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  35. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  36. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  37. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  38. OR OTHER DEALINGS IN THE SOFTWARE.
  39. Except as contained in this notice, the name of a copyright holder shall not
  40. be used in advertising or otherwise to promote the sale, use or other dealings
  41. in this Software without prior written authorization of the copyright holder.
  42. Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
  43. @APPLE_LICENSE_HEADER_START@
  44. This file contains Original Code and/or Modifications of Original Code
  45. as defined in and that are subject to the Apple Public Source License
  46. Version 2.0 (the 'License'). You may not use this file except in
  47. compliance with the License. Please obtain a copy of the License at
  48. http://www.opensource.apple.com/apsl/ and read it before using this
  49. file.
  50. The Original Code and all software distributed under the License are
  51. distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  52. EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  53. INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
  54. FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
  55. Please see the License for the specific language governing rights and
  56. limitations under the License.
  57. @APPLE_LICENSE_HEADER_END@
  58. Copyright 2007-2008 Google Inc.
  59. Licensed under the Apache License, Version 2.0 (the "License"); you may not
  60. use this file except in compliance with the License. You may obtain a copy
  61. of the License at
  62. http://www.apache.org/licenses/LICENSE-2.0
  63. Unless required by applicable law or agreed to in writing, software
  64. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  65. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  66. License for the specific language governing permissions and limitations under
  67. the License.