From f7f6d26dddab6feca7f978f250be1f5e5f058eb4 Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Tue, 12 Mar 2024 11:05:39 +0000 Subject: [PATCH] fixup! add license to header --- lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h b/lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h index 7e045760a28be6..a17ba70b2f688a 100644 --- a/lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h +++ b/lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h @@ -1,3 +1,11 @@ +//===-- VerboseTrapFrameRecognizer.h ----------------------------*- 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 +// +//===----------------------------------------------------------------------===// + #ifndef LLDB_TARGET_VERBOSETRAPFRAMERECOGNIZER_H #define LLDB_TARGET_VERBOSETRAPFRAMERECOGNIZER_H