]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
include/linux/mtd: Update copyright notices
authorTom Rini <trini@konsulko.com>
Fri, 23 Oct 2015 13:37:47 +0000 (09:37 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 18:19:03 +0000 (13:19 -0500)
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>
include/linux/mtd/concat.h
include/linux/mtd/doc2000.h
include/linux/mtd/mtd.h
include/linux/mtd/nand_ecc.h

index 195a4a5426b6b928b40bbe62dd3fafae708a0fd4..a374ca98e88880d3e474941b8154ac071ed32e44 100644 (file)
@@ -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
index ba29d53ec66f0afd9d6a2f1102a1f13065ddfb9a..a3cfe6bdd9def539cbf06d21975b7a04b4879d38 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Linux driver for Disk-On-Chip devices
  *
- * Copyright (C) 1999 Machine Vision Holdings, Inc.
- * Copyright (C) 2001-2003 David Woodhouse <dwmw2@infradead.org>
- * Copyright (C) 2002-2003 Greg Ungerer <gerg@snapgear.com>
- * Copyright (C) 2002-2003 SnapGear Inc
+ * Copyright © 1999 Machine Vision Holdings, Inc.
+ * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
+ * Copyright © 2002-2003 Greg Ungerer <gerg@snapgear.com>
+ * Copyright © 2002-2003 SnapGear Inc
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
  *
- * Released under GPL
  */
 
 #ifndef __MTD_DOC2000_H__
index c2cd3df1fa54d0904fa81b19685039c5ea4fe920..9da77ec1441428f69870dc655b07a056479f063d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al.
  *
- * Released under GPL
+ * SPDX-License-Identifier:    GPL-2.0+
  *
  */
 
index 090da505425d77d105acb6133d63dfaaa7c95b7b..02ba9f7e63be9fb2df01eb5e517dfddef28440f3 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  drivers/mtd/nand_ecc.h
  *
- *  Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
+ *  Copyright (C) 2000-2010 Steven J. Hill <sjhill@realitydiluted.com>
+ *                         David Woodhouse <dwmw2@infradead.org>
+ *                         Thomas Gleixner <tglx@linutronix.de>
  *
- * 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.
+ * SPDX-License-Identifier:    GPL-2.0
  *
  * This file is the header for the ECC algorithm.
  */