]> granicus.if.org Git - clang/commitdiff
[analyzer] exploded-graph-rewriter: Add the missing license header!
authorArtem Dergachev <artem.dergachev@gmail.com>
Wed, 5 Jun 2019 02:09:49 +0000 (02:09 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 5 Jun 2019 02:09:49 +0000 (02:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362575 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/exploded-graph-rewriter.py

index 355fc8632a574b7ffe543458915df874b43f280e..dbfd086215385e24fbba5c08a4569d88cf28638f 100755 (executable)
@@ -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