mirror of https://github.com/xzeldon/htop.git
Make sure License is correctly specified as GNU GPLv2+ in some more file headers
This commit is contained in:
parent
c4239335b9
commit
469ae7a0bd
|
@ -1,7 +1,8 @@
|
|||
/*
|
||||
htop - ScreensPanel.c
|
||||
(C) 2004-2011 Hisham H. Muhammad
|
||||
Released under the GNU GPL, see the COPYING file
|
||||
(C) 2020-2022 htop dev team
|
||||
Released under the GNU GPLv2+, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
/*
|
||||
htop - ScreensPanel.h
|
||||
(C) 2004-2011 Hisham H. Muhammad
|
||||
Released under the GNU GPL, see the COPYING file
|
||||
(C) 2020-2022 htop dev team
|
||||
Released under the GNU GPLv2+, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
#define HEADER_PlatformHelpers
|
||||
/*
|
||||
htop - darwin/PlatformHelpers.h
|
||||
(C) 2018 Pierre Malhaire, 2020-2021 htop dev team, 2021 Alexander Momchilov
|
||||
Released under the GNU GPLv2, see the COPYING file
|
||||
(C) 2018 Pierre Malhaire, 2020-2022 htop dev team, 2021 Alexander Momchilov
|
||||
Released under the GNU GPLv2+, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue