[libcxxabi] r258201 - Add missing license headers

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 14:07:10 PST 2016


Author: ericwf
Date: Tue Jan 19 16:07:10 2016
New Revision: 258201

URL: http://llvm.org/viewvc/llvm-project?rev=258201&view=rev
Log:
Add missing license headers

Modified:
    libcxxabi/trunk/test/libcxxabi/test/config.py
    libcxxabi/trunk/test/support/timer.hpp

Modified: libcxxabi/trunk/test/libcxxabi/test/config.py
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/libcxxabi/test/config.py?rev=258201&r1=258200&r2=258201&view=diff
==============================================================================
--- libcxxabi/trunk/test/libcxxabi/test/config.py (original)
+++ libcxxabi/trunk/test/libcxxabi/test/config.py Tue Jan 19 16:07:10 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/trunk/test/support/timer.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/support/timer.hpp?rev=258201&r1=258200&r2=258201&view=diff
==============================================================================
--- libcxxabi/trunk/test/support/timer.hpp (original)
+++ libcxxabi/trunk/test/support/timer.hpp Tue Jan 19 16:07:10 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