From db12d1d733ab7de0c5f4cda261eb79fd334a4ed9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 7 Dec 2008 00:52:58 +0000 Subject: Fix forgotten license comments --- procps/fuser.c | 3 +-- procps/top.c | 11 ++++------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'procps') diff --git a/procps/fuser.c b/procps/fuser.c index d2ac9ebfc..7297bfe66 100644 --- a/procps/fuser.c +++ b/procps/fuser.c @@ -4,8 +4,7 @@ * * Copyright 2004 Tony J. White * - * May be distributed under the conditions of the - * GNU Library General Public License + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/procps/top.c b/procps/top.c index c8a9539d6..8c58b909d 100644 --- a/procps/top.c +++ b/procps/top.c @@ -4,7 +4,7 @@ * * This is written specifically for the linux /proc//stat(m) * files format. - + * * This reads the PIDs of all processes and their status and shows * the status of processes (first ones that fit to screen) at given * intervals. @@ -22,16 +22,13 @@ * - CPU where Process was last seen running * (to see effect of sched_setaffinity() etc) * - CPU Time Split (idle/IO/wait etc) PER CPU - */ - -/* Original code Copyrights */ -/* + * * Copyright (c) 1992 Branko Lankester * Copyright (c) 1992 Roger Binns * Copyright (C) 1994-1996 Charles L. Blake. * Copyright (C) 1992-1998 Michael K. Johnson - * May be distributed under the conditions of the - * GNU Library General Public License + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" -- cgit v1.2.3