Skip to content

Commit bb39ba6

Browse files
morimotoaxboe
authored andcommitted
sata_rcar: convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 0033dfd commit bb39ba6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

drivers/ata/sata_rcar.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* Renesas R-Car SATA driver
34
*
45
* Author: Vladimir Barinov <source@cogentembedded.com>
56
* Copyright (C) 2013-2015 Cogent Embedded, Inc.
67
* Copyright (C) 2013-2015 Renesas Solutions Corp.
7-
*
8-
* This program is free software; you can redistribute it and/or modify it
9-
* under the terms of the GNU General Public License as published by the
10-
* Free Software Foundation; either version 2 of the License, or (at your
11-
* option) any later version.
128
*/
139

1410
#include <linux/kernel.h>

0 commit comments

Comments
 (0)