mtd: nand: tango: Add standard legalese header

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Dec 16 11:59:15 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=59dbc86cdc42b6d8766218066429f00186b021c2
Commit:     59dbc86cdc42b6d8766218066429f00186b021c2
Parent:     3502fbcc25eb67db96fea35abe721c82aa1f4ff3
Author:     Marc Gonzalez <marc_gonzalez at sigmadesigns.com>
AuthorDate: Thu Dec 1 11:22:14 2016 +0100
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Thu Dec 1 09:46:31 2016 -0800

    mtd: nand: tango: Add standard legalese header
    
    Provide proper copyright notice and license information.
    
    Signed-off-by: Marc Gonzalez <marc_gonzalez at sigmadesigns.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 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 ec87516..28c7f47 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>



More information about the linux-mtd-cvs mailing list