diff options
-rw-r--r-- | coreutils/realpath.c | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index 90402c954..993fa1c9d 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c | |||
@@ -1,18 +1,4 @@ | |||
1 | /* | 1 | /* vi: set sw=4 ts=4: */ |
2 | * This program is free software; you can redistribute it and/or modify | ||
3 | * it under the terms of the GNU General Public License as published by | ||
4 | * the Free Software Foundation; either version 2 of the License, or | ||
5 | * (at your option) any later version. | ||
6 | * | ||
7 | * This program is distributed in the hope that it will be useful, | ||
8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
10 | * GNU General Public License for more details. | ||
11 | * | ||
12 | * You should have received a copy of the GNU General Public License | ||
13 | * along with this program; if not, write to the Free Software | ||
14 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
15 | */ | ||
16 | 2 | ||
17 | /* BB_AUDIT SUSv3 N/A -- Apparently a busybox extension. */ | 3 | /* BB_AUDIT SUSv3 N/A -- Apparently a busybox extension. */ |
18 | 4 | ||
@@ -20,6 +6,8 @@ | |||
20 | * | 6 | * |
21 | * Now does proper error checking on output and returns a failure exit code | 7 | * Now does proper error checking on output and returns a failure exit code |
22 | * if one or more paths can not be resolved. | 8 | * if one or more paths can not be resolved. |
9 | * | ||
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
23 | */ | 11 | */ |
24 | 12 | ||
25 | #include <limits.h> | 13 | #include <limits.h> |