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: Re: lm-verify, long copyright line Date: Thu, 22 Jun 2017 17:28:53 -0700 Message-ID: <19525.1498177733@alto> References: <5fe49025-9604-d6dc-185a-8813132ae17f@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1498177754 2940 195.159.176.226 (23 Jun 2017 00:29:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 23 Jun 2017 00:29:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 23 02:29:07 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 1dOCTC-0000Ni-BM for ged-emacs-devel@m.gmane.org; Fri, 23 Jun 2017 02:29:06 +0200 Original-Received: from localhost ([::1]:33081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOCTH-0004LA-7n for ged-emacs-devel@m.gmane.org; Thu, 22 Jun 2017 20:29:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOCT8-0004K0-Qh for emacs-devel@gnu.org; Thu, 22 Jun 2017 20:29:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOCT4-0003j7-T3 for emacs-devel@gnu.org; Thu, 22 Jun 2017 20:29:02 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:55299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOCT4-0003hN-JH for emacs-devel@gnu.org; Thu, 22 Jun 2017 20:28:58 -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 v5N0Sr6b081013; Thu, 22 Jun 2017 17:28:53 -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 In-Reply-To: Paul's message of "Thu, 22 Jun 2017 17:07:14 -0700." <5fe49025-9604-d6dc-185a-8813132ae17f@cs.ucla.edu> X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.0.50 Content-ID: <19524.1498177733.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:215896 Archived-At: Paul Eggert wrote: > On 06/22/2017 04:57 PM, Mike Kupfer wrote: > > Will the copyright update in 2018 break this? > > Although I don't know offhand, you should be able to find out by > running the shell command: > > UPDATE_COPYRIGHT_YEAR=2018 admin/update-copyright > > on a scratch copy of the source code. The good news is that it successfully changes the final year in mh-e.el from 2017 to 2018. The bad news is that it removes the indentation in the second line. It looks fairly straightforward to change the update-copyright script to add some indentation when there's a line wrap. Would that be acceptable? mike