aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-21 18:20:40 +0000
committerRob Landley <rob@landley.net>2006-03-21 18:20:40 +0000
commit3ea05d32228a22aead8b33ca7343ea31bd507f40 (patch)
tree1a22ba61fdc9468f0864b07b9189f3b8fa8e1637 /util-linux
parentd0498125711c1d26d57a5565d5f4c573e5bbfac7 (diff)
downloadbusybox-3ea05d32228a22aead8b33ca7343ea31bd507f40.tar.gz
Fix missing copyright and license notice.
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/switch_root.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index e21838b65..74439291c 100644
--- 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>