diff options
Diffstat (limited to 'libcxx/utils/sym_check/sym_match.py')
-rwxr-xr-x | libcxx/utils/sym_check/sym_match.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/utils/sym_check/sym_match.py b/libcxx/utils/sym_check/sym_match.py index c60b2462935..231bdc8b367 100755 --- a/libcxx/utils/sym_check/sym_match.py +++ b/libcxx/utils/sym_check/sym_match.py @@ -1,4 +1,13 @@ #!/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_match - Match all symbols in a list against a list of regexes. """ |