On 10/29/2010 04:43 PM, Jim Meyering wrote:
> Of course. Thanks for the reminder, Bruno.
> That is indeed a slippery slope. I was too hasty in saying "ok".
>
> Eric, one option is to use the GPLv3 for programs like virsh,
> then to have a second gnulib library that they would use.
Cue "making
Bruno Haible wrote:
> Hi Eric,
>
>> >>> case 'v':
>> >>> -/* FIXME - list a copyright blurb, as in GNU programs? */
>> >>> -puts(VERSION);
>> >>> +vshShowVersion(ctl);
>> >>> exit(EXIT_SUCCESS);
>>
>> The gnulib module closeout can automati
Hi Eric,
> >>> case 'v':
> >>> -/* FIXME - list a copyright blurb, as in GNU programs? */
> >>> -puts(VERSION);
> >>> +vshShowVersion(ctl);
> >>> exit(EXIT_SUCCESS);
>
> The gnulib module closeout can automatically take care of this, but
Eric Blake wrote:
> [adding bug-gnulib]
>
> On 10/28/2010 01:25 PM, Daniel Veillard wrote:
case 'v':
-/* FIXME - list a copyright blurb, as in GNU programs? */
-puts(VERSION);
+vshShowVersion(ctl);
exit(EXIT_SUCCESS
[adding bug-gnulib]
On 10/28/2010 01:25 PM, Daniel Veillard wrote:
>>> case 'v':
>>> -/* FIXME - list a copyright blurb, as in GNU programs? */
>>> -puts(VERSION);
>>> +vshShowVersion(ctl);
>>> exit(EXIT_SUCCESS);
>>
>> Pre-existing bug -