linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2
@ 2019-06-05 12:43 Thomas Gleixner
  2019-06-05 12:43 ` [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Thomas Gleixner @ 2019-06-05 12:43 UTC (permalink / raw)
  To: linux-spdx

This is the second variant of disclaimer modifications. Two patterns which
express it different, but similar:

Standard disclaimer:

    this program is distributed in the hope that it will be useful
    but without any warranty without even the implied warranty of
    merchantability or fitness for a particular purpose

Modified disclaimer 1:

    software distributed under the license is distributed on an as is basis
    without warranty of any kind either express or implied see the license
    for the specific language governing rights and limitations under the
    license

Modified disclaimer 2:

   this driver software is distributed as is without any warranty of any
   kind either express or implied as further specified in the gnu public
   license

Both are explicitely under GPLv2 and both refer to the specific disclaimer
wording in the GPLv2 license.

So as with ASIS-1, I don't see anything contradicting or substantially
different.

In case we agree on that, I would amend the changelogs of the individual
patches with a paragraph explaining our conclusion. Something along the
lines:

    The patterns deviate from the standard GPLv2 disclaimer, but the
    modifications do not expand beyond the standard disclaimer and the NO
    WARRANTY section of the GPLv2. So replacing the license notice
    including the modified disclaimers with the SPDX license identifier
    results in the same protections and conditions.

Feel free to suggest better wording or deeper explanation.

Thanks,

        tglx


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186
  2019-06-05 12:43 [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Thomas Gleixner
@ 2019-06-05 12:43 ` Thomas Gleixner
  2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
  2019-06-08 19:18   ` Allison Randal
  2019-06-05 12:43 ` [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
  2019-06-08 19:17 ` [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Allison Randal
  2 siblings, 2 replies; 8+ messages in thread
From: Thomas Gleixner @ 2019-06-05 12:43 UTC (permalink / raw)
  To: linux-spdx

From: Thomas Gleixner tglx@linutronix.de

Based on 1 normalized pattern(s):

  this program is free software you can redistribute it and or modify
  it under the terms of the gnu general public license version 2 as
  published by the free software foundation software distributed under
  the license is distributed on an as is basis without warranty of any
  kind either express or implied see the license for the specific
  language governing rights and limitations under the license

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 4 file(s).

Bucket: ASIS-2

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=asis-2&id=fca91252b910
---
 drivers/bluetooth/bluecard_cs.c |   12 +-----------
 drivers/bluetooth/bt3c_cs.c     |   12 +-----------
 drivers/bluetooth/dtl1_cs.c     |   12 +-----------
 drivers/watchdog/sbc7240_wdt.c  |   11 +----------
 4 files changed, 4 insertions(+), 43 deletions(-)

--- a/drivers/bluetooth/bluecard_cs.c
+++ b/drivers/bluetooth/bluecard_cs.c
@@ -1,23 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *
  *  Bluetooth driver for the Anycom BlueCard (LSE039/LSE041)
  *
  *  Copyright (C) 2001-2002  Marcel Holtmann <marcel@holtmann.org>
  *
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  published by the Free Software Foundation;
- *
- *  Software distributed under the License is distributed on an "AS
- *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- *  implied. See the License for the specific language governing
- *  rights and limitations under the License.
- *
  *  The initial developer of the original code is David A. Hinds
  *  <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
  *  are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
- *
  */
 
 #include <linux/module.h>
--- a/drivers/bluetooth/bt3c_cs.c
+++ b/drivers/bluetooth/bt3c_cs.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *
  *  Driver for the 3Com Bluetooth PCMCIA card
@@ -5,20 +6,9 @@
  *  Copyright (C) 2001-2002  Marcel Holtmann <marcel@holtmann.org>
  *                           Jose Orlando Pereira <jop@di.uminho.pt>
  *
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  published by the Free Software Foundation;
- *
- *  Software distributed under the License is distributed on an "AS
- *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- *  implied. See the License for the specific language governing
- *  rights and limitations under the License.
- *
  *  The initial developer of the original code is David A. Hinds
  *  <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
  *  are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
- *
  */
 
 #include <linux/module.h>
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -1,23 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *
  *  A driver for Nokia Connectivity Card DTL-1 devices
  *
  *  Copyright (C) 2001-2002  Marcel Holtmann <marcel@holtmann.org>
  *
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  published by the Free Software Foundation;
- *
- *  Software distributed under the License is distributed on an "AS
- *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- *  implied. See the License for the specific language governing
- *  rights and limitations under the License.
- *
  *  The initial developer of the original code is David A. Hinds
  *  <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
  *  are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
- *
  */
 
 #include <linux/module.h>
--- a/drivers/watchdog/sbc7240_wdt.c
+++ b/drivers/watchdog/sbc7240_wdt.c
@@ -1,19 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *	NANO7240 SBC Watchdog device driver
  *
  *	Based on w83877f.c by Scott Jennings,
  *
- *	This program is free software; you can redistribute it and/or modify
- *	it under the terms of the GNU General Public License version 2 as
- *	published by the Free Software Foundation;
- *
- *	Software distributed under the License is distributed on an "AS IS"
- *	basis, WITHOUT WARRANTY OF ANY KIND, either express or
- *	implied. See the License for the specific language governing
- *	rights and limitations under the License.
- *
  *	(c) Copyright 2007  Gilles GIGAN <gilles.gigan@jcu.edu.au>
- *
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439
  2019-06-05 12:43 [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Thomas Gleixner
  2019-06-05 12:43 ` [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
@ 2019-06-05 12:43 ` Thomas Gleixner
  2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
  2019-06-08 19:18   ` Allison Randal
  2019-06-08 19:17 ` [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Allison Randal
  2 siblings, 2 replies; 8+ messages in thread
From: Thomas Gleixner @ 2019-06-05 12:43 UTC (permalink / raw)
  To: linux-spdx

From: Thomas Gleixner tglx@linutronix.de

Based on 1 normalized pattern(s):

  this driver software is distributed as is without any warranty of
  any kind either express or implied as further specified in the gnu
  public license this software may be used and distributed according
  to the terms of the gnu public license version 2 as published by the
  free software foundation see the file copying in the main directory
  of this archive for more details you should have received a copy of
  the gnu general public license along with this program if not see
  http www gnu org licenses

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 1 file(s).

Bucket: ASIS-2

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=asis-2&id=c12b1fe28b1a
---
 drivers/rtc/rtc-rx6110.c |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

--- a/drivers/rtc/rtc-rx6110.c
+++ b/drivers/rtc/rtc-rx6110.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Driver for the Epson RTC module RX-6110 SA
  *
  * Copyright(C) 2015 Pengutronix, Steffen Trumtrar <kernel@pengutronix.de>
  * Copyright(C) SEIKO EPSON CORPORATION 2013. All rights reserved.
- *
- * This driver software is distributed as is, without any warranty of any kind,
- * either express or implied as further specified in the GNU Public License.
- * This software may be used and distributed according to the terms of the GNU
- * Public License, version 2 as published by the Free Software Foundation.
- * See the file COPYING in the main directory of this archive for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/bcd.h>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186
  2019-06-05 12:43 ` [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
@ 2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
  2019-06-08 19:18   ` Allison Randal
  1 sibling, 0 replies; 8+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-06-05 16:07 UTC (permalink / raw)
  To: Thomas Gleixner, linux-spdx

On 05.06.19 12:43, Thomas Gleixner wrote:
> From: Thomas Gleixner tglx@linutronix.de
> 
> Based on 1 normalized pattern(s):
> 
>    this program is free software you can redistribute it and or modify
>    it under the terms of the gnu general public license version 2 as
>    published by the free software foundation software distributed under
>    the license is distributed on an as is basis without warranty of any
>    kind either express or implied see the license for the specific
>    language governing rights and limitations under the license
> 
> extracted by the scancode license scanner the SPDX license identifier
> 
>    GPL-2.0-only
> 
> has been chosen to replace the boilerplate/reference in 4 file(s).
> 
> Bucket: ASIS-2
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> 
> ---
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=asis-2&id=fca91252b910
> ---
>   drivers/bluetooth/bluecard_cs.c |   12 +-----------
>   drivers/bluetooth/bt3c_cs.c     |   12 +-----------
>   drivers/bluetooth/dtl1_cs.c     |   12 +-----------
>   drivers/watchdog/sbc7240_wdt.c  |   11 +----------
>   4 files changed, 4 insertions(+), 43 deletions(-)
> 
> --- a/drivers/bluetooth/bluecard_cs.c
> +++ b/drivers/bluetooth/bluecard_cs.c
> @@ -1,23 +1,13 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>   /*
>    *
>    *  Bluetooth driver for the Anycom BlueCard (LSE039/LSE041)
>    *
>    *  Copyright (C) 2001-2002  Marcel Holtmann <marcel@holtmann.org>
>    *
> - *
> - *  This program is free software; you can redistribute it and/or modify
> - *  it under the terms of the GNU General Public License version 2 as
> - *  published by the Free Software Foundation;
> - *
> - *  Software distributed under the License is distributed on an "AS
> - *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
> - *  implied. See the License for the specific language governing
> - *  rights and limitations under the License.
> - *
>    *  The initial developer of the original code is David A. Hinds
>    *  <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
>    *  are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
> - *
>    */
>   
>   #include <linux/module.h>
> --- a/drivers/bluetooth/bt3c_cs.c
> +++ b/drivers/bluetooth/bt3c_cs.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>   /*
>    *
>    *  Driver for the 3Com Bluetooth PCMCIA card
> @@ -5,20 +6,9 @@
>    *  Copyright (C) 2001-2002  Marcel Holtmann <marcel@holtmann.org>
>    *                           Jose Orlando Pereira <jop@di.uminho.pt>
>    *
> - *
> - *  This program is free software; you can redistribute it and/or modify
> - *  it under the terms of the GNU General Public License version 2 as
> - *  published by the Free Software Foundation;
> - *
> - *  Software distributed under the License is distributed on an "AS
> - *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
> - *  implied. See the License for the specific language governing
> - *  rights and limitations under the License.
> - *
>    *  The initial developer of the original code is David A. Hinds
>    *  <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
>    *  are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
> - *
>    */
>   
>   #include <linux/module.h>
> --- a/drivers/bluetooth/dtl1_cs.c
> +++ b/drivers/bluetooth/dtl1_cs.c
> @@ -1,23 +1,13 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>   /*
>    *
>    *  A driver for Nokia Connectivity Card DTL-1 devices
>    *
>    *  Copyright (C) 2001-2002  Marcel Holtmann <marcel@holtmann.org>
>    *
> - *
> - *  This program is free software; you can redistribute it and/or modify
> - *  it under the terms of the GNU General Public License version 2 as
> - *  published by the Free Software Foundation;
> - *
> - *  Software distributed under the License is distributed on an "AS
> - *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
> - *  implied. See the License for the specific language governing
> - *  rights and limitations under the License.
> - *
>    *  The initial developer of the original code is David A. Hinds
>    *  <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
>    *  are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
> - *
>    */
>   
>   #include <linux/module.h>
> --- a/drivers/watchdog/sbc7240_wdt.c
> +++ b/drivers/watchdog/sbc7240_wdt.c
> @@ -1,19 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>   /*
>    *	NANO7240 SBC Watchdog device driver
>    *
>    *	Based on w83877f.c by Scott Jennings,
>    *
> - *	This program is free software; you can redistribute it and/or modify
> - *	it under the terms of the GNU General Public License version 2 as
> - *	published by the Free Software Foundation;
> - *
> - *	Software distributed under the License is distributed on an "AS IS"
> - *	basis, WITHOUT WARRANTY OF ANY KIND, either express or
> - *	implied. See the License for the specific language governing
> - *	rights and limitations under the License.
> - *
>    *	(c) Copyright 2007  Gilles GIGAN <gilles.gigan@jcu.edu.au>
> - *
>    */
>   
>   #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> 
> 
Reviewed-By: Enrico Weigelt <info@metux.net>

-- 
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439
  2019-06-05 12:43 ` [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
@ 2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
  2019-06-08 19:18   ` Allison Randal
  1 sibling, 0 replies; 8+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-06-05 16:07 UTC (permalink / raw)
  To: Thomas Gleixner, linux-spdx

On 05.06.19 12:43, Thomas Gleixner wrote:
> From: Thomas Gleixner tglx@linutronix.de
> 
> Based on 1 normalized pattern(s):
> 
>    this driver software is distributed as is without any warranty of
>    any kind either express or implied as further specified in the gnu
>    public license this software may be used and distributed according
>    to the terms of the gnu public license version 2 as published by the
>    free software foundation see the file copying in the main directory
>    of this archive for more details you should have received a copy of
>    the gnu general public license along with this program if not see
>    http www gnu org licenses
> 
> extracted by the scancode license scanner the SPDX license identifier
> 
>    GPL-2.0-only
> 
> has been chosen to replace the boilerplate/reference in 1 file(s).
> 
> Bucket: ASIS-2
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> 
> ---
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=asis-2&id=c12b1fe28b1a
> ---
>   drivers/rtc/rtc-rx6110.c |   10 +---------
>   1 file changed, 1 insertion(+), 9 deletions(-)
> 
> --- a/drivers/rtc/rtc-rx6110.c
> +++ b/drivers/rtc/rtc-rx6110.c
> @@ -1,17 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>   /*
>    * Driver for the Epson RTC module RX-6110 SA
>    *
>    * Copyright(C) 2015 Pengutronix, Steffen Trumtrar <kernel@pengutronix.de>
>    * Copyright(C) SEIKO EPSON CORPORATION 2013. All rights reserved.
> - *
> - * This driver software is distributed as is, without any warranty of any kind,
> - * either express or implied as further specified in the GNU Public License.
> - * This software may be used and distributed according to the terms of the GNU
> - * Public License, version 2 as published by the Free Software Foundation.
> - * See the file COPYING in the main directory of this archive for more details.
> - *
> - * You should have received a copy of the GNU General Public License along with
> - * this program. If not, see <http://www.gnu.org/licenses/>.
>    */
>   
>   #include <linux/bcd.h>
> 
> 
Reviewed-By: Enrico Weigelt <info@metux.net>

-- 
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2
  2019-06-05 12:43 [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Thomas Gleixner
  2019-06-05 12:43 ` [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
  2019-06-05 12:43 ` [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
@ 2019-06-08 19:17 ` Allison Randal
  2 siblings, 0 replies; 8+ messages in thread
From: Allison Randal @ 2019-06-08 19:17 UTC (permalink / raw)
  To: linux-spdx

On 6/5/19 8:43 AM, Thomas Gleixner wrote:
> This is the second variant of disclaimer modifications. Two patterns which
> express it different, but similar:
> 
> Standard disclaimer:
> 
>     this program is distributed in the hope that it will be useful
>     but without any warranty without even the implied warranty of
>     merchantability or fitness for a particular purpose
> 
> Modified disclaimer 1:
> 
>     software distributed under the license is distributed on an as is basis
>     without warranty of any kind either express or implied see the license
>     for the specific language governing rights and limitations under the
>     license
> 
> Modified disclaimer 2:
> 
>    this driver software is distributed as is without any warranty of any
>    kind either express or implied as further specified in the gnu public
>    license
> 
> Both are explicitely under GPLv2 and both refer to the specific disclaimer
> wording in the GPLv2 license.
> 
> So as with ASIS-1, I don't see anything contradicting or substantially
> different.

Again, agreed. The added wording "as is", "of any kind", and "either
express or implied" were all copied from GPLv2, and so don't disclaim
anything more than the license already did.

Allison

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186
  2019-06-05 12:43 ` [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
  2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
@ 2019-06-08 19:18   ` Allison Randal
  1 sibling, 0 replies; 8+ messages in thread
From: Allison Randal @ 2019-06-08 19:18 UTC (permalink / raw)
  To: linux-spdx

On 6/5/19 8:43 AM, Thomas Gleixner wrote:
> From: Thomas Gleixner tglx@linutronix.de
> 
> Based on 1 normalized pattern(s):
> 
>   this program is free software you can redistribute it and or modify
>   it under the terms of the gnu general public license version 2 as
>   published by the free software foundation software distributed under
>   the license is distributed on an as is basis without warranty of any
>   kind either express or implied see the license for the specific
>   language governing rights and limitations under the license
> 
> extracted by the scancode license scanner the SPDX license identifier
> 
>   GPL-2.0-only
> 
> has been chosen to replace the boilerplate/reference in 4 file(s).
> 
> Bucket: ASIS-2
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Reviewed-by: Allison Randal <allison@lohutok.net>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439
  2019-06-05 12:43 ` [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
  2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
@ 2019-06-08 19:18   ` Allison Randal
  1 sibling, 0 replies; 8+ messages in thread
From: Allison Randal @ 2019-06-08 19:18 UTC (permalink / raw)
  To: linux-spdx

On 6/5/19 8:43 AM, Thomas Gleixner wrote:
> From: Thomas Gleixner tglx@linutronix.de
> 
> Based on 1 normalized pattern(s):
> 
>   this driver software is distributed as is without any warranty of
>   any kind either express or implied as further specified in the gnu
>   public license this software may be used and distributed according
>   to the terms of the gnu public license version 2 as published by the
>   free software foundation see the file copying in the main directory
>   of this archive for more details you should have received a copy of
>   the gnu general public license along with this program if not see
>   http www gnu org licenses
> 
> extracted by the scancode license scanner the SPDX license identifier
> 
>   GPL-2.0-only
> 
> has been chosen to replace the boilerplate/reference in 1 file(s).
> 
> Bucket: ASIS-2
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Reviewed-by: Allison Randal <allison@lohutok.net>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-08 19:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 12:43 [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Thomas Gleixner
2019-06-05 12:43 ` [ASIS-2 patch 1/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 186 Thomas Gleixner
2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
2019-06-08 19:18   ` Allison Randal
2019-06-05 12:43 ` [ASIS-2 patch 2/2] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
2019-06-05 16:07   ` Enrico Weigelt, metux IT consult
2019-06-08 19:18   ` Allison Randal
2019-06-08 19:17 ` [ASIS-2 patch 0/2] Deep review of 'AS IS' disclaimers - part 2 Allison Randal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).