Patch from Felipe Kellermann, fix endless loop when first > last and
[oweals/busybox.git] / archival / ar.c
index 890e81fc5e6c051ee4eab769570af8af41b51c95..b058b9ec150ec4d21d9bea7d0bf0d068c6ab0c67 100644 (file)
@@ -1,10 +1,10 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Mini ar implementation for busybox 
+ * Mini ar implementation for busybox
  *
  * Copyright (C) 2000 by Glenn McGrath
- * Written by Glenn McGrath <bug1@optushome.com.au> 1 June 2000
- *             
+ * Written by Glenn McGrath <bug1@iinet.net.au> 1 June 2000
+ *
  * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar.
  *
  * This program is free software; you can redistribute it and/or modify