License ?
License ?
Posted Nov 7, 2013 14:01 UTC (Thu) by meuh (guest, #22042)Parent article: Ktap almost gets into 3.13
I'm also concerned about the licensing.
The homepage states "License GPL v2" so does the README, "ktap is licensed under GPL v2".
But ktap source code is a derivative of Lua code, which is covered by a MIT license
* This file is part of ktap by Jovi Zhangwei. * * Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>. * * Copyright (C) 1994-2013 Lua.org, PUC-Rio. * - The part of code in this file is copied from lua initially. * - lua's MIT license is compatible with GPL. * * ktap is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation.
The Lua origin of code portion was noted by user engla in comment Loops to article Ktap — yet another kernel tracer.
