diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-05-07 10:10:49 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-07 10:31:35 +0200 |
commit | 66c8afd115f4d03fefc0e650b90dd922487cc50f (patch) | |
tree | 9144e57e92661e1c92e14de281296fbd4243271a /target/linux/ath79/dts/ar7241_ubnt-nano-m.dts | |
parent | 441c26da6ad92b0d4529e1844736c55a31bfd45c (diff) | |
download | upstream-66c8afd115f4d03fefc0e650b90dd922487cc50f.tar.gz upstream-66c8afd115f4d03fefc0e650b90dd922487cc50f.tar.bz2 upstream-66c8afd115f4d03fefc0e650b90dd922487cc50f.zip |
ath79: relicense DTS files to the GPL 2.0+ / MIT
Some maintainers prefer DTS files licensed under permissive license like
MIT / BSD. As all DT bindings should be OS independent and DTS files are
pretty separated from Linux code it probably makes sense to share them
across projects.
The safest solution is to use dual licensing: that way it stays clear
these files can be used in GPL projects without depending on current
belief of licenses compatibility.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_ubnt-nano-m.dts')
-rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt-nano-m.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt-nano-m.dts b/target/linux/ath79/dts/ar7241_ubnt-nano-m.dts index 91fbac039e..8fbd7a6eec 100644 --- a/target/linux/ath79/dts/ar7241_ubnt-nano-m.dts +++ b/target/linux/ath79/dts/ar7241_ubnt-nano-m.dts @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; #include "ar7241_ubnt-xm.dtsi" |