summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template')
-rw-r--r--lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template b/lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template
index 1667c0d721ed..00383c3c20bf 100644
--- a/lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template
+++ b/lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template
@@ -1,11 +1,3 @@
-//===-- plugin.cpp -------------------------------------------*- 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
-//
-//===----------------------------------------------------------------------===//
-
/*
An example plugin for LLDB that provides a new foo command with a child subcommand
Compile this into a dylib foo.dylib and load by placing in appropriate locations on disk or