mirror of https://github.com/ARMmbed/mbed-os.git
Fixup license issues.
parent
a0d058dbcf
commit
ddb92ba877
|
@ -1,3 +1,20 @@
|
|||
/*
|
||||
* Copyright 2021, Cypress Semiconductor Corporation (an Infineon company)
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define WHD_VERSION "v1.94.0"
|
||||
#define WHD_BRANCH "v1.94.0"
|
||||
#define WHD_DATE "2021-04-27 16:54:34 +0800"
|
||||
|
|
|
@ -1,34 +1,17 @@
|
|||
/*
|
||||
* Copyright 2021, Cypress Semiconductor Corporation (an Infineon company) or
|
||||
* an affiliate of Cypress Semiconductor Corporation. All rights reserved.
|
||||
* Copyright (c) 2019, Cypress Semiconductor Corporation, All Rights Reserved
|
||||
* SPDX-License-Identifier: LicenseRef-PBL
|
||||
*
|
||||
* This software, including source code, documentation and related
|
||||
* materials ("Software") is owned by Cypress Semiconductor Corporation
|
||||
* or one of its affiliates ("Cypress") and is protected by and subject to
|
||||
* worldwide patent protection (United States and foreign),
|
||||
* United States copyright laws and international treaty provisions.
|
||||
* Therefore, you may use this Software only as provided in the license
|
||||
* agreement accompanying the software package from which you
|
||||
* obtained this Software ("EULA").
|
||||
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
|
||||
* non-transferable license to copy, modify, and compile the Software
|
||||
* source code solely for use in connection with Cypress's
|
||||
* integrated circuit products. Any reproduction, modification, translation,
|
||||
* compilation, or representation of this Software except as specified
|
||||
* above is prohibited without the express written permission of Cypress.
|
||||
* This file and the related binary are licensed under the
|
||||
* Permissive Binary License, Version 1.0 (the "License");
|
||||
* you may not use these files except in compliance with the License.
|
||||
*
|
||||
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
|
||||
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
|
||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
|
||||
* reserves the right to make changes to the Software without notice. Cypress
|
||||
* does not assume any liability arising out of the application or use of the
|
||||
* Software or any product or circuit described in the Software. Cypress does
|
||||
* not authorize its products for use in any products where a malfunction or
|
||||
* failure of the Cypress product may reasonably be expected to result in
|
||||
* significant property damage, injury or death ("High Risk Product"). By
|
||||
* including Cypress's product in a High Risk Product, the manufacturer
|
||||
* of such system or application assumes all risk of such use and in doing
|
||||
* so agrees to indemnify Cypress against all liability.
|
||||
* You may obtain a copy of the License here:
|
||||
* LICENSE-permissive-binary-license-1.0.txt and at
|
||||
* https://www.mbed.com/licenses/PBL-1.0
|
||||
*
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_NVRAM_IMAGE_H_
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2019, Cypress Semiconductor Corporation, All Rights Reserved
|
||||
# SPDX-License-Identifier: LicenseRef-PBL
|
||||
#
|
||||
# This file and the related binary are licensed under the
|
||||
# Permissive Binary License, Version 1.0 (the "License");
|
||||
# you may not use these files except in compliance with the License.
|
||||
#
|
||||
# You may obtain a copy of the License here:
|
||||
# LICENSE-permissive-binary-license-1.0.txt and at
|
||||
# https://www.mbed.com/licenses/PBL-1.0
|
||||
#
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Path to the current script
|
||||
SCRIPTPATH="$(dirname "$0")"
|
||||
|
||||
|
|
Loading…
Reference in New Issue