[hurd,commited] hurd: Add hurd thread library
Joseph Myers
joseph@codesourcery.com
Mon Apr 2 14:07:00 GMT 2018
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
More information about the Libc-alpha
mailing list