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. --- miscutils/last.c | 2 +- miscutils/time.c | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) (limited to 'miscutils') diff --git a/miscutils/last.c b/miscutils/last.c index 6e35879..9f9f639 100644 --- a/miscutils/last.c +++ b/miscutils/last.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003-2004 by Erik Andersen * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under the GPL version 2, see the file LICENSE in this tarball. */ #include "busybox.h" diff --git a/miscutils/time.c b/miscutils/time.c index 8c7419b..3f1451c 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -2,7 +2,7 @@ /* `time' utility to display resource usage of processes. Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc. - 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. */ /* Originally written by David Keppel . Heavily modified by David MacKenzie . @@ -10,20 +10,8 @@ */ #include "busybox.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include /* For pid_t. */ -#include -#include /* For getpagesize, maybe. */ #define TV_MSEC tv_usec / 1000 -#include /* Information on the resources used by a child process. */ typedef struct { -- cgit v1.1