Re: [PATCH v2 0/9] Convert the remaining text files to ReST and add SPDX for GFDL

2020-06-23 Thread Kate Stewart
On Tue, Jun 23, 2020 at 4:53 AM Mauro Carvalho Chehab wrote: > > The main goal of this series is to finish the ReST conversion. After this > series, we have just those files still in plain old format: > > - Documentation/RCU/RTFP.txt > - Documentation/atomic_bitops.txt > -

Re: [PATCH v2 2/9] LICENSES: add GFDL licenses

2020-06-23 Thread Kate Stewart
Hi Mauro, On Tue, Jun 23, 2020 at 4:53 AM Mauro Carvalho Chehab wrote: > > Those are used on some documentation texts. > > Signed-off-by: Mauro Carvalho Chehab > --- > LICENSES/deprecated/GFDL-1.1+ | 366 ++ > LICENSES/deprecated/GFDL-1.2 | 408 +

Re: [PATCH v2 1/3] treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers

2019-07-25 Thread Kate Stewart
; @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > > #ifndef __QCOM_FASTRPC_H__ > #define __QCOM_FASTRPC_H__ > diff --git a/include/uapi/rdma/rvt-abi.h b/include/uapi/rdma/rvt-abi.h > index 7328293c715c..7c05a02d2be5 100644 > --- a/include/uapi/rdma/rvt-abi.h > +++ b/include/uapi/rdma/rvt-abi.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ > +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR > BSD-3-Clause) */ > > /* > * This file contains defines, structures, etc. that are used > diff --git a/include/uapi/rdma/siw-abi.h b/include/uapi/rdma/siw-abi.h > index 3dd8071ace7b..7de68f1dc707 100644 > --- a/include/uapi/rdma/siw-abi.h > +++ b/include/uapi/rdma/siw-abi.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ > +/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) or > BSD-3-Clause */ > > /* Authors: Bernard Metzler */ > /* Copyright (c) 2008-2019, IBM Corporation */ > diff --git a/include/uapi/scsi/scsi_bsg_ufs.h > b/include/uapi/scsi/scsi_bsg_ufs.h > index 17c7abd0803a..9988db6ad244 100644 > --- a/include/uapi/scsi/scsi_bsg_ufs.h > +++ b/include/uapi/scsi/scsi_bsg_ufs.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > /* > * UFS Transport SGIO v4 BSG Message Support > * > diff --git a/include/uapi/sound/skl-tplg-interface.h > b/include/uapi/sound/skl-tplg-interface.h > index f39352cef382..9eee32f5e407 100644 > --- a/include/uapi/sound/skl-tplg-interface.h > +++ b/include/uapi/sound/skl-tplg-interface.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > /* > * skl-tplg-interface.h - Intel DSP FW private data interface > * > -- > 2.17.1 > Reviewed-by: Kate Stewart

Re: [patch V2 3/7] LICENSES: Add Apache 2.0 license text

2018-04-26 Thread Kate Stewart
Apache-2.0.html#licenseText >> >> Signed-off-by: Thomas Gleixner > > Reviewed-by: Greg Kroah-Hartman Reviewed-by: Kate Stewart

Re: [patch V2 4/7] LICENSES: Add CDDL-1.0 license text

2018-04-26 Thread Kate Stewart
nseText >> >> Signed-off-by: Thomas Gleixner > > Reviewed-by: Greg Kroah-Hartman Reviewed-by: Kate Stewart

Re: [patch V2 5/7] LICENSES: Add CC-BY-SA-4.0 license text

2018-04-26 Thread Kate Stewart
-BY-SA-4.0.html#licenseText >> >> Signed-off-by: Thomas Gleixner > > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Kate Stewart

Re: [patch V2 6/7] LICENSES: Add Linux-OpenIB license text

2018-04-26 Thread Kate Stewart
; OpenIB.org license is a true match to BSD-2-Clause. > > The license text was copied from: > > https://spdx.org/licenses/Linux-OpenIB.html#licenseText > > Signed-off-by: Thomas Gleixner Reviewed-by: Kate Stewart