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

Tempus fugit.

parent 62a31673
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define HEADER_SwapMeter #define HEADER_SwapMeter
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define HEADER_TasksMeter #define HEADER_TasksMeter
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define HEADER_UptimeMeter #define HEADER_UptimeMeter
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
/* /*
htop - UsersTable.c htop - UsersTable.c
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define HEADER_UsersTable #define HEADER_UsersTable
/* /*
htop - UsersTable.h htop - UsersTable.h
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define HEADER_Vector #define HEADER_Vector
/* /*
htop htop
(C) 2004-2006 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57) 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 AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define HEADER_htop #define HEADER_htop
/* /*
htop - htop.h htop - htop.h
(C) 2004-2008 Hisham H. Muhammad (C) 2004-2010 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPL, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
...@@ -16,6 +16,7 @@ in the source distribution for its full text. ...@@ -16,6 +16,7 @@ in the source distribution for its full text.
#include <ctype.h> #include <ctype.h>
#include <stdbool.h> #include <stdbool.h>
#include <locale.h> #include <locale.h>
#include <getopt.h>
#include "ProcessList.h" #include "ProcessList.h"
#include "CRT.h" #include "CRT.h"
...@@ -40,6 +41,8 @@ in the source distribution for its full text. ...@@ -40,6 +41,8 @@ in the source distribution for its full text.
#define INCSEARCH_MAX 40 #define INCSEARCH_MAX 40
#define COPYRIGHT "(C) 2004-2010 Hisham Muhammad"
int main(int argc, char** argv); int main(int argc, char** argv);
#endif #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