From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrice CHOTARD Date: Fri, 2 Oct 2020 09:37:58 +0000 Subject: [PATCH 2/2] pinctrl: stm32: Add header with SPDX licence In-Reply-To: <20200909155015.29227-2-patrick.delaunay@st.com> References: <20200909155015.29227-1-patrick.delaunay@st.com> <20200909155015.29227-2-patrick.delaunay@st.com> Message-ID: <82bb7f78-191e-b281-6576-a281be692a76@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Patrick On 9/9/20 5:50 PM, Patrick Delaunay wrote: > Cosmetics: Add header with SPDX licence > > Signed-off-by: Patrick Delaunay > --- > > drivers/pinctrl/pinctrl_stm32.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/pinctrl/pinctrl_stm32.c b/drivers/pinctrl/pinctrl_stm32.c > index 24ed83dd46..dbea99532c 100644 > --- a/drivers/pinctrl/pinctrl_stm32.c > +++ b/drivers/pinctrl/pinctrl_stm32.c > @@ -1,3 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0+ > +/* > + * Copyright (C) 2017-2020 STMicroelectronics - All Rights Reserved > + */ > + > #include > #include > #include Reviewed-by: Patrice Chotard Thanks