Mirror of git://git.busybox.net/busybox with our patches on top
Source
1
1
/*
2
2
* getpwuid.c - This file is part of the libc-8086/pwd package for ELKS,
3
3
* Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>.
4
-
*
4
+
*
5
5
* This library is free software; you can redistribute it and/or
6
6
* modify it under the terms of the GNU Library General Public
7
7
* License as published by the Free Software Foundation; either
8
8
* version 2 of the License, or (at your option) any later version.
9
9
*
10
10
* This library is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
13
* Library General Public License for more details.
14
14
*