[Lldb-commits] [lldb] a11d53e - [lldb] fix license header in TraceHTR.h

Augie Fackler via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 2 08:00:29 PST 2022


Author: Pietro Albini
Date: 2022-12-02T10:59:50-05:00
New Revision: a11d53e30d3d19cf6594cf4bd4cf39ba0271899d

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

LOG: [lldb] fix license header in TraceHTR.h

It seems like the license header got mangled somehow, joining multiple
lines together and splitting some lines across multiple ones. That is
causing errors in a license checker I'm using (called REUSE).

This commit restores the license header to the format used by the rest
of the files in the project.

Differential Revision: https://reviews.llvm.org/D138271

Added: 
    

Modified: 
    lldb/source/Plugins/TraceExporter/common/TraceHTR.h

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/TraceExporter/common/TraceHTR.h b/lldb/source/Plugins/TraceExporter/common/TraceHTR.h
index 03babc5a36ab2..3f5d6f237afba 100644
--- a/lldb/source/Plugins/TraceExporter/common/TraceHTR.h
+++ b/lldb/source/Plugins/TraceExporter/common/TraceHTR.h
@@ -1,9 +1,8 @@
 //===-- TraceHTR.h --------------------------------------------------------===//
 //
-// 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
+// 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
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the lldb-commits mailing list