Skip to content

Commit a615974

Browse files
committed
memory: pl172: Add GPLv2 SPDX license header
Add GPLv2 license header and remove GPL boiler plate text. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 1a1e758 commit a615974

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/memory/pl172.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Memory controller driver for ARM PrimeCell PL172
34
* PrimeCell MultiPort Memory Controller (PL172)
@@ -6,10 +7,6 @@
67
*
78
* Based on:
89
* TI AEMIF driver, Copyright (C) 2010 - 2013 Texas Instruments Inc.
9-
*
10-
* This file is licensed under the terms of the GNU General Public
11-
* License version 2. This program is licensed "as is" without any
12-
* warranty of any kind, whether express or implied.
1310
*/
1411

1512
#include <linux/amba/bus.h>

0 commit comments

Comments
 (0)