From e9a7a6212b5881bd29ee5936b492f4d8899df8bb Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 22 Sep 2006 02:52:41 +0000 Subject: Change license statements (and clean up headers) on some of the files that Erik or I are primary copyright holders on. --- init/halt.c | 4 +--- init/init_shared.c | 7 +------ 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'init') diff --git a/init/halt.c b/init/halt.c index d1f561b..7bd2789 100644 --- a/init/halt.c +++ b/init/halt.c @@ -4,13 +4,11 @@ * * Copyright 2006 by Rob Landley * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ #include "busybox.h" -#include #include -#include int halt_main(int argc, char *argv[]) { diff --git a/init/init_shared.c b/init/init_shared.c index 0abe72f..5e46abf 100644 --- a/init/init_shared.c +++ b/init/init_shared.c @@ -4,15 +4,10 @@ * * Copyright (C) 1999-2004 by Erik Andersen * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ #include "busybox.h" -#include -#include -#include -#include -#include #include #include #include "init_shared.h" -- cgit v1.1