summaryrefslogtreecommitdiff
path: root/test/support
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
commit0fdcedb4beee7e69cff17cef2aa76ef8b62a216d (patch)
tree5af8bf8271e4f2df46cf766821023de2d4f6ade4 /test/support
parentdef0085395a2018b3243f4758abf3ece719a4acf (diff)
downloadlibcxxabi-0fdcedb4beee7e69cff17cef2aa76ef8b62a216d.tar.gz
Add missing license headers
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@258201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/support')
-rw-r--r--test/support/timer.hpp11
1 files changed, 10 insertions, 1 deletions
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 @@ public:
#endif /* LIBCXXABI_NO_TIMER */
-#endif /* TIMER_HPP */ \ No newline at end of file
+#endif /* TIMER_HPP */