mirror of https://github.com/xzeldon/htop.git
Tempus fugit.
This commit is contained in:
parent
a4b03e8875
commit
1e0c530a46
2
Action.c
2
Action.c
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
htop - Action.c
|
htop - Action.c
|
||||||
(C) 2014 Hisham H. Muhammad
|
(C) 2015 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
Action.h
2
Action.h
|
@ -4,7 +4,7 @@
|
||||||
#define HEADER_Action
|
#define HEADER_Action
|
||||||
/*
|
/*
|
||||||
htop - Action.h
|
htop - Action.h
|
||||||
(C) 2014 Hisham H. Muhammad
|
(C) 2015 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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
htop - Process.c
|
htop - Process.c
|
||||||
(C) 2004-2014 Hisham H. Muhammad
|
(C) 2004-2015 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 @@
|
||||||
#define HEADER_Process
|
#define HEADER_Process
|
||||||
/*
|
/*
|
||||||
htop - Process.h
|
htop - Process.h
|
||||||
(C) 2004-2014 Hisham H. Muhammad
|
(C) 2004-2015 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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "HTOP" "1" "2014" "@PACKAGE_STRING@" "Utils"
|
.TH "HTOP" "1" "2015" "@PACKAGE_STRING@" "Utils"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
htop \- interactive process viewer
|
htop \- interactive process viewer
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
|
|
2
htop.c
2
htop.c
|
@ -42,7 +42,7 @@ in the source distribution for its full text.
|
||||||
|
|
||||||
//#link m
|
//#link m
|
||||||
|
|
||||||
#define COPYRIGHT "(C) 2004-2014 Hisham Muhammad"
|
#define COPYRIGHT "(C) 2004-2015 Hisham Muhammad"
|
||||||
|
|
||||||
static void printVersionFlag() {
|
static void printVersionFlag() {
|
||||||
fputs("htop " VERSION " - " COPYRIGHT "\n"
|
fputs("htop " VERSION " - " COPYRIGHT "\n"
|
||||||
|
|
Loading…
Reference in New Issue