Skip to content

Commit acf2e2c

Browse files
committed
Fix wrong copyright years. Add license attributions for my changes.
1 parent a6ef4f0 commit acf2e2c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Arm Limited and Contributors
1+
# Copyright (c) 2019-2026, Arm Limited and Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
44
#
@@ -14,6 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
# ​​​​​Changes from Qualcomm Technologies, Inc. are provided under the following license:
18+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
19+
# SPDX-License-Identifier: BSD-3-Clause-Clear
1720

1821
cmake_minimum_required(VERSION 3.16)
1922
include(android_package)

bldsys/cmake/module/FindVulkan.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Updates for iOS Copyright (c) 2024, Holochip Inc.
1+
# Updates for iOS Copyright (c) 2024-2026, Holochip Inc.
22
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
33
# file Copyright.txt or https://cmake.org/licensing for details.
4+
# ​​​​​Changes from Qualcomm Technologies, Inc. are provided under the following license:
5+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
6+
# SPDX-License-Identifier: BSD-3-Clause-Clear
47

58
#[=======================================================================[.rst:
69
FindVulkan

0 commit comments

Comments
 (0)