Skip to content

Commit

Permalink
fixup! add license to header
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Mar 12, 2024
1 parent df019ea commit f7f6d26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f7f6d26

Please sign in to comment.