Re: [Bug-gnulib] missing licenses in gnulib

2004-10-01 Thread Bruno Haible
Robert Millan wrote: > lib/atanl.c > lib/logl.c If you look into the glibc CVS log of sysdeps/ieee754/ldbl-128/s_atanl.c and sysdeps/ieee754/ldbl-128/e_logl.c, you see that the copyright holder (Stephen Moshier) has given permission to license them under LGPL. > lib/diacrit.c This comes fr

Re: [Bug-gnulib] missing licenses in gnulib

2004-10-04 Thread Bruno Haible
Karl Berry wrote: > I suggest, based on the advice in maintain.texi: > > Copyright (C) 2004 Free Software Foundation, Inc. > Copying and distribution of this file, with or without modification, > are permitted in any medium without royalty provided the copyright > notice and this notice are pre

Re: [Bug-gnulib] missing licenses in gnulib / m4

2004-10-05 Thread Bruno Haible
Paul Eggert wrote: > > For the m4 files, I propose to add the standard notice to them: > > > > dnl Copyright (C) YEARS Free Software Foundation, Inc. > > dnl This file is free software, distributed under the terms of the GNU > > dnl General Public License. As a special exception to the GNU General

Re: [Bug-gnulib] missing licenses in gnulib / m4

2004-10-06 Thread Bruno Haible
Paul Eggert wrote: > > The purpose of the "special exception" clause is so that also non-GPLed > > packages can use autoconfiguration. > > Yes. However, that purpose doesn't apply to GPLed modules, as they > can't be linked with non-GPLed packages. But since *.m4 files are often copied from one m

Re: [Bug-gnulib] missing licenses in gnulib

2004-10-07 Thread Bruno Haible
Paul Eggert wrote: > The program that generates lbrkprop.h is GPL'ed, but none of this > GPL'ed code survives in lbrkprop.h. lbrkprop.h merely consists of a > small wrapper (about 15 lines of simple code, which are unprotectible > by copyright in my opinion) followed by data which are automaticall

Re: [Bug-gnulib] missing licenses in gnulib

2004-10-13 Thread Bruno Haible
Robert Millan asks: > Did you reach a consensus in how to deal with the lack of license in "m4" > and "modules" directories? Under modules/ I put a copyright notice. For m4/* these is still no consensus: Paul Eggert wants GPL for them, whereas I favour a "GPL with autoconf-like exception clause"