summaryrefslogtreecommitdiffstats
path: root/libcxxabi
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-01-19 22:07:10 +0000
committerEric Fiselier <eric@efcs.ca>2016-01-19 22:07:10 +0000
commit58ad9b19cc6cd76d2c30e04cac20a5606fcd676f (patch)
treec6a2aa361766bdae94c4e72b8be8e7f08d0fb530 /libcxxabi
parent82210fbc1e5ff4d07453520ff01ff0720de03d2c (diff)
downloadbcm5719-llvm-58ad9b19cc6cd76d2c30e04cac20a5606fcd676f.tar.gz
bcm5719-llvm-58ad9b19cc6cd76d2c30e04cac20a5606fcd676f.zip
Add missing license headers
llvm-svn: 258201
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/libcxxabi/test/config.py8
-rw-r--r--libcxxabi/test/support/timer.hpp11
2 files changed, 18 insertions, 1 deletions
diff --git a/libcxxabi/test/libcxxabi/test/config.py b/libcxxabi/test/libcxxabi/test/config.py
index 43ad88b5ff6..09918c15cd7 100644
--- a/libcxxabi/test/libcxxabi/test/config.py
+++ b/libcxxabi/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/libcxxabi/test/support/timer.hpp b/libcxxabi/test/support/timer.hpp
index 5d6ad3093ef..c90f51b6a5b 100644
--- a/libcxxabi/test/support/timer.hpp
+++ b/libcxxabi/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 @@ public:
#endif /* LIBCXXABI_NO_TIMER */
-#endif /* TIMER_HPP */ \ No newline at end of file
+#endif /* TIMER_HPP */
OpenPOWER on IntegriCloud