Browse Source

mtd: nand: tango: Add standard legalese header

Provide proper copyright notice and license information.

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Marc Gonzalez 8 years ago
parent
commit
59dbc86cdc
1 changed files with 8 additions and 0 deletions
  1. 8 0
      drivers/mtd/nand/tango_nand.c

+ 8 - 0
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>