Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-06-19 Thread David Miller
From: Anatoly Pugachev Date: Wed, 19 Jun 2019 10:53:42 +0300 > Update arch/sparc/lib/* to LGPL-2.0+ to be in order with original > arch/sparc/lib/COPYING.LIB > > sed -i 's/SPDX-License-Identifier: \(.*\) */SPDX-License-Identifier: > LGPL-2.0+ *\//' arch/sparc/lib/* > > Fixes: b24413180f56 ("L

Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-06-19 Thread Anatoly Pugachev
On Thu, Jun 13, 2019 at 03:14:56PM -0700, David Miller wrote: > > On 13/06/2019, David Miller wrote: > >> From: Thomas Huth > >> Date: Mon, 27 May 2019 18:32:53 +0200 > >> > >>> We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, > >>> so there is no need for this additional copy

Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-06-13 Thread David Miller
From: Kjetil Oftedal Date: Fri, 14 Jun 2019 00:04:28 +0200 > On 13/06/2019, David Miller wrote: >> From: Thomas Huth >> Date: Mon, 27 May 2019 18:32:53 +0200 >> >>> We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, >>> so there is no need for this additional copy here. >>> >>

Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-06-13 Thread Kjetil Oftedal
On 13/06/2019, David Miller wrote: > From: Thomas Huth > Date: Mon, 27 May 2019 18:32:53 +0200 > >> We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, >> so there is no need for this additional copy here. >> >> Signed-off-by: Thomas Huth > > Applied. > Shouldn't the SPDX licen

Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-06-13 Thread David Miller
From: Thomas Huth Date: Mon, 27 May 2019 18:32:53 +0200 > We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, > so there is no need for this additional copy here. > > Signed-off-by: Thomas Huth Applied.

Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-05-27 Thread Kjetil Oftedal
On 27/05/2019, Thomas Huth wrote: > We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, > so there is no need for this additional copy here. > > Signed-off-by: Thomas Huth > --- > arch/sparc/lib/COPYING.LIB | 481 - > 1 file changed, 481 delet

[PATCH] sparc: Remove redundant copy of the LGPL-2.0

2019-05-27 Thread Thomas Huth
We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, so there is no need for this additional copy here. Signed-off-by: Thomas Huth --- arch/sparc/lib/COPYING.LIB | 481 - 1 file changed, 481 deletions(-) delete mode 100644 arch/sparc/lib/COPYI