All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
@ 2022-05-17  6:14 Daniel Wagner
  2022-10-19  7:03 ` Daniel Wagner
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Wagner @ 2022-05-17  6:14 UTC (permalink / raw)
  To: linux-nvme; +Cc: Daniel Wagner, Arunpandian J

When I reviewed the tests I asked wrongly for GPL-2.0-only. The
project is using the GPL-2.0-or-later license. Relax the license
requirement to GPL-2.0-or-later.

Cc: Arunpandian J <apj.arun@samsung.com>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
---
Hi Arunpandian,

Sorry for the mess, but could I get a signed-off-by from you?

Thanks,
Daniel

 tests/nvme_copy_test.py           | 2 +-
 tests/nvme_dsm_test.py            | 2 +-
 tests/nvme_get_lba_status_test.py | 2 +-
 tests/nvme_lba_status_log_test.py | 2 +-
 tests/nvme_verify_test.py         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/nvme_copy_test.py b/tests/nvme_copy_test.py
index 8bee55584e0c..7cb087e27ef6 100644
--- a/tests/nvme_copy_test.py
+++ b/tests/nvme_copy_test.py
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # This file is part of nvme-cli
 #
diff --git a/tests/nvme_dsm_test.py b/tests/nvme_dsm_test.py
index fe3dc01f6a8d..51f35ecec0a3 100644
--- a/tests/nvme_dsm_test.py
+++ b/tests/nvme_dsm_test.py
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # This file is part of nvme-cli
 #
diff --git a/tests/nvme_get_lba_status_test.py b/tests/nvme_get_lba_status_test.py
index 5f970c487478..7ce8d33b829d 100644
--- a/tests/nvme_get_lba_status_test.py
+++ b/tests/nvme_get_lba_status_test.py
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # This file is part of nvme-cli
 #
diff --git a/tests/nvme_lba_status_log_test.py b/tests/nvme_lba_status_log_test.py
index ecc3fce8bff2..8420adf4e5b9 100644
--- a/tests/nvme_lba_status_log_test.py
+++ b/tests/nvme_lba_status_log_test.py
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # This file is part of nvme-cli
 #
diff --git a/tests/nvme_verify_test.py b/tests/nvme_verify_test.py
index c783d5de07a5..19559c028c8a 100644
--- a/tests/nvme_verify_test.py
+++ b/tests/nvme_verify_test.py
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # This file is part of nvme-cli
 #
-- 
2.36.0



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

* Re: [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
  2022-05-17  6:14 [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later Daniel Wagner
@ 2022-10-19  7:03 ` Daniel Wagner
  2022-10-19  8:50   ` Pankaj Raghav
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Wagner @ 2022-10-19  7:03 UTC (permalink / raw)
  To: linux-nvme; +Cc: Arunpandian J

On Tue, May 17, 2022 at 08:14:56AM +0200, Daniel Wagner wrote:
> When I reviewed the tests I asked wrongly for GPL-2.0-only. The
> project is using the GPL-2.0-or-later license. Relax the license
> requirement to GPL-2.0-or-later.
> 
> Cc: Arunpandian J <apj.arun@samsung.com>
> Signed-off-by: Daniel Wagner <dwagner@suse.de>
> ---
> Hi Arunpandian,
> 
> Sorry for the mess, but could I get a signed-off-by from you?

ping?

> 
> Thanks,
> Daniel
> 
>  tests/nvme_copy_test.py           | 2 +-
>  tests/nvme_dsm_test.py            | 2 +-
>  tests/nvme_get_lba_status_test.py | 2 +-
>  tests/nvme_lba_status_log_test.py | 2 +-
>  tests/nvme_verify_test.py         | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/nvme_copy_test.py b/tests/nvme_copy_test.py
> index 8bee55584e0c..7cb087e27ef6 100644
> --- a/tests/nvme_copy_test.py
> +++ b/tests/nvme_copy_test.py
> @@ -1,4 +1,4 @@
> -# SPDX-License-Identifier: GPL-2.0-only
> +# SPDX-License-Identifier: GPL-2.0-or-later
>  #
>  # This file is part of nvme-cli
>  #
> diff --git a/tests/nvme_dsm_test.py b/tests/nvme_dsm_test.py
> index fe3dc01f6a8d..51f35ecec0a3 100644
> --- a/tests/nvme_dsm_test.py
> +++ b/tests/nvme_dsm_test.py
> @@ -1,4 +1,4 @@
> -# SPDX-License-Identifier: GPL-2.0-only
> +# SPDX-License-Identifier: GPL-2.0-or-later
>  #
>  # This file is part of nvme-cli
>  #
> diff --git a/tests/nvme_get_lba_status_test.py b/tests/nvme_get_lba_status_test.py
> index 5f970c487478..7ce8d33b829d 100644
> --- a/tests/nvme_get_lba_status_test.py
> +++ b/tests/nvme_get_lba_status_test.py
> @@ -1,4 +1,4 @@
> -# SPDX-License-Identifier: GPL-2.0-only
> +# SPDX-License-Identifier: GPL-2.0-or-later
>  #
>  # This file is part of nvme-cli
>  #
> diff --git a/tests/nvme_lba_status_log_test.py b/tests/nvme_lba_status_log_test.py
> index ecc3fce8bff2..8420adf4e5b9 100644
> --- a/tests/nvme_lba_status_log_test.py
> +++ b/tests/nvme_lba_status_log_test.py
> @@ -1,4 +1,4 @@
> -# SPDX-License-Identifier: GPL-2.0-only
> +# SPDX-License-Identifier: GPL-2.0-or-later
>  #
>  # This file is part of nvme-cli
>  #
> diff --git a/tests/nvme_verify_test.py b/tests/nvme_verify_test.py
> index c783d5de07a5..19559c028c8a 100644
> --- a/tests/nvme_verify_test.py
> +++ b/tests/nvme_verify_test.py
> @@ -1,4 +1,4 @@
> -# SPDX-License-Identifier: GPL-2.0-only
> +# SPDX-License-Identifier: GPL-2.0-or-later
>  #
>  # This file is part of nvme-cli
>  #
> -- 
> 2.36.0
> 


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

* Re: [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
  2022-10-19  7:03 ` Daniel Wagner
