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

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