]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
qemu-malta: Update for SPDX license identifiers
authorTom Rini <trini@ti.com>
Wed, 24 Jul 2013 13:34:30 +0000 (09:34 -0400)
committerTom Rini <trini@ti.com>
Thu, 25 Jul 2013 12:51:48 +0000 (08:51 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
board/qemu-malta/Makefile
board/qemu-malta/lowlevel_init.S
board/qemu-malta/qemu-malta.c
drivers/pci/pci_gt64120.c
include/configs/qemu-malta.h
include/gt64120.h
include/pci_gt64120.h

index 6251bb84adc40bba98a8f9566e42eff229b25339..70603414f4ee0d6e224f017873eb61eb018c0979 100644 (file)
@@ -2,23 +2,7 @@
 # (C) Copyright 2003-2006
 # 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 $(TOPDIR)/config.mk
index ff4a072ff8e2a414d2c5244ac49c757f60751774..fa0b6a7d132b719531abf49fac82f62ac07ff00a 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
  *
- * 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
  */
 
 #include <config.h>
index 4cbd7368fecee214850f716db4324b029534e875..7eddf1ce6646e2d9f5bd795cd2e26fb27d69b82d 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
  *
- * 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
  */
 
 #include <common.h>
index a6107584e9c1e14ba0fc8896973bd545a03dccb5..4756f1424c87de9408e7d00342ab445991867d72 100644 (file)
@@ -6,9 +6,7 @@
  *   Authors: Carsten Langgaard <carstenl@mips.com>
  *            Maciej W. Rozycki <macro@mips.com>
  *
- * 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
  */
 
 #include <common.h>
index c79c911abaefe3355d673d847a7d38a4a31262da..4e7ad3323062e8ab57a43f736eb6f46d93e08b90 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
  *
- * 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
  */
 
 #ifndef _QEMU_MALTA_CONFIG_H
index c0accc615b2de777617e65a06200bce6a248fb28..938966db5a3ee41583b7b140b928954a8cd608d7 100644 (file)
@@ -5,18 +5,7 @@
  *              Maciej W. Rozycki <macro@mips.com>
  * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
  *
- *  This program is free software; you can distribute it and/or modify it
- *  under the terms of the GNU General Public License (Version 2) as
- *  published by the Free Software Foundation.
- *
- *  This program is distributed in the hope 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 _ASM_GT64120_H
 #define _ASM_GT64120_H
index b6d58d82b8920dd994ffdbe67a827e256b1584b5..b086024f097cb4decf1937d2a26fa8d2fedfbe9a 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
  *
- * 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
  */
 
 #ifndef _PCI_GT64120_H