projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d049812
)
Fix missing copyright and license notice.
author
Rob Landley
<rob@landley.net>
Tue, 21 Mar 2006 18:20:40 +0000
(18:20 -0000)
committer
Rob Landley
<rob@landley.net>
Tue, 21 Mar 2006 18:20:40 +0000
(18:20 -0000)
util-linux/switch_root.c
patch
|
blob
|
history
diff --git
a/util-linux/switch_root.c
b/util-linux/switch_root.c
index e21838b653336832b516812447dd5d18bff0ff54..74439291c8b287ca6f60914357fbfc16a5629465 100644
(file)
--- a/
util-linux/switch_root.c
+++ b/
util-linux/switch_root.c
@@
-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>