aboutsummaryrefslogtreecommitdiff
path: root/utils/sym_check/sym_check/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sym_check/sym_check/__init__.py')
-rw-r--r--utils/sym_check/sym_check/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/sym_check/sym_check/__init__.py b/utils/sym_check/sym_check/__init__.py
index 3c668036e47c..1aa2b450c12f 100644
--- a/utils/sym_check/sym_check/__init__.py
+++ b/utils/sym_check/sym_check/__init__.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.
+#
+#===----------------------------------------------------------------------===##
+
"""libcxx abi symbol checker"""
__author__ = 'Eric Fiselier'