"Gary V. Vaughan" <[EMAIL PROTECTED]> 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.


Reply via email to