@@ -937,4 +937,37 @@ freely, subject to the following restrictions:
937937 misrepresented as being the original software.
938938
939939 3. This notice may not be removed or altered from any source
940- distribution.
940+ distribution.
941+
942+ -------------------------------------------------------------------------
943+
944+ WebKit License
945+
946+ /*
947+ * Copyright (C) 2005 Apple Computer, Inc. All rights reserved.
948+ *
949+ * Redistribution and use in source and binary forms, with or without
950+ * modification, are permitted provided that the following conditions
951+ * are met:
952+ *
953+ * 1. Redistributions of source code must retain the above copyright
954+ * notice, this list of conditions and the following disclaimer.
955+ * 2. Redistributions in binary form must reproduce the above copyright
956+ * notice, this list of conditions and the following disclaimer in the
957+ * documentation and/or other materials provided with the distribution.
958+ * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
959+ * its contributors may be used to endorse or promote products derived
960+ * from this software without specific prior written permission.
961+ *
962+ * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
963+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
964+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
965+ * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
966+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
967+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
968+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
969+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
970+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
971+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
972+ */
973+
0 commit comments