diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/ar.c b/archival/ar.c index 890e81fc5..ddf3fdadb 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
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@optushome.com.au> 1 June 2000 | 6 | * Written by Glenn McGrath <bug1@optushome.com.au> 1 June 2000 |
7 | * | 7 | * |
8 | * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar. | 8 | * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |