mirror of https://github.com/xzeldon/htop.git
Update copyright notices
This commit is contained in:
parent
440bb87058
commit
b900e70e80
|
@ -1,7 +1,9 @@
|
||||||
/*
|
/*
|
||||||
htop - NetBSDProcess.c
|
htop - NetBSDProcess.c
|
||||||
(C) 2015 Hisham H. Muhammad
|
(C) 2015 Hisham H. Muhammad
|
||||||
|
(C) 2015 Michael McConville
|
||||||
(C) 2021 Santhosh Raju
|
(C) 2021 Santhosh Raju
|
||||||
|
(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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
htop - NetBSDProcess.h
|
htop - NetBSDProcess.h
|
||||||
(C) 2015 Hisham H. Muhammad
|
(C) 2015 Hisham H. Muhammad
|
||||||
(C) 2015 Michael McConville
|
(C) 2015 Michael McConville
|
||||||
|
(C) 2021 Santhosh Raju
|
||||||
|
(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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
/*
|
/*
|
||||||
htop - NetBSDProcessList.c
|
htop - NetBSDProcessList.c
|
||||||
(C) 2014 Hisham H. Muhammad
|
(C) 2014 Hisham H. Muhammad
|
||||||
|
(C) 2015 Michael McConville
|
||||||
(C) 2021 Santhosh Raju
|
(C) 2021 Santhosh Raju
|
||||||
|
(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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3,7 +3,9 @@
|
||||||
/*
|
/*
|
||||||
htop - NetBSDProcessList.h
|
htop - NetBSDProcessList.h
|
||||||
(C) 2014 Hisham H. Muhammad
|
(C) 2014 Hisham H. Muhammad
|
||||||
|
(C) 2015 Michael McConville
|
||||||
(C) 2021 Santhosh Raju
|
(C) 2021 Santhosh Raju
|
||||||
|
(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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
/*
|
/*
|
||||||
htop - netbsd/Platform.c
|
htop - netbsd/Platform.c
|
||||||
(C) 2014 Hisham H. Muhammad
|
(C) 2014 Hisham H. Muhammad
|
||||||
|
(C) 2015 Michael McConville
|
||||||
(C) 2021 Santhosh Raju
|
(C) 2021 Santhosh Raju
|
||||||
|
(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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3,7 +3,9 @@
|
||||||
/*
|
/*
|
||||||
htop - netbsd/Platform.h
|
htop - netbsd/Platform.h
|
||||||
(C) 2014 Hisham H. Muhammad
|
(C) 2014 Hisham H. Muhammad
|
||||||
|
(C) 2015 Michael McConville
|
||||||
(C) 2021 Santhosh Raju
|
(C) 2021 Santhosh Raju
|
||||||
|
(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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define HEADER_NetBSDProcessField
|
#define HEADER_NetBSDProcessField
|
||||||
/*
|
/*
|
||||||
htop - netbsd/ProcessField.h
|
htop - netbsd/ProcessField.h
|
||||||
(C) 2020 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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue