summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/sym_check/sym_diff.py
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-01-19 21:58:49 +0000
committerEric Fiselier <eric@efcs.ca>2016-01-19 21:58:49 +0000
commiteb2ff93b14831d8a781f3141cabb5c1c63b0b051 (patch)
tree54a5248723f92d2fe60bd740ddb8a04ef38bc67a /libcxx/utils/sym_check/sym_diff.py
parent90dbab0b0d0e8ffe4ddb070d18e7f41f52c1c866 (diff)
downloadbcm5719-llvm-eb2ff93b14831d8a781f3141cabb5c1c63b0b051.tar.gz
bcm5719-llvm-eb2ff93b14831d8a781f3141cabb5c1c63b0b051.zip
Add more missing license headers
llvm-svn: 258198
Diffstat (limited to 'libcxx/utils/sym_check/sym_diff.py')
-rwxr-xr-xlibcxx/utils/sym_check/sym_diff.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/utils/sym_check/sym_diff.py b/libcxx/utils/sym_check/sym_diff.py
index 054c6c18e3e..69c340028c6 100755
--- a/libcxx/utils/sym_check/sym_diff.py
+++ b/libcxx/utils/sym_check/sym_diff.py
@@ -1,7 +1,16 @@
#!/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_diff - Compare two symbol lists and output the differences.
"""
+
from argparse import ArgumentParser
import sys
from sym_check import diff, util
OpenPOWER on IntegriCloud