From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Exceptions for certain files in ELPA? Date: Tue, 13 Mar 2018 09:03:05 -0400 Message-ID: References: <0e9f7990-6130-0324-7901-bcdfd47b4810@yandex.ru> <24cc799d-5f54-bae5-4d9c-c83c113916d0@yandex.ru> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520946953 10379 195.159.176.226 (13 Mar 2018 13:15:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2018 13:15:53 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 14:15:49 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evjmO-0002Yk-Aq for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2018 14:15:48 +0100 Original-Received: from localhost ([::1]:39880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evjoR-0001hb-Ag for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2018 09:17:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evjaC-0006XW-BG for emacs-devel@gnu.org; Tue, 13 Mar 2018 09:03:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evja8-000460-FH for emacs-devel@gnu.org; Tue, 13 Mar 2018 09:03:12 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:56522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evja8-00045B-Af for emacs-devel@gnu.org; Tue, 13 Mar 2018 09:03:08 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w2DD36AZ031010; Tue, 13 Mar 2018 09:03:06 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 067AE665DD; Tue, 13 Mar 2018 09:03:06 -0400 (EDT) In-Reply-To: <24cc799d-5f54-bae5-4d9c-c83c113916d0@yandex.ru> (Dmitry Gutov's message of "Tue, 13 Mar 2018 10:08:41 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6241=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6241> : inlines <6479> : streams <1781272> : uri <2607483> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223686 Archived-At: >> This can be counted as "trivial" enough not to require copyright >> paperwork, indeed. > But copyright notices are per-file, right? BTW: As soon as we make a single change to that file, it will deserve a "Copyright by Free Software Foundation". What's discussed here, rather is whether we should also keep the other copyright line. > I expect the build process to be confused. The only possible source of annoyance would be "make check_copyrights", but this comes with an escape hatch (the copyright_exceptions file), so there shouldn't be any problem. Stefan