Skip to content

Commit d77fb26

Browse files
committed
PSOC6: fix license headers per review feedback
1 parent 85a5bc0 commit d77fb26

31 files changed

+222
-69
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/SDIO_HOST/SDIO_HOST.c

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
/***************************************************************************//**
2-
* \file cy_sdio.c
3-
* \version 1.00
2+
* \file SDIO_HOST.c
43
*
54
* \brief
65
* This file provides the source code to the API for the UDB based SDIO driver.
76
*
8-
*******************************************************************************
7+
********************************************************************************
98
* \copyright
10-
* Copyright 2016, Cypress Semiconductor Corporation. All rights reserved.
11-
* You may use this file only in accordance with the license, terms, conditions,
12-
* disclaimers, and limitations in the end user license agreement accompanying
13-
* the software package with which this file was provided.
9+
* Copyright 2016-2019 Cypress Semiconductor Corporation
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
1423
*******************************************************************************/
1524

1625
#include "SDIO_HOST.h"

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/SDIO_HOST/SDIO_HOST.h

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
/***************************************************************************//**
22
* \file SDIO_HOST.h
3-
* \version 1.00
43
*
54
* \brief
6-
* This file provides types definition, constants and function definition for
5+
* This file provides types definition, constants and function definition for
76
* the SDIO driver.
87
*
9-
*******************************************************************************
8+
********************************************************************************
109
* \copyright
11-
* Copyright 2016-2019, Cypress Semiconductor Corporation. All rights reserved.
12-
* You may use this file only in accordance with the license, terms, conditions,
13-
* disclaimers, and limitations in the end user license agreement accompanying
14-
* the software package with which this file was provided.
10+
* Copyright 2016-2019 Cypress Semiconductor Corporation
11+
* SPDX-License-Identifier: Apache-2.0
12+
*
13+
* Licensed under the Apache License, Version 2.0 (the "License");
14+
* you may not use this file except in compliance with the License.
15+
* You may obtain a copy of the License at
16+
*
17+
* http://www.apache.org/licenses/LICENSE-2.0
18+
*
19+
* Unless required by applicable law or agreed to in writing, software
20+
* distributed under the License is distributed on an "AS IS" BASIS,
21+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
* See the License for the specific language governing permissions and
23+
* limitations under the License.
1524
*******************************************************************************
1625
* \addtogroup group_udb_sdio_changelog
1726
* <table class="doxtable">

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/SDIO_HOST/SDIO_HOST_cfg.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/***************************************************************************//**
2+
* \file SDIO_HOST_cfg.c
3+
*
4+
* \brief
5+
* This file provides the configuration of the UDB based SDIO driver.
6+
*
7+
********************************************************************************
8+
* \copyright
9+
* Copyright 2016-2019 Cypress Semiconductor Corporation
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
23+
*******************************************************************************/
24+
125
#include "SDIO_HOST_cfg.h"
226

327
#if defined(__cplusplus)

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/SDIO_HOST/SDIO_HOST_cfg.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/***************************************************************************//**
2+
* \file SDIO_HOST_cfg.h
3+
*
4+
* \brief
5+
* This file provides the configuration of the UDB based SDIO driver.
6+
*
7+
********************************************************************************
8+
* \copyright
9+
* Copyright 2016-2019 Cypress Semiconductor Corporation
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
23+
*******************************************************************************/
24+
125
#if !defined(CY_SDIO_CFG_H)
226
#define CY_SDIO_CFG_H
327

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/SDIO_HOST/SDIO_HOST.c

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
/***************************************************************************//**
2-
* \file cy_sdio.c
3-
* \version 1.00
2+
* \file SDIO_HOST.c
43
*
54
* \brief
65
* This file provides the source code to the API for the UDB based SDIO driver.
76
*
8-
*******************************************************************************
7+
********************************************************************************
98
* \copyright
10-
* Copyright 2016, Cypress Semiconductor Corporation. All rights reserved.
11-
* You may use this file only in accordance with the license, terms, conditions,
12-
* disclaimers, and limitations in the end user license agreement accompanying
13-
* the software package with which this file was provided.
9+
* Copyright 2016-2019 Cypress Semiconductor Corporation
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
1423
*******************************************************************************/
1524

