Skip to content

Commit 94ad111

Browse files
Daniel LangeDaniel Lange
Daniel Lange
authored and
Daniel Lange
committed
Update license headers to explicitly say GPLv2+
1 parent 976fa3b commit 94ad111

File tree

195 files changed

+197
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+197
-197
lines changed

Action.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - Action.c
33
(C) 2015 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

@@ -519,7 +519,7 @@ static Htop_Reaction actionHelp(State* st) {
519519
int line = 0;
520520

521521
mvaddstr(line++, 0, "htop " VERSION " - " COPYRIGHT);
522-
mvaddstr(line++, 0, "Released under the GNU GPLv2. See 'man' page for more info.");
522+
mvaddstr(line++, 0, "Released under the GNU GPLv2+. See 'man' page for more info.");
523523

524524
attrset(CRT_colors[DEFAULT_COLOR]);
525525
line++;

Action.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - Action.h
55
(C) 2015 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

Affinity.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
htop - Affinity.c
33
(C) 2004-2011 Hisham H. Muhammad
44
(C) 2020 Red Hat, Inc. All Rights Reserved.
5-
Released under the GNU GPLv2, see the COPYING file
5+
Released under the GNU GPLv2+, see the COPYING file
66
in the source distribution for its full text.
77
*/
88

Affinity.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
htop - Affinity.h
55
(C) 2004-2011 Hisham H. Muhammad
66
(C) 2020 Red Hat, Inc. All Rights Reserved.
7-
Released under the GNU GPLv2, see the COPYING file
7+
Released under the GNU GPLv2+, see the COPYING file
88
in the source distribution for its full text.
99
*/
1010

AffinityPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - AffinityPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

AffinityPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - AffinityPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

AvailableColumnsPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - AvailableColumnsPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

AvailableColumnsPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - AvailableColumnsPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

AvailableMetersPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - AvailableMetersPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

AvailableMetersPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - AvailableMetersPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

BatteryMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - BatteryMeter.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
77
This meter written by Ian P. Hands ([email protected], [email protected]).

BatteryMeter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - BatteryMeter.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
99
This meter written by Ian P. Hands ([email protected], [email protected]).

CPUMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - CPUMeter.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

CPUMeter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - CPUMeter.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

CRT.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - CRT.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

CRT.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - CRT.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

CategoriesPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - CategoriesPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

CategoriesPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - CategoriesPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

ClockMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - ClockMeter.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

ClockMeter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - ClockMeter.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

ColorsPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - ColorsPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

ColorsPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - ColorsPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

ColumnsPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - ColumnsPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

ColumnsPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - ColumnsPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

CommandLine.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
htop - CommandLine.c
33
(C) 2004-2011 Hisham H. Muhammad
44
(C) 2020-2021 htop dev team
5-
Released under the GNU GPLv2, see the COPYING file
5+
Released under the GNU GPLv2+, see the COPYING file
66
in the source distribution for its full text.
77
*/
88

@@ -47,7 +47,7 @@ static void printVersionFlag(const char* name) {
4747
static void printHelpFlag(const char* name) {
4848
printf("%s " VERSION "\n"
4949
COPYRIGHT "\n"
50-
"Released under the GNU GPLv2.\n\n"
50+
"Released under the GNU GPLv2+.\n\n"
5151
"-C --no-color Use a monochrome color scheme\n"
5252
"-d --delay=DELAY Set the delay between updates, in tenths of seconds\n"
5353
"-F --filter=FILTER Show only the commands matching the given filter\n"

CommandLine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
htop - CommandLine.h
55
(C) 2004-2011 Hisham H. Muhammad
66
(C) 2020-2021 htop dev team
7-
Released under the GNU GPLv2, see the COPYING file
7+
Released under the GNU GPLv2+, see the COPYING file
88
in the source distribution for its full text.
99
*/
1010

Compat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - Compat.c
33
(C) 2020 htop dev team
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

Compat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - Compat.h
55
(C) 2020 htop dev team
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

DateMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - DateMeter.c
33
(C) 2004-2020 Hisham H. Muhammad, Michael Schönitzer
4-
Released under the GNU GPL, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

DateTimeMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - DateTimeMeter.c
33
(C) 2004-2020 Hisham H. Muhammad, Michael Schönitzer
4-
Released under the GNU GPL, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

DiskIOMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - DiskIOMeter.c
33
(C) 2020 htop dev team
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

DiskIOMeter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - DiskIOMeter.h
55
(C) 2020 htop dev team
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

DisplayOptionsPanel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - DisplayOptionsPanel.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

DisplayOptionsPanel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - DisplayOptionsPanel.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

DynamicColumn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ htop - DynamicColumn.c
33
(C) 2021 Sohaib Mohammed
44
(C) 2021 htop dev team
55
(C) 2021 Red Hat, Inc. All Rights Reserved.
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

DynamicMeter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
htop - DynamicMeter.c
33
(C) 2021 htop dev team
44
(C) 2021 Red Hat, Inc. All Rights Reserved.
5-
Released under the GNU GPLv2, see the COPYING file
5+
Released under the GNU GPLv2+, see the COPYING file
66
in the source distribution for its full text.
77
*/
88

FunctionBar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - FunctionBar.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

FunctionBar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - FunctionBar.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

Hashtable.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - Hashtable.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

Hashtable.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - Hashtable.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

Header.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
htop - Header.c
33
(C) 2004-2011 Hisham H. Muhammad
4-
Released under the GNU GPLv2, see the COPYING file
4+
Released under the GNU GPLv2+, see the COPYING file
55
in the source distribution for its full text.
66
*/
77

Header.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
htop - Header.h
55
(C) 2004-2011 Hisham H. Muhammad
6-
Released under the GNU GPLv2, see the COPYING file
6+
Released under the GNU GPLv2+, see the COPYING file
77
in the source distribution for its full text.
88
*/
99

0 commit comments

Comments
 (0)