diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-21 18:20:40 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-21 18:20:40 +0000 |
commit | 3573e5855bac59defad2da29c77fd30c1012f636 (patch) | |
tree | 1a22ba61fdc9468f0864b07b9189f3b8fa8e1637 | |
parent | 84950da258cebc8d7ed8c9e9294559ab4fe3b99b (diff) | |
download | busybox-w32-3573e5855bac59defad2da29c77fd30c1012f636.tar.gz busybox-w32-3573e5855bac59defad2da29c77fd30c1012f636.tar.bz2 busybox-w32-3573e5855bac59defad2da29c77fd30c1012f636.zip |
Fix missing copyright and license notice.
git-svn-id: svn://busybox.net/trunk/busybox@14593 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | util-linux/switch_root.c | 6 |
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 @@ | |||
1 | /* vi:set ts=4:*/ | 1 | /* vi:set ts=4:*/ |
2 | /* Copyright 2005 Rob Landley <rob@landley.net> | ||
3 | * | ||
4 | * Switch from rootfs to another filesystem as the root of the mount tree. | ||
5 | * | ||
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
7 | */ | ||
2 | 8 | ||
3 | #include <dirent.h> | 9 | #include <dirent.h> |
4 | #include <fcntl.h> | 10 | #include <fcntl.h> |