From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 30 Jul 2013 10:30:39 +0200 Subject: [U-Boot] [PATCH 3/5] SPDX-License-Identifier: convert PIBS licensed files In-Reply-To: <1375042367-10358-4-git-send-email-wd@denx.de> References: <1375042367-10358-1-git-send-email-wd@denx.de> <1375042367-10358-4-git-send-email-wd@denx.de> Message-ID: <51F779AF.90003@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/28/2013 10:12 PM, Wolfgang Denk wrote: > This commit adapts the files that were derived from PIBS (PowerPC > Initialization and Boot Software) codeto using SPDX License > Identifiers. > > So far, SPDX has not assigned an official License ID for the PIBS > license yet, so this should be considered preliminary. > > Note that the following files contained incorrect license information: > > arch/powerpc/cpu/ppc4xx/4xx_uart.c > arch/powerpc/cpu/ppc4xx/start.S > arch/powerpc/include/asm/ppc440.h > > These files included, in addition to the GPL-2.0 / ibm-pibs dual > license as inherited from PIBS, a GPL-2.0+ license header which was > obviously incorrect. This has been removed. > > Signed-off-by: Wolfgang Denk > Cc: Stefan Roese > Signed-off-by: Wolfgang Denk Acked-by: Stefan Roese Thanks, Stefan