svn commit: trunk/busybox/util-linux

landley at busybox.net landley at busybox.net
Tue Mar 21 18:20:43 UTC 2006


Author: landley
Date: 2006-03-21 10:20:40 -0800 (Tue, 21 Mar 2006)
New Revision: 14593

Log:
Fix missing copyright and license notice.


Modified:
   trunk/busybox/util-linux/switch_root.c


Changeset:
Modified: trunk/busybox/util-linux/switch_root.c
===================================================================
--- trunk/busybox/util-linux/switch_root.c	2006-03-21 16:35:50 UTC (rev 14592)
+++ trunk/busybox/util-linux/switch_root.c	2006-03-21 18:20:40 UTC (rev 14593)
@@ -1,4 +1,10 @@
 /* vi:set ts=4:*/
+/* Copyright 2005 Rob Landley <rob at 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>




More information about the busybox-cvs mailing list