diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-23 09:37:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-12 13:19:03 -0500 |
commit | 78e9e71c83cf75483a6f756488b245df33783c5b (patch) | |
tree | 0a2c5a4188aa7f783f4ff88d3b238c1e653f3374 /include/linux/mtd/mtd.h | |
parent | 9606f71002a97ebc02281ca06ff8981cba5becba (diff) | |
download | u-boot-imx-78e9e71c83cf75483a6f756488b245df33783c5b.zip u-boot-imx-78e9e71c83cf75483a6f756488b245df33783c5b.tar.gz u-boot-imx-78e9e71c83cf75483a6f756488b245df33783c5b.tar.bz2 |
include/linux/mtd: Update copyright notices
Condense these updates down to SPDX tags too while doing this. This is
a port of a1452a3771c4eb85bd779790b040efdc36f4274e from the Linux
Kernel.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r-- | include/linux/mtd/mtd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index c2cd3df..9da77ec 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -1,7 +1,7 @@ /* * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al. * - * Released under GPL + * SPDX-License-Identifier: GPL-2.0+ * */ |