Merging r258201:
------------------------------------------------------------------------
r258201 | ericwf | 2016-01-19 15:07:10 -0700 (Tue, 19 Jan 2016) | 1 line

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


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/branches/release_38@258468 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/libcxxabi/test/config.py b/test/libcxxabi/test/config.py
index 43ad88b..09918c1 100644
--- a/test/libcxxabi/test/config.py
+++ b/test/libcxxabi/test/config.py
@@ -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
 
diff --git a/test/support/timer.hpp b/test/support/timer.hpp
index 5d6ad30..c90f51b 100644
--- a/test/support/timer.hpp
+++ b/test/support/timer.hpp
@@ -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 @@
 
 #endif /* LIBCXXABI_NO_TIMER */
 
-#endif /* TIMER_HPP */
\ No newline at end of file
+#endif /* TIMER_HPP */