From 23267ba22904d979c3d43611a51feefbd1502106 Mon Sep 17 00:00:00 2001 From: cyliangtw Date: Tue, 6 Aug 2019 15:55:27 +0800 Subject: [PATCH] re-license files of M261 device folder to be Apache --- targets/TARGET_NUVOTON/TARGET_M261/device/M261.h | 15 ++++++++++++++- .../TARGET_M261/device/startup_M261.c | 15 ++++++++++++++- .../TARGET_M261/device/system_M261.c | 15 ++++++++++++++- .../TARGET_M261/device/system_M261.h | 15 ++++++++++++++- 4 files changed, 56 insertions(+), 4 deletions(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M261/device/M261.h b/targets/TARGET_NUVOTON/TARGET_M261/device/M261.h index 25dabc3da2..4a2dfcd27d 100644 --- a/targets/TARGET_NUVOTON/TARGET_M261/device/M261.h +++ b/targets/TARGET_NUVOTON/TARGET_M261/device/M261.h @@ -4,7 +4,20 @@ * @brief Peripheral Access Layer Header File * * @note - * Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. + * Copyright (c) 2019-2020 Nuvoton Technology Corporation + * 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. * ******************************************************************************/ diff --git a/targets/TARGET_NUVOTON/TARGET_M261/device/startup_M261.c b/targets/TARGET_NUVOTON/TARGET_M261/device/startup_M261.c index ac46b1ab2c..9af13c61ac 100644 --- a/targets/TARGET_NUVOTON/TARGET_M261/device/startup_M261.c +++ b/targets/TARGET_NUVOTON/TARGET_M261/device/startup_M261.c @@ -6,7 +6,20 @@ * @brief Startup Source File * * @note - * Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. + * Copyright (c) 2019-2020 Nuvoton Technology Corporation + * 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. * ******************************************************************************/ diff --git a/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.c b/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.c index a329c78e7b..848cb2e18e 100644 --- a/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.c +++ b/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.c @@ -4,7 +4,20 @@ * @brief System Setting Source File * * @note - * Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. + * Copyright (c) 2019-2020 Nuvoton Technology Corporation + * 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. * ******************************************************************************/ #include diff --git a/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.h b/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.h index 8e22efb708..dde1743bd0 100644 --- a/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.h +++ b/targets/TARGET_NUVOTON/TARGET_M261/device/system_M261.h @@ -4,7 +4,20 @@ * @brief System Setting Header File * * @note - * Copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. + * Copyright (c) 2019-2020 Nuvoton Technology Corporation + * 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. * ******************************************************************************/ #ifndef __SYSTEM_M261_H__