1625
#include "SDIO_HOST.h"

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/SDIO_HOST/SDIO_HOST.h

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
/***************************************************************************//**
22
* \file SDIO_HOST.h
3-
* \version 1.00
43
*
54
* \brief
6-
* This file provides types definition, constants and function definition for
5+
* This file provides types definition, constants and function definition for
76
* the SDIO driver.
87
*
9-
*******************************************************************************
8+
********************************************************************************
109
* \copyright
11-
* Copyright 2016-2019, Cypress Semiconductor Corporation. All rights reserved.
12-
* You may use this file only in accordance with the license, terms, conditions,
13-
* disclaimers, and limitations in the end user license agreement accompanying
14-
* the software package with which this file was provided.
10+
* Copyright 2016-2019 Cypress Semiconductor Corporation
11+
* SPDX-License-Identifier: Apache-2.0
12+
*
13+
* Licensed under the Apache License, Version 2.0 (the "License");
14+
* you may not use this file except in compliance with the License.
15+
* You may obtain a copy of the License at
16+
*
17+
* http://www.apache.org/licenses/LICENSE-2.0
18+
*
19+
* Unless required by applicable law or agreed to in writing, software
20+
* distributed under the License is distributed on an "AS IS" BASIS,
21+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
* See the License for the specific language governing permissions and
23+
* limitations under the License.
1524
*******************************************************************************
1625
* \addtogroup group_udb_sdio_changelog
1726
* <table class="doxtable">

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/SDIO_HOST/SDIO_HOST_cfg.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/***************************************************************************//**
2+
* \file SDIO_HOST_cfg.c
3+
*
4+
* \brief
5+
* This file provides the configuration of the UDB based SDIO driver.
6+
*
7+
********************************************************************************
8+
* \copyright
9+
* Copyright 2016-2019 Cypress Semiconductor Corporation
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
23+
*******************************************************************************/
24+
125
#include "SDIO_HOST_cfg.h"
226

327
#if defined(__cplusplus)

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/SDIO_HOST/SDIO_HOST_cfg.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/***************************************************************************//**
2+
* \file SDIO_HOST_cfg.h
3+
*
4+
* \brief
5+
* This file provides the configuration of the UDB based SDIO driver.
6+
*
7+
********************************************************************************
8+
* \copyright
9+
* Copyright 2016-2019 Cypress Semiconductor Corporation
10+
* SPDX-License-Identifier: Apache-2.0
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
23+
*******************************************************************************/
24+
125
#if !defined(CY_SDIO_CFG_H)
226
#define CY_SDIO_CFG_H
327

targets/TARGET_Cypress/TARGET_PSOC6/common/cy_network_buffer.c

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
/*******************************************************************************
2-
* File Name: cy_network_buffer.c
1+
/***************************************************************************//**
2+
* \file cy_network_buffer.h
33
*
4-
* Description:
4+
* \brief
55
* Basic set of APIs for dealing with network packet buffers. This is used by WHD
66
* for relaying data between the network stack and the connectivity chip.
7-
*
7+
*
88
********************************************************************************
9-
* Copyright (c) 2018-2019 Cypress Semiconductor. All rights reserved.
10-
* You may use this file only in accordance with the license, terms, conditions,
11-
* disclaimers, and limitations in the end user license agreement accompanying
12-
* the software package with which this file was provided.
13-
********************************************************************************/
9+
* \copyright
10+
* Copyright 2018-2019 Cypress Semiconductor Corporation
11+
* SPDX-License-Identifier: Apache-2.0
12+
*
13+
* Licensed under the Apache License, Version 2.0 (the "License");
14+
* you may not use this file except in compliance with the License.
15+
* You may obtain a copy of the License at
16+
*
17+
* http://www.apache.org/licenses/LICENSE-2.0
18+
*
19+
* Unless required by applicable law or agreed to in writing, software
20+
* distributed under the License is distributed on an "AS IS" BASIS,
21+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
* See the License for the specific language governing permissions and
23+
* limitations under the License.
24+
*******************************************************************************/
1425

