[llvm] d180899 - [llvm-dwarfdump][Stats] Fix the License header
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 9 23:02:17 PST 2020
Author: Djordje Todorovic
Date: 2020-02-10T08:01:56+01:00
New Revision: d180899cb7107fdee4078f890cc18ea635925c09
URL: https://github.com/llvm/llvm-project/commit/d180899cb7107fdee4078f890cc18ea635925c09
DIFF: https://github.com/llvm/llvm-project/commit/d180899cb7107fdee4078f890cc18ea635925c09.diff
LOG: [llvm-dwarfdump][Stats] Fix the License header
Fix the added License.
Differential Revision: https://reviews.llvm.org/D74207
Added:
Modified:
llvm/tools/llvm-dwarfdump/Statistics.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-dwarfdump/Statistics.cpp b/llvm/tools/llvm-dwarfdump/Statistics.cpp
index 4115ff340cb9..ea9539a350a7 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.
More information about the llvm-commits
mailing list