summaryrefslogtreecommitdiffstats
path: root/drivers/staging/board/board.c
diff options
context:
space:
mode:
authorNathan Chancellor2018-05-06 06:48:15 +0200
committerGreg Kroah-Hartman2018-05-07 04:11:23 +0200
commit0a07573c290019b904da76de098e2d1114ea5ba1 (patch)
tree24affcf0552f034be4eb8f013cf1bbe99cf2504d /drivers/staging/board/board.c
parentstaging: wilc1000: Remove unnecessary array index check (diff)
downloadkernel-qcow2-linux-0a07573c290019b904da76de098e2d1114ea5ba1.tar.gz
kernel-qcow2-linux-0a07573c290019b904da76de098e2d1114ea5ba1.tar.xz
kernel-qcow2-linux-0a07573c290019b904da76de098e2d1114ea5ba1.zip
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>
Diffstat (limited to 'drivers/staging/board/board.c')
-rw-r--r--drivers/staging/board/board.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c
index 86dc41101610..cb6feb34dd40 100644
--- a/drivers/staging/board/board.c
+++ b/drivers/staging/board/board.c
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2014 Magnus Damm
* Copyright (C) 2015 Glider bvba
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
*/
#define pr_fmt(fmt) "board_staging: " fmt