[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: version-etc output format
From: |
Paul Eggert |
Subject: |
Re: version-etc output format |
Date: |
Tue, 04 Jul 2006 13:35:20 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
"Gary V. Vaughan" <address@hidden> writes:
> Can we change swap the author and copyright blocks
> in version-etc.c to match coreutils and others output?
Actually, coreutils uses the new version-etc.c format nowadays
(this is not surprising, since Jim Meyering maintains both):
$ ls --version
ls (GNU coreutils) 5.97
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
Written by Richard Stallman and David MacKenzie.
The GNU Coding Standards say that the copyright notice should be right
after the version number, and that it is OK to finish the output with
a list of the major authors, so version-etc.c is right in the GNU
mainstream here.