Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: board: Replace license boilerplate with SPDX identifiers

This satisfies a checkpatch.pl warning and is the preferred method for
notating the license due to its lack of ambiguity.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Nathan Chancellor and committed by
Greg Kroah-Hartman
0a07573c 1cbe5fe2

+2 -13
+1 -9
drivers/staging/board/armadillo800eva.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Staging board support for Armadillo 800 eva. 3 4 * Enable not-yet-DT-capable devices here. ··· 7 6 * 8 7 * Copyright (C) 2012 Renesas Solutions Corp. 9 8 * Copyright (C) 2012 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/dma-mapping.h>
+1 -4
drivers/staging/board/board.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2014 Magnus Damm 3 4 * Copyright (C) 2015 Glider bvba 4 - * 5 - * This file is subject to the terms and conditions of the GNU General Public 6 - * License. See the file "COPYING" in the main directory of this archive 7 - * for more details. 8 5 */ 9 6 10 7 #define pr_fmt(fmt) "board_staging: " fmt