Skip to content

Commit

Permalink
SPDX: Convert a few files that were missed before
Browse files Browse the repository at this point in the history
As part of the main conversion a few files were missed.  These files had
additional whitespace after the '*' and before the SPDX tag and my
previous regex was too strict.  This time I did a grep for all SPDX tags
and then filtered out anything that matched the correct styles.

Fixes: 83d290c ("SPDX: Convert all of our single license tags to Linux Kernel style")
Reported-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed May 11, 2018
1 parent b14619b commit f739fcd
Show file tree
Hide file tree
Showing 52 changed files with 54 additions and 106 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-rmobile/include/mach/ehci-rmobile.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2013,2014 Renesas Electronics Corporation
* Copyright (C) 2014 Nobuhiro Iwamatsu <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0
*/

#ifndef __EHCI_RMOBILE_H__
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-socfpga/qts-filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ process_sdram_config() {

(
cat << EOF
/* SPDX-License-Identifier: BSD-3-Clause */
/*
* Altera SoCFPGA SDRAM configuration
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __SOCFPGA_SDRAM_CONFIG_H__
Expand Down
3 changes: 1 addition & 2 deletions arch/arm/thumb1/include/asm/proc-armv/system.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Thumb-1 drop-in for the linux/include/asm-arm/proc-armv/system.h
*
Expand All @@ -7,8 +8,6 @@
* The original file does not build in Thumb mode. However, in U-Boot
* we don't use interrupt context, so we can redefine these as empty
* memory barriers, which makes Thumb-1 compiler happy.
*
* SPDX-License-Identifier: GPL-2.0+
*/

/*
Expand Down
3 changes: 1 addition & 2 deletions board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/******************************************************************************
* (c) Copyright 2010-2014 Xilinx, Inc. All rights reserved.
* (c) Copyright 2017 Opal Kelly Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*****************************************************************************/

#include <asm/arch/ps7_init_gpl.h>
Expand Down
5 changes: 1 addition & 4 deletions board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/******************************************************************************
* (c) Copyright 2010-2014 Xilinx, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*
*
******************************************************************************/
/****************************************************************************/
/**
Expand Down
5 changes: 1 addition & 4 deletions board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/******************************************************************************
* (c) Copyright 2010-2014 Xilinx, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*
*
******************************************************************************/
/****************************************************************************/
/**
Expand Down
5 changes: 1 addition & 4 deletions board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/******************************************************************************
* (c) Copyright 2010-2014 Xilinx, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*
*
******************************************************************************/
/****************************************************************************/
/**
Expand Down
5 changes: 1 addition & 4 deletions board/xilinx/zynq/zynq-zed/ps7_init_gpl.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/******************************************************************************
* (c) Copyright 2010-2014 Xilinx, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*
*
******************************************************************************/
/****************************************************************************/
/**
Expand Down
3 changes: 1 addition & 2 deletions cmd/bootefi.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI application loader
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <charset.h>
Expand Down
4 changes: 2 additions & 2 deletions doc/README.uefi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Copyright (c) 2018 Heinrich Schuchardt
SPDX-License-Identifier: GPL-2.0+

SPDX-License-Identifier: GPL-2.0+
Copyright (c) 2018 Heinrich Schuchardt
-->

# UEFI on U-Boot
Expand Down
3 changes: 1 addition & 2 deletions drivers/net/vsc9953.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2014 - 2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*
* Driver for the Vitesse VSC9953 L2 Switch
*/

Expand Down
3 changes: 1 addition & 2 deletions drivers/usb/host/ehci-rmobile.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0
/*
* EHCI HCD (Host Controller Driver) for USB.
*
* Copyright (C) 2013,2014 Renesas Electronics Corporation
* Copyright (C) 2014 Nobuhiro Iwamatsu <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions drivers/video/bridge/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2015 Google, Inc
# Written by Simon Glass <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+

obj-$(CONFIG_VIDEO_BRIDGE) += video-bridge-uclass.o
obj-$(CONFIG_VIDEO_BRIDGE_PARADE_PS862X) += ps862x.o
Expand Down
3 changes: 1 addition & 2 deletions include/asm-generic/pe.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Portable Executable and Common Object Constants
*
* Copyright (c) 2018 Heinrich Schuchardt
*
* based on the "Microsoft Portable Executable and Common Object File Format
* Specification", revision 11, 2017-01-23
*
* SPDX-License-Identifier: GPL-2.0+
*/

#ifndef _ASM_PE_H
Expand Down
3 changes: 1 addition & 2 deletions include/charset.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* charset conversion utils
*
* Copyright (c) 2017 Rob Clark
*
* SPDX-License-Identifier: GPL-2.0+
*/

#ifndef __CHARSET_H_
Expand Down
3 changes: 1 addition & 2 deletions include/efi_driver.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* EFI application loader
*
* Copyright (c) 2017 Heinrich Schuchardt
*
* SPDX-License-Identifier: GPL-2.0+
*/

#ifndef _EFI_DRIVER_H
Expand Down
3 changes: 1 addition & 2 deletions include/efi_loader.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* EFI application loader
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#ifndef _EFI_LOADER_H
Expand Down
3 changes: 1 addition & 2 deletions include/efi_selftest.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* EFI application loader
*
* Copyright (c) 2017 Heinrich Schuchardt <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0+
*/

#ifndef _EFI_SELFTEST_H
Expand Down
2 changes: 1 addition & 1 deletion include/net.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* LiMon Monitor (LiMon) - Network.
*
* Copyright 1994 - 2000 Neil Russell.
* (See License)
* SPDX-License-Identifier: GPL-2.0
*
* History
* 9/16/00 bor adapted to TQM823L/STK8xxL board, RARP/TFTP boot added
Expand Down
3 changes: 1 addition & 2 deletions include/pe.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Portable Executable binary format structures
*
* Copyright (c) 2016 Alexander Graf
*
* Based on wine code
*
* SPDX-License-Identifier: GPL-2.0+
*/

#ifndef _PE_H
Expand Down
3 changes: 1 addition & 2 deletions lib/charset.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* charset conversion utils
*
* Copyright (c) 2017 Rob Clark
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <charset.h>
Expand Down
4 changes: 1 addition & 3 deletions lib/efi_driver/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2017 Heinrich Schuchardt
#
# SPDX-License-Identifier: GPL-2.0+
#

# This file only gets included with CONFIG_EFI_LOADER set, so all
# object inclusion implicitly depends on it
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_driver/efi_block_device.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI block driver
*
* Copyright (c) 2017 Heinrich Schuchardt
*
* SPDX-License-Identifier: GPL-2.0+
*
* The EFI uclass creates a handle for this driver and installs the
* driver binding protocol on it.
*
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_driver/efi_uclass.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Uclass for EFI drivers
*
* Copyright (c) 2017 Heinrich Schuchardt
*
* SPDX-License-Identifier: GPL-2.0+
*
* For each EFI driver the uclass
* - creates a handle
* - installs the driver binding protocol
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2016 Alexander Graf
#
# SPDX-License-Identifier: GPL-2.0+
#

# This file only gets included with CONFIG_EFI_LOADER set, so all
# object inclusion implicitly depends on it
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_bootmgr.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI utils
*
* Copyright (c) 2017 Rob Clark
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_boottime.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI application boot time services
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_console.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI application console interface
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_device_path_to_text.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI device path interface
*
* Copyright (c) 2017 Heinrich Schuchardt
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_device_path_utilities.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI device path interface
*
* Copyright (c) 2017 Leif Lindholm
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_disk.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI application disk support
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_file.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI utils
*
* Copyright (c) 2017 Rob Clark
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_gop.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI application disk support
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_image_loader.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI image loader
*
* based partly on wine code
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
3 changes: 1 addition & 2 deletions lib/efi_loader/efi_memory.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* EFI application memory management
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <common.h>
Expand Down
Loading

0 comments on commit f739fcd

Please sign in to comment.