@ 2022-10-19  8:50   ` Pankaj Raghav
  2022-10-19 10:53     ` Daniel Wagner
  0 siblings, 1 reply; 7+ messages in thread
From: Pankaj Raghav @ 2022-10-19  8:50 UTC (permalink / raw)
  To: Daniel Wagner; +Cc: linux-nvme, Arunpandian J, gost.dev

Hi Daniel,
> > When I reviewed the tests I asked wrongly for GPL-2.0-only. The
> > project is using the GPL-2.0-or-later license. Relax the license
> > requirement to GPL-2.0-or-later.
> > 
> > Cc: Arunpandian J <apj.arun@samsung.com>
> > Signed-off-by: Daniel Wagner <dwagner@suse.de>
> > ---
> > Hi Arunpandian,
> > 
> > Sorry for the mess, but could I get a signed-off-by from you?
> 
> ping?
> 
I heard from the team that he left Samsung. Do we have any other
alternative to get this patch in?

-- 
Pankaj Raghav


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

* Re: [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
  2022-10-19  8:50   ` Pankaj Raghav
@ 2022-10-19 10:53     ` Daniel Wagner
  2022-10-19 10:53       ` Daniel Wagner
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Wagner @ 2022-10-19 10:53 UTC (permalink / raw)
  To: Pankaj Raghav; +Cc: linux-nvme, gost.dev

On Wed, Oct 19, 2022 at 10:50:04AM +0200, Pankaj Raghav wrote:
> Hi Daniel,
> > > When I reviewed the tests I asked wrongly for GPL-2.0-only. The
> > > project is using the GPL-2.0-or-later license. Relax the license
> > > requirement to GPL-2.0-or-later.
> > > 
> > > Cc: Arunpandian J <apj.arun@samsung.com>
> > > Signed-off-by: Daniel Wagner <dwagner@suse.de>
> > > ---
> > > Hi Arunpandian,
> > > 
> > > Sorry for the mess, but could I get a signed-off-by from you?
> > 
> > ping?
> > 
> I heard from the team that he left Samsung. Do we have any other
> alternative to get this patch in?

Right, the mail was bounced. I think it would be enough to get a signed
off by any Samsung employer


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

* Re: [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
  2022-10-19 10:53     ` Daniel Wagner
@ 2022-10-19 10:53       ` Daniel Wagner
  2022-10-19 11:10         ` Pankaj Raghav
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Wagner @ 2022-10-19 10:53 UTC (permalink / raw)
  To: Pankaj Raghav; +Cc: linux-nvme, gost.dev

On Wed, Oct 19, 2022 at 12:53:02PM +0200, Daniel Wagner wrote:
> On Wed, Oct 19, 2022 at 10:50:04AM +0200, Pankaj Raghav wrote:
> > Hi Daniel,
> > > > When I reviewed the tests I asked wrongly for GPL-2.0-only. The
> > > > project is using the GPL-2.0-or-later license. Relax the license
> > > > requirement to GPL-2.0-or-later.
> > > > 
> > > > Cc: Arunpandian J <apj.arun@samsung.com>
> > > > Signed-off-by: Daniel Wagner <dwagner@suse.de>
> > > > ---
> > > > Hi Arunpandian,
> > > > 
> > > > Sorry for the mess, but could I get a signed-off-by from you?
> > > 
> > > ping?
> > > 
> > I heard from the team that he left Samsung. Do we have any other
> > alternative to get this patch in?
> 
> Right, the mail was bounced. I think it would be enough to get a signed
> off by any Samsung employer

employee obviously :)


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

