[libcxx] r258464 - Merging r258196:

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 17:09:23 PST 2016


Author: ericwf
Date: Thu Jan 21 19:09:23 2016
New Revision: 258464

URL: http://llvm.org/viewvc/llvm-project?rev=258464&view=rev
Log:
Merging r258196:
------------------------------------------------------------------------
r258196 | ericwf | 2016-01-19 14:52:04 -0700 (Tue, 19 Jan 2016) | 1 line

Add missing license headers
------------------------------------------------------------------------

Modified:
    libcxx/branches/release_38/test/libcxx/compiler.py
    libcxx/branches/release_38/test/libcxx/test/config.py
    libcxx/branches/release_38/test/libcxx/test/executor.py
    libcxx/branches/release_38/test/libcxx/test/format.py
    libcxx/branches/release_38/test/libcxx/test/target_info.py
    libcxx/branches/release_38/test/libcxx/test/tracing.py
    libcxx/branches/release_38/test/libcxx/util.py
    libcxx/branches/release_38/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
    libcxx/branches/release_38/test/std/utilities/function.objects/func.require/invoke_helpers.h
    libcxx/branches/release_38/test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h
    libcxx/branches/release_38/test/support/any_helpers.h
    libcxx/branches/release_38/test/support/cmpxchg_loop.h
    libcxx/branches/release_38/test/support/count_new.hpp
    libcxx/branches/release_38/test/support/disable_missing_braces_warning.h
    libcxx/branches/release_38/test/support/nasty_macros.hpp
    libcxx/branches/release_38/test/support/tracked_value.h
    libcxx/branches/release_38/test/support/user_defined_integral.hpp

Modified: libcxx/branches/release_38/test/libcxx/compiler.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/compiler.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/compiler.py (original)
+++ libcxx/branches/release_38/test/libcxx/compiler.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===##
+
 import os
 import lit.util
 import libcxx.util

Modified: libcxx/branches/release_38/test/libcxx/test/config.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/test/config.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/test/config.py (original)
+++ libcxx/branches/release_38/test/libcxx/test/config.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===##
+
 import locale
 import os
 import platform

Modified: libcxx/branches/release_38/test/libcxx/test/executor.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/test/executor.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/test/executor.py (original)
+++ libcxx/branches/release_38/test/libcxx/test/executor.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===##
+
 import os
 
 from libcxx.test import tracing

Modified: libcxx/branches/release_38/test/libcxx/test/format.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/test/format.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/test/format.py (original)
+++ libcxx/branches/release_38/test/libcxx/test/format.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===##
+
 import errno
 import os
 import time

Modified: libcxx/branches/release_38/test/libcxx/test/target_info.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/test/target_info.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/test/target_info.py (original)
+++ libcxx/branches/release_38/test/libcxx/test/target_info.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===//
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===//
+
 import importlib
 import lit.util  # pylint: disable=import-error,no-name-in-module
 import locale

Modified: libcxx/branches/release_38/test/libcxx/test/tracing.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/test/tracing.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/test/tracing.py (original)
+++ libcxx/branches/release_38/test/libcxx/test/tracing.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===##
+
 import os
 import inspect
 

Modified: libcxx/branches/release_38/test/libcxx/util.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/libcxx/util.py?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/libcxx/util.py (original)
+++ libcxx/branches/release_38/test/libcxx/util.py Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+#===----------------------------------------------------------------------===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is dual licensed under the MIT and the University of Illinois Open
+# Source Licenses. See LICENSE.TXT for details.
+#
+#===----------------------------------------------------------------------===##
+
 from contextlib import contextmanager
 import os
 import tempfile

Modified: libcxx/branches/release_38/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h (original)
+++ libcxx/branches/release_38/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef ATOMIC_HELPERS_H
 #define ATOMIC_HELPERS_H
 

Modified: libcxx/branches/release_38/test/std/utilities/function.objects/func.require/invoke_helpers.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/utilities/function.objects/func.require/invoke_helpers.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/std/utilities/function.objects/func.require/invoke_helpers.h (original)
+++ libcxx/branches/release_38/test/std/utilities/function.objects/func.require/invoke_helpers.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef INVOKE_HELPERS_H
 #define INVOKE_HELPERS_H
 

Modified: libcxx/branches/release_38/test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h (original)
+++ libcxx/branches/release_38/test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef FUNCTION_TYPES_H
 #define FUNCTION_TYPES_H
 

Modified: libcxx/branches/release_38/test/support/any_helpers.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/any_helpers.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/any_helpers.h (original)
+++ libcxx/branches/release_38/test/support/any_helpers.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 #ifndef ANY_HELPERS_H
 #define ANY_HELPERS_H
 

Modified: libcxx/branches/release_38/test/support/cmpxchg_loop.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/cmpxchg_loop.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/cmpxchg_loop.h (original)
+++ libcxx/branches/release_38/test/support/cmpxchg_loop.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #include <atomic>
 
 template <class A, class T>

Modified: libcxx/branches/release_38/test/support/count_new.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/count_new.hpp?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/count_new.hpp (original)
+++ libcxx/branches/release_38/test/support/count_new.hpp Thu Jan 21 19:09:23 2016
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef COUNT_NEW_HPP
 #define COUNT_NEW_HPP
 

Modified: libcxx/branches/release_38/test/support/disable_missing_braces_warning.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/disable_missing_braces_warning.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/disable_missing_braces_warning.h (original)
+++ libcxx/branches/release_38/test/support/disable_missing_braces_warning.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 #ifndef SUPPORT_DISABLE_MISSING_BRACES_WARNING_H
 #define SUPPORT_DISABLE_MISSING_BRACES_WARNING_H
 

Modified: libcxx/branches/release_38/test/support/nasty_macros.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/nasty_macros.hpp?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/nasty_macros.hpp (original)
+++ libcxx/branches/release_38/test/support/nasty_macros.hpp Thu Jan 21 19:09:23 2016
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 #ifndef SUPPORT_NASTY_MACROS_HPP
 #define SUPPORT_NASTY_MACROS_HPP
 

Modified: libcxx/branches/release_38/test/support/tracked_value.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/tracked_value.h?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/tracked_value.h (original)
+++ libcxx/branches/release_38/test/support/tracked_value.h Thu Jan 21 19:09:23 2016
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 #ifndef SUPPORT_TRACKED_VALUE_H
 #define SUPPORT_TRACKED_VALUE_H
 

Modified: libcxx/branches/release_38/test/support/user_defined_integral.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/support/user_defined_integral.hpp?rev=258464&r1=258463&r2=258464&view=diff
==============================================================================
--- libcxx/branches/release_38/test/support/user_defined_integral.hpp (original)
+++ libcxx/branches/release_38/test/support/user_defined_integral.hpp Thu Jan 21 19:09:23 2016
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 #ifndef SUPPORT_USER_DEFINED_INTEGRAL_HPP
 #define SUPPORT_USER_DEFINED_INTEGRAL_HPP
 




More information about the cfe-commits mailing list