From 632d57984a8d1eef6e426cfc1894203bde314881 Mon Sep 17 00:00:00 2001 From: Sadik Ozer Date: Mon, 15 Apr 2024 19:58:29 +0300 Subject: [PATCH] Update zephyr cmakefiles copyright to it be consistent with rest of the files Signed-off-by: Sadik Ozer --- Libraries/zephyr/MAX/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32655/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32662/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32665/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32670/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32672/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32675/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32680/CMakeLists.txt | 22 ++++++++++++++----- .../zephyr/MAX/Source/MAX32690/CMakeLists.txt | 22 ++++++++++++++----- 9 files changed, 153 insertions(+), 45 deletions(-) diff --git a/Libraries/zephyr/MAX/CMakeLists.txt b/Libraries/zephyr/MAX/CMakeLists.txt index ebd469c82aa..0c04b2fb4ed 100644 --- a/Libraries/zephyr/MAX/CMakeLists.txt +++ b/Libraries/zephyr/MAX/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2023 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2023-2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if (${CONFIG_SOC} MATCHES "max32666") diff --git a/Libraries/zephyr/MAX/Source/MAX32655/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32655/CMakeLists.txt index f8234f7f5f6..a472cf7dba8 100644 --- a/Libraries/zephyr/MAX/Source/MAX32655/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32655/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2023 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2023-2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32662/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32662/CMakeLists.txt index d7588c868f7..6144fb4e03d 100644 --- a/Libraries/zephyr/MAX/Source/MAX32662/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32662/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2024 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32665/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32665/CMakeLists.txt index 0290f8748e9..25dda0fd318 100644 --- a/Libraries/zephyr/MAX/Source/MAX32665/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32665/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2023 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2023-2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32670/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32670/CMakeLists.txt index c30a8504600..66861459785 100644 --- a/Libraries/zephyr/MAX/Source/MAX32670/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32670/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2024 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32672/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32672/CMakeLists.txt index b0f655a4564..77ec8096abf 100644 --- a/Libraries/zephyr/MAX/Source/MAX32672/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32672/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2024 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32675/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32675/CMakeLists.txt index 59c60235abe..eaa55a9787d 100644 --- a/Libraries/zephyr/MAX/Source/MAX32675/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32675/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2024 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32680/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32680/CMakeLists.txt index 3c3c815fc39..d1b55c6f8c5 100644 --- a/Libraries/zephyr/MAX/Source/MAX32680/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32680/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2024 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV) diff --git a/Libraries/zephyr/MAX/Source/MAX32690/CMakeLists.txt b/Libraries/zephyr/MAX/Source/MAX32690/CMakeLists.txt index 3f6b3d0f1b8..2fc8f5092e9 100644 --- a/Libraries/zephyr/MAX/Source/MAX32690/CMakeLists.txt +++ b/Libraries/zephyr/MAX/Source/MAX32690/CMakeLists.txt @@ -1,8 +1,20 @@ -# Makefile - Analog Devices SDK -# -# Copyright (c) 2023 Analog Devices, Inc. -# -# SPDX-License-Identifier: Apache-2.0 + ############################################################################## + # + # Copyright 2023-2024 Analog Devices, Inc. + # + # 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. + # + ############################################################################## if(NOT TARGET_REV)