Title: [189943] trunk/Tools
Revision
189943
Author
mmaxfi...@apple.com
Date
2015-09-17 16:28:20 -0700 (Thu, 17 Sep 2015)

Log Message

Update licence in r189890
https://bugs.webkit.org/show_bug.cgi?id=149306

Reviewed by Dean Jackson.

* FontWithFeatures/FontWithFeatures/FontCreator.cpp:
* FontWithFeatures/FontWithFeatures/FontCreator.h:
* FontWithFeatures/FontWithFeatures/main.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (189942 => 189943)


--- trunk/Tools/ChangeLog	2015-09-17 23:22:52 UTC (rev 189942)
+++ trunk/Tools/ChangeLog	2015-09-17 23:28:20 UTC (rev 189943)
@@ -1,3 +1,14 @@
+2015-09-17  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Update licence in r189890
+        https://bugs.webkit.org/show_bug.cgi?id=149306
+
+        Reviewed by Dean Jackson.
+
+        * FontWithFeatures/FontWithFeatures/FontCreator.cpp:
+        * FontWithFeatures/FontWithFeatures/FontCreator.h:
+        * FontWithFeatures/FontWithFeatures/main.cpp:
+
 2015-09-17  Mark Lam  <mark....@apple.com>
 
         Add the ability to skip JIT stress tests in run-_javascript_core-tests.

Modified: trunk/Tools/FontWithFeatures/FontWithFeatures/FontCreator.cpp (189942 => 189943)


--- trunk/Tools/FontWithFeatures/FontWithFeatures/FontCreator.cpp	2015-09-17 23:22:52 UTC (rev 189942)
+++ trunk/Tools/FontWithFeatures/FontWithFeatures/FontCreator.cpp	2015-09-17 23:28:20 UTC (rev 189943)
@@ -1,10 +1,27 @@
-//
-//  FontCreator.cpp
-//  FontWithFeatures
-//
-//  Created by Litherum on 9/15/15.
-//  Copyright © 2015 Litherum. All rights reserved.
-//
+/*
+ * Copyright (C) 2015 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
 
 #include "FontCreator.h"
 

Modified: trunk/Tools/FontWithFeatures/FontWithFeatures/FontCreator.h (189942 => 189943)


--- trunk/Tools/FontWithFeatures/FontWithFeatures/FontCreator.h	2015-09-17 23:22:52 UTC (rev 189942)
+++ trunk/Tools/FontWithFeatures/FontWithFeatures/FontCreator.h	2015-09-17 23:28:20 UTC (rev 189943)
@@ -1,10 +1,27 @@
-//
-//  FontCreator.hpp
-//  FontWithFeatures
-//
-//  Created by Litherum on 9/15/15.
-//  Copyright © 2015 Litherum. All rights reserved.
-//
+/*
+ * Copyright (C) 2015 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
 
 #ifndef FontCreator_h
 #define FontCreator_h

Modified: trunk/Tools/FontWithFeatures/FontWithFeatures/main.cpp (189942 => 189943)


--- trunk/Tools/FontWithFeatures/FontWithFeatures/main.cpp	2015-09-17 23:22:52 UTC (rev 189942)
+++ trunk/Tools/FontWithFeatures/FontWithFeatures/main.cpp	2015-09-17 23:28:20 UTC (rev 189943)
@@ -1,10 +1,27 @@
-//
-//  main.cpp
-//  FontWithFeatures
-//
-//  Created by Litherum on 9/15/15.
-//  Copyright © 2015 Litherum. All rights reserved.
-//
+/*
+ * Copyright (C) 2015 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
 
 #include "FontCreator.h"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to