Skip to content

Commit 89c70fb

Browse files
Fix licenses in COMPONENT_SCL.
1 parent 539b78f commit 89c70fb

File tree

13 files changed

+155
-352
lines changed

13 files changed

+155
-352
lines changed

features/netsocket/emac-drivers/TARGET_Cypress/COMPONENT_SCL/interface/SclSTAInterface.cpp

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

3318
#include <cstring>

features/netsocket/emac-drivers/TARGET_Cypress/COMPONENT_SCL/interface/SclSTAInterface.h

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

3318
#ifndef SCL_STA_INTERFACE_H
Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

3318
#include "SclSTAInterface.h"
@@ -47,4 +32,4 @@ WiFiInterface *WiFiInterface::get_target_default_instance()
4732
{
4833
static SclSTAInterface wifi;
4934
return &wifi;
50-
}
35+
}

features/netsocket/emac-drivers/TARGET_Cypress/COMPONENT_SCL/interface/scl_emac.cpp

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

3318
#include <ctype.h>

features/netsocket/emac-drivers/TARGET_Cypress/COMPONENT_SCL/interface/scl_emac.h

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

3318
#ifndef SCL_EMAC_H_
@@ -201,4 +186,4 @@ class SCL_EMAC : public EMAC {
201186
*/
202187
extern "C" void scl_emac_wifi_link_state_changed(bool state_up);
203188

204-
#endif /* SCL_EMAC_H_ */
189+
#endif /* SCL_EMAC_H_ */

targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/inc/scl_common.h

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

33-
3418
/** @file scl_common.h
3519
* Defines common data types used in SCL
3620
*/
@@ -229,4 +213,4 @@ typedef struct
229213
#ifdef __cplusplus
230214
} /* extern "C" */
231215
#endif
232-
#endif /* ifndef INCLUDED_SCL_COMMON_H_ */
216+
#endif /* ifndef INCLUDED_SCL_COMMON_H_ */

targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/inc/scl_ipc.h

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11
/*
2-
* (c) (2019-2020), Cypress Semiconductor Corporation. All rights reserved.
2+
* Copyright 2018-2020 Cypress Semiconductor Corporation
3+
* SPDX-License-Identifier: Apache-2.0
34
*
4-
* This software, including source code, documentation and related materials
5-
* ("Software"), is owned by Cypress Semiconductor Corporation or one of its
6-
* subsidiaries ("Cypress") and is protected by and subject to worldwide patent
7-
* protection (United States and foreign), United States copyright laws and
8-
* international treaty provisions. Therefore, you may use this Software only
9-
* as provided in the license agreement accompanying the software package from
10-
* which you obtained this Software ("EULA").
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
118
*
12-
* If no EULA applies, Cypress hereby grants you a personal, non-exclusive,
13-
* non-transferable license to copy, modify, and compile the Software source
14-
* code solely for use in connection with Cypress' integrated circuit products.
15-
* Any reproduction, modification, translation, compilation, or representation
16-
* of this Software except as specified above is prohibited without the express
17-
* written permission of Cypress.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1810
*
19-
* Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND,
20-
* EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, NONINFRINGEMENT, IMPLIED
21-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress
22-
* reserves the right to make changes to the Software without notice. Cypress
23-
* does not assume any liability arising out of the application or use of the
24-
* Software or any product or circuit described in the Software. Cypress does
25-
* not authorize its products for use in any products where a malfunction or
26-
* failure of the Cypress product may reasonably be expected to result in
27-
* significant property damage, injury or death ("High Risk Product"). By
28-
* including Cypress' product in a High Risk Product, the manufacturer of such
29-
* system or application assumes all risk of such use and in doing so agrees to
30-
* indemnify Cypress against all liability.
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.
3116
*/
3217

3318
/** @file
@@ -132,4 +117,4 @@ extern scl_result_t scl_get_nw_parameters(network_params_t *nw_param);
132117
#ifdef __cplusplus
133118
} /* extern "C" */
134119
#endif
135-
#endif /* ifndef INCLUDED_SCL_IPC_H */
120+
#endif /* ifndef INCLUDED_SCL_IPC_H */

0 commit comments

Comments
 (0)