DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: dev@dpdk.org
Cc: Ferruh Yigit <ferruh.yigit@intel.com>
Subject: [dpdk-dev] [RFC] remove redundant file header note
Date: Mon, 21 Aug 2017 14:51:03 +0100	[thread overview]
Message-ID: <20170821135103.22631-1-ferruh.yigit@intel.com> (raw)

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

             reply	other threads:[~2017-08-21 13:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-21 13:51 Ferruh Yigit [this message]
2017-08-23 20:40 ` Thomas Monjalon
2017-08-24 14:05   ` Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170821135103.22631-1-ferruh.yigit@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).