[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)
llvm-svn: 362575

clang/utils/analyzer/exploded-graph-rewriter.py

index 355fc86..dbfd086 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