1526
#if defined(TARGET_WHD)
1627

targets/TARGET_Cypress/TARGET_PSOC6/common/cy_network_buffer.h

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
1-
/*******************************************************************************
2-
* File Name: cy_network_buffer.h
1+
/***************************************************************************//**
2+
* \file cy_network_buffer.h
33
*
4-
* Description:
4+
* \brief
55
* Basic set of APIs for dealing with network packet buffers. This is used by WHD
66
* for relaying data between the network stack and the connectivity chip.
7-
*
7+
*
88
********************************************************************************
9-
* Copyright (c) 2018-2019 Cypress Semiconductor. All rights reserved.
10-
* You may use this file only in accordance with the license, terms, conditions,
11-
* disclaimers, and limitations in the end user license agreement accompanying
12-
* the software package with which this file was provided.
13-
********************************************************************************/
9+
* \copyright
10+
* Copyright 2018-2019 Cypress Semiconductor Corporation
11+
* SPDX-License-Identifier: Apache-2.0
12+
*
13+
* Licensed under the Apache License, Version 2.0 (the "License");
14+
* you may not use this file except in compliance with the License.
15+
* You may obtain a copy of the License at
16+
*
17+
* http://www.apache.org/licenses/LICENSE-2.0
18+
*
19+
* Unless required by applicable law or agreed to in writing, software
20+
* distributed under the License is distributed on an "AS IS" BASIS,
21+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
* See the License for the specific language governing permissions and
23+
* limitations under the License.
24+
*******************************************************************************/
1425

1526
/**
1627
* \addtogroup group_abstraction_buffer Buffer management abstraction
1728
* \ingroup group_abstraction
1829
* \{
19-
* TODO: Buffer abstraction high-level description
20-
* to be set in abstraction/include/cy_network_buffer.h
30+
* Basic set of APIs for dealing with network packet buffers
2131
*
2232
* \defgroup group_abstraction_buffer_functions Functions
2333
*/

targets/TARGET_Cypress/TARGET_PSOC6/cy_analogin_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2019, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_analogout_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2019, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_crc_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2018 ARM Limited
2+
* Copyright (c) 2019, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_flash_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2017 ARM Limited
2+
* Copyright (c) 2019, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_gpio_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* mbed Microcontroller Library
33
* Copyright (c) 2017-2018 Future Electronics
4-
* Copyright (c) 2018-2019 Cypress Semiconductor Corporation
4+
* Copyright (c) 2019, Arm Limited and affiliates.
55
* SPDX-License-Identifier: Apache-2.0
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_gpio_irq_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* mbed Microcontroller Library
33
* Copyright (c) 2017-2018 Future Electronics
4-
* Copyright (c) 2018-2019 Cypress Semiconductor Corporation
4+
* Copyright (c) 2019, Arm Limited and affiliates.
55
* SPDX-License-Identifier: Apache-2.0
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_i2c_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2015 ARM Limited
2+
* Copyright (c) 2019, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_lp_ticker_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* mbed Microcontroller Library
33
* Copyright (c) 2017-2018 Future Electronics
4-
* Copyright (c) 2018-2019 Cypress Semiconductor Corporation
4+
* Copyright (c) 2019, Arm Limited and affiliates.
55
* SPDX-License-Identifier: Apache-2.0
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_Cypress/TARGET_PSOC6/cy_port_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2019, Arm Limited and affiliates.
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)