diff options
Diffstat (limited to 'test/libcxx/util.py')
-rw-r--r-- | test/libcxx/util.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/libcxx/util.py b/test/libcxx/util.py index 28f2619d69cb..8899ffaa4b26 100644 --- a/test/libcxx/util.py +++ b/test/libcxx/util.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. +# +#===----------------------------------------------------------------------===## + from contextlib import contextmanager import os import tempfile |