diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:58:49 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:58:49 +0000 |
commit | eb2ff93b14831d8a781f3141cabb5c1c63b0b051 (patch) | |
tree | 54a5248723f92d2fe60bd740ddb8a04ef38bc67a /libcxx/utils/gen_link_script/gen_link_script.py | |
parent | 90dbab0b0d0e8ffe4ddb070d18e7f41f52c1c866 (diff) | |
download | bcm5719-llvm-eb2ff93b14831d8a781f3141cabb5c1c63b0b051.tar.gz bcm5719-llvm-eb2ff93b14831d8a781f3141cabb5c1c63b0b051.zip |
Add more missing license headers
llvm-svn: 258198
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 |