diff options
| author | Wolfgang Denk <wd@denx.de> | 2013-07-08 09:37:19 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-24 09:44:38 -0400 | 
| commit | 1a4596601fd395f3afb8f82f3f840c5e00bdd57a (patch) | |
| tree | 1151312d295249d78e3e70833dd47584534dd3f3 /include/linux | |
| parent | eca3aeb352c964bdb28b8e191d6326370245e03f (diff) | |
| download | olio-uboot-2014.01-1a4596601fd395f3afb8f82f3f840c5e00bdd57a.tar.xz olio-uboot-2014.01-1a4596601fd395f3afb8f82f3f840c5e00bdd57a.zip | |
Add GPL-2.0+ SPDX-License-Identifier to source files
Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/apm_bios.h | 10 | ||||
| -rw-r--r-- | include/linux/bitrev.h | 3 | ||||
| -rw-r--r-- | include/linux/linkage.h | 18 | ||||
| -rw-r--r-- | include/linux/mtd/bbm.h | 15 | ||||
| -rw-r--r-- | include/linux/mtd/docg4.h | 4 | ||||
| -rw-r--r-- | include/linux/mtd/fsl_upm.h | 5 | ||||
| -rw-r--r-- | include/linux/mtd/fsmc_nand.h | 18 | ||||
| -rw-r--r-- | include/linux/mtd/samsung_onenand.h | 18 | ||||
| -rw-r--r-- | include/linux/mtd/st_smi.h | 18 | ||||
| -rw-r--r-- | include/linux/mtd/ubi.h | 14 | ||||
| -rw-r--r-- | include/linux/netdevice.h | 5 | ||||
| -rw-r--r-- | include/linux/rbtree.h | 14 | ||||
| -rw-r--r-- | include/linux/usb/composite.h | 14 | 
13 files changed, 13 insertions, 143 deletions
| diff --git a/include/linux/apm_bios.h b/include/linux/apm_bios.h index 01a6244c9..d18ca719f 100644 --- a/include/linux/apm_bios.h +++ b/include/linux/apm_bios.h @@ -5,15 +5,7 @@   * Include file for the interface to an APM BIOS   * Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au)   * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU - * General Public License for more details. +  * SPDX-License-Identifier:	GPL-2.0+   */  #include <linux/types.h> diff --git a/include/linux/bitrev.h b/include/linux/bitrev.h index a61d9569b..6876e1b2e 100644 --- a/include/linux/bitrev.h +++ b/include/linux/bitrev.h @@ -1,6 +1,5 @@  /* - * This file is released under the terms of GPL v2 and any later version. - * See the file COPYING in the root directory of the source tree for details. + * SPDX-License-Identifier:	GPL-2.0+   *   * Based on bitrev from the Linux kernel, by Akinobu Mita   */ diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 7b749bbda..9ddf83028 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h @@ -3,23 +3,7 @@   *   * Copyright (c) 2005-2007 Analog Devices Inc.   * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef _LINUX_LINKAGE_H diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h index 71292b1a8..25a3d3a3d 100644 --- a/include/linux/mtd/bbm.h +++ b/include/linux/mtd/bbm.h @@ -10,20 +10,7 @@   *  Copyright (c) 2000-2005   *  Thomas Gleixner <tglx@linuxtronix.de>   * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA - * + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __LINUX_MTD_BBM_H  #define __LINUX_MTD_BBM_H diff --git a/include/linux/mtd/docg4.h b/include/linux/mtd/docg4.h index 982f5ad13..741fc0db4 100644 --- a/include/linux/mtd/docg4.h +++ b/include/linux/mtd/docg4.h @@ -1,9 +1,7 @@  /*   * Copyright (C) 2013 Mike Dunn <mikedunn@newsguy.com>   * - * This file is released under the terms of GPL v2 and any later version. - * See the file COPYING in the root directory of the source tree for details. - * + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __DOCG4_H__ diff --git a/include/linux/mtd/fsl_upm.h b/include/linux/mtd/fsl_upm.h index 5d7156fac..0a949bca0 100644 --- a/include/linux/mtd/fsl_upm.h +++ b/include/linux/mtd/fsl_upm.h @@ -4,10 +4,7 @@   * Copyright (C) 2007 MontaVista Software, Inc.   *                    Anton Vorontsov <avorontsov@ru.mvista.com>   * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __LINUX_MTD_NAND_FSL_UPM diff --git a/include/linux/mtd/fsmc_nand.h b/include/linux/mtd/fsmc_nand.h index 3a61cea66..f0f77270a 100644 --- a/include/linux/mtd/fsmc_nand.h +++ b/include/linux/mtd/fsmc_nand.h @@ -2,23 +2,7 @@   * (C) Copyright 2010   * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.   * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __FSMC_NAND_H__ diff --git a/include/linux/mtd/samsung_onenand.h b/include/linux/mtd/samsung_onenand.h index ddb29bbee..246bcf8f3 100644 --- a/include/linux/mtd/samsung_onenand.h +++ b/include/linux/mtd/samsung_onenand.h @@ -3,23 +3,7 @@   *  Minkyu Kang <mk7.kang@samsung.com>   *  Kyungmin Park <kyungmin.park@samsung.com>   * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __SAMSUNG_ONENAND_H__ diff --git a/include/linux/mtd/st_smi.h b/include/linux/mtd/st_smi.h index 04f81ea5b..645c6a31e 100644 --- a/include/linux/mtd/st_smi.h +++ b/include/linux/mtd/st_smi.h @@ -2,23 +2,7 @@   * (C) Copyright 2009   * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.   * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef ST_SMI_H diff --git a/include/linux/mtd/ubi.h b/include/linux/mtd/ubi.h index 4b3e06ce5..4755770c5 100644 --- a/include/linux/mtd/ubi.h +++ b/include/linux/mtd/ubi.h @@ -1,19 +1,7 @@  /*   * Copyright (c) International Business Machines Corp., 2006   * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * SPDX-License-Identifier:	GPL-2.0+   *   * Author: Artem Bityutskiy (Битюцкий Артём)   */ diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 870d8b41f..12e8cc19b 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -15,10 +15,7 @@   *		Bjorn Ekwall. <bj0rn@blox.se>   *              Pekka Riikonen <priikone@poseidon.pspt.fi>   * - *		This program is free software; you can redistribute it and/or - *		modify it under the terms of the GNU General Public License - *		as published by the Free Software Foundation; either version - *		2 of the License, or (at your option) any later version. + * SPDX-License-Identifier:	GPL-2.0+   *   *		Moved to /usr/include/linux for NET3   */ diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h index 6ff28e026..ad892d1cb 100644 --- a/include/linux/rbtree.h +++ b/include/linux/rbtree.h @@ -2,19 +2,7 @@    Red Black Trees    (C) 1999  Andrea Arcangeli <andrea@suse.de> -  This program is free software; you can redistribute it and/or modify -  it under the terms of the GNU General Public License as published by -  the Free Software Foundation; either version 2 of the License, or -  (at your option) any later version. - -  This program is distributed in the hope that it will be useful, -  but WITHOUT ANY WARRANTY; without even the implied warranty of -  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -  GNU General Public License for more details. - -  You should have received a copy of the GNU General Public License -  along with this program; if not, write to the Free Software -  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA + * SPDX-License-Identifier:	GPL-2.0+    linux/include/linux/rbtree.h diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h index 4f76f88d6..f833d1006 100644 --- a/include/linux/usb/composite.h +++ b/include/linux/usb/composite.h @@ -3,19 +3,7 @@   *   * Copyright (C) 2006-2008 David Brownell   * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef	__LINUX_USB_COMPOSITE_H |