* Re: [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
  2022-10-19 10:53       ` Daniel Wagner
@ 2022-10-19 11:10         ` Pankaj Raghav
  2022-10-19 11:38           ` Daniel Wagner
  0 siblings, 1 reply; 7+ messages in thread
From: Pankaj Raghav @ 2022-10-19 11:10 UTC (permalink / raw)
  To: Daniel Wagner, Pankaj Raghav; +Cc: linux-nvme, gost.dev

On 2022-10-19 12:53, Daniel Wagner wrote:
> On Wed, Oct 19, 2022 at 12:53:02PM +0200, Daniel Wagner wrote:
>> On Wed, Oct 19, 2022 at 10:50:04AM +0200, Pankaj Raghav wrote:
>>> Hi Daniel,
>>>>> When I reviewed the tests I asked wrongly for GPL-2.0-only. The
>>>>> project is using the GPL-2.0-or-later license. Relax the license
>>>>> requirement to GPL-2.0-or-later.
>>>>>
>>>>> Cc: Arunpandian J <apj.arun@samsung.com>
>>>>> Signed-off-by: Daniel Wagner <dwagner@suse.de>
>>>>> ---
>>>>> Hi Arunpandian,
>>>>>
>>>>> Sorry for the mess, but could I get a signed-off-by from you?
>>>>
>>>> ping?
>>>>
>>> I heard from the team that he left Samsung. Do we have any other
>>> alternative to get this patch in?
>>
>> Right, the mail was bounced. I think it would be enough to get a signed
>> off by any Samsung employer
> 
> employee obviously :)
No problem.

Looks good,
Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>


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

* Re: [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later
  2022-10-19 11:10         ` Pankaj Raghav
@ 2022-10-19 11:38           ` Daniel Wagner
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Wagner @ 2022-10-19 11:38 UTC (permalink / raw)
  To: Pankaj Raghav; +Cc: Pankaj Raghav, linux-nvme, gost.dev

On Wed, Oct 19, 2022 at 01:10:13PM +0200, Pankaj Raghav wrote:
> On 2022-10-19 12:53, Daniel Wagner wrote:
> > On Wed, Oct 19, 2022 at 12:53:02PM +0200, Daniel Wagner wrote:
> >> On Wed, Oct 19, 2022 at 10:50:04AM +0200, Pankaj Raghav wrote:
> >>> Hi Daniel,
> >>>>> When I reviewed the tests I asked wrongly for GPL-2.0-only. The
> >>>>> project is using the GPL-2.0-or-later license. Relax the license
> >>>>> requirement to GPL-2.0-or-later.
> >>>>>
> >>>>> Cc: Arunpandian J <apj.arun@samsung.com>
> >>>>> Signed-off-by: Daniel Wagner <dwagner@suse.de>
> >>>>> ---
> >>>>> Hi Arunpandian,
> >>>>>
> >>>>> Sorry for the mess, but could I get a signed-off-by from you?
> >>>>
> >>>> ping?
> >>>>
> >>> I heard from the team that he left Samsung. Do we have any other
> >>> alternative to get this patch in?
> >>
> >> Right, the mail was bounced. I think it would be enough to get a signed
> >> off by any Samsung employer
> > 
> > employee obviously :)
> No problem.
> 
> Looks good,
> Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>

Thanks!


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

end of thread, other threads:[~2022-10-19 11:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  6:14 [PATCH nvme-cli] tests: Update license to GPL-2.0-or-later Daniel Wagner
2022-10-19  7:03 ` Daniel Wagner
2022-10-19  8:50   ` Pankaj Raghav
2022-10-19 10:53     ` Daniel Wagner
2022-10-19 10:53       ` Daniel Wagner
2022-10-19 11:10         ` Pankaj Raghav
2022-10-19 11:38           ` Daniel Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.