From: Brian Norris <computersforpeace@gmail.com>
To: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>,
linux-mtd <linux-mtd@lists.infradead.org>,
Richard Weinberger <richard@nod.at>
Subject: Re: [PATCH] mtd: nand: tango: Add standard legalese header
Date: Thu, 1 Dec 2016 09:49:57 -0800 [thread overview]
Message-ID: <20161201174957.GM77253@google.com> (raw)
In-Reply-To: <583FF9D6.9090109@sigmadesigns.com>
On Thu, Dec 01, 2016 at 11:22:14AM +0100, Marc Gonzalez wrote:
> Provide proper copyright notice and license information.
>
> Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
> ---
> I originally didn't provide this information because I thought
> MODULE_AUTHOR defined the copyright holder, and MODULE_LICENSE
> defined the license. (So I figured the header was redundant.)
It may be redundant, but (IANAL) I expect the macros are more
interesting to machines (which can do things like handle GPL vs. non-GPL
symbols, and print out nice 'modinfo') and maybe programmers (who are
often more like machines than lawyers) than to lawyers.
> ---
> drivers/mtd/nand/tango_nand.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/mtd/nand/tango_nand.c b/drivers/mtd/nand/tango_nand.c
> index 7ed35348993e..cc23db64f0ca 100644
> --- a/drivers/mtd/nand/tango_nand.c
> +++ b/drivers/mtd/nand/tango_nand.c
> @@ -1,3 +1,11 @@
> +/*
> + * Copyright (C) 2016 Sigma Designs
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * version 2 as published by the Free Software Foundation.
> + */
> +
Thanks. Applied to l2-mtd.git.
Brian
> #include <linux/io.h>
> #include <linux/of.h>
> #include <linux/clk.h>
> --
> 2.9.0
prev parent reply other threads:[~2016-12-01 17:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 10:22 [PATCH] mtd: nand: tango: Add standard legalese header Marc Gonzalez
2016-12-01 17:49 ` Brian Norris [this message]
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=20161201174957.GM77253@google.com \
--to=computersforpeace@gmail.com \
--cc=boris.brezillon@free-electrons.com \
--cc=linux-mtd@lists.infradead.org \
--cc=marc_gonzalez@sigmadesigns.com \
--cc=richard@nod.at \
/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 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.