diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-16 16:53:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-16 16:53:22 +0000 |
commit | 7a0f8b04873b427720cd2a88ed1adff8c0e1f445 (patch) | |
tree | 6a23c59b92b132a47a22430082cf5c6549d44acc /src | |
parent | dd8398a3c642b1397f64e338d2b0008e33790dec (diff) | |
download | coreutils-7a0f8b04873b427720cd2a88ed1adff8c0e1f445.tar.xz |
* src/groups.sh (version): Reword message to match the other programs.
Problem reported by Eric Blake.
Diffstat (limited to 'src')
-rwxr-xr-x | src/groups.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/groups.sh b/src/groups.sh index decbe6aaf..86343fcfc 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -32,11 +32,12 @@ Same as id -Gn. If no USERNAME, use current process. Report bugs to <@PACKAGE_BUGREPORT@>." version='groups (@GNU_PACKAGE@) @VERSION@ -Written by David MacKenzie. - Copyright (C) 2006 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.' +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 David MacKenzie.' for arg |