diff options
Diffstat (limited to 'libcxx/utils/gen_link_script/gen_link_script.py')
-rwxr-xr-x | libcxx/utils/gen_link_script/gen_link_script.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/utils/gen_link_script/gen_link_script.py b/libcxx/utils/gen_link_script/gen_link_script.py index 5de18f9129c..9f1f0b771fc 100755 --- a/libcxx/utils/gen_link_script/gen_link_script.py +++ b/libcxx/utils/gen_link_script/gen_link_script.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. +# +#===----------------------------------------------------------------------===## + import os import sys |