[clang] 048e46a - [clang, hexagon] Update copyright, license text (#107161)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 9 11:27:16 PDT 2024
Author: Brian Cain
Date: 2024-09-09T13:27:13-05:00
New Revision: 048e46ad53bedef076df868524f0a15eb7cbd38c
URL: https://github.com/llvm/llvm-project/commit/048e46ad53bedef076df868524f0a15eb7cbd38c
DIFF: https://github.com/llvm/llvm-project/commit/048e46ad53bedef076df868524f0a15eb7cbd38c.diff
LOG: [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.
Added:
Modified:
clang/lib/Headers/hexagon_types.h
Removed:
################################################################################
diff --git a/clang/lib/Headers/hexagon_types.h b/clang/lib/Headers/hexagon_types.h
index 029727cc48176b..8e73fad4bcd424 100644
--- a/clang/lib/Headers/hexagon_types.h
+++ b/clang/lib/Headers/hexagon_types.h
@@ -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
More information about the cfe-commits
mailing list