[lldb] fix license header in TraceHTR.h
authorPietro Albini <pietro.albini@ferrous-systems.com>
Thu, 17 Nov 2022 14:32:38 +0000 (15:32 +0100)
committerAugie Fackler <augie@google.com>
Fri, 2 Dec 2022 15:59:50 +0000 (10:59 -0500)
commita11d53e30d3d19cf6594cf4bd4cf39ba0271899d
treefbffa7d966025737bf0df53ffb3e9b1e1f453441
parent35b6faff862c468d7b666f5cc8261cc73bcde1ee
[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
lldb/source/Plugins/TraceExporter/common/TraceHTR.h