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/concat.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/concat.h')
-rw-r--r-- | include/linux/mtd/concat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/mtd/concat.h b/include/linux/mtd/concat.h index 195a4a5..a374ca9 100644 --- a/include/linux/mtd/concat.h +++ b/include/linux/mtd/concat.h @@ -1,9 +1,10 @@ /* * MTD device concatenation layer definitions * - * (C) 2002 Robert Kaiser <rkaiser@sysgo.de> + * Copyright © 2002 Robert Kaiser <rkaiser@sysgo.de> + * + * SPDX-License-Identifier: GPL-2.0+ * - * This code is GPL */ #ifndef MTD_CONCAT_H |