Fix license for a few remaining files

Summary: As titled.

(cherry picked from FBD28112137)
This commit is contained in:
Rafael Auler 2021-03-17 15:04:19 -07:00 committed by Maksim Panchenko
parent 0ec91a25df
commit da752c9c5c
3 changed files with 7 additions and 14 deletions

View file

@ -219,4 +219,4 @@ binary.
## License
BOLT is licensed under [University of Illinois/NCSA Open Source License](./LICENSE.TXT).
BOLT is licensed under the [Apache License v2.0 with LLVM Exceptions](./LICENSE.TXT).

View file

@ -1,11 +1,8 @@
//===-- hugify.cpp ----------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// This file contains code that is linked to the final binary with a function
// that is called at program entry to put hot code into a huge page.
// 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
//
//===----------------------------------------------------------------------===//

View file

@ -1,12 +1,8 @@
//===-- instr.cpp -----------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// This file contains code that is linked to the final binary with a function
// that is called at program exit to dump instrumented data collected during
// execution.
// 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
//
//===----------------------------------------------------------------------===//
//