[libcxxabi] r258468 - Merging r258201:

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


Author: ericwf
Date: Thu Jan 21 19:11:34 2016
New Revision: 258468

URL: http://llvm.org/viewvc/llvm-project?rev=258468&view=rev
Log:
Merging r258201:
------------------------------------------------------------------------
r258201 | ericwf | 2016-01-19 15:07:10 -0700 (Tue, 19 Jan 2016) | 1 line

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

Modified:
    libcxxabi/branches/release_38/test/libcxxabi/test/config.py
    libcxxabi/branches/release_38/test/support/timer.hpp

Modified: libcxxabi/branches/release_38/test/libcxxabi/test/config.py
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_38/test/libcxxabi/test/config.py?rev=258468&r1=258467&r2=258468&view=diff
==============================================================================
--- libcxxabi/branches/release_38/test/libcxxabi/test/config.py (original)
+++ libcxxabi/branches/release_38/test/libcxxabi/test/config.py Thu Jan 21 19:11:34 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.
+#
+#===----------------------------------------------------------------------===##
 import os
 import sys
 

Modified: libcxxabi/branches/release_38/test/support/timer.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_38/test/support/timer.hpp?rev=258468&r1=258467&r2=258468&view=diff
==============================================================================
--- libcxxabi/branches/release_38/test/support/timer.hpp (original)
+++ libcxxabi/branches/release_38/test/support/timer.hpp Thu Jan 21 19:11:34 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 TIMER_HPP
 #define TIMER_HPP
 
@@ -43,4 +52,4 @@ public:
 
 #endif /* LIBCXXABI_NO_TIMER */
 
-#endif /* TIMER_HPP */
\ No newline at end of file
+#endif /* TIMER_HPP */




More information about the cfe-commits mailing list