aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/ar.c1
-rw-r--r--archival/bbunzip.c4
-rw-r--r--archival/libunarchive/decompress_unzip.c2
-rw-r--r--archival/tar.c2
4 files changed, 4 insertions, 5 deletions
diff --git a/archival/ar.c b/archival/ar.c
index db23c2b73..cbe4d8e0e 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -3,7 +3,6 @@
3 * Mini ar implementation for busybox 3 * Mini ar implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Glenn McGrath 5 * Copyright (C) 2000 by Glenn McGrath
6 * Written by Glenn McGrath <bug1@iinet.net.au> 1 June 2000
7 * 6 *
8 * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar. 7 * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar.
9 * 8 *
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index a4e525f2e..c5a533700 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -138,7 +138,7 @@ char* make_new_name_generic(char *filename, const char *expected_ext)
138 138
139 139
140/* 140/*
141 * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> 141 * Modified for busybox by Glenn McGrath
142 * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> 142 * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no>
143 * 143 *
144 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 144 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
@@ -185,7 +185,7 @@ int bunzip2_main(int argc, char **argv)
185 * handling. 185 * handling.
186 * 186 *
187 * General cleanup to better adhere to the style guide and make use of standard 187 * General cleanup to better adhere to the style guide and make use of standard
188 * busybox functions by Glenn McGrath <bug1@iinet.net.au> 188 * busybox functions by Glenn McGrath
189 * 189 *
190 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 190 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
191 * 191 *
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
index ead628ed5..275f80b33 100644
--- a/archival/libunarchive/decompress_unzip.c
+++ b/archival/libunarchive/decompress_unzip.c
@@ -12,7 +12,7 @@
12 * command line handling. 12 * command line handling.
13 * 13 *
14 * General cleanup to better adhere to the style guide and make use of standard 14 * General cleanup to better adhere to the style guide and make use of standard
15 * busybox functions by Glenn McGrath <bug1@iinet.net.au> 15 * busybox functions by Glenn McGrath
16 * 16 *
17 * read_gz interface + associated hacking by Laurence Anderson 17 * read_gz interface + associated hacking by Laurence Anderson
18 * 18 *
diff --git a/archival/tar.c b/archival/tar.c
index 45fa4bd79..11f5ebac0 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -3,7 +3,7 @@
3 * Mini tar implementation for busybox 3 * Mini tar implementation for busybox
4 * 4 *
5 * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg 5 * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg
6 * Glenn McGrath <bug1@iinet.net.au> 6 * by Glenn McGrath
7 * 7 *
8 * Note, that as of BusyBox-0.43, tar has been completely rewritten from the 8 * Note, that as of BusyBox-0.43, tar has been completely rewritten from the
9 * ground up. It still has remnants of the old code lying about, but it is 9 * ground up. It still has remnants of the old code lying about, but it is