Upates to include copyright 2000 to everything

-Erik
This commit is contained in:
Erik Andersen
2000-04-13 01:18:56 +00:00
parent 62dc17a3b1
commit 61677feff7
85 changed files with 583 additions and 670 deletions

View File

@@ -2,9 +2,9 @@
/*
* Mini tar implementation for busybox
*
* Note, that as of BusyBox 0.43 tar has been completely rewritten from the
* ground up. It still has remnents of the old code lying about, but it pretty
* different (i.e. cleaner, less global variables, etc)
* Note, that as of BusyBox-0.43, tar has been completely rewritten from the
* ground up. It still has remnents of the old code lying about, but it is
* very different now (i.e. cleaner, less global variables, etc)
*
* Copyright (C) 2000 by Lineo, inc.
* Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>