Merge branch 'clarify-license' of https://github.com/fasterit/htop into fasterit-clarify-license

This commit is contained in:
Nathan Scott 2021-09-24 11:59:32 +10:00
commit 41f9c0ab77
198 changed files with 213 additions and 202 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 GPLv2, 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.
*/ */
@ -519,7 +519,7 @@ static Htop_Reaction actionHelp(State* st) {
int line = 0; int line = 0;
mvaddstr(line++, 0, "htop " VERSION " - " COPYRIGHT); mvaddstr(line++, 0, "htop " VERSION " - " COPYRIGHT);
mvaddstr(line++, 0, "Released under the GNU GPLv2. See 'man' page for more info."); mvaddstr(line++, 0, "Released under the GNU GPLv2+. See 'man' page for more info.");
attrset(CRT_colors[DEFAULT_COLOR]); attrset(CRT_colors[DEFAULT_COLOR]);
line++; line++;

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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 - CommandLine.c htop - CommandLine.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
(C) 2020-2021 htop dev team (C) 2020-2021 htop dev team
Released under the GNU GPLv2, 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.
*/ */
@ -47,7 +47,7 @@ static void printVersionFlag(const char* name) {
static void printHelpFlag(const char* name) { static void printHelpFlag(const char* name) {
printf("%s " VERSION "\n" printf("%s " VERSION "\n"
COPYRIGHT "\n" COPYRIGHT "\n"
"Released under the GNU GPLv2.\n\n" "Released under the GNU GPLv2+.\n\n"
"-C --no-color Use a monochrome color scheme\n" "-C --no-color Use a monochrome color scheme\n"
"-d --delay=DELAY Set the delay between updates, in tenths of seconds\n" "-d --delay=DELAY Set the delay between updates, in tenths of seconds\n"
"-F --filter=FILTER Show only the commands matching the given filter\n" "-F --filter=FILTER Show only the commands matching the given filter\n"

View File

@ -4,7 +4,7 @@
htop - CommandLine.h htop - CommandLine.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
(C) 2020-2021 htop dev team (C) 2020-2021 htop dev team
Released under the GNU GPLv2, 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 - Compat.c htop - Compat.c
(C) 2020 htop dev team (C) 2020 htop dev team
Released under the GNU GPLv2, 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 - Compat.h htop - Compat.h
(C) 2020 htop dev team (C) 2020 htop dev team
Released under the GNU GPLv2, 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 - DateMeter.c htop - DateMeter.c
(C) 2004-2020 Hisham H. Muhammad, Michael Schönitzer (C) 2004-2020 Hisham H. Muhammad, Michael Schönitzer
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 - DateTimeMeter.c htop - DateTimeMeter.c
(C) 2004-2020 Hisham H. Muhammad, Michael Schönitzer (C) 2004-2020 Hisham H. Muhammad, Michael Schönitzer
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 htop dev team (C) 2020 htop dev team
Released under the GNU GPLv2, 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 - DiskIOMeter.h htop - DiskIOMeter.h
(C) 2020 htop dev team (C) 2020 htop dev team
Released under the GNU GPLv2, 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 GPLv2, 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 GPLv2, 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 - DynamicColumn.c
(C) 2021 Sohaib Mohammed (C) 2021 Sohaib Mohammed
(C) 2021 htop dev team (C) 2021 htop dev team
(C) 2021 Red Hat, Inc. All Rights Reserved. (C) 2021 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPLv2, 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 - DynamicMeter.c htop - DynamicMeter.c
(C) 2021 htop dev team (C) 2021 htop dev team
(C) 2021 Red Hat, Inc. All Rights Reserved. (C) 2021 Red Hat, Inc. All Rights Reserved.
Released under the GNU GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 - HeaderLayout.h htop - HeaderLayout.h
(C) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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 - HeaderOptionsPanel.c htop - HeaderOptionsPanel.c
(C) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 - MemorySwapMeter.c htop - MemorySwapMeter.c
(C) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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 - MemorySwapMeter.h htop - MemorySwapMeter.h
(C) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 - OptionItem.c htop - OptionItem.c
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPLv2, 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 - OptionItem.h htop - OptionItem.h
(C) 2004-2011 Hisham H. Muhammad (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 - ProcessLocksScreen.c htop - ProcessLocksScreen.c
(C) 2020 htop dev team (C) 2020 htop dev team
Released under the GNU GPLv2, 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 - ProcessLocksScreen.h htop - ProcessLocksScreen.h
(C) 2020 htop dev team (C) 2020 htop dev team
Released under the GNU GPLv2, 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.
*/ */

4
README
View File

@ -6,7 +6,7 @@
[![IRC #htop](https://img.shields.io/badge/IRC-htop-blue.svg)](https://web.libera.chat/#htop) [![IRC #htop](https://img.shields.io/badge/IRC-htop-blue.svg)](https://web.libera.chat/#htop)
[![GitHub Release](https://img.shields.io/github/release/htop-dev/htop.svg)](https://github.com/htop-dev/htop/releases/latest) [![GitHub Release](https://img.shields.io/github/release/htop-dev/htop.svg)](https://github.com/htop-dev/htop/releases/latest)
[![Packaging status](https://repology.org/badge/tiny-repos/htop.svg)](https://repology.org/project/htop/versions) [![Packaging status](https://repology.org/badge/tiny-repos/htop.svg)](https://repology.org/project/htop/versions)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](COPYING?raw=true) [![License: GPL v2+](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](COPYING?raw=true)
![Screenshot of htop](docs/images/screenshot.png?raw=true) ![Screenshot of htop](docs/images/screenshot.png?raw=true)
@ -177,4 +177,4 @@ In 2020 a [team](https://github.com/orgs/htop-dev/people) took over the developm
## License ## License
GNU General Public License, version 2 (GPL-2.0) GNU General Public License, version 2 (GPL-2.0) or, at your option, any later version.

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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 - SysArchMeter.c htop - SysArchMeter.c
(C) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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 - SysArchMeter.h htop - SysArchMeter.h
(C) 2021 htop dev team (C) 2021 htop dev team
Released under the GNU GPLv2, 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.
*/ */
#include "Meter.h" #include "Meter.h"

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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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 GPLv2, 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