diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-22 21:18:04 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-22 21:18:04 +0000 |
commit | e0b666adaf915eaff59507f0fdcc4a120f68ce40 (patch) | |
tree | 427694574809fd86191343f574cd2e23bbe1f4a6 /utils/sym_check/sym_match.py | |
parent | dfd66a522f6e3ab9b03c0921ba40f012de0958b0 (diff) |
Notes
Diffstat (limited to 'utils/sym_check/sym_match.py')
-rwxr-xr-x | utils/sym_check/sym_match.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/sym_check/sym_match.py b/utils/sym_check/sym_match.py index c60b24629353c..231bdc8b367a9 100755 --- a/utils/sym_check/sym_match.py +++ b/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. """ |