forked from OSchip/llvm-project
[analyzer] exploded-graph-rewriter: Add the missing license header!
llvm-svn: 362575
This commit is contained in:
parent
1611cc1cba
commit
44fb55bf96
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue