[llvm] ef9a19c - [llvm-objcopy][MachO] Add missing license header
Alexander Shaposhnikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 16:07:58 PDT 2020
Author: Alexander Shaposhnikov
Date: 2020-04-22T16:07:40-07:00
New Revision: ef9a19cb5c49ce1a7eb6db8ad19230eab17f6feb
URL: https://github.com/llvm/llvm-project/commit/ef9a19cb5c49ce1a7eb6db8ad19230eab17f6feb
DIFF: https://github.com/llvm/llvm-project/commit/ef9a19cb5c49ce1a7eb6db8ad19230eab17f6feb.diff
LOG: [llvm-objcopy][MachO] Add missing license header
Add missing license header to Object.cpp.
NFC.
Added:
Modified:
llvm/tools/llvm-objcopy/MachO/Object.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-objcopy/MachO/Object.cpp b/llvm/tools/llvm-objcopy/MachO/Object.cpp
index c9043b30a182..89fe9946c73f 100644
--- a/llvm/tools/llvm-objcopy/MachO/Object.cpp
+++ b/llvm/tools/llvm-objcopy/MachO/Object.cpp
@@ -1,3 +1,11 @@
+//===- Object.cpp - Mach-O object file model --------------------*- 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
+//
+//===----------------------------------------------------------------------===//
+
#include "Object.h"
#include "../llvm-objcopy.h"
#include "llvm/ADT/SmallPtrSet.h"
More information about the llvm-commits
mailing list