[PATCH] mtd: nand: tango: Add standard legalese header

Marc Gonzalez marc_gonzalez at sigmadesigns.com
Thu Dec 1 02:22:14 PST 2016


Provide proper copyright notice and license information.

Signed-off-by: Marc Gonzalez <marc_gonzalez at 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.)
---
 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.
+ */
+
 #include <linux/io.h>
 #include <linux/of.h>
 #include <linux/clk.h>
-- 
2.9.0



More information about the linux-mtd mailing list