diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-05 10:25:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-05 10:25:59 +0000 |
commit | fbf09abd20fbccac736a1fefe49d7d4b94799aa8 (patch) | |
tree | bd36b28444827f5dcfed8021be527c778f1596a8 /test/pwd_grp/test_grp.c | |
parent | e9172f1313ef5504ab6e52f414a4dabca309ee45 (diff) |
fix license notice
Diffstat (limited to 'test/pwd_grp/test_grp.c')
-rw-r--r-- | test/pwd_grp/test_grp.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/test/pwd_grp/test_grp.c b/test/pwd_grp/test_grp.c index 0e9c4a013..573806cd6 100644 --- a/test/pwd_grp/test_grp.c +++ b/test/pwd_grp/test_grp.c @@ -1,21 +1,8 @@ /* * test_grp.c - This file is part of the libc-8086/grp package for ELKS, * Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include <unistd.h> |