diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-12-14 14:26:40 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2019-12-16 11:15:55 +0100 |
commit | d2ab1a675698e52aeade455b0b674508fbb3cc21 (patch) | |
tree | e13d99fe4f3db6d29888705ee890d46f6a8e7940 /arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | |
parent | 012af55314717e6890bb7f0a4075302073dc4a4d (diff) |
arm64: dts: allwinner: Fix wrong license header
Some headers specify that files are under dual-licensed GPL2.0+
and X11. But in fact, it turns out that the full licenses texts
associated are GPL2.0+ and MIT.
Fix license headers to reflect real licenses associated.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index 27e48234f1c2..0dfee8b7f523 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -4,7 +4,7 @@ * Copyright (C) 2015 Jens Kuske <jenskuske@gmail.com> * * This file is dual-licensed: you can use it either under the terms - * of the GPL or the X11 license, at your option. Note that this dual + * of the GPL or the MIT license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * |