Tempus fugit.

This commit is contained in:
Hisham Muhammad 2015-03-21 16:52:54 -03:00
parent a4b03e8875
commit 1e0c530a46
7 changed files with 7 additions and 7 deletions

View File

@ -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.
*/ */

View File

@ -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.
*/ */

View File

@ -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.
*/ */

View File

@ -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.
*/ */

View File

@ -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
View File

@ -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"

2
htop.h
View File

@ -11,7 +11,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"
// ---------------------------------------- // ----------------------------------------