[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gzip 1.6 --version copyright date
From: |
Stefano Lattarini |
Subject: |
Re: gzip 1.6 --version copyright date |
Date: |
Mon, 10 Jun 2013 11:49:18 +0200 |
Hi Jim. I caught one typo in the commit message ...
On 06/10/2013 03:38 AM, Jim Meyering wrote:
> Paul Eggert wrote:
>> One little thing: gzip --version says:
>>
>> gzip 1.6
>> Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
>> ...
>>
>> I guess the copyright-date part of the release procedure
>> needs to be updated....
>
> Oh! Good catch. Thanks.
> Here's a patch for that:
>
> From 58a7b72f13819d0546a1b3f87568ec409cf066d8 Mon Sep 17 00:00:00 2001
> From: Jim Meyering <address@hidden>
> Date: Sun, 9 Jun 2013 18:35:47 -0700
> Subject: [PATCH] maint: ensure that --version's copyright date is current
>
> * cfg.mk (sc_gzip_copyright_check): Ensure we keep this copyright
> year number up to date. Repoted by Paul Eggert.
>
s/Repoted/Reported/
> * gzip.c (license_msg): Include only the current year number,
> as is done in nearly every other program.
>
> [SNIP]
>
Regards,
Stefano