summaryrefslogtreecommitdiff
path: root/src/groups.sh
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-04 15:34:29 +0100
committerJim Meyering <jim@meyering.net>2007-01-04 15:34:29 +0100
commit11bcfcc72aafed790b7e262c98b864ff9d8ed706 (patch)
tree41572cf47d13336514f539d042f9c8364f12c656 /src/groups.sh
parentaa6a5547b387edef8db12345b97af9c35d9571df (diff)
downloadcoreutils-11bcfcc72aafed790b7e262c98b864ff9d8ed706.tar.xz
Use the release year, not the current year.
* src/groups.sh (version): Use a better name: @RELEASE_YEAR@. * src/Makefile.am (RELEASE_YEAR): Define it. (.sh): Use it. Thanks to a prod from Eric Blake.
Diffstat (limited to 'src/groups.sh')
-rwxr-xr-xsrc/groups.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groups.sh b/src/groups.sh
index f416fdb97..dd32c63c5 100755
--- a/src/groups.sh
+++ b/src/groups.sh
@@ -32,7 +32,7 @@ Same as id -Gn. If no USERNAME, use current process.
Report bugs to <@PACKAGE_BUGREPORT@>."
version='groups (@GNU_PACKAGE@) @VERSION@
-Copyright (C) @CURRENT_YEAR@ Free Software Foundation, Inc.
+Copyright (C) @RELEASE_YEAR@ 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.