Hi Geert,
On Friday, November 30, 2018 1, Geert wrote:
> > So in our RZ/A BSP that I release to customers I would use this dual
> > license. You can see the exact same license in a number of dts files in
> > mainline.
>
> Note that your file includes
>
> #include <dt-bindings/gpio/gpio.h>
> #include <dt-bindings/pinctrl/r7s9210-pinctrl.h>
>
> both of which are
>
> include/dt-bindings/gpio/gpio.h:/* SPDX-License-Identifier: GPL-2.0 */
> include/dt-bindings/pinctrl/r7s9210-pinctrl.h:/*
> SPDX-License-Identifier: GPL-2.0 */
After I wrote that, I realized that we'll always have:
#include "r7s9210.dtsi"
Which I have as GPL-2.0....so the dual license idea in pointless.
So to make things easy, I'll just drop the dual license thing and just
use SPDX GPL-2.0
Chris