summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-09-22 11:33:00 +0200
committerDaniel Lange <DLange@git.local>2021-09-22 14:28:19 +0200
commit94ad111391c07118eb9c402e309f5331c5e1cdfb (patch)
tree9998c07f4d76870b3811fc65b90b08a0b13ceb09 /pcp
parent976fa3b121864b6d0f9c9fd2a8237c1a445e3c12 (diff)
Update license headers to explicitly say GPLv2+
Diffstat (limited to 'pcp')
-rw-r--r--pcp/PCPDynamicColumn.c2
-rw-r--r--pcp/PCPDynamicMeter.c2
-rw-r--r--pcp/PCPMetric.c2
-rw-r--r--pcp/PCPMetric.h2
-rw-r--r--pcp/PCPProcess.c2
-rw-r--r--pcp/PCPProcess.h2
-rw-r--r--pcp/PCPProcessList.c2
-rw-r--r--pcp/PCPProcessList.h2
-rw-r--r--pcp/Platform.c2
-rw-r--r--pcp/Platform.h2
-rw-r--r--pcp/ProcessField.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/pcp/PCPDynamicColumn.c b/pcp/PCPDynamicColumn.c
index 29dc9f91..aab25253 100644
--- a/pcp/PCPDynamicColumn.c
+++ b/pcp/PCPDynamicColumn.c
@@ -3,7 +3,7 @@ htop - PCPDynamicColumn.c
(C) 2021 Sohaib Mohammed
(C) 2021 htop dev team
(C) 2021 Red Hat, Inc.
-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.
*/
diff --git a/pcp/PCPDynamicMeter.c b/pcp/PCPDynamicMeter.c
index ccea8134..7c55e4bf 100644
--- a/pcp/PCPDynamicMeter.c
+++ b/pcp/PCPDynamicMeter.c
@@ -2,7 +2,7 @@
htop - PCPDynamicMeter.c
(C) 2021 htop dev team
(C) 2021 Red Hat, Inc.
-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.
*/
#include "config.h" // IWYU pragma: keep
diff --git a/pcp/PCPMetric.c b/pcp/PCPMetric.c
index c8cfe716..d1afc801 100644
--- a/pcp/PCPMetric.c
+++ b/pcp/PCPMetric.c
@@ -2,7 +2,7 @@
htop - PCPMetric.c
(C) 2020-2021 htop dev team
(C) 2020-2021 Red Hat, Inc.
-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.
*/
diff --git a/pcp/PCPMetric.h b/pcp/PCPMetric.h
index 7d625035..aa0e2a7a 100644
--- a/pcp/PCPMetric.h
+++ b/pcp/PCPMetric.h
@@ -4,7 +4,7 @@
htop - PCPMetric.h
(C) 2020-2021 htop dev team
(C) 2020-2021 Red Hat, Inc.
-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.
*/
diff --git a/pcp/PCPProcess.c b/pcp/PCPProcess.c
index fa61506f..a983a968 100644
--- a/pcp/PCPProcess.c
+++ b/pcp/PCPProcess.c
@@ -3,7 +3,7 @@ htop - PCPProcess.c
(C) 2014 Hisham H. Muhammad
(C) 2020-2021 htop dev team
(C) 2020-2021 Red Hat, Inc.
-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.
*/
diff --git a/pcp/PCPProcess.h b/pcp/PCPProcess.h
index e8440971..46ba07fe 100644
--- a/pcp/PCPProcess.h
+++ b/pcp/PCPProcess.h
@@ -5,7 +5,7 @@ htop - PCPProcess.h
(C) 2014 Hisham H. Muhammad
(C) 2020 htop dev team
(C) 2020-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.
*/
diff --git a/pcp/PCPProcessList.c b/pcp/PCPProcessList.c
index b55b5a42..e324e337 100644
--- a/pcp/PCPProcessList.c
+++ b/pcp/PCPProcessList.c
@@ -3,7 +3,7 @@ htop - PCPProcessList.c
(C) 2014 Hisham H. Muhammad
(C) 2020-2021 htop dev team
(C) 2020-2021 Red Hat, Inc.
-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.
*/
diff --git a/pcp/PCPProcessList.h b/pcp/PCPProcessList.h
index 07f6c399..a3a7372a 100644
--- a/pcp/PCPProcessList.h
+++ b/pcp/PCPProcessList.h
@@ -3,7 +3,7 @@
/*
htop - PCPProcessList.h
(C) 2014 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.
*/
diff --git a/pcp/Platform.c b/pcp/Platform.c
index 29055b99..cd7b1f48 100644
--- a/pcp/Platform.c
+++ b/pcp/Platform.c
@@ -3,7 +3,7 @@ htop - linux/Platform.c
(C) 2014 Hisham H. Muhammad
(C) 2020-2021 htop dev team
(C) 2020-2021 Red Hat, Inc.
-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.
*/
diff --git a/pcp/Platform.h b/pcp/Platform.h
index 14e57469..37a87996 100644
--- a/pcp/Platform.h
+++ b/pcp/Platform.h
@@ -5,7 +5,7 @@ htop - pcp/Platform.h
(C) 2014 Hisham H. Muhammad
(C) 2020-2021 htop dev team
(C) 2020-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.
*/
diff --git a/pcp/ProcessField.h b/pcp/ProcessField.h
index 979addc0..b3ba2657 100644
--- a/pcp/ProcessField.h
+++ b/pcp/ProcessField.h
@@ -5,7 +5,7 @@ htop - pcp/ProcessField.h
(C) 2014 Hisham H. Muhammad
(C) 2021 htop dev team
(C) 2020-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.
*/

© 2014-2024 Faster IT GmbH | imprint | privacy policy