From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: lm-verify, long copyright line Date: Thu, 22 Jun 2017 15:51:30 -0700 Message-ID: <17235.1498171890@alto> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1498171905 15396 195.159.176.226 (22 Jun 2017 22:51:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2017 22:51:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 23 00:51:41 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 1dOAwu-0003eZ-JW for ged-emacs-devel@m.gmane.org; Fri, 23 Jun 2017 00:51:40 +0200 Original-Received: from localhost ([::1]:32890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOAwz-0006m6-NP for ged-emacs-devel@m.gmane.org; Thu, 22 Jun 2017 18:51:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOAwt-0006ly-0m for emacs-devel@gnu.org; Thu, 22 Jun 2017 18:51:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOAwo-0002JZ-2t for emacs-devel@gnu.org; Thu, 22 Jun 2017 18:51:39 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:40809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOAwn-0002JF-PK for emacs-devel@gnu.org; Thu, 22 Jun 2017 18:51:33 -0400 Original-Received: from alto (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id v5MMpUY5070056 for ; Thu, 22 Jun 2017 15:51:31 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be alto X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.0.50 Content-ID: <17234.1498171890.1@alto> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 198.144.192.42 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:215892 Archived-At: (lm-verify "mh-e.el") in master complains that the copyright holder is not the Free Software Foundation, apparently because the copyright statement wraps: ;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2017 Free ;; Software Foundation, Inc. https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html says that it's okay to split the notice across multiple lines, but lm-verify apparently doesn't understand that. Should I ignore the complaint, or reorganize the statement into multiple lines which each contain the string "Free Software Foundation", or...? thanks, mike