All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] maple_tree: Update copyright dates for test code
@ 2022-10-25 17:37 Liam Howlett
  2022-10-25 18:06 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Liam Howlett @ 2022-10-25 17:37 UTC (permalink / raw)
  To: maple-tree, linux-mm, linux-kernel, Andrew Morton; +Cc: Liam Howlett

Add the span to the year of the development.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
---
 tools/testing/radix-tree/maple.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/testing/radix-tree/maple.c b/tools/testing/radix-tree/maple.c
index 35082671928a..3620c9e5f7c5 100644
--- a/tools/testing/radix-tree/maple.c
+++ b/tools/testing/radix-tree/maple.c
@@ -1,7 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * maple_tree.c: Userspace shim for maple tree test-suite
- * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>
+ * maple_tree.c: Userspace testing for maple tree test-suite
+ * Copyright (c) 2018-2022 Oracle Corporation
+ * Author: Liam R. Howlett <Liam.Howlett@Oracle.com>
  */
 
 #define CONFIG_DEBUG_MAPLE_TREE
-- 
2.35.1

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

* Re: [PATCH] maple_tree: Update copyright dates for test code
  2022-10-25 17:37 [PATCH] maple_tree: Update copyright dates for test code Liam Howlett
@ 2022-10-25 18:06 ` Joe Perches
  2022-10-25 20:23   ` Liam Howlett
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2022-10-25 18:06 UTC (permalink / raw)
  To: Liam Howlett, maple-tree, linux-mm, linux-kernel, Andrew Morton

On Tue, 2022-10-25 at 17:37 +0000, Liam Howlett wrote:
> Add the span to the year of the development.
> 
> Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> ---
>  tools/testing/radix-tree/maple.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/testing/radix-tree/maple.c b/tools/testing/radix-tree/maple.c
> index 35082671928a..3620c9e5f7c5 100644
> --- a/tools/testing/radix-tree/maple.c
> +++ b/tools/testing/radix-tree/maple.c
> @@ -1,7 +1,8 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  /*
> - * maple_tree.c: Userspace shim for maple tree test-suite
> - * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>
> + * maple_tree.c: Userspace testing for maple tree test-suite
> + * Copyright (c) 2018-2022 Oracle Corporation
> + * Author: Liam R. Howlett <Liam.Howlett@Oracle.com>

Confused here.  Who owns the copyright from 2018?

And what happened from 2019 through 2021 ?

$ git log --stat -p -1 54a611b605901c7d5d05b6b8f5d04a6ceb0962aa | grep -i copyright
+ * Copyright (c) 2018-2022 Oracle
+ * Copyright (c) 2018-2022 Oracle Corporation
+ * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>


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

* Re: [PATCH] maple_tree: Update copyright dates for test code
  2022-10-25 18:06 ` Joe Perches
@ 2022-10-25 20:23   ` Liam Howlett
  2022-10-25 20:40     ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Liam Howlett @ 2022-10-25 20:23 UTC (permalink / raw)
  To: Joe Perches; +Cc: maple-tree, linux-mm, linux-kernel, Andrew Morton

* Joe Perches <joe@perches.com> [221025 14:06]:
> On Tue, 2022-10-25 at 17:37 +0000, Liam Howlett wrote:
> > Add the span to the year of the development.
> > 
> > Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> > ---
> >  tools/testing/radix-tree/maple.c | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/tools/testing/radix-tree/maple.c b/tools/testing/radix-tree/maple.c
> > index 35082671928a..3620c9e5f7c5 100644
> > --- a/tools/testing/radix-tree/maple.c
> > +++ b/tools/testing/radix-tree/maple.c
> > @@ -1,7 +1,8 @@
> >  // SPDX-License-Identifier: GPL-2.0+
> >  /*
> > - * maple_tree.c: Userspace shim for maple tree test-suite
> > - * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>
> > + * maple_tree.c: Userspace testing for maple tree test-suite
> > + * Copyright (c) 2018-2022 Oracle Corporation
> > + * Author: Liam R. Howlett <Liam.Howlett@Oracle.com>
> 
> Confused here.  Who owns the copyright from 2018?

2018 should have also been oracle on this file.  Note the email
address.

> 
> And what happened from 2019 through 2021 ?

Development continued which is why I wanted to extend the date to a
range.  I also presented the maple tree and spoke to a lot of people
about it.  Also a pandemic, I hear.

> 
> $ git log --stat -p -1 54a611b605901c7d5d05b6b8f5d04a6ceb0962aa | grep -i copyright
> + * Copyright (c) 2018-2022 Oracle
> + * Copyright (c) 2018-2022 Oracle Corporation
> + * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>
> 

Right, this is what I am correcting.  I'm not sure what you are getting
at here.  Did I do something incorrect with trying to fix my mistake?

Thanks,
Liam

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

* Re: [PATCH] maple_tree: Update copyright dates for test code
  2022-10-25 20:23   ` Liam Howlett
@ 2022-10-25 20:40     ` Joe Perches
  2022-10-25 21:15       ` Matthew Wilcox
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2022-10-25 20:40 UTC (permalink / raw)
  To: Liam Howlett; +Cc: maple-tree, linux-mm, linux-kernel, Andrew Morton

On Tue, 2022-10-25 at 20:23 +0000, Liam Howlett wrote:
> * Joe Perches <joe@perches.com> [221025 14:06]:
> > On Tue, 2022-10-25 at 17:37 +0000, Liam Howlett wrote:
> > > Add the span to the year of the development.
[]
> > > diff --git a/tools/testing/radix-tree/maple.c b/tools/testing/radix-tree/maple.c
[]
> > > @@ -1,7 +1,8 @@
> > >  // SPDX-License-Identifier: GPL-2.0+
> > >  /*
> > > - * maple_tree.c: Userspace shim for maple tree test-suite
> > > - * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>
> > > + * maple_tree.c: Userspace testing for maple tree test-suite
> > > + * Copyright (c) 2018-2022 Oracle Corporation
> > > + * Author: Liam R. Howlett <Liam.Howlett@Oracle.com>
> > 
> > Confused here.  Who owns the copyright from 2018?
> 
> 2018 should have also been oracle on this file.  Note the email
> address.

Noted.  It shows you as the copyright holder not Oracle Corp.

You are reassigning copyright yet the commit message merely shows
additional "span".

> > And what happened from 2019 through 2021 ?

When work on a object does not occur during a year, it
should not be included in a copyright "span".

> Development continued which is why I wanted to extend the date to a
> range.  I also presented the maple tree and spoke to a lot of people
> about it.  Also a pandemic, I hear.

Not a reason for copyright changes, but whatever...

> > $ git log --stat -p -1 54a611b605901c7d5d05b6b8f5d04a6ceb0962aa | grep -i copyright
> > + * Copyright (c) 2018-2022 Oracle
> > + * Copyright (c) 2018-2022 Oracle Corporation
> > + * Copyright (c) 2018 Liam R. Howlett <Liam.Howlett@Oracle.com>
> 
> Right, this is what I am correcting.  I'm not sure what you are getting
> at here.

Just inconsistency.
First shows only Oracle, second is Oracle Corporation.

>  Did I do something incorrect with trying to fix my mistake?

Copyright reassignment not specified in commit message.

cheers, Joe

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

* Re: [PATCH] maple_tree: Update copyright dates for test code
  2022-10-25 20:40     ` Joe Perches
@ 2022-10-25 21:15       ` Matthew Wilcox
  2022-10-26 12:43         ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Wilcox @ 2022-10-25 21:15 UTC (permalink / raw)
  To: Joe Perches
  Cc: Liam Howlett, maple-tree, linux-mm, linux-kernel, Andrew Morton

On Tue, Oct 25, 2022 at 01:40:19PM -0700, Joe Perches wrote:
> Copyright reassignment not specified in commit message.

It's not copyright reassignment.  Liam has been an employee of Oracle
for the entire duration.  It is fixing the copyright notice to be correct.

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

* Re: [PATCH] maple_tree: Update copyright dates for test code
  2022-10-25 21:15       ` Matthew Wilcox
@ 2022-10-26 12:43         ` Joe Perches
  0 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2022-10-26 12:43 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Liam Howlett, maple-tree, linux-mm, linux-kernel, Andrew Morton

On Tue, 2022-10-25 at 22:15 +0100, Matthew Wilcox wrote:
> On Tue, Oct 25, 2022 at 01:40:19PM -0700, Joe Perches wrote:
> > Copyright reassignment not specified in commit message.
> 
> It's not copyright reassignment.  Liam has been an employee of Oracle
> for the entire duration.  It is fixing the copyright notice to be correct.

Perhaps.

But it would definitely be better if the subject and message matched
the change.

All the suggested commit subject and message states is

> maple_tree: Update copyright dates for test code

and

> Add the span to the year of the development.

The patch itself does not do that.

On its face, it's reassigning copyright, not suggesting the original
copyright owner was in error.


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

end of thread, other threads:[~2022-10-26 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 17:37 [PATCH] maple_tree: Update copyright dates for test code Liam Howlett
2022-10-25 18:06 ` Joe Perches
2022-10-25 20:23   ` Liam Howlett
2022-10-25 20:40     ` Joe Perches
2022-10-25 21:15       ` Matthew Wilcox
2022-10-26 12:43         ` Joe Perches

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.