summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-23 18:59:54 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-23 18:59:54 +0000
commitf78a18ff4431430120263de1417dd8e63df97db5 (patch)
tree1615f6e31f4805a874d688924c95a3f3d3a7274f
parent130938f69112057b2786b07b17e8686578a292ac (diff)
Fixes for header generation.
-rw-r--r--htop.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/htop.c b/htop.c
index 2e492b3c..4290920c 100644
--- a/htop.c
+++ b/htop.c
@@ -1,6 +1,6 @@
/*
htop - htop.c
-(C) 2004,2005 Hisham H. Muhammad
+(C) 2004-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
@@ -12,11 +12,6 @@ in the source distribution for its full text.
#include <ctype.h>
#include <stdbool.h>
-#ifndef CONFIG_H
-#define CONFIG_H
-#include "config.h"
-#endif
-
#include "ProcessList.h"
#include "CRT.h"
#include "ListBox.h"
@@ -31,6 +26,7 @@ in the source distribution for its full text.
#include "SignalsListBox.h"
#include "TraceScreen.h"
+#include "config.h"
#include "debug.h"
//#link m
@@ -42,14 +38,14 @@ char htop_barCharacters[] = "|#*@$%&";
void printVersionFlag() {
clear();
- printf("htop " VERSION " - (C) 2004,2005 Hisham Muhammad.\n");
+ printf("htop " VERSION " - (C) 2004-2006 Hisham Muhammad.\n");
printf("Released under the GNU GPL.\n\n");
exit(0);
}
void printHelpFlag() {
clear();
- printf("htop " VERSION " - (C) 2004,2005 Hisham Muhammad.\n");
+ printf("htop " VERSION " - (C) 2004-2006 Hisham Muhammad.\n");
printf("Released under the GNU GPL.\n\n");
printf("-d DELAY Delay between updates, in tenths of seconds\n\n");
printf("-u USERNAME Show only processes of a given user\n\n");

© 2014-2024 Faster IT GmbH | imprint | privacy policy