Fix missing copyright and license notice.
authorRob Landley <rob@landley.net>
Tue, 21 Mar 2006 18:20:40 +0000 (18:20 -0000)
committerRob Landley <rob@landley.net>
Tue, 21 Mar 2006 18:20:40 +0000 (18:20 -0000)
util-linux/switch_root.c

index e21838b653336832b516812447dd5d18bff0ff54..74439291c8b287ca6f60914357fbfc16a5629465 100644 (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>