Skip to content

Commit ec16bc7

Browse files
committed
re-license files of M261 device folder to be Apache
1 parent 50f941c commit ec16bc7

File tree

4 files changed

+56
-4
lines changed

4 files changed

+56
-4
lines changed

targets/TARGET_NUVOTON/TARGET_M261/device/M261.h

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44
* @brief Peripheral Access Layer Header File
55
*
66
* @note
7-
* Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
7+
* Copyright (c) 2019-2020 Nuvoton Technology Corporation
8+
* SPDX-License-Identifier: Apache-2.0
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
821
*
922
******************************************************************************/
1023

targets/TARGET_NUVOTON/TARGET_M261/device/startup_M261.c

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@
66
* @brief Startup Source File
77
*
88
* @note
9-
* Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
9+
* Copyright (c) 2019-2020 Nuvoton Technology 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.
1023
*
1124
******************************************************************************/
1225

targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.c

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44
* @brief System Setting Source File
55
*
66
* @note
7-
* Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
7+
* Copyright (c) 2019-2020 Nuvoton Technology Corporation
8+
* SPDX-License-Identifier: Apache-2.0
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
821
*
922
******************************************************************************/
1023
#include <stdio.h>

targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.h

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44
* @brief System Setting Header File
55
*
66
* @note
7-
* Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
7+
* Copyright (c) 2019-2020 Nuvoton Technology Corporation
8+
* SPDX-License-Identifier: Apache-2.0
9+
*
10+
* Licensed under the Apache License, Version 2.0 (the "License");
11+
* you may not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
13+
*
14+
* http://www.apache.org/licenses/LICENSE-2.0
15+
*
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS,
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
821
*
922
******************************************************************************/
1023
#ifndef __SYSTEM_M261_H__

0 commit comments

Comments
 (0)