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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits