diff options
author | Petr Štetiar <ynezz@true.cz> | 2018-11-29 09:25:40 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-11-29 13:10:50 +0100 |
commit | 1576666d676302981f4e930d45442d43c3eddbcd (patch) | |
tree | f46b8668f5e274dd313ab9effb9f40273087af20 /target/linux/ath79 | |
parent | 9f563267d2dc6b70e47e8e4b13a7f31e9d246dbe (diff) | |
download | upstream-1576666d676302981f4e930d45442d43c3eddbcd.tar.gz upstream-1576666d676302981f4e930d45442d43c3eddbcd.tar.bz2 upstream-1576666d676302981f4e930d45442d43c3eddbcd.zip |
ath79: ubnt-xw: Change DTS license to GPL-2.0-or-later OR MIT
Having MIT as alternative is sometimes preferred by upstream maintainers
and allows sharing that simple code with other projects. We don't really
want multiple DTS versions for the same device.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_xw.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi index 8db565e8b9..fb1cc2cfaa 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi +++ b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/input/input.h> |