Skip to content

Commit ddb92ba

Browse files
Fixup license issues.
1 parent a0d058d commit ddb92ba

File tree

3 files changed

+42
-28
lines changed

3 files changed

+42
-28
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* Copyright 2021, Cypress Semiconductor Corporation (an Infineon company)
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*/
17+
118
#define WHD_VERSION "v1.94.0"
219
#define WHD_BRANCH "v1.94.0"
320
#define WHD_DATE "2021-04-27 16:54:34 +0800"

connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/resources/nvram/TARGET_CYSBSYSKIT_DEV_01/wifi_nvram_image.h

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,17 @@
11
/*
2-
* Copyright 2021, Cypress Semiconductor Corporation (an Infineon company) or
3-
* an affiliate of Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright (c) 2019, Cypress Semiconductor Corporation, All Rights Reserved
3+
* SPDX-License-Identifier: LicenseRef-PBL
44
*
5-
* This software, including source code, documentation and related
6-
* materials ("Software") is owned by Cypress Semiconductor Corporation
7-
* or one of its affiliates ("Cypress") and is protected by and subject to
8-
* worldwide patent protection (United States and foreign),
9-
* United States copyright laws and international treaty provisions.
10-
* Therefore, you may use this Software only as provided in the license
11-
* agreement accompanying the software package from which you
12-
* obtained this Software ("EULA").
13-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
14-
* non-transferable license to copy, modify, and compile the Software
15-
* source code solely for use in connection with Cypress's
16-
* integrated circuit products. Any reproduction, modification, translation,
17-
* compilation, or representation of this Software except as specified
18-
* above is prohibited without the express written permission of Cypress.
5+
* This file and the related binary are licensed under the
6+
* Permissive Binary License, Version 1.0 (the "License");
7+
* you may not use these files except in compliance with the License.
198
*
20-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
21-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
22-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
23-
* reserves the right to make changes to the Software without notice. Cypress
24-
* does not assume any liability arising out of the application or use of the
25-
* Software or any product or circuit described in the Software. Cypress does
26-
* not authorize its products for use in any products where a malfunction or
27-
* failure of the Cypress product may reasonably be expected to result in
28-
* significant property damage, injury or death ("High Risk Product"). By
29-
* including Cypress's product in a High Risk Product, the manufacturer
30-
* of such system or application assumes all risk of such use and in doing
31-
* so agrees to indemnify Cypress against all liability.
9+
* You may obtain a copy of the License here:
10+
* LICENSE-permissive-binary-license-1.0.txt and at
11+
* https://www.mbed.com/licenses/PBL-1.0
12+
*
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
3215
*/
3316

3417
#ifndef INCLUDED_NVRAM_IMAGE_H_

targets/TARGET_Cypress/TARGET_PSOC6/psoc6cm0p/elf2c.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#!/usr/bin/env bash
22

3+
# Copyright (c) 2019, Cypress Semiconductor Corporation, All Rights Reserved
4+
# SPDX-License-Identifier: LicenseRef-PBL
5+
#
6+
# This file and the related binary are licensed under the
7+
# Permissive Binary License, Version 1.0 (the "License");
8+
# you may not use these files except in compliance with the License.
9+
#
10+
# You may obtain a copy of the License here:
11+
# LICENSE-permissive-binary-license-1.0.txt and at
12+
# https://www.mbed.com/licenses/PBL-1.0
13+
#
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
317
# Path to the current script
418
SCRIPTPATH="$(dirname "$0")"
519

0 commit comments

Comments
 (0)