diff options
Diffstat (limited to 'test/libcxx/test/tracing.py')
-rw-r--r-- | test/libcxx/test/tracing.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/libcxx/test/tracing.py b/test/libcxx/test/tracing.py index 766fc192f9f5..c590ba3efd01 100644 --- a/test/libcxx/test/tracing.py +++ b/test/libcxx/test/tracing.py @@ -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. +# +#===----------------------------------------------------------------------===## + import os import inspect |