diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libarchive/decompress_bunzip2.c | 3 | ||||
-rw-r--r-- | archival/libarchive/decompress_uncompress.c | 6 | ||||
-rw-r--r-- | archival/libarchive/get_header_ar.c | 3 | ||||
-rw-r--r-- | archival/libarchive/get_header_cpio.c | 3 | ||||
-rw-r--r-- | archival/libarchive/get_header_tar.c | 3 |
5 files changed, 10 insertions, 8 deletions
diff --git a/archival/libarchive/decompress_bunzip2.c b/archival/libarchive/decompress_bunzip2.c index af879648d..7cd18f5ed 100644 --- a/archival/libarchive/decompress_bunzip2.c +++ b/archival/libarchive/decompress_bunzip2.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). | 2 | /* |
3 | * Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). | ||
3 | * | 4 | * |
4 | * Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), | 5 | * Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), |
5 | * which also acknowledges contributions by Mike Burrows, David Wheeler, | 6 | * which also acknowledges contributions by Mike Burrows, David Wheeler, |
diff --git a/archival/libarchive/decompress_uncompress.c b/archival/libarchive/decompress_uncompress.c index 034ed502d..1517559c6 100644 --- a/archival/libarchive/decompress_uncompress.c +++ b/archival/libarchive/decompress_uncompress.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* uncompress for busybox -- (c) 2002 Robert Griebl | 2 | /* |
3 | * uncompress for busybox -- (c) 2002 Robert Griebl | ||
3 | * | 4 | * |
4 | * based on the original compress42.c source | 5 | * based on the original compress42.c source |
5 | * (see disclaimer below) | 6 | * (see disclaimer below) |
6 | */ | 7 | */ |
7 | |||
8 | /* (N)compress42.c - File compression ala IEEE Computer, Mar 1992. | 8 | /* (N)compress42.c - File compression ala IEEE Computer, Mar 1992. |
9 | * | 9 | * |
10 | * Authors: | 10 | * Authors: |
@@ -21,9 +21,7 @@ | |||
21 | * marc@suse.de : a small security fix for a buffer overflow | 21 | * marc@suse.de : a small security fix for a buffer overflow |
22 | * | 22 | * |
23 | * [... History snipped ...] | 23 | * [... History snipped ...] |
24 | * | ||
25 | */ | 24 | */ |
26 | |||
27 | #include "libbb.h" | 25 | #include "libbb.h" |
28 | #include "bb_archive.h" | 26 | #include "bb_archive.h" |
29 | 27 | ||
diff --git a/archival/libarchive/get_header_ar.c b/archival/libarchive/get_header_ar.c index 79725e535..1809ec396 100644 --- a/archival/libarchive/get_header_ar.c +++ b/archival/libarchive/get_header_ar.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Copyright 2001 Glenn McGrath. | 2 | /* |
3 | * Copyright 2001 Glenn McGrath. | ||
3 | * | 4 | * |
4 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
5 | */ | 6 | */ |
diff --git a/archival/libarchive/get_header_cpio.c b/archival/libarchive/get_header_cpio.c index ba07622fd..75fc6a406 100644 --- a/archival/libarchive/get_header_cpio.c +++ b/archival/libarchive/get_header_cpio.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Copyright 2002 Laurence Anderson | 2 | /* |
3 | * Copyright 2002 Laurence Anderson | ||
3 | * | 4 | * |
4 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
5 | */ | 6 | */ |
diff --git a/archival/libarchive/get_header_tar.c b/archival/libarchive/get_header_tar.c index 443a478a1..aeb54190f 100644 --- a/archival/libarchive/get_header_tar.c +++ b/archival/libarchive/get_header_tar.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Licensed under GPLv2 or later, see file LICENSE in this source tree. | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | ||
3 | * | 4 | * |
4 | * FIXME: | 5 | * FIXME: |
5 | * In privileged mode if uname and gname map to a uid and gid then use the | 6 | * In privileged mode if uname and gname map to a uid and gid then use the |