From d180899cb7107fdee4078f890cc18ea635925c09 Mon Sep 17 00:00:00 2001 From: Djordje Todorovic Date: Fri, 7 Feb 2020 18:15:04 +0100 Subject: [PATCH] [llvm-dwarfdump][Stats] Fix the License header Fix the added License. Differential Revision: https://reviews.llvm.org/D74207 --- llvm/tools/llvm-dwarfdump/Statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/llvm-dwarfdump/Statistics.cpp b/llvm/tools/llvm-dwarfdump/Statistics.cpp index 4115ff3..ea9539a 100644 --- a/llvm/tools/llvm-dwarfdump/Statistics.cpp +++ b/llvm/tools/llvm-dwarfdump/Statistics.cpp @@ -1,4 +1,4 @@ -//===- Statistics.cpp ------------------------------------------- *- C++ *-===// +//===-- Statistics.cpp - Debug Info quality metrics -----------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4