Merge branch 'update-license-and-copyright-info'

This commit is contained in:
Nathan Scott 2020-10-06 10:27:38 +11:00
commit e9fa290019
163 changed files with 166 additions and 165 deletions

View File

@ -1,7 +1,7 @@
/* /*
htop - Action.c htop - Action.c
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
@ -441,7 +441,7 @@ static Htop_Reaction actionHelp(State* st) {
mvhline(i, 0, ' ', COLS); mvhline(i, 0, ' ', COLS);
mvaddstr(0, 0, "htop " VERSION " - " COPYRIGHT); mvaddstr(0, 0, "htop " VERSION " - " COPYRIGHT);
mvaddstr(1, 0, "Released under the GNU GPL. See 'man' page for more info."); mvaddstr(1, 0, "Released under the GNU GPLv2. See 'man' page for more info.");
attrset(CRT_colors[DEFAULT_COLOR]); attrset(CRT_colors[DEFAULT_COLOR]);
mvaddstr(3, 0, "CPU usage bar: "); mvaddstr(3, 0, "CPU usage bar: ");

View File

@ -3,7 +3,7 @@
/* /*
htop - Action.h htop - Action.h
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - Affinity.c htop - Affinity.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - Affinity.h htop - Affinity.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - AffinityPanel.c htop - AffinityPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - AffinityPanel.h htop - AffinityPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - AvailableColumnsPanel.c htop - AvailableColumnsPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - AvailableColumnsPanel.h htop - AvailableColumnsPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - AvailableMetersPanel.c htop - AvailableMetersPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - AvailableMetersPanel.h htop - AvailableMetersPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - BatteryMeter.c htop - BatteryMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com). This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com).

View File

@ -3,7 +3,7 @@
/* /*
htop - BatteryMeter.h htop - BatteryMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com). This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com).

View File

@ -1,7 +1,7 @@
/* /*
htop - CPUMeter.c htop - CPUMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - CPUMeter.h htop - CPUMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

2
CRT.c
View File

@ -1,7 +1,7 @@
/* /*
htop - CRT.c htop - CRT.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

2
CRT.h
View File

@ -3,7 +3,7 @@
/* /*
htop - CRT.h htop - CRT.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - CategoriesPanel.c htop - CategoriesPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - CategoriesPanel.h htop - CategoriesPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - CheckItem.c htop - CheckItem.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - CheckItem.h htop - CheckItem.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - ClockMeter.c htop - ClockMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - ClockMeter.h htop - ClockMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - ColorsPanel.c htop - ColorsPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - ColorsPanel.h htop - ColorsPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - ColumnsPanel.c htop - ColumnsPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - ColumnsPanel.h htop - ColumnsPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - DiskIOMeter.c htop - DiskIOMeter.c
(C) 2020 Christian Göttsche (C) 2020 Christian Göttsche
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
h top - DiskIOMeter*.h h top - DiskIOMeter*.h
(C) 2020 Christian Göttsche (C) 2020 Christian Göttsche
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - DisplayOptionsPanel.c htop - DisplayOptionsPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - DisplayOptionsPanel.h htop - DisplayOptionsPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - FunctionBar.c htop - FunctionBar.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - FunctionBar.h htop - FunctionBar.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - Hashtable.c htop - Hashtable.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - Hashtable.h htop - Hashtable.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - Header.c htop - Header.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - Header.h htop - Header.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - HostnameMeter.c htop - HostnameMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - HostnameMeter.h htop - HostnameMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - IncSet.c htop - IncSet.c
(C) 2005-2012 Hisham H. Muhammad (C) 2005-2012 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - IncSet.h htop - IncSet.h
(C) 2005-2012 Hisham H. Muhammad (C) 2005-2012 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - ListItem.c htop - ListItem.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - ListItem.h htop - ListItem.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - LoadAverageMeter.c htop - LoadAverageMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - LoadAverageMeter.h htop - LoadAverageMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - ColumnsPanel.c htop - ColumnsPanel.c
(C) 2004-2015 Hisham H. Muhammad (C) 2004-2015 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - ColumnsPanel.h htop - ColumnsPanel.h
(C) 2004-2015 Hisham H. Muhammad (C) 2004-2015 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - MemoryMeter.c htop - MemoryMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - MemoryMeter.h htop - MemoryMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - Meter.c htop - Meter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - Meter.h htop - Meter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - MetersPanel.c htop - MetersPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - MetersPanel.h htop - MetersPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - Object.c htop - Object.c
(C) 2004-2012 Hisham H. Muhammad (C) 2004-2012 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - Object.h htop - Object.h
(C) 2004-2012 Hisham H. Muhammad (C) 2004-2012 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - OpenFilesScreen.c htop - OpenFilesScreen.c
(C) 2005-2006 Hisham H. Muhammad (C) 2005-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - OpenFilesScreen.h htop - OpenFilesScreen.h
(C) 2005-2006 Hisham H. Muhammad (C) 2005-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - Panel.c htop - Panel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - Panel.h htop - Panel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - Process.c htop - Process.c
(C) 2004-2015 Hisham H. Muhammad (C) 2004-2015 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - Process.h htop - Process.h
(C) 2004-2015 Hisham H. Muhammad (C) 2004-2015 Hisham H. Muhammad
(C) 2020 Red Hat, Inc. All Rights Reserved. (C) 2020 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - ProcessList.c htop - ProcessList.c
(C) 2004,2005 Hisham H. Muhammad (C) 2004,2005 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - ProcessList.h htop - ProcessList.h
(C) 2004,2005 Hisham H. Muhammad (C) 2004,2005 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - RichString.c htop - RichString.c
(C) 2004,2011 Hisham H. Muhammad (C) 2004,2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - RichString.h htop - RichString.h
(C) 2004,2011 Hisham H. Muhammad (C) 2004,2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - ScreenManager.c htop - ScreenManager.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - ScreenManager.h htop - ScreenManager.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - Settings.c htop - Settings.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - Settings.h htop - Settings.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - SignalsPanel.c htop - SignalsPanel.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - SignalsPanel.h htop - SignalsPanel.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - StringUtils.c htop - StringUtils.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - StringUtils.h htop - StringUtils.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - SwapMeter.c htop - SwapMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - SwapMeter.h htop - SwapMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - TasksMeter.c htop - TasksMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - TasksMeter.h htop - TasksMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - TraceScreen.c htop - TraceScreen.c
(C) 2005-2006 Hisham H. Muhammad (C) 2005-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - TraceScreen.h htop - TraceScreen.h
(C) 2005-2006 Hisham H. Muhammad (C) 2005-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - UptimeMeter.c htop - UptimeMeter.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - UptimeMeter.h htop - UptimeMeter.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - UsersTable.c htop - UsersTable.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - UsersTable.h htop - UsersTable.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - Vector.c htop - Vector.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - Vector.h htop - Vector.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -329,7 +329,7 @@ if test ! -z "$missing_headers"; then
AC_MSG_ERROR([missing headers: $missing_headers]) AC_MSG_ERROR([missing headers: $missing_headers])
fi fi
AC_DEFINE_UNQUOTED(COPYRIGHT, "(C) 2004-2018 Hisham Muhammad", [Copyright message.]) AC_DEFINE_UNQUOTED(COPYRIGHT, "(C) 2004-2019 Hisham Muhammad. (C) 2020 htop dev team.", [Copyright message.])
# We're done, let's go! # We're done, let's go!
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
/* /*
htop - DarwinCRT.c htop - DarwinCRT.c
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - DarwinCRT.h htop - DarwinCRT.h
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - DarwinProcess.c htop - DarwinProcess.c
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - DarwinProcess.h htop - DarwinProcess.h
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
htop - DarwinProcessList.c htop - DarwinProcessList.c
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -3,7 +3,7 @@
/* /*
htop - DarwinProcessList.h htop - DarwinProcessList.h
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - darwin/Platform.c htop - darwin/Platform.c
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
(C) 2015 David C. Hunt (C) 2015 David C. Hunt
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - darwin/Platform.h htop - darwin/Platform.h
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
(C) 2015 David C. Hunt (C) 2015 David C. Hunt
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - dragonflybsd/Battery.c htop - dragonflybsd/Battery.c
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - dragonflybsd/Battery.h htop - dragonflybsd/Battery.h
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - dragonflybsd/DragonFlyBSDCRT.c htop - dragonflybsd/DragonFlyBSDCRT.c
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - dragonflybsd/DragonFlyBSDCRT.h htop - dragonflybsd/DragonFlyBSDCRT.h
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - dragonflybsd/DragonFlyBSDProcess.c htop - dragonflybsd/DragonFlyBSDProcess.c
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, 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 @@
htop - dragonflybsd/DragonFlyBSDProcess.h htop - dragonflybsd/DragonFlyBSDProcess.h
(C) 2015 Hisham H. Muhammad (C) 2015 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

View File

@ -2,7 +2,7 @@
htop - DragonFlyBSDProcessList.c htop - DragonFlyBSDProcessList.c
(C) 2014 Hisham H. Muhammad (C) 2014 Hisham H. Muhammad
(C) 2017 Diederik de Groot (C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */

Some files were not shown because too many files have changed in this diff Show More