Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (97128 => 97129)
--- trunk/Source/_javascript_Core/ChangeLog 2011-10-11 07:28:56 UTC (rev 97128)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-10-11 07:40:22 UTC (rev 97129)
@@ -1,3 +1,15 @@
+2011-10-11 Yuqiang Xian <[email protected]>
+
+ Add missing copyright notice in DFG JIT files
+ https://bugs.webkit.org/show_bug.cgi?id=69809
+
+ Reviewed by Gavin Barraclough.
+
+ * dfg/DFGJITCodeGenerator32_64.cpp:
+ * dfg/DFGJITCompiler32_64.cpp:
+ * dfg/DFGJITCompilerInlineMethods.h:
+ * dfg/DFGSpeculativeJIT32_64.cpp:
+
2011-10-10 Filip Pizlo <[email protected]>
DFG JSVALUE64 spill/fill code should not box integers and doubles
Modified: trunk/Source/_javascript_Core/dfg/DFGJITCodeGenerator32_64.cpp (97128 => 97129)
--- trunk/Source/_javascript_Core/dfg/DFGJITCodeGenerator32_64.cpp 2011-10-11 07:28:56 UTC (rev 97128)
+++ trunk/Source/_javascript_Core/dfg/DFGJITCodeGenerator32_64.cpp 2011-10-11 07:40:22 UTC (rev 97129)
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2011 Apple Inc. All rights reserved.
+ * Copyright (C) 2011 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/dfg/DFGJITCompiler32_64.cpp (97128 => 97129)
--- trunk/Source/_javascript_Core/dfg/DFGJITCompiler32_64.cpp 2011-10-11 07:28:56 UTC (rev 97128)
+++ trunk/Source/_javascript_Core/dfg/DFGJITCompiler32_64.cpp 2011-10-11 07:40:22 UTC (rev 97129)
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2011 Apple Inc. All rights reserved.
+ * Copyright (C) 2011 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/dfg/DFGJITCompilerInlineMethods.h (97128 => 97129)
--- trunk/Source/_javascript_Core/dfg/DFGJITCompilerInlineMethods.h 2011-10-11 07:28:56 UTC (rev 97128)
+++ trunk/Source/_javascript_Core/dfg/DFGJITCompilerInlineMethods.h 2011-10-11 07:40:22 UTC (rev 97129)
@@ -1,3 +1,28 @@
+/*
+ * Copyright (C) 2008 Apple Inc. All rights reserved.
+ * Copyright (C) 2011 Intel Corporation. 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. ``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
+ * 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 DFGJITCompilerInlineMethods_h
#define DFGJITCompilerInlineMethods_h
Modified: trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp (97128 => 97129)
--- trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp 2011-10-11 07:28:56 UTC (rev 97128)
+++ trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp 2011-10-11 07:40:22 UTC (rev 97129)
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2011 Apple Inc. All rights reserved.
+ * Copyright (C) 2011 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions