DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC] remove redundant file header note
@ 2017-08-21 13:51 Ferruh Yigit
  2017-08-23 20:40 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-08-21 13:51 UTC (permalink / raw)
  To: dev; +Cc: Ferruh Yigit

Some of the "All rights reserved." note looks like duplicate, there is
one for each copyright note in the same line, and extra one after the
copyright notes. Sample is in below patch.

Although this looks like a duplication, I am not sure if this is a legal
requirement, or legally has a meaning.

And this usage keep increasing when a new file created, because header copied
from an old file..

If there is no objection I can send a patch to clean them, there are
some number of them now:
$ git grep "[*#]\s*All rights reserved." | wc -l
1373

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index f4b807ebd..795ef03b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 #   BSD LICENSE
 #
 #   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
-#   All rights reserved.
 #
 #   Redistribution and use in source and binary forms, with or without
 #   modification, are permitted provided that the following conditions
-- 
2.13.5

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

* Re: [dpdk-dev] [RFC] remove redundant file header note
  2017-08-21 13:51 [dpdk-dev] [RFC] remove redundant file header note Ferruh Yigit
@ 2017-08-23 20:40 ` Thomas Monjalon
  2017-08-24 14:05   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-08-23 20:40 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

21/08/2017 15:51, Ferruh Yigit:
> Some of the "All rights reserved." note looks like duplicate, there is
> one for each copyright note in the same line, and extra one after the
> copyright notes. Sample is in below patch.
> 
> Although this looks like a duplication, I am not sure if this is a legal
> requirement, or legally has a meaning.

I think the whole sentence "All rights reserved" has no meaning
and could be removed in both lines, but I am not a lawyer :)
I'm afraid lawyers won't take the risk to change these lines.

[...]
>  #   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
> -#   All rights reserved.

You could also remove "(c)" after Copyright.

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

* Re: [dpdk-dev] [RFC] remove redundant file header note
  2017-08-23 20:40 ` Thomas Monjalon
@ 2017-08-24 14:05   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-08-24 14:05 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 8/23/2017 9:40 PM, Thomas Monjalon wrote:
> 21/08/2017 15:51, Ferruh Yigit:
>> Some of the "All rights reserved." note looks like duplicate, there is
>> one for each copyright note in the same line, and extra one after the
>> copyright notes. Sample is in below patch.
>>
>> Although this looks like a duplication, I am not sure if this is a legal
>> requirement, or legally has a meaning.
> 
> I think the whole sentence "All rights reserved" has no meaning
> and could be removed in both lines, but I am not a lawyer :)
> I'm afraid lawyers won't take the risk to change these lines.

I also don't dare to take that risk :)
Let me send a patch just to remove standalone "All rights reserved." lines..

> 
> [...]
>>  #   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
>> -#   All rights reserved.
> 
> You could also remove "(c)" after Copyright.
> 

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

end of thread, other threads:[~2017-08-24 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21 13:51 [dpdk-dev] [RFC] remove redundant file header note Ferruh Yigit
2017-08-23 20:40 ` Thomas Monjalon
2017-08-24 14:05   ` Ferruh Yigit

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).