diff options
author | Priyansh Jain <quic_priyjain@quicinc.com> | 2022-09-12 12:55:37 +0530 |
---|---|---|
committer | Priyansh Jain <quic_priyjain@quicinc.com> | 2022-09-13 08:38:14 +0530 |
commit | 75b5f1db952c1a883ddd4cccb55f546f30287674 (patch) | |
tree | 05e78a587467889f0f0b50db0307e7f89f2e89c2 /thermalConfig.cpp | |
parent | 36d474e87f6c8aae6ab3f89a9ada77e5572a4178 (diff) |
thermal-hal: Update copyright markings
Update copyright markings as per latest marking
recommendation.
Change-Id: I5ad5f467bff9f1aa9c34affdd0850cd33a9b1513
Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index cd4980f..b497608 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1,6 +1,5 @@ /* * Copyright (c) 2020,2021 The Linux Foundation. All rights reserved. - * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -27,6 +26,10 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Changes from Qualcomm Innovation Center are provided under the following license: + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause-Clear */ #include <unordered_map> |