boards/arm/rp2040: migrate to SPDX identifier

Most tools used for compliance and SBOM generation use SPDX identifiers
This change brings us a step closer to an easy SBOM generation.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-11-06 16:25:25 +01:00
committed by Xiang Xiao
parent cf7bfb31bb
commit 8fb3b7efc4
171 changed files with 343 additions and 3 deletions
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/include/board.h * boards/arm/rp2040/adafruit-feather-rp2040/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_i2cdev.h * boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_i2cdev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_i2sdev.h * boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_i2sdev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_spidev.h * boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_spidev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_spisd.h * boards/arm/rp2040/adafruit-feather-rp2040/include/rp2040_spisd.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/rp2040/adafruit-feather-rp2040/scripts/Make.defs # boards/arm/rp2040/adafruit-feather-rp2040/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/scripts/adafruit-feather-rp2040-flash.ld * boards/arm/rp2040/adafruit-feather-rp2040/scripts/adafruit-feather-rp2040-flash.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/scripts/adafruit-feather-rp2040-sram.ld * boards/arm/rp2040/adafruit-feather-rp2040/scripts/adafruit-feather-rp2040-sram.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/rp2040/adafruit-feather-rp2040/src/Make.defs # boards/arm/rp2040/adafruit-feather-rp2040/src/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_appinit.c * boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_appinit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_boardinitialize.c * boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_boardinitialize.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_bringup.c * boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_bringup.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_gpio.c * boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_gpio.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_pico.h * boards/arm/rp2040/adafruit-feather-rp2040/src/rp2040_pico.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/include/board.h * boards/arm/rp2040/adafruit-kb2040/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/include/rp2040_i2cdev.h * boards/arm/rp2040/adafruit-kb2040/include/rp2040_i2cdev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/include/rp2040_i2sdev.h * boards/arm/rp2040/adafruit-kb2040/include/rp2040_i2sdev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/include/rp2040_spidev.h * boards/arm/rp2040/adafruit-kb2040/include/rp2040_spidev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/include/rp2040_spisd.h * boards/arm/rp2040/adafruit-kb2040/include/rp2040_spisd.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/rp2040/adafruit-kb2040/scripts/Make.defs # boards/arm/rp2040/adafruit-kb2040/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-kb2040-flash.ld * boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-kb2040-flash.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-kb2040-sram.ld * boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-kb2040-sram.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/rp2040/adafruit-kb2040/src/Make.defs # boards/arm/rp2040/adafruit-kb2040/src/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/src/rp2040_appinit.c * boards/arm/rp2040/adafruit-kb2040/src/rp2040_appinit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/src/rp2040_boardinitialize.c * boards/arm/rp2040/adafruit-kb2040/src/rp2040_boardinitialize.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/src/rp2040_bringup.c * boards/arm/rp2040/adafruit-kb2040/src/rp2040_bringup.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/src/rp2040_gpio.c * boards/arm/rp2040/adafruit-kb2040/src/rp2040_gpio.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/src/rp2040_pico.h * boards/arm/rp2040/adafruit-kb2040/src/rp2040_pico.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/include/board.h * boards/arm/rp2040/adafruit-qt-py-rp2040/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_i2cdev.h * boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_i2cdev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_i2sdev.h * boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_i2sdev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_spidev.h * boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_spidev.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_spisd.h * boards/arm/rp2040/adafruit-qt-py-rp2040/include/rp2040_spisd.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/rp2040/adafruit-qt-py-rp2040/scripts/Make.defs # boards/arm/rp2040/adafruit-qt-py-rp2040/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-qt-py-rp2040-flash.ld * boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-qt-py-rp2040-flash.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-qt-py-rp2040-sram.ld * boards/arm/rp2040/adafruit-kb2040/scripts/adafruit-qt-py-rp2040-sram.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/rp2040/adafruit-qt-py-rp2040/src/Make.defs # boards/arm/rp2040/adafruit-qt-py-rp2040/src/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_appinit.c * boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_appinit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_boardinitialize.c * boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_boardinitialize.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_bringup.c * boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_bringup.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_gpio.c * boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_gpio.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_pico.h * boards/arm/rp2040/adafruit-qt-py-rp2040/src/rp2040_pico.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################# #############################################################################
# boards/arm/rp2040/common/Makefile # boards/arm/rp2040/common/Makefile
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_bmp180.h * boards/arm/rp2040/common/include/rp2040_bmp180.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_bmp280.h * boards/arm/rp2040/common/include/rp2040_bmp280.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_common_bringup.h * boards/arm/rp2040/common/include/rp2040_common_bringup.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_common_initialize.h * boards/arm/rp2040/common/include/rp2040_common_initialize.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_ina219.h * boards/arm/rp2040/common/include/rp2040_ina219.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_lcd_backpack.h * boards/arm/rp2040/common/include/rp2040_lcd_backpack.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/rp2040/common/include/rp2040_max6675.h * boards/arm/rp2040/common/include/rp2040_max6675.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The

Some files were not shown because too many files have changed in this diff Show More