From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gsettings.m4 copyright Date: Mon, 03 Jan 2022 14:53:20 +0200 Message-ID: <83k0fhc75r.fsf@gnu.org> References: <87r19pgl3x.fsf.ref@yahoo.com> <87r19pgl3x.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5667"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 03 13:54:10 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n4Mqo-0001FI-3e for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 13:54:10 +0100 Original-Received: from localhost ([::1]:56484 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4Mqm-0006B4-Q1 for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 07:54:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4Mpv-0005TQ-Cu for emacs-devel@gnu.org; Mon, 03 Jan 2022 07:53:15 -0500 Original-Received: from [2001:470:142:3::e] (port=50344 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4Mpv-0005QM-2O; Mon, 03 Jan 2022 07:53:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=V7ZnMVxCT3N7VOQi2Jhv2c4RLgvRtNiKv3QJN2zrEOI=; b=M/2DeF1pdp22 biATmBCuo5569dOcXGm0mH6eM+eCnUdlJTySnxAOnHNUISDWJxTWmKihQ72lV39TOoRy14yJJNFnw OiYISSlv1Swcp2++cTz957v/ERIKgsxnSv/7aJ1rsULYS13xGIa5MneGAUssChYhZhQ4yCEf+2l7n E8myZ7Q2Gybep4RY5ZLAh86EJTtCVXx8j+IHqr+jeiLoXpfkKtdfugcIxp0kxkVIQeWxLq/jynuRC 78qtardMXAATjzJ2DrbUcYi0UAyhH9ehPFYUjKWhrXQGPSdbgsCV3hE/3vrgvwQcEIkr29/RnBccV YDGJFlWXrriHbgUIM9/AKQ==; Original-Received: from [87.69.77.57] (port=2211 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4Mpv-0000Ma-1w; Mon, 03 Jan 2022 07:53:15 -0500 In-Reply-To: <87r19pgl3x.fsf@yahoo.com> (message from Po Lu on Mon, 03 Jan 2022 18:38:26 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:284035 Archived-At: > From: Po Lu > Date: Mon, 03 Jan 2022 18:38:26 +0800 > > m4/gsettings.m4 comes from GLib, which is free software under the > LGPLv2.1, but not under copyright of the FSF. > > It doesn't seem to have been modified by Emacs either, and it has no > copyright notice on top, so I couldn't determine whether or not it is > licensed under the LGPLv2.1-or-later, or if it's only under the > LGPLv2.1, as in the COPYING file. > > Does anyone know what to do in this case? We should add a standard Emacs copyright notice, I think.