diff options
Diffstat (limited to 'libcxx/utils/sym_check/sym_extract.py')
-rwxr-xr-x | libcxx/utils/sym_check/sym_extract.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcxx/utils/sym_check/sym_extract.py b/libcxx/utils/sym_check/sym_extract.py index 5d8953986b2..a0fbb3e6341 100755 --- a/libcxx/utils/sym_check/sym_extract.py +++ b/libcxx/utils/sym_check/sym_extract.py @@ -1,4 +1,12 @@ #!/usr/bin/env python +#===----------------------------------------------------------------------===## +# +# 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. +# +#===----------------------------------------------------------------------===## """ sym_extract - Extract and output a list of symbols from a shared library. """ |