aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-22 02:52:41 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-22 02:52:41 +0000
commit310cb43afb101eacc9588643530c41873cd7869a (patch)
treeba1df1897eef7f654781e15b48fb55c6918e9465 /init/halt.c
parent3eb65dbcebaa64597976d3b13c0777359dfdd7b0 (diff)
downloadbusybox-w32-310cb43afb101eacc9588643530c41873cd7869a.tar.gz
busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.tar.bz2
busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.zip
Change license statements (and clean up headers) on some of the files that
Erik or I are primary copyright holders on. git-svn-id: svn://busybox.net/trunk/busybox@16175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init/halt.c')
-rw-r--r--init/halt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/init/halt.c b/init/halt.c
index d1f561b63..7bd27896c 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -4,13 +4,11 @@
4 * 4 *
5 * Copyright 2006 by Rob Landley <rob@landley.net> 5 * Copyright 2006 by Rob Landley <rob@landley.net>
6 * 6 *
7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 7 * Licensed under GPL version 2, see file LICENSE in this tarball for details.
8 */ 8 */
9 9
10#include "busybox.h" 10#include "busybox.h"
11#include <signal.h>
12#include <sys/reboot.h> 11#include <sys/reboot.h>
13#include <unistd.h>
14 12
15int halt_main(int argc, char *argv[]) 13int halt_main(int argc, char *argv[])
16{ 14{