From 3ea05d32228a22aead8b33ca7343ea31bd507f40 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 21 Mar 2006 18:20:40 +0000 Subject: [PATCH] Fix missing copyright and license notice. --- util-linux/switch_root.c | 6 ++++++ 1 file changed, 6 insertions(+) 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 + * + * 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 #include -- 2.25.1