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 * along with this program. If not, see <http://www.gnu.org/licenses/>. */ 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 2015-04-02 10:07 GMT+09:00 KAICHO <[email protected]>: > Hi, > > > Please refer to the attached file(tar+gz) which includes the > files you requested, and use it freely. 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!) > > > BTW, they also need changes in libutil/token.c for parsing > several tokens. Please refer to the changes also. > > Thanks, > Shin'ya > > > ----- Original Message ----- > >From: Shigio YAMAGUCHI <[email protected]> > >To: KAICHO <[email protected]> > >Cc: "[email protected]" <[email protected]> > >Date: 2015/4/1, Wed 18:50 > >Subject: Re: patch of parser for other languages > > > > > >Hi, > >Thank you very much. > >By the way, it seems that I should do the plug-in-ized work instead of > you, > >because your parsers use some GLOBAL's tools such as 'reconf.sh'. > >Could you please re-post the following source files with free software > >license and your copyright notice? If it is possible, I will do the rest. > > > > > >libparser/perl.c > >libparser/perl_res.in > >libparser/python.c > >libparser/python_res.in > >libparser/ruby.c > >libparser/ruby_res.in > >libparser/sh.c > >libparser/sh_res.in > > > > > >Is there any problem? > > > > > >Regards, > >Shigio > > > > > > > > > >2015-04-01 17:56 GMT+09:00 KAICHO <[email protected]>: > > > >Hi, > >> > >>Thanks for reviewing the patch, > >>O.K., I will check whether it could be a plug-in parser. > >>I guess it could be, however several features would be removed. > >> > >>Thanks, > >>Shin'ya > >> > >> > >>-- > > > >Shigio YAMAGUCHI <[email protected]> > >PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 > > > > > > > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
