| OLD | NEW |
| (Empty) |
| 1 ----------------------------------------------------------------------------- | |
| 2 The following license text is extracted from the header of the file | |
| 3 ASCIICType.h and applies only to that file. | |
| 4 ----------------------------------------------------------------------------- | |
| 5 | |
| 6 Copyright (C) 2007, 2008 Apple Inc. All rights reserved. | |
| 7 | |
| 8 Redistribution and use in source and binary forms, with or without | |
| 9 modification, are permitted provided that the following conditions | |
| 10 are met: | |
| 11 | |
| 12 1. Redistributions of source code must retain the above copyright | |
| 13 notice, this list of conditions and the following disclaimer. | |
| 14 2. Redistributions in binary form must reproduce the above copyright | |
| 15 notice, this list of conditions and the following disclaimer in the | |
| 16 documentation and/or other materials provided with the distribution. | |
| 17 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of | |
| 18 its contributors may be used to endorse or promote products derived | |
| 19 from this software without specific prior written permission. | |
| 20 | |
| 21 THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY | |
| 22 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
| 23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
| 24 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY | |
| 25 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
| 26 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
| 27 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | |
| 28 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
| 29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | |
| 30 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| 31 | |
| 32 ----------------------------------------------------------------------------- | |
| 33 The following license text is from the file COPYING and applies to the other | |
| 34 source files in this directory. | |
| 35 ----------------------------------------------------------------------------- | |
| 36 | |
| 37 PCRE is a library of functions to support regular expressions whose syntax | |
| 38 and semantics are as close as possible to those of the Perl 5 language. | |
| 39 | |
| 40 This is JavaScriptCore's variant of the PCRE library. While this library | |
| 41 started out as a copy of PCRE, many of the features of PCRE have been | |
| 42 removed. | |
| 43 | |
| 44 Copyright (c) 1997-2005 University of Cambridge. All rights reserved. | |
| 45 | |
| 46 Redistribution and use in source and binary forms, with or without | |
| 47 modification, are permitted provided that the following conditions are met: | |
| 48 | |
| 49 * Redistributions of source code must retain the above copyright notice, | |
| 50 this list of conditions and the following disclaimer. | |
| 51 | |
| 52 * Redistributions in binary form must reproduce the above copyright | |
| 53 notice, this list of conditions and the following disclaimer in the | |
| 54 documentation and/or other materials provided with the distribution. | |
| 55 | |
| 56 * Neither the name of the University of Cambridge nor the name of Apple | |
| 57 Inc. nor the names of their contributors may be used to endorse or | |
| 58 promote products derived from this software without specific prior | |
| 59 written permission. | |
| 60 | |
| 61 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
| 62 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
| 63 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
| 64 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | |
| 65 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
| 66 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
| 67 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
| 68 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
| 69 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
| 70 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
| 71 POSSIBILITY OF SUCH DAMAGE. | |
| 72 | |
| 73 ----------------------------------------------------------------------------- | |
| 74 The following copyright lines are found in individual files other than | |
| 75 ASCIICType.h | |
| 76 ----------------------------------------------------------------------------- | |
| 77 | |
| 78 | |
| 79 Copyright (C) 2002, 2004, 2006, 2007 Apple Inc. All rights reserved. | |
| 80 Copyright (C) 2002, 2004, 2006, 2007, 2008 Apple Inc. All rights reserved. | |
| 81 Copyright (C) 2007 Eric Seidel <eric@webkit.org> | |
| 82 Copyright (c) 1997-2005 University of Cambridge | |
| 83 Copyright (c) 1997-2005 University of Cambridge. All rights reserved. | |
| 84 Copyright (c) 1997-2006 University of Cambridge | |
| 85 Copyright (c) 2005, 2006, 2007 Apple Inc. All rights reserved. | |
| OLD | NEW |