From 59dbc86cdc42b6d8766218066429f00186b021c2 Mon Sep 17 00:00:00 2001 From: Marc Gonzalez Date: Thu, 1 Dec 2016 11:22:14 +0100 Subject: [PATCH] mtd: nand: tango: Add standard legalese header Provide proper copyright notice and license information. Signed-off-by: Marc Gonzalez Signed-off-by: Brian Norris --- 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 ec87516b87f5..28c7f474be77 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 #include #include -- 2.39.5