Commit 0b17998e509e5614633aee0a3c5d6248f8bc580b

Authored by Tom Rini
1 parent 230187ce26

qemu-malta: Update for SPDX license identifiers

Signed-off-by: Tom Rini <trini@ti.com>

Showing 7 changed files with 7 additions and 44 deletions Side-by-side Diff

board/qemu-malta/Makefile
... ... @@ -2,23 +2,7 @@
2 2 # (C) Copyright 2003-2006
3 3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 4 #
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
  5 +# SPDX-License-Identifier: GPL-2.0+
22 6 #
23 7  
24 8 include $(TOPDIR)/config.mk
board/qemu-malta/lowlevel_init.S
1 1 /*
2 2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3 3 *
4   - * This program is free software; you can redistribute it and/or modify it
5   - * under the terms of the GNU General Public License version 2 as published
6   - * by the Free Software Foundation.
  4 + * SPDX-License-Identifier: GPL-2.0
7 5 */
8 6  
9 7 #include <config.h>
board/qemu-malta/qemu-malta.c
1 1 /*
2 2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3 3 *
4   - * This program is free software; you can redistribute it and/or modify it
5   - * under the terms of the GNU General Public License version 2 as published
6   - * by the Free Software Foundation.
  4 + * SPDX-License-Identifier: GPL-2.0
7 5 */
8 6  
9 7 #include <common.h>
drivers/pci/pci_gt64120.c
... ... @@ -6,9 +6,7 @@
6 6 * Authors: Carsten Langgaard <carstenl@mips.com>
7 7 * Maciej W. Rozycki <macro@mips.com>
8 8 *
9   - * This program is free software; you can redistribute it and/or modify it
10   - * under the terms of the GNU General Public License version 2 as published
11   - * by the Free Software Foundation.
  9 + * SPDX-License-Identifier: GPL-2.0
12 10 */
13 11  
14 12 #include <common.h>
include/configs/qemu-malta.h
1 1 /*
2 2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3 3 *
4   - * This program is free software; you can redistribute it and/or modify it
5   - * under the terms of the GNU General Public License version 2 as published
6   - * by the Free Software Foundation.
  4 + * SPDX-License-Identifier: GPL-2.0
7 5 */
8 6  
9 7 #ifndef _QEMU_MALTA_CONFIG_H
... ... @@ -5,18 +5,7 @@
5 5 * Maciej W. Rozycki <macro@mips.com>
6 6 * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
7 7 *
8   - * This program is free software; you can distribute it and/or modify it
9   - * under the terms of the GNU General Public License (Version 2) as
10   - * published by the Free Software Foundation.
11   - *
12   - * This program is distributed in the hope it will be useful, but WITHOUT
13   - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14   - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15   - * for more details.
16   - *
17   - * You should have received a copy of the GNU General Public License along
18   - * with this program; if not, write to the Free Software Foundation, Inc.,
19   - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
  8 + * SPDX-License-Identifier: GPL-2.0
20 9 */
21 10 #ifndef _ASM_GT64120_H
22 11 #define _ASM_GT64120_H
include/pci_gt64120.h
1 1 /*
2 2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3 3 *
4   - * This program is free software; you can redistribute it and/or modify it
5   - * under the terms of the GNU General Public License version 2 as published
6   - * by the Free Software Foundation.
  4 + * SPDX-License-Identifier: GPL-2.0
7 5 */
8 6  
9 7 #ifndef _PCI_GT64120_H