r362575 - [analyzer] exploded-graph-rewriter: Add the missing license header!

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 19:09:50 PDT 2019


Author: dergachev
Date: Tue Jun  4 19:09:49 2019
New Revision: 362575

URL: http://llvm.org/viewvc/llvm-project?rev=362575&view=rev
Log:
[analyzer] exploded-graph-rewriter: Add the missing license header!

Modified:
    cfe/trunk/utils/analyzer/exploded-graph-rewriter.py

Modified: cfe/trunk/utils/analyzer/exploded-graph-rewriter.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/analyzer/exploded-graph-rewriter.py?rev=362575&r1=362574&r2=362575&view=diff
==============================================================================
--- cfe/trunk/utils/analyzer/exploded-graph-rewriter.py (original)
+++ cfe/trunk/utils/analyzer/exploded-graph-rewriter.py Tue Jun  4 19:09:49 2019
@@ -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
 




More information about the cfe-commits mailing list