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: [elpa] master 2c6303a: * README: mention make check_copyrights Date: Thu, 14 Dec 2017 10:10:43 -0500 Message-ID: References: <20171214052737.25913.6614@vcs0.savannah.gnu.org> <20171214052738.5BE83204F0@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1513264259 5456 195.159.176.226 (14 Dec 2017 15:10:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2017 15:10:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Ted Zlatanov To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 14 16:10:50 2017 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 1ePV9u-0000wF-EO for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2017 16:10:50 +0100 Original-Received: from localhost ([::1]:41502 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePVA1-0006eG-MO for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2017 10:10:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePV9w-0006e8-3c for emacs-devel@gnu.org; Thu, 14 Dec 2017 10:10:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePV9t-000245-Bk for emacs-devel@gnu.org; Thu, 14 Dec 2017 10:10:51 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:47137) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePV9t-000237-5f for emacs-devel@gnu.org; Thu, 14 Dec 2017 10:10:49 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2HTEAAgkzJa/zyu+M5dHQIFDIM/gVqJN?= =?us-ascii?q?4YHjhIBgjABkWuFCoIBHYE1g20EAgKEdkQUAQEBAQEBAQEBA2gohSUGViMQCzQ?= =?us-ascii?q?SFBgNimGrI4peAQEBAQYCASWDYIh4hGKBB4UsBZMpj3yXJwEYiW2HaUiJf4wWg?= =?us-ascii?q?Us2I4FOMhoIMIJkhHMjiwIBAQE?= X-IPAS-Result: =?us-ascii?q?A2HTEAAgkzJa/zyu+M5dHQIFDIM/gVqJN4YHjhIBgjABkWu?= =?us-ascii?q?FCoIBHYE1g20EAgKEdkQUAQEBAQEBAQEBA2gohSUGViMQCzQSFBgNimGrI4peA?= =?us-ascii?q?QEBAQYCASWDYIh4hGKBB4UsBZMpj3yXJwEYiW2HaUiJf4wWgUs2I4FOMhoIMIJ?= =?us-ascii?q?khHMjiwIBAQE?= X-IronPort-AV: E=Sophos;i="5.45,400,1508817600"; d="scan'208";a="13830764" Original-Received: from 206-248-174-60.dsl.teksavvy.com (HELO pastel.home) ([206.248.174.60]) by smtp.teksavvy.com with ESMTP; 14 Dec 2017 10:10:43 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2ACBE60770; Thu, 14 Dec 2017 10:10:43 -0500 (EST) In-Reply-To: <20171214052738.5BE83204F0@vcs0.savannah.gnu.org> (Teodor Zlatanov's message of "Thu, 14 Dec 2017 00:27:38 -0500 (EST)") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 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:221057 Archived-At: > +If your package fails that check, you need to update the > $(CR_EXCEPTIONS) file. No, the most common correct course of action is to fix the package (by adding the standard license blurb and/or fixing the copyright line(s)). Sometimes (as in this recent case) the right thing is to change the $(CR_EXCEPTIONS) because the "problems" caught are not actual problems, but that's much less common. Stefan