diff options
author | Huang Shijie <b32955@freescale.com> | 2014-04-10 04:27:28 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-14 14:23:00 -0400 |
commit | 8eabdd1ec122cf6b77cf73e798f134fbace1b8d1 (patch) | |
tree | e58dfd4da86b660e1a2decb79d4fe0e25f2135b8 /include/linux | |
parent | 6b6d37377c4c4c5cd1d9505afbc4e2d3113707f2 (diff) |
mtd: spi-nor: add the copyright information
Add the copyright information for spi-nor.c and spi-nor.h.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mtd/spi-nor.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index 41dae78fbd1d..9428d285489b 100644 --- a/include/linux/mtd/spi-nor.h +++ b/include/linux/mtd/spi-nor.h | |||
@@ -1,3 +1,12 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2014 Freescale Semiconductor, Inc. | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | ||
9 | |||
1 | #ifndef __LINUX_MTD_SPI_NOR_H | 10 | #ifndef __LINUX_MTD_SPI_NOR_H |
2 | #define __LINUX_MTD_SPI_NOR_H | 11 | #define __LINUX_MTD_SPI_NOR_H |
3 | 12 | ||