summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-05-24 11:14:25 +0200
committerBenny Baumann <BenBE@geshi.org>2023-05-25 08:59:32 +0200
commit8e4ce18ba8d1fd11c17631eff785340219136091 (patch)
treeb64f792e39f10c40275965a6797d052d33df720e
parent32f8d4c4073099bdc16f48108cb4ae85de1870b6 (diff)
Add missing copyright/file headers
-rw-r--r--CommandScreen.c8
-rw-r--r--CommandScreen.h7
-rw-r--r--DynamicColumn.h8
-rw-r--r--DynamicMeter.h7
-rw-r--r--EnvScreen.c9
-rw-r--r--EnvScreen.h8
-rw-r--r--InfoScreen.c8
-rw-r--r--InfoScreen.h7
-rw-r--r--Macros.h6
-rw-r--r--NetworkIOMeter.c7
-rw-r--r--NetworkIOMeter.h6
-rw-r--r--ProvideCurses.h2
-rw-r--r--ProvideTerm.h2
-rw-r--r--linux/LibSensors.c7
-rw-r--r--linux/LibSensors.h6
-rw-r--r--linux/ZramMeter.c8
-rw-r--r--linux/ZramMeter.h7
17 files changed, 111 insertions, 2 deletions
diff --git a/CommandScreen.c b/CommandScreen.c
index 6a87d137..7e286e4d 100644
--- a/CommandScreen.c
+++ b/CommandScreen.c
@@ -1,3 +1,11 @@
+/*
+htop - CommandScreen.c
+(C) 2017,2020 ryenus
+(C) 2020,2021 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
#include "config.h" // IWYU pragma: keep
#include "CommandScreen.h"
diff --git a/CommandScreen.h b/CommandScreen.h
index e56982b2..2eef5e55 100644
--- a/CommandScreen.h
+++ b/CommandScreen.h
@@ -1,5 +1,12 @@
#ifndef HEADER_CommandScreen
#define HEADER_CommandScreen
+/*
+htop - CommandScreen.h
+(C) 2017,2020 ryenus
+(C) 2020,2021 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include "InfoScreen.h"
#include "Object.h"
diff --git a/DynamicColumn.h b/DynamicColumn.h
index 4760e6ea..00f10cf6 100644
--- a/DynamicColumn.h
+++ b/DynamicColumn.h
@@ -1,5 +1,13 @@
#ifndef HEADER_DynamicColumn
#define HEADER_DynamicColumn
+/*
+htop - DynamicColumn.h
+(C) 2021 Sohaib Mohammed
+(C) 2021 htop dev team
+(C) 2021 Red Hat, Inc. All Rights Reserved.
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include <stdbool.h>
diff --git a/DynamicMeter.h b/DynamicMeter.h
index 3ef0176a..2bc3cba1 100644
--- a/DynamicMeter.h
+++ b/DynamicMeter.h
@@ -1,5 +1,12 @@
#ifndef HEADER_DynamicMeter
#define HEADER_DynamicMeter
+/*
+htop - DynamicMeter.h
+(C) 2021 htop dev team
+(C) 2021 Red Hat, Inc. All Rights Reserved.
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include <stdbool.h>
diff --git a/EnvScreen.c b/EnvScreen.c
index 0fcee83a..7b2d2baf 100644
--- a/EnvScreen.c
+++ b/EnvScreen.c
@@ -1,3 +1,12 @@
+/*
+htop - EnvScreen.c
+(C) 2015,2016 Michael Klein
+(C) 2016,2017 Hisham H. Muhammad
+(C) 2020,2021 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
#include "config.h" // IWYU pragma: keep
#include "EnvScreen.h"
diff --git a/EnvScreen.h b/EnvScreen.h
index 4d44c81c..118c271c 100644
--- a/EnvScreen.h
+++ b/EnvScreen.h
@@ -1,5 +1,13 @@
#ifndef HEADER_EnvScreen
#define HEADER_EnvScreen
+/*
+htop - EnvScreen.h
+(C) 2015,2016 Michael Klein
+(C) 2016,2017 Hisham H. Muhammad
+(C) 2020,2021 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include "InfoScreen.h"
#include "Object.h"
diff --git a/InfoScreen.c b/InfoScreen.c
index 105d9c34..e9f06f27 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -1,3 +1,11 @@
+/*
+htop - InfoScreen.c
+(C) 2016 Hisham H. Muhammad
+(C) 2020,2022 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
#include "config.h" // IWYU pragma: keep
#include "InfoScreen.h"
diff --git a/InfoScreen.h b/InfoScreen.h
index d7497bed..469c2707 100644
--- a/InfoScreen.h
+++ b/InfoScreen.h
@@ -1,5 +1,12 @@
#ifndef HEADER_InfoScreen
#define HEADER_InfoScreen
+/*
+htop - InfoScreen.h
+(C) 2016 Hisham H. Muhammad
+(C) 2020,2022 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include <stdbool.h>
diff --git a/Macros.h b/Macros.h
index 0f95347b..540724b6 100644
--- a/Macros.h
+++ b/Macros.h
@@ -1,5 +1,11 @@
#ifndef HEADER_Macros
#define HEADER_Macros
+/*
+htop - Macros.h
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include <assert.h> // IWYU pragma: keep
diff --git a/NetworkIOMeter.c b/NetworkIOMeter.c
index 5945bae7..1faf1789 100644
--- a/NetworkIOMeter.c
+++ b/NetworkIOMeter.c
@@ -1,3 +1,10 @@
+/*
+htop - NetworkIOMeter.c
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
#include "NetworkIOMeter.h"
#include <stdbool.h>
diff --git a/NetworkIOMeter.h b/NetworkIOMeter.h
index 18c23ce2..d112a745 100644
--- a/NetworkIOMeter.h
+++ b/NetworkIOMeter.h
@@ -1,5 +1,11 @@
#ifndef HEADER_NetworkIOMeter
#define HEADER_NetworkIOMeter
+/*
+htop - NetworkIOMeter.h
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include "Meter.h"
diff --git a/ProvideCurses.h b/ProvideCurses.h
index 26e2d3ae..7ae99e62 100644
--- a/ProvideCurses.h
+++ b/ProvideCurses.h
@@ -1,7 +1,7 @@
#ifndef HEADER_ProvideCurses
#define HEADER_ProvideCurses
/*
-htop - RichString.h
+htop - ProvideCurses.h
(C) 2004,2011 Hisham H. Muhammad
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
diff --git a/ProvideTerm.h b/ProvideTerm.h
index 0e07b1c4..a8910f1a 100644
--- a/ProvideTerm.h
+++ b/ProvideTerm.h
@@ -1,7 +1,7 @@
#ifndef HEADER_ProvideTerm
#define HEADER_ProvideTerm
/*
-htop - Filename.h
+htop - ProvideTerm.h
(C) 2023 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
diff --git a/linux/LibSensors.c b/linux/LibSensors.c
index f52bd218..f6df4f44 100644
--- a/linux/LibSensors.c
+++ b/linux/LibSensors.c
@@ -1,3 +1,10 @@
+/*
+htop - linux/LibSensors.c
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
#include "config.h" // IWYU pragma: keep
#include "linux/LibSensors.h"
diff --git a/linux/LibSensors.h b/linux/LibSensors.h
index 2b9801bc..6f054489 100644
--- a/linux/LibSensors.h
+++ b/linux/LibSensors.h
@@ -1,5 +1,11 @@
#ifndef HEADER_LibSensors
#define HEADER_LibSensors
+/*
+htop - linux/LibSensors.h
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include "linux/LinuxMachine.h"
diff --git a/linux/ZramMeter.c b/linux/ZramMeter.c
index 6e80eb1a..6d4c7717 100644
--- a/linux/ZramMeter.c
+++ b/linux/ZramMeter.c
@@ -1,3 +1,11 @@
+/*
+htop - linux/ZramMeter.c
+(C) 2020 Murloc Knight
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
#include "linux/ZramMeter.h"
#include <stddef.h>
diff --git a/linux/ZramMeter.h b/linux/ZramMeter.h
index db27d0b3..14a52155 100644
--- a/linux/ZramMeter.h
+++ b/linux/ZramMeter.h
@@ -1,5 +1,12 @@
#ifndef HEADER_ZramMeter
#define HEADER_ZramMeter
+/*
+htop - linux/ZramMeter.h
+(C) 2020 Murloc Knight
+(C) 2020-2023 htop dev team
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
#include "Meter.h"

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