bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch of parser for other languages


From: Shigio YAMAGUCHI
Subject: Re: patch of parser for other languages
Date: Thu, 2 Apr 2015 13:00:06 +0900

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 <address@hidden>:
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 <address@hidden>
>To: KAICHO <address@hidden>
>Cc: "address@hidden" <address@hidden>
>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 <address@hidden>:
>
>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 <address@hidden>
>PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
>
>
>



--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]