{
  "key": "pcre",
  "short_name": "PCRE License",
  "name": "PCRE License",
  "category": "Permissive",
  "owner": "University of Cambridge",
  "homepage_url": "http://www.pcre.org/licence.txt",
  "spdx_license_key": "LicenseRef-scancode-pcre",
  "text_urls": [
    "http://www.pcre.org/licence.txt"
  ],
  "ignorable_copyrights": [
    "Copyright (c) 1997-2001 University of Cambridge",
    "copyright by the University of Cambridge, England"
  ],
  "ignorable_holders": [
    "University of Cambridge",
    "the University of Cambridge, England"
  ],
  "ignorable_authors": [
    "Philip Hazel",
    "Philip Hazel <ph10@cam.ac.uk> University of Cambridge Computing Service, Cambridge, England"
  ],
  "ignorable_urls": [
    "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"
  ],
  "ignorable_emails": [
    "ph10@cam.ac.uk"
  ],
  "text": "PCRE LICENCE \n------------ \n\nPCRE is a library of functions to support regular expressions whose\nsyntax and semantics are as close as possible to those of the Perl 5\nlanguage.\n\nWritten by: Philip Hazel <ph10@cam.ac.uk>\nUniversity of Cambridge Computing Service, Cambridge, England. \nPhone: +44 1223 334714.\nCopyright (c) 1997-2001 University of Cambridge\n\nPermission is granted to anyone to use this software for any purpose on\nany computer system, and to redistribute it freely, subject to the\nfollowing restrictions:\n\n1. This software is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n2. The origin of this software must not be misrepresented, either by\nexplicit claim or by omission. In practice, this means that if you use\nPCRE in software which you distribute to others, commercially or\notherwise, you must put a sentence like this\n\"Regular expression support is provided by the PCRE library package,\nwhich is open source software, written by Philip Hazel, and copyright by\nthe University of Cambridge, England\" \n\nsomewhere reasonably visible in your documentation and in any relevant\nfiles or online help data or similar.\n\nA reference to the ftp site for the source, that is, to\nftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \nshould also be given in the documentation.\n\n3. Altered versions must be plainly marked as such, and must not be\nmisrepresented as being the original software.\n\n4. If PCRE is embedded in any software that is released under the GNU\nGeneral Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),\nthen the terms of that licence shall supersede any condition above with\nwhich it is incompatible.\n\nThe documentation for PCRE, supplied in the \"doc\" directory, is\ndistributed under the same terms as the software itself.\n\nEnd PCRE LICENCE\n"
}