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 /drivers/qe | |
parent | eca3aeb352c964bdb28b8e191d6326370245e03f (diff) |
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 'drivers/qe')
-rw-r--r-- | drivers/qe/Makefile | 18 | ||||
-rw-r--r-- | drivers/qe/fdt.c | 18 | ||||
-rw-r--r-- | drivers/qe/qe.c | 15 | ||||
-rw-r--r-- | drivers/qe/qe.h | 15 | ||||
-rw-r--r-- | drivers/qe/uccf.c | 15 | ||||
-rw-r--r-- | drivers/qe/uccf.h | 15 | ||||
-rw-r--r-- | drivers/qe/uec.c | 15 | ||||
-rw-r--r-- | drivers/qe/uec.h | 15 | ||||
-rw-r--r-- | drivers/qe/uec_phy.c | 6 | ||||
-rw-r--r-- | drivers/qe/uec_phy.h | 6 |
10 files changed, 10 insertions, 128 deletions
diff --git a/drivers/qe/Makefile b/drivers/qe/Makefile index ef4bdf8b24e..3aaf7579345 100644 --- a/drivers/qe/Makefile +++ b/drivers/qe/Makefile @@ -1,23 +1,7 @@ # # Copyright (C) 2006 Freescale Semiconductor, 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., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA +# SPDX-License-Identifier: GPL-2.0+ # include $(TOPDIR)/config.mk diff --git a/drivers/qe/fdt.c b/drivers/qe/fdt.c index 5a0f277d0a3..d9a7d8206ff 100644 --- a/drivers/qe/fdt.c +++ b/drivers/qe/fdt.c @@ -4,23 +4,7 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * 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+ */ #include <common.h> diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index 5fd213546d6..b5ddc4b474d 100644 --- a/drivers/qe/qe.c +++ b/drivers/qe/qe.c @@ -4,20 +4,7 @@ * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * - * 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+ */ #include "common.h" diff --git a/drivers/qe/qe.h b/drivers/qe/qe.h index faad43c2f9c..c82ac7b0710 100644 --- a/drivers/qe/qe.h +++ b/drivers/qe/qe.h @@ -4,20 +4,7 @@ * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * - * 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 __QE_H__ diff --git a/drivers/qe/uccf.c b/drivers/qe/uccf.c index 7f6337bac8e..593d96d1a26 100644 --- a/drivers/qe/uccf.c +++ b/drivers/qe/uccf.c @@ -4,20 +4,7 @@ * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * - * 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+ */ #include "common.h" diff --git a/drivers/qe/uccf.h b/drivers/qe/uccf.h index 2404c6a8f0e..0b57e2f4228 100644 --- a/drivers/qe/uccf.h +++ b/drivers/qe/uccf.h @@ -4,20 +4,7 @@ * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * - * 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 __UCCF_H__ diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c index e6ae709db78..68045733b8b 100644 --- a/drivers/qe/uec.c +++ b/drivers/qe/uec.c @@ -3,20 +3,7 @@ * * Dave Liu <daveliu@freescale.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. - * - * 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+ */ #include "common.h" diff --git a/drivers/qe/uec.h b/drivers/qe/uec.h index e63bf3a6522..48a163411cb 100644 --- a/drivers/qe/uec.h +++ b/drivers/qe/uec.h @@ -4,20 +4,7 @@ * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * - * 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 __UEC_H__ diff --git a/drivers/qe/uec_phy.c b/drivers/qe/uec_phy.c index ac580a0da74..5dc4641bf6b 100644 --- a/drivers/qe/uec_phy.c +++ b/drivers/qe/uec_phy.c @@ -7,11 +7,7 @@ * Driver for UEC on QE * Based on 8260_io/fcc_enet.c * - * 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+ */ #include "common.h" diff --git a/drivers/qe/uec_phy.h b/drivers/qe/uec_phy.h index f924b2a14dd..11cbc253b8e 100644 --- a/drivers/qe/uec_phy.h +++ b/drivers/qe/uec_phy.h @@ -7,11 +7,7 @@ * Driver for UEC on QE * Based on 8260_io/fcc_enet.c * - * 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 __UEC_PHY_H__ #define __UEC_PHY_H__ |