From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 487763857704 for ; Mon, 3 Jul 2023 09:03:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 487763857704 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1688375037; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+ljy15otK+vhl26u2U8q/IqzdztfugYNZxhdplo5w00=; b=cjm+o2IDg2sQI49u4H1Wgwso9J/LtCmPkgHHzdhISLN5pb87xuXA72uXv8iPnaoHBwdKeL zccInBrTJ7EbXdIqjrEUHx/vY6GOPdxUTVYH5PIrvGrSVOFZF1w+BQsp7MPDyIKfBra0aq I+MLN1HQlL6V8yurTAmnWxyn06KB6SE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-592-HNTtbx9HPKqcR21sj6j12A-1; Mon, 03 Jul 2023 05:03:56 -0400 X-MC-Unique: HNTtbx9HPKqcR21sj6j12A-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6B322803FDC; Mon, 3 Jul 2023 09:03:56 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 98DC440C206F; Mon, 3 Jul 2023 09:03:55 +0000 (UTC) From: Florian Weimer To: "Hiroaki.Fuse--- via Libc-stable" Cc: "Hiroaki.Fuse@sony.com" Subject: Re: glibc-2.35-0ubuntu3 library in Ubuntu 22.04 include GPLv2 header file References: Date: Mon, 03 Jul 2023 11:03:53 +0200 In-Reply-To: (Hiroaki Fuse's message of "Mon, 3 Jul 2023 08:11:59 +0000") Message-ID: <87a5wd2wp2.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * Hiroaki Fuse: > I also checked the history of "nss/nss_module.c" and found following > commit. (2020-12-04) > > - https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=f8847d83e17774ed5e9c0f75ef693680b91bcae4 > > Before above commit "nss/nss_module.c" did not include > "nscd/nscd.h". In this case glibc is LGPLv2.1 . I should be able to post a patch later today. It's relatively easy to change, certainly easier than getting consensus whether the change is actually necessary. 8-) (This dependency has been there for much longer, but perhaps harder to discover.) Thanks, Florian