Skip to content

Commit

Permalink
MSDK: Update copyright section to exactly match with MSDK
Browse files Browse the repository at this point in the history
Use MSDK default copyright lines in CMakefiles too

Signed-off-by: Sadik Ozer <[email protected]>
  • Loading branch information
ozersa committed Apr 18, 2024
1 parent 284bc5d commit 674d10b
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 30 deletions.
18 changes: 15 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2023 Analog Devices, Inc.
# Copyright (C) 2023-2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


add_subdirectory_ifdef(CONFIG_SOC_FAMILY_MAX32 MAX)
18 changes: 15 additions & 3 deletions MAX/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2023 Analog Devices, Inc.
# Copyright (C) 2023-2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if (${CONFIG_SOC} MATCHES "max32666")
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32655/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2023 Analog Devices, Inc.
# Copyright (C) 2023-2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32662/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2024 Analog Devices, Inc.
# Copyright (C) 2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32665/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2023 Analog Devices, Inc.
# Copyright (C) 2023-2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32670/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2024 Analog Devices, Inc.
# Copyright (C) 2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32672/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2024 Analog Devices, Inc.
# Copyright (C) 2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32675/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2024 Analog Devices, Inc.
# Copyright (C) 2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32680/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2024 Analog Devices, Inc.
# Copyright (C) 2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down
18 changes: 15 additions & 3 deletions MAX/Source/MAX32690/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Makefile - Analog Devices SDK
##############################################################################
#
# Copyright (c) 2023 Analog Devices, Inc.
# Copyright (C) 2023-2024 Analog Devices, Inc.
#
# 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.
#
##############################################################################


if(NOT TARGET_REV)
Expand Down

0 comments on commit 674d10b

Please sign in to comment.