This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [hurd,commited] hurd: Add hurd thread library
Joseph Myers, on lun. 02 avril 2018 14:07:31 +0000, wrote:
> On Mon, 2 Apr 2018, Samuel Thibault wrote:
>
> > diff --git a/htl/Makefile b/htl/Makefile
> > new file mode 100644
> > index 0000000000..3bde5f0800
> > --- /dev/null
> > +++ b/htl/Makefile
> > @@ -0,0 +1,237 @@
> > +#
> > +# Copyright (C) 1994-2018 Free Software Foundation, Inc.
> > +#
> > +# 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 2, or (at
> > +# your option) any later version.
>
> I'd expect all the code in this library to be LGPLv2.1+.
Oh, I hadn't noticed that there was still LGPL2+ code.
> > +# You should have received a copy of the GNU General Public License
> > +# along with this program; if not, write to the Free Software
> > +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>
> And, likewise, to use a URL not an old postal address.
I had assumed that had been completely looked after while doing it on
the source code, but apparently that one was missing.
Commit to fix these pending.
Thanks,
Samuel