On Mon, Mar 25, 2019 at 09:30:31AM +0100, Bartosz Golaszewski wrote: > pt., 22 mar 2019 o 21:33 Andy Shevchenko > <andriy.shevchenko@xxxxxxxxxxxxxxx> napisał(a): > > > > Reduce size of duplicated comments by switching to use SPDX identifier. > > > > No functional change. > > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > --- > > drivers/gpio/gpio-74x164.c | 5 +---- > > 1 file changed, 1 insertion(+), 4 deletions(-) > > > > diff --git a/drivers/gpio/gpio-74x164.c b/drivers/gpio/gpio-74x164.c > > index fbd8478dae3d..1562da217fb5 100644 > > --- a/drivers/gpio/gpio-74x164.c > > +++ b/drivers/gpio/gpio-74x164.c > > @@ -1,12 +1,9 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > It should now be: GPL-2.0-only Do we have a document for this? P.S. According to Documentation/process/license-rules.rst I wrote correct. If there is a change, it should be, on my opinion, a) effective thru the above documentation file b) tons of existing headers converted (again, sic!) I can't considered b) as a good idea, thus, even a) takes place I would expect it allows to use both forms. -- With Best Regards, Andy Shevchenko