From 300caa076e9b97e19a53edacfff4e684211b253f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 26 May 2011 16:35:07 +0000 Subject: [PATCH] Tempus fugit. --- BatteryMeter.c | 2 +- BatteryMeter.h | 2 +- CPUMeter.c | 2 +- CPUMeter.h | 2 +- CRT.c | 2 +- CRT.h | 2 +- CheckItem.c | 2 +- CheckItem.h | 2 +- ClockMeter.c | 2 +- ClockMeter.h | 2 +- FunctionBar.c | 2 +- FunctionBar.h | 2 +- Hashtable.c | 2 +- Hashtable.h | 2 +- Header.c | 2 +- Header.h | 2 +- HostnameMeter.c | 2 +- HostnameMeter.h | 2 +- ListItem.c | 2 +- ListItem.h | 2 +- LoadAverageMeter.c | 2 +- LoadAverageMeter.h | 2 +- MemoryMeter.c | 2 +- MemoryMeter.h | 2 +- Meter.c | 2 +- Meter.h | 2 +- Object.c | 2 +- Object.h | 2 +- Panel.c | 2 +- Panel.h | 2 +- Process.h | 2 +- ScreenManager.c | 2 +- ScreenManager.h | 2 +- Settings.c | 2 +- Settings.h | 2 +- SignalItem.c | 2 +- SignalItem.h | 2 +- String.c | 2 +- String.h | 2 +- SwapMeter.c | 2 +- SwapMeter.h | 2 +- TasksMeter.c | 2 +- TasksMeter.h | 2 +- UptimeMeter.c | 2 +- UptimeMeter.h | 2 +- UsersTable.c | 2 +- UsersTable.h | 2 +- Vector.c | 2 +- Vector.h | 2 +- htop.h | 4 ++-- m4/ltversion.m4 | 10 +++++----- 51 files changed, 56 insertions(+), 56 deletions(-) diff --git a/BatteryMeter.c b/BatteryMeter.c index 36b90e7..1690a96 100644 --- a/BatteryMeter.c +++ b/BatteryMeter.c @@ -1,6 +1,6 @@ /* htop - (C) 2004-2010 Hisham H. Muhammad + (C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. diff --git a/BatteryMeter.h b/BatteryMeter.h index a3f2dd8..9bef8df 100644 --- a/BatteryMeter.h +++ b/BatteryMeter.h @@ -4,7 +4,7 @@ #define HEADER_BatteryMeter /* htop - (C) 2004-2010 Hisham H. Muhammad + (C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. diff --git a/CPUMeter.c b/CPUMeter.c index f251fd0..c1912f1 100644 --- a/CPUMeter.c +++ b/CPUMeter.c @@ -1,6 +1,6 @@ /* htop - CPUMeter.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/CPUMeter.h b/CPUMeter.h index fed35d3..37f7b43 100644 --- a/CPUMeter.h +++ b/CPUMeter.h @@ -4,7 +4,7 @@ #define HEADER_CPUMeter /* htop - CPUMeter.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/CRT.c b/CRT.c index bf6afec..5573890 100644 --- a/CRT.c +++ b/CRT.c @@ -1,6 +1,6 @@ /* htop - CRT.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/CRT.h b/CRT.h index 438d4ae..08b5d9a 100644 --- a/CRT.h +++ b/CRT.h @@ -4,7 +4,7 @@ #define HEADER_CRT /* htop - CRT.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/CheckItem.c b/CheckItem.c index a5faddf..2d87ade 100644 --- a/CheckItem.c +++ b/CheckItem.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/CheckItem.h b/CheckItem.h index d1950ce..3215623 100644 --- a/CheckItem.h +++ b/CheckItem.h @@ -4,7 +4,7 @@ #define HEADER_CheckItem /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/ClockMeter.c b/ClockMeter.c index 5e2c20d..3764ca7 100644 --- a/ClockMeter.c +++ b/ClockMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/ClockMeter.h b/ClockMeter.h index 581bf2b..d4c8f82 100644 --- a/ClockMeter.h +++ b/ClockMeter.h @@ -4,7 +4,7 @@ #define HEADER_ClockMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/FunctionBar.c b/FunctionBar.c index 5a964b5..ef64346 100644 --- a/FunctionBar.c +++ b/FunctionBar.c @@ -1,6 +1,6 @@ /* htop - FunctionBar.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/FunctionBar.h b/FunctionBar.h index 8ada53d..e7fcb4f 100644 --- a/FunctionBar.h +++ b/FunctionBar.h @@ -4,7 +4,7 @@ #define HEADER_FunctionBar /* htop - FunctionBar.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Hashtable.c b/Hashtable.c index bda7d13..f2f87d2 100644 --- a/Hashtable.c +++ b/Hashtable.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Hashtable.h b/Hashtable.h index a02ed0f..5f4a261 100644 --- a/Hashtable.h +++ b/Hashtable.h @@ -4,7 +4,7 @@ #define HEADER_Hashtable /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Header.c b/Header.c index 5af9508..a30c834 100644 --- a/Header.c +++ b/Header.c @@ -1,6 +1,6 @@ /* htop - Header.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Header.h b/Header.h index 0f9d2d2..a74e857 100644 --- a/Header.h +++ b/Header.h @@ -4,7 +4,7 @@ #define HEADER_Header /* htop - Header.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/HostnameMeter.c b/HostnameMeter.c index 3fbd549..7c4e6b1 100644 --- a/HostnameMeter.c +++ b/HostnameMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/HostnameMeter.h b/HostnameMeter.h index 8331966..ddebfcf 100644 --- a/HostnameMeter.h +++ b/HostnameMeter.h @@ -4,7 +4,7 @@ #define HEADER_HostnameMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/ListItem.c b/ListItem.c index 2568ef4..68ca7c9 100644 --- a/ListItem.c +++ b/ListItem.c @@ -1,6 +1,6 @@ /* htop - ListItem.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/ListItem.h b/ListItem.h index cc13d73..de0edef 100644 --- a/ListItem.h +++ b/ListItem.h @@ -4,7 +4,7 @@ #define HEADER_ListItem /* htop - ListItem.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/LoadAverageMeter.c b/LoadAverageMeter.c index 1109dab..6c19e2d 100644 --- a/LoadAverageMeter.c +++ b/LoadAverageMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/LoadAverageMeter.h b/LoadAverageMeter.h index 9c6e872..7610e60 100644 --- a/LoadAverageMeter.h +++ b/LoadAverageMeter.h @@ -4,7 +4,7 @@ #define HEADER_LoadAverageMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/MemoryMeter.c b/MemoryMeter.c index e3e18ec..e9e9125 100644 --- a/MemoryMeter.c +++ b/MemoryMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/MemoryMeter.h b/MemoryMeter.h index 1622664..4f6d958 100644 --- a/MemoryMeter.h +++ b/MemoryMeter.h @@ -4,7 +4,7 @@ #define HEADER_MemoryMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Meter.c b/Meter.c index 713cd12..6947d9b 100644 --- a/Meter.c +++ b/Meter.c @@ -1,6 +1,6 @@ /* htop - Meter.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Meter.h b/Meter.h index 147bc62..e1cd6c3 100644 --- a/Meter.h +++ b/Meter.h @@ -4,7 +4,7 @@ #define HEADER_Meter /* htop - Meter.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Object.c b/Object.c index a9e9919..4e61c54 100644 --- a/Object.c +++ b/Object.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Object.h b/Object.h index 87ff4d8..097af90 100644 --- a/Object.h +++ b/Object.h @@ -4,7 +4,7 @@ #define HEADER_Object /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Panel.c b/Panel.c index c90a167..4398c0e 100644 --- a/Panel.c +++ b/Panel.c @@ -1,6 +1,6 @@ /* htop - Panel.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Panel.h b/Panel.h index c6f7433..53fc6fd 100644 --- a/Panel.h +++ b/Panel.h @@ -4,7 +4,7 @@ #define HEADER_Panel /* htop - Panel.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Process.h b/Process.h index 249c90f..ec0855a 100644 --- a/Process.h +++ b/Process.h @@ -4,7 +4,7 @@ #define HEADER_Process /* htop - Process.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/ScreenManager.c b/ScreenManager.c index 7fc50bd..38d4e23 100644 --- a/ScreenManager.c +++ b/ScreenManager.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/ScreenManager.h b/ScreenManager.h index 1404b38..e169c30 100644 --- a/ScreenManager.h +++ b/ScreenManager.h @@ -4,7 +4,7 @@ #define HEADER_ScreenManager /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Settings.c b/Settings.c index 5e07995..c87bf2a 100644 --- a/Settings.c +++ b/Settings.c @@ -1,6 +1,6 @@ /* htop - Settings.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Settings.h b/Settings.h index 68d84ec..db3a646 100644 --- a/Settings.h +++ b/Settings.h @@ -4,7 +4,7 @@ #define HEADER_Settings /* htop - Settings.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/SignalItem.c b/SignalItem.c index fde1af2..add947e 100644 --- a/SignalItem.c +++ b/SignalItem.c @@ -1,6 +1,6 @@ /* htop - SignalItem.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/SignalItem.h b/SignalItem.h index 1e929af..03dc25f 100644 --- a/SignalItem.h +++ b/SignalItem.h @@ -4,7 +4,7 @@ #define HEADER_SignalItem /* htop - SignalItem.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/String.c b/String.c index 6a6db94..2ee24ac 100644 --- a/String.c +++ b/String.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/String.h b/String.h index 907c50e..d89fe8c 100644 --- a/String.h +++ b/String.h @@ -4,7 +4,7 @@ #define HEADER_String /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/SwapMeter.c b/SwapMeter.c index ecbd129..ed21292 100644 --- a/SwapMeter.c +++ b/SwapMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/SwapMeter.h b/SwapMeter.h index efaab23..f243a5b 100644 --- a/SwapMeter.h +++ b/SwapMeter.h @@ -4,7 +4,7 @@ #define HEADER_SwapMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/TasksMeter.c b/TasksMeter.c index 9f17795..999c681 100644 --- a/TasksMeter.c +++ b/TasksMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/TasksMeter.h b/TasksMeter.h index db6e4b6..ea39a41 100644 --- a/TasksMeter.h +++ b/TasksMeter.h @@ -4,7 +4,7 @@ #define HEADER_TasksMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/UptimeMeter.c b/UptimeMeter.c index 475350d..cec6c04 100644 --- a/UptimeMeter.c +++ b/UptimeMeter.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/UptimeMeter.h b/UptimeMeter.h index f7b2dc6..3397bbc 100644 --- a/UptimeMeter.h +++ b/UptimeMeter.h @@ -4,7 +4,7 @@ #define HEADER_UptimeMeter /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/UsersTable.c b/UsersTable.c index 49a5159..1c56da4 100644 --- a/UsersTable.c +++ b/UsersTable.c @@ -1,6 +1,6 @@ /* htop - UsersTable.c -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/UsersTable.h b/UsersTable.h index cd69793..7a591f7 100644 --- a/UsersTable.h +++ b/UsersTable.h @@ -4,7 +4,7 @@ #define HEADER_UsersTable /* htop - UsersTable.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Vector.c b/Vector.c index 863cf63..e66e723 100644 --- a/Vector.c +++ b/Vector.c @@ -1,6 +1,6 @@ /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/Vector.h b/Vector.h index d2b74ce..fc189bf 100644 --- a/Vector.h +++ b/Vector.h @@ -4,7 +4,7 @@ #define HEADER_Vector /* htop -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ diff --git a/htop.h b/htop.h index 86533e5..b918cf3 100644 --- a/htop.h +++ b/htop.h @@ -4,7 +4,7 @@ #define HEADER_htop /* htop - htop.h -(C) 2004-2010 Hisham H. Muhammad +(C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ @@ -41,7 +41,7 @@ in the source distribution for its full text. #define INCSEARCH_MAX 40 -#define COPYRIGHT "(C) 2004-2010 Hisham Muhammad" +#define COPYRIGHT "(C) 2004-2011 Hisham Muhammad" int main(int argc, char** argv); diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 index b8e154f..f3c5309 100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -9,15 +9,15 @@ # Generated from ltversion.in. -# serial 3012 ltversion.m4 +# serial 3017 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.6]) -m4_define([LT_PACKAGE_REVISION], [1.3012]) +m4_define([LT_PACKAGE_VERSION], [2.2.6b]) +m4_define([LT_PACKAGE_REVISION], [1.3017]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6' -macro_revision='1.3012' +[macro_version='2.2.6b' +macro_revision='1.3017' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) -- GitLab