[Lldb-commits] [PATCH] D138271: Fix license header in TraceHTR.h

Pietro Albini via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 18 01:33:16 PST 2022


pietroalbini created this revision.
Herald added a project: All.
pietroalbini requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138271

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


Index: lldb/source/Plugins/TraceExporter/common/TraceHTR.h
===================================================================
--- lldb/source/Plugins/TraceExporter/common/TraceHTR.h
+++ 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
 //
 //===----------------------------------------------------------------------===//
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138271.476111.patch
Type: text/x-patch
Size: 845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221118/280e8892/attachment-0001.bin>


More information about the lldb-commits mailing list