diff --git a/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_copy_to_ram.ld b/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_copy_to_ram.ld index e879b79e077..ad2a57e4d6b 100644 --- a/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_copy_to_ram.ld +++ b/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_copy_to_ram.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_copy_to_ram.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld b/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld index 1b68878009f..a6ae6625cc1 100644 --- a/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld +++ b/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_no_flash.ld b/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_no_flash.ld index f3fe1a558e8..b4d3602cce3 100644 --- a/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_no_flash.ld +++ b/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_no_flash.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_no_flash.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_copy_to_ram.ld b/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_copy_to_ram.ld index 75c712c16ee..14753689be0 100644 --- a/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_copy_to_ram.ld +++ b/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_copy_to_ram.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/xiao-rp2350/scripts/memmap_copy_to_ram.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld b/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld index 74b0307452d..3d0c5ba7e34 100644 --- a/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld +++ b/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_no_flash.ld b/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_no_flash.ld index f3fe1a558e8..7057083f3f5 100644 --- a/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_no_flash.ld +++ b/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_no_flash.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_no_flash.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_copy_to_ram.ld b/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_copy_to_ram.ld index 2f22d44c40a..bed8e773450 100644 --- a/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_copy_to_ram.ld +++ b/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_copy_to_ram.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/xiao-rp2350/scripts/memmap_copy_to_ram.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_default.ld b/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_default.ld index 99460422ea6..c0bdae1df84 100644 --- a/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_default.ld +++ b/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_default.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/xiao-rp2350/scripts/memmap_default.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start diff --git a/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_no_flash.ld b/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_no_flash.ld index 540e96b04f2..53052465291 100644 --- a/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_no_flash.ld +++ b/boards/arm/rp23xx/xiao-rp2350/scripts/memmap_no_flash.ld @@ -1,3 +1,25 @@ +/**************************************************************************** + * boards/arm/rp23xx/xiao-rp2350/scripts/memmap_no_flash.ld + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you 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. + * + ****************************************************************************/ + /* Based on GCC ARM embedded samples. Defines the following symbols for use by code: __exidx_start