1234567891011121314151617181920212223242526272829303132333435363738394041 |
- From b7f264fa496eb2a6dd1d67dc91dbe8ffcb142487 Mon Sep 17 00:00:00 2001
- From: Dan Haab <[email protected]>
- Date: Sun, 2 Dec 2018 17:00:15 -0700
- Subject: [PATCH] ARM: dts: BCM53573: Relicense Luxul files 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 other BCM53573 files and BCM5301X.
- Signed-off-by: Dan Haab <[email protected]>
- Acked-by: Rafał Miłecki <[email protected]>
- Signed-off-by: Florian Fainelli <[email protected]>
- ---
- arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts | 3 +--
- arch/arm/boot/dts/bcm47189-luxul-xap-810.dts | 3 +--
- 2 files changed, 2 insertions(+), 4 deletions(-)
- --- a/arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts
- +++ b/arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts
- @@ -1,7 +1,6 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /*
- * Copyright 2017 Luxul Inc.
- - *
- - * Licensed under the ISC license.
- */
-
- /dts-v1/;
- --- a/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
- +++ b/arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
- @@ -1,7 +1,6 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /*
- * Copyright 2017 Luxul Inc.
- - *
- - * Licensed under the ISC license.
- */
-
- /dts-v1/;
|