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
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Cc: <libc-alpha at sourceware dot org>
- Date: Mon, 2 Apr 2018 14:07:31 +0000
- Subject: Re: [hurd,commited] hurd: Add hurd thread library
- References: <20180401234610.8886-1-samuel.thibault@ens-lyon.org>
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+. Not GPLv2+ as in
this Makefile (that's generally only used for installed programs as
opposed to installed libraries and their makefiles); not LGPLv2+ as for
various other files in this patch (and thus notices should say Lesser GPL
not Library GPL when referring to v2.1+).
> +# 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.
--
Joseph S. Myers
joseph@codesourcery.com