mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[llvm-objcopy][MachO] Add missing license header
Add missing license header to Object.cpp. NFC.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user