diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-07-16 13:22:29 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-07-16 13:22:29 +0000 |
commit | 27ea31cde4b51a25117d971d06f8a76b9a8f6834 (patch) | |
tree | 0d3264a35a1b22990a1505e1292ab8e67b4b5243 /winsup/cygwin/grp.cc | |
parent | 3a157c0d0d8aa3d9f004fb460bdb925b181c536a (diff) | |
download | cygnal-27ea31cde4b51a25117d971d06f8a76b9a8f6834.tar.gz cygnal-27ea31cde4b51a25117d971d06f8a76b9a8f6834.tar.bz2 cygnal-27ea31cde4b51a25117d971d06f8a76b9a8f6834.zip |
* grp.cc: Add missing Copyright date 2001.
Diffstat (limited to 'winsup/cygwin/grp.cc')
-rw-r--r-- | winsup/cygwin/grp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/grp.cc b/winsup/cygwin/grp.cc index 70817470b..32dc6d0a3 100644 --- a/winsup/cygwin/grp.cc +++ b/winsup/cygwin/grp.cc @@ -1,6 +1,6 @@ /* grp.cc - Copyright 1996, 1997, 1998, 2000 Cygnus Solutions. + Copyright 1996, 1997, 1998, 2000, 2001 Cygnus Solutions. Original stubs by Jason Molenda of Cygnus Support, crash@cygnus.com First implementation by Gunther Ebert, gunther.ebert@ixos-leipzig.de |