diff options
| author | Anton Arapov | 2019-01-16 07:56:08 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2019-02-01 05:35:13 +0000 |
| commit | ae0a40d68d10f2f42a35a0f18de059d046991026 (patch) | |
| tree | 800666210a99f7d0db060c4701ea606c06bd4e13 | |
| parent | efa6b8b6b6463a406bbbff30839ef9c05d0daaac (diff) | |
| download | openwrt-ae0a40d68d10f2f42a35a0f18de059d046991026.tar.gz | |
ramips: rb750gr3: License DTS as GPL-2.0-or-later OR MIT
Adding license in order to fully satisfy dts checklist:
- https://openwrt.org/submitting-patches#dts_checklist
Signed-off-by: Anton Arapov <arapov@gmail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
Acked-by: Thibaut <hacks@slashdirt.org>
Acked-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Acked-by: Chuanhong Guo <gch981213@gmail.com>
Acked-by: Andrew Yong <me@ndoo.sg>
Acked-by: Alex Maclean <monkeh@monkeh.net>
| -rw-r--r-- | target/linux/ramips/dts/RB750Gr3.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RB750Gr3.dts b/target/linux/ramips/dts/RB750Gr3.dts index e0df72d967..4a303edddb 100644 --- a/target/linux/ramips/dts/RB750Gr3.dts +++ b/target/linux/ramips/dts/RB750Gr3.dts @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; #include "mt7621.dtsi" |