From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121533 invoked by alias); 2 Apr 2018 14:07:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 121520 invoked by uid 89); 2 Apr 2018 14:07:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-22.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,UNSUBSCRIBE_BODY,URIBL_RED autolearn=ham version=3.3.2 spammy=ave, Mass, Ave, Hx-languages-length:1195 X-HELO: relay1.mentorg.com Date: Mon, 02 Apr 2018 14:07:00 -0000 From: Joseph Myers To: Samuel Thibault CC: Subject: Re: [hurd,commited] hurd: Add hurd thread library In-Reply-To: <20180401234610.8886-1-samuel.thibault@ens-lyon.org> Message-ID: References: <20180401234610.8886-1-samuel.thibault@ens-lyon.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2018-04/txt/msg00012.txt.bz2 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