diff mbox series

[RFC,v1,3/5] dt-bindings: gpio: Dual license file adding MIT

Message ID 20200317101947.27250-3-igor.opaniuk@gmail.com
State Changes Requested, archived
Headers show
Series [RFC,v1,1/5] ARM: dts: imx6: Dual license adding MIT | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Igor Opaniuk March 17, 2020, 10:19 a.m. UTC
From: Igor Opaniuk <igor.opaniuk@toradex.com>

Dual license files adding MIT license, which will permit to re-use
bindings and dependent device tree sources in other non-GPL OSS projects.

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 include/dt-bindings/gpio/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/dt-bindings/gpio/gpio.h b/include/dt-bindings/gpio/gpio.h
index c029467e828b..01c528708208 100644
--- a/include/dt-bindings/gpio/gpio.h
+++ b/include/dt-bindings/gpio/gpio.h
@@ -1,4 +1,4 @@ 
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
  * This header provides constants for most GPIO bindings.
  *