diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2019-06-05 02:09:49 +0000 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2019-06-05 02:09:49 +0000 |
commit | 44fb55bf96158ac3c9a90eae1818fb6b1ddefef6 (patch) | |
tree | e07551c2489ab756cfe865a2fc06c6e641d1fefb /clang/utils/analyzer/exploded-graph-rewriter.py | |
parent | 1611cc1cba181db26f147477c92b5d010a295512 (diff) | |
download | bcm5719-llvm-44fb55bf96158ac3c9a90eae1818fb6b1ddefef6.tar.gz bcm5719-llvm-44fb55bf96158ac3c9a90eae1818fb6b1ddefef6.zip |
[analyzer] exploded-graph-rewriter: Add the missing license header!
llvm-svn: 362575
Diffstat (limited to 'clang/utils/analyzer/exploded-graph-rewriter.py')
-rwxr-xr-x | clang/utils/analyzer/exploded-graph-rewriter.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/utils/analyzer/exploded-graph-rewriter.py b/clang/utils/analyzer/exploded-graph-rewriter.py index 355fc8632a5..dbfd0862153 100755 --- a/clang/utils/analyzer/exploded-graph-rewriter.py +++ b/clang/utils/analyzer/exploded-graph-rewriter.py @@ -1,4 +1,13 @@ #!/usr/bin/env python +# +#===- exploded-graph-rewriter.py - ExplodedGraph dump tool -----*- python -*--# +# +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +# +#===-----------------------------------------------------------------------===# + from __future__ import print_function |