Fix missing copyright and license notice.

This commit is contained in:
Rob Landley 2006-03-21 18:20:40 +00:00
parent d049812571
commit 3ea05d3222

View File

@ -1,4 +1,10 @@
/* vi:set ts=4:*/
/* Copyright 2005 Rob Landley <rob@landley.net>
*
* Switch from rootfs to another filesystem as the root of the mount tree.
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include <dirent.h>
#include <fcntl.h>