Skip to content

Commit

Permalink
Change license to match LLVM.
Browse files Browse the repository at this point in the history
Change-Id: Ie64073e794159ba5b88613ca31ed1f7d78a02281
  • Loading branch information
CatherineMoore committed Oct 11, 2024
1 parent ed0f230 commit 6472296
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/******************************************************************************/
/* (c) 2020 Qualcomm Innovation Center, Inc. All rights reserved. */
/* */
/******************************************************************************/
//===----------------------------------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//

#ifndef HEXAGON_TYPES_H
#define HEXAGON_TYPES_H

Expand Down
12 changes: 8 additions & 4 deletions flang-legacy/llvm-legacy/clang/lib/Headers/hexagon_types.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/******************************************************************************/
/* (c) 2020 Qualcomm Innovation Center, Inc. All rights reserved. */
/* */
/******************************************************************************/
//===----------------------------------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//

#ifndef HEXAGON_TYPES_H
#define HEXAGON_TYPES_H

Expand Down

0 comments on commit 6472296

Please sign in to comment.