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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d1b8492665cc3ea1fd72386b2cd21f7218d205b;p=clang [analyzer] exploded-graph-rewriter: Add the missing license header! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362575 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/exploded-graph-rewriter.py b/utils/analyzer/exploded-graph-rewriter.py index 355fc8632a..dbfd086215 100755 --- a/utils/analyzer/exploded-graph-rewriter.py +++ b/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