Skip to content

Commit

Permalink
Make sure License is correctly specified as GNU GPLv2+ in some more f…
Browse files Browse the repository at this point in the history
…ile headers
  • Loading branch information
Daniel Lange authored and Daniel Lange committed Mar 14, 2022
1 parent c423933 commit 469ae7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ScreensPanel.c
Original file line number Diff line number Diff line change
@@ -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.
*/

Expand Down
3 changes: 2 additions & 1 deletion ScreensPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
4 changes: 2 additions & 2 deletions darwin/PlatformHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 469ae7a

Please sign in to comment.