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

llvm-svn: 362575
This commit is contained in:
Artem Dergachev 2019-06-05 02:09:49 +00:00
parent 1611cc1cba
commit 44fb55bf96
1 changed files with 9 additions and 0 deletions

View File

@ -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