From: Artem Dergachev Date: Wed, 5 Jun 2019 02:09:49 +0000 (+0000) Subject: [analyzer] exploded-graph-rewriter: Add the missing license header! X-Git-Tag: llvmorg-10-init~3736 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44fb55bf96158ac3c9a90eae1818fb6b1ddefef6;p=platform%2Fupstream%2Fllvm.git [analyzer] exploded-graph-rewriter: Add the missing license header! llvm-svn: 362575 --- diff --git a/clang/utils/analyzer/exploded-graph-rewriter.py b/clang/utils/analyzer/exploded-graph-rewriter.py index 355fc86..dbfd086 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