/thirdparty/pcre/LICENCE.txt

https://github.com/the-Arioch/jcl · Plain Text · 68 lines · 48 code · 20 blank · 0 comment · 0 complexity · 81b61f92738fe9dba717f9569aed8446 MD5 · raw file

  1. PCRE LICENCE
  2. ------------
  3. PCRE is a library of functions to support regular expressions whose syntax
  4. and semantics are as close as possible to those of the Perl 5 language.
  5. Release 6 of PCRE is distributed under the terms of the "BSD" licence, as
  6. specified below. The documentation for PCRE, supplied in the "doc"
  7. directory, is distributed under the same terms as the software itself.
  8. The basic library functions are written in C and are freestanding. Also
  9. included in the distribution is a set of C++ wrapper functions.
  10. THE BASIC LIBRARY FUNCTIONS
  11. ---------------------------
  12. Written by: Philip Hazel
  13. Email local part: ph10
  14. Email domain: cam.ac.uk
  15. University of Cambridge Computing Service,
  16. Cambridge, England. Phone: +44 1223 334714.
  17. Copyright (c) 1997-2006 University of Cambridge
  18. All rights reserved.
  19. THE C++ WRAPPER FUNCTIONS
  20. -------------------------
  21. Contributed by: Google Inc.
  22. Copyright (c) 2006, Google Inc.
  23. All rights reserved.
  24. THE "BSD" LICENCE
  25. -----------------
  26. Redistribution and use in source and binary forms, with or without
  27. modification, are permitted provided that the following conditions are met:
  28. * Redistributions of source code must retain the above copyright notice,
  29. this list of conditions and the following disclaimer.
  30. * Redistributions in binary form must reproduce the above copyright
  31. notice, this list of conditions and the following disclaimer in the
  32. documentation and/or other materials provided with the distribution.
  33. * Neither the name of the University of Cambridge nor the name of Google
  34. Inc. nor the names of their contributors may be used to endorse or
  35. promote products derived from this software without specific prior
  36. written permission.
  37. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  38. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  39. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  40. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  41. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  42. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  43. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  44. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  45. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  46. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  47. POSSIBILITY OF SUCH DAMAGE.
  48. End