[Lldb-commits] [PATCH] D77328: [intel-mpx] Delete an unnecessary license header

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 2 12:28:35 PDT 2020


wallace created this revision.
wallace added reviewers: labath, clayborg.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

@labath mentioned to me that test files shouldn't have a license header.
I saw this one some days ago, so I'm doing some cleaning.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77328

Files:
  lldb/tools/intel-features/intel-mpx/test/main.cpp


Index: lldb/tools/intel-features/intel-mpx/test/main.cpp
===================================================================
--- lldb/tools/intel-features/intel-mpx/test/main.cpp
+++ lldb/tools/intel-features/intel-mpx/test/main.cpp
@@ -1,12 +1,3 @@
-//===-- main.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
-////
-////===----------------------------------------------------------------------===//
-//
-
 const int size = 5;
 
 #include <cstddef>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77328.254586.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200402/02bada5d/attachment.bin>


More information about the lldb-commits mailing list