diff mbox series

[1/2] lua_compat: switch to LGPL license

Message ID 20180827181345.12538-1-sbabic@denx.de
State Accepted
Headers show
Series [1/2] lua_compat: switch to LGPL license | expand

Commit Message

Stefano Babic Aug. 27, 2018, 6:13 p.m. UTC
This code becomes part of the shared library
(bindings) in case of Luajit (Lua 5.1).

LGPL still allows to link software under close license.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Christian Storm <christian.storm@siemens.com>
---
 corelib/lua_compat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/corelib/lua_compat.c b/corelib/lua_compat.c
index e7f81f1..1d37f72 100644
--- a/corelib/lua_compat.c
+++ b/corelib/lua_compat.c
@@ -2,7 +2,7 @@ 
  * Author: Christian Storm
  * Copyright (C) 2017, Siemens AG
  *
- * SPDX-License-Identifier:     GPL-2.0-or-later
+ * SPDX-License-Identifier:     LGPL-2.1-or-later
  */
 
 #include <lua.h>