Eric Blake wrote: > According to Jim Meyering on 1/1/2010 2:38 AM: >> +++ b/ChangeLog >> @@ -1,5 +1,9 @@ >> @@ -9296,7 +9300,7 @@ >> $ ./src/ls --version | head -n3 >> ls (GNU coreutils) 7.1-dirty >> Packaged by Gentoo (patchset 1.6) >> - Copyright (C) 2009 Free Software Foundation, Inc. >> + Copyright (C) 2009-2010 Free Software Foundation, Inc. >> Note that the bug reporting info via --help doesn't show up because > > This one looks like an accidental hunk.
Thanks. With this, it won't happen again: >From 12319ff4e84ca616a671216d991dd6eaf1c39c47 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 1 Jan 2010 16:00:07 +0100 Subject: [PATCH] ChangeLog: tweak to eliminate unnecessary copyright line * ChangeLog: Remove a copyright line that was mistakenly updated by today's update-copyright run. Reported by Eric Blake. --- ChangeLog | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93badb4..345dbc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-01-01 Jim Meyering <[email protected]> + ChangeLog: tweak to eliminate unnecessary copyright line + * ChangeLog: Remove a copyright line that was mistakenly updated + by today's update-copyright run. Reported by Eric Blake. + test-update-copyright: don't let envvar setting cause test failure * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH. @@ -9308,10 +9312,9 @@ --with-packager=Gentoo \ --with-packager-bug-report=http://bugs.gentoo.org/ \ --with-packager-version="patchset 1.6" - $ ./src/ls --version | head -n3 + $ ./src/ls --version | head -n2 ls (GNU coreutils) 7.1-dirty Packaged by Gentoo (patchset 1.6) - Copyright (C) 2009-2010 Free Software Foundation, Inc. Note that the bug reporting info via --help doesn't show up because coreutils uses its own custom emit_bug_reporting_address() implementation in src/system.h. If it didn't, it'd look like: -- 1.6.6.334.g442f
