[llvm-objcopy][MachO] Add missing license header

Add missing license header to Object.cpp.
NFC.
This commit is contained in:
Alexander Shaposhnikov
2020-04-22 16:05:07 -07:00
parent 5ceef26350
commit ef9a19cb5c

View File

@@ -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"