X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.h;h=f2914add7f9fa923299eb4a79936406c7f11de74;hb=0a9d9877fef46e7bc0a3eff16081d37016569981;hp=837bddc13e2b3c2da1eac034368651e8a299b352;hpb=c471cb38f3b7a9011f58d585dbdb0057e7bbd331;p=gnulib.git diff --git a/lib/getugroups.h b/lib/getugroups.h index 837bddc13..f2914add7 100644 --- a/lib/getugroups.h +++ b/lib/getugroups.h @@ -1,10 +1,10 @@ /* Get a list of group IDs associated with a specified user ID. Copyright (C) 2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include int getugroups (int maxcount, GETGROUPS_T *grouplist, char const *username,