1234567891011121314151617181920212223242526272829303132 |
- From 1c9001b4f69a37820862286b3bbcdde152a52dcf Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
- Date: Thu, 20 Sep 2018 13:37:47 +0200
- Subject: [PATCH] ARM: dts: BCM53573: Relicense Tenda AC9 file to the GPL 2.0+
- / MIT
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- This matches licensing used by most of BCM5301X files and is preferred as:
- 1) GPL 2.0+ makes it clearly compatible with Linux kernel
- 2) MIT is also permissive but preferred over ISC
- This file was fully developed by me.
- Signed-off-by: Rafał Miłecki <[email protected]>
- Signed-off-by: Florian Fainelli <[email protected]>
- ---
- arch/arm/boot/dts/bcm47189-tenda-ac9.dts | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
- --- a/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
- +++ b/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
- @@ -1,7 +1,6 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /*
- * Copyright (C) 2016 Rafał Miłecki <[email protected]>
- - *
- - * Licensed under the ISC license.
- */
-
- /dts-v1/;
|