Commit a600d5a6 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Tempus fugit.

parent 62a31673
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
......@@ -4,7 +4,7 @@
#define HEADER_SwapMeter
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
......@@ -4,7 +4,7 @@
#define HEADER_TasksMeter
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
......@@ -4,7 +4,7 @@
#define HEADER_UptimeMeter
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
/*
htop - UsersTable.c
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
......@@ -4,7 +4,7 @@
#define HEADER_UsersTable
/*
htop - UsersTable.h
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
......@@ -4,7 +4,7 @@
#define HEADER_Vector
/*
htop
(C) 2004-2006 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......
......@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([htop],[0.8.3],[loderunner@users.sourceforge.net])
AC_INIT([htop],[0.8.4],[loderunner@users.sourceforge.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_HEADER([config.h])
......
......@@ -4,7 +4,7 @@
#define HEADER_htop
/*
htop - htop.h
(C) 2004-2008 Hisham H. Muhammad
(C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
......@@ -16,6 +16,7 @@ in the source distribution for its full text.
#include <ctype.h>
#include <stdbool.h>
#include <locale.h>
#include <getopt.h>
#include "ProcessList.h"
#include "CRT.h"
......@@ -40,6 +41,8 @@ in the source distribution for its full text.
#define INCSEARCH_MAX 40
#define COPYRIGHT "(C) 2004-2010 Hisham Muhammad"
int main(int argc, char** argv);
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment