From 58ad9b19cc6cd76d2c30e04cac20a5606fcd676f Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 19 Jan 2016 22:07:10 +0000 Subject: Add missing license headers llvm-svn: 258201 --- libcxxabi/test/libcxxabi/test/config.py | 8 ++++++++ libcxxabi/test/support/timer.hpp | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'libcxxabi') 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 */ -- cgit v1.2.1