Hi,
> I will never claim
> anything of the code like licensing and copyrights, it should
> be GPL as referring GNU GLOBALcode.
> (I would want to make my code be WTFPL!)
GNU software have to follow the regular legal method of GNU Project.
So, we must make a legal paper for transfer and abandonment of copyright;
That's very troublesome. If you write the following header for each
source file (WTFPL is also available), we need not make such a paper.
/*
* Copyright (c) 2015 <Your name>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*/
In this case, your parser is considered a separate package for GNU GLOBAL.
It is suitable for a plug-in parser, I think.
> BTW, they also need changes in libutil/token.c for parsing
> several tokens. Please refer to the changes also.
OK.
Regards,
Shigio