[llvm] d173cb1 - [llvm-dwarfdump][Stats] Add the license header

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 03:39:15 PST 2020


Author: Djordje Todorovic
Date: 2020-02-07T12:37:32+01:00
New Revision: d173cb1db73add8e563663838e630e72723c3f92

URL: https://github.com/llvm/llvm-project/commit/d173cb1db73add8e563663838e630e72723c3f92
DIFF: https://github.com/llvm/llvm-project/commit/d173cb1db73add8e563663838e630e72723c3f92.diff

LOG: [llvm-dwarfdump][Stats] Add the license header

Add the License header into the Statistics.cpp.

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 b4683bbd7a4d..4115ff340cb9 100644
--- a/llvm/tools/llvm-dwarfdump/Statistics.cpp
+++ b/llvm/tools/llvm-dwarfdump/Statistics.cpp
@@ -1,3 +1,11 @@
+//===- Statistics.cpp ------------------------------------------- *- C++ *-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringSet.h"


        


More information about the llvm-commits mailing list