Benjamin, The patch is fine for me: Acked-by: Vincent Abriou <vincent.abriou@xxxxxx> Vincent On 12/06/2017 12:29 PM, Benjamin Gaignard wrote: > Add SPDX identifiers to files under sti directory > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > --- > drivers/gpu/drm/sti/sti_awg_utils.c | 2 +- > drivers/gpu/drm/sti/sti_awg_utils.h | 2 +- > drivers/gpu/drm/sti/sti_compositor.c | 2 +- > drivers/gpu/drm/sti/sti_compositor.h | 2 +- > drivers/gpu/drm/sti/sti_crtc.c | 2 +- > drivers/gpu/drm/sti/sti_crtc.h | 2 +- > drivers/gpu/drm/sti/sti_cursor.c | 2 +- > drivers/gpu/drm/sti/sti_cursor.h | 2 +- > drivers/gpu/drm/sti/sti_drv.c | 2 +- > drivers/gpu/drm/sti/sti_drv.h | 2 +- > drivers/gpu/drm/sti/sti_dvo.c | 2 +- > drivers/gpu/drm/sti/sti_gdp.c | 2 +- > drivers/gpu/drm/sti/sti_gdp.h | 2 +- > drivers/gpu/drm/sti/sti_hda.c | 2 +- > drivers/gpu/drm/sti/sti_hdmi.c | 2 +- > drivers/gpu/drm/sti/sti_hdmi.h | 2 +- > drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c | 2 +- > drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h | 2 +- > drivers/gpu/drm/sti/sti_hqvdp.c | 2 +- > drivers/gpu/drm/sti/sti_hqvdp_lut.h | 2 +- > drivers/gpu/drm/sti/sti_mixer.c | 2 +- > drivers/gpu/drm/sti/sti_mixer.h | 2 +- > drivers/gpu/drm/sti/sti_plane.c | 2 +- > drivers/gpu/drm/sti/sti_plane.h | 2 +- > drivers/gpu/drm/sti/sti_tvout.c | 2 +- > drivers/gpu/drm/sti/sti_vid.c | 2 +- > drivers/gpu/drm/sti/sti_vid.h | 2 +- > drivers/gpu/drm/sti/sti_vtg.c | 2 +- > drivers/gpu/drm/sti/sti_vtg.h | 2 +- > 29 files changed, 29 insertions(+), 29 deletions(-) > > diff --git a/drivers/gpu/drm/sti/sti_awg_utils.c b/drivers/gpu/drm/sti/sti_awg_utils.c > index 2da7d6866d5d..7c5a7830b6e8 100644 > --- a/drivers/gpu/drm/sti/sti_awg_utils.c > +++ b/drivers/gpu/drm/sti/sti_awg_utils.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include "sti_awg_utils.h" > diff --git a/drivers/gpu/drm/sti/sti_awg_utils.h b/drivers/gpu/drm/sti/sti_awg_utils.h > index 45d599bd570a..258a568f050b 100644 > --- a/drivers/gpu/drm/sti/sti_awg_utils.h > +++ b/drivers/gpu/drm/sti/sti_awg_utils.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_AWG_UTILS_H_ > diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c > index 6e4bf68262db..021b8fcaa0b9 100644 > --- a/drivers/gpu/drm/sti/sti_compositor.c > +++ b/drivers/gpu/drm/sti/sti_compositor.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/component.h> > diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h > index 2952a2d25a52..ac4bb3834810 100644 > --- a/drivers/gpu/drm/sti/sti_compositor.h > +++ b/drivers/gpu/drm/sti/sti_compositor.h > @@ -1,9 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_COMPOSITOR_H_ > diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c > index e8a4d48e985a..21e50d7b1f86 100644 > --- a/drivers/gpu/drm/sti/sti_crtc.c > +++ b/drivers/gpu/drm/sti/sti_crtc.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/clk.h> > diff --git a/drivers/gpu/drm/sti/sti_crtc.h b/drivers/gpu/drm/sti/sti_crtc.h > index 3f2d89a3634d..d87c488212d6 100644 > --- a/drivers/gpu/drm/sti/sti_crtc.h > +++ b/drivers/gpu/drm/sti/sti_crtc.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Benjamin Gaignard <benjamin.gaignard@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_CRTC_H_ > diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c > index b709ebbec095..df0a282b9615 100644 > --- a/drivers/gpu/drm/sti/sti_cursor.c > +++ b/drivers/gpu/drm/sti/sti_cursor.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Vincent Abriou <vincent.abriou@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/seq_file.h> > diff --git a/drivers/gpu/drm/sti/sti_cursor.h b/drivers/gpu/drm/sti/sti_cursor.h > index 2ee5c10e8b33..067feda5226c 100644 > --- a/drivers/gpu/drm/sti/sti_cursor.h > +++ b/drivers/gpu/drm/sti/sti_cursor.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2013 > * Authors: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_CURSOR_H_ > diff --git a/drivers/gpu/drm/sti/sti_drv.c b/drivers/gpu/drm/sti/sti_drv.c > index 9e9343101738..88d1dc6408af 100644 > --- a/drivers/gpu/drm/sti/sti_drv.c > +++ b/drivers/gpu/drm/sti/sti_drv.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Benjamin Gaignard <benjamin.gaignard@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <drm/drmP.h> > diff --git a/drivers/gpu/drm/sti/sti_drv.h b/drivers/gpu/drm/sti/sti_drv.h > index 6502ed2d3351..abc49b43566e 100644 > --- a/drivers/gpu/drm/sti/sti_drv.h > +++ b/drivers/gpu/drm/sti/sti_drv.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Benjamin Gaignard <benjamin.gaignard@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_DRV_H_ > diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c > index 83314aee65cb..a5979cd25cc7 100644 > --- a/drivers/gpu/drm/sti/sti_dvo.c > +++ b/drivers/gpu/drm/sti/sti_dvo.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/clk.h> > diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c > index b65eea4f2c97..9b2c47051b51 100644 > --- a/drivers/gpu/drm/sti/sti_gdp.c > +++ b/drivers/gpu/drm/sti/sti_gdp.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > #include <linux/seq_file.h> > > diff --git a/drivers/gpu/drm/sti/sti_gdp.h b/drivers/gpu/drm/sti/sti_gdp.h > index 73947a4a8004..d3e8ebfe2e66 100644 > --- a/drivers/gpu/drm/sti/sti_gdp.h > +++ b/drivers/gpu/drm/sti/sti_gdp.h > @@ -1,9 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_GDP_H_ > diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c > index cf65e32b5090..67bbdb49fffc 100644 > --- a/drivers/gpu/drm/sti/sti_hda.c > +++ b/drivers/gpu/drm/sti/sti_hda.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Fabien Dessenne <fabien.dessenne@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/clk.h> > diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c > index 30f02d2fdd03..f0e2989a6dba 100644 > --- a/drivers/gpu/drm/sti/sti_hdmi.c > +++ b/drivers/gpu/drm/sti/sti_hdmi.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/clk.h> > diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h > index c6469b56ce7e..63a24941db3b 100644 > --- a/drivers/gpu/drm/sti/sti_hdmi.h > +++ b/drivers/gpu/drm/sti/sti_hdmi.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_HDMI_H_ > diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c > index 8e0ceb0ced33..01699af6a768 100644 > --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c > +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Vincent Abriou <vincent.abriou@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include "sti_hdmi_tx3g4c28phy.h" > diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h > index f99a7ff281ef..d261947ef30a 100644 > --- a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h > +++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Benjamin Gaignard <benjamin.gaignard@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_HDMI_TX3G4C28PHY_H_ > diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c > index b19b3430b296..106be8c4e58b 100644 > --- a/drivers/gpu/drm/sti/sti_hqvdp.c > +++ b/drivers/gpu/drm/sti/sti_hqvdp.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Fabien Dessenne <fabien.dessenne@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/component.h> > diff --git a/drivers/gpu/drm/sti/sti_hqvdp_lut.h b/drivers/gpu/drm/sti/sti_hqvdp_lut.h > index 619af7f4384e..57cccd9546a3 100644 > --- a/drivers/gpu/drm/sti/sti_hqvdp_lut.h > +++ b/drivers/gpu/drm/sti/sti_hqvdp_lut.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Fabien Dessenne <fabien.dessenne@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_HQVDP_LUT_H_ > diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c > index 2bd1d46fe1cd..a4f45c74d678 100644 > --- a/drivers/gpu/drm/sti/sti_mixer.c > +++ b/drivers/gpu/drm/sti/sti_mixer.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > #include <linux/seq_file.h> > > diff --git a/drivers/gpu/drm/sti/sti_mixer.h b/drivers/gpu/drm/sti/sti_mixer.h > index e64a00e61049..4cb3cfddc03a 100644 > --- a/drivers/gpu/drm/sti/sti_mixer.h > +++ b/drivers/gpu/drm/sti/sti_mixer.h > @@ -1,9 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_MIXER_H_ > diff --git a/drivers/gpu/drm/sti/sti_plane.c b/drivers/gpu/drm/sti/sti_plane.c > index 427d8f58c6b1..b074609c960a 100644 > --- a/drivers/gpu/drm/sti/sti_plane.c > +++ b/drivers/gpu/drm/sti/sti_plane.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <drm/drmP.h> > diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h > index c36c13faaa18..b8d7fae2a014 100644 > --- a/drivers/gpu/drm/sti/sti_plane.h > +++ b/drivers/gpu/drm/sti/sti_plane.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Benjamin Gaignard <benjamin.gaignard@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_PLANE_H_ > diff --git a/drivers/gpu/drm/sti/sti_tvout.c b/drivers/gpu/drm/sti/sti_tvout.c > index 8959fcc743a8..ea4a3b87fa55 100644 > --- a/drivers/gpu/drm/sti/sti_tvout.c > +++ b/drivers/gpu/drm/sti/sti_tvout.c > @@ -1,9 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Vincent Abriou <vincent.abriou@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/clk.h> > diff --git a/drivers/gpu/drm/sti/sti_vid.c b/drivers/gpu/drm/sti/sti_vid.c > index 577a3341d3c1..2aac36c95835 100644 > --- a/drivers/gpu/drm/sti/sti_vid.c > +++ b/drivers/gpu/drm/sti/sti_vid.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Fabien Dessenne <fabien.dessenne@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > #include <linux/seq_file.h> > > diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h > index fdc90f922a05..9dbd78461de1 100644 > --- a/drivers/gpu/drm/sti/sti_vid.h > +++ b/drivers/gpu/drm/sti/sti_vid.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Fabien Dessenne <fabien.dessenne@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_VID_H_ > diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c > index 2dcba1d3a122..fbadb9ef6d31 100644 > --- a/drivers/gpu/drm/sti/sti_vtg.c > +++ b/drivers/gpu/drm/sti/sti_vtg.c > @@ -1,10 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) STMicroelectronics SA 2014 > * Authors: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > * Fabien Dessenne <fabien.dessenne@xxxxxx> > * Vincent Abriou <vincent.abriou@xxxxxx> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #include <linux/module.h> > diff --git a/drivers/gpu/drm/sti/sti_vtg.h b/drivers/gpu/drm/sti/sti_vtg.h > index f1dcdf9c2342..d177129e5bcb 100644 > --- a/drivers/gpu/drm/sti/sti_vtg.h > +++ b/drivers/gpu/drm/sti/sti_vtg.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (C) STMicroelectronics SA 2014 > * Author: Benjamin Gaignard <benjamin.gaignard@xxxxxx> for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 > */ > > #ifndef _STI_VTG_H_ > _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel