Skip to content

Commit 048e46a

Browse files
authored
[clang, hexagon] Update copyright, license text (#107161)
When this file was first contributed - `28b01c59c93d ([hexagon] Add {hvx,}hexagon_{protos,circ_brev...}, 2021-06-30)` - I incorrectly included a QuIC copyright statement with "All rights reserved". I should have contributed this file with the `Apache+LLVM exception` license.
1 parent b1b9b7b commit 048e46a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

clang/lib/Headers/hexagon_types.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
/******************************************************************************/
2-
/* (c) 2020 Qualcomm Innovation Center, Inc. All rights reserved. */
3-
/* */
4-
/******************************************************************************/
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
59
#ifndef HEXAGON_TYPES_H
610
#define HEXAGON_TYPES_H
711

0 commit comments

Comments
 (0)