summaryrefslogtreecommitdiff
path: root/test/pwd_grp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-05 10:25:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-05 10:25:59 +0000
commitfbf09abd20fbccac736a1fefe49d7d4b94799aa8 (patch)
treebd36b28444827f5dcfed8021be527c778f1596a8 /test/pwd_grp
parente9172f1313ef5504ab6e52f414a4dabca309ee45 (diff)
fix license notice
Diffstat (limited to 'test/pwd_grp')
-rw-r--r--test/pwd_grp/test_grp.c15
-rw-r--r--test/pwd_grp/test_pwd.c15
2 files changed, 2 insertions, 28 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>
diff --git a/test/pwd_grp/test_pwd.c b/test/pwd_grp/test_pwd.c
index 9d2186695..065864e2e 100644
--- a/test/pwd_grp/test_pwd.c
+++ b/test/pwd_grp/test_pwd.c
@@ -1,21 +1,8 @@
/*
* test_pwd.c - This file is part of the libc-8086/pwd 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>