diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2024-07-19 18:51:28 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2024-07-28 02:26:23 -0700 |
commit | 0ba17d3da478f0364f3503aa98b95ea778ba570b (patch) | |
tree | 7a9d5eb1c1f57c72592f926f5c80fa46a6d9b818 /src/desktop.c | |
parent | b87206a05d3dadb983ce605580dfebf7e90d8426 (diff) |
*: switch to gplv2
Part of the reason for adding headless support in vmon is to
facilitate embedded use cases. These are often incompatible with
anti-tivoization aspects of gplv3.
I am the copyright holder of all this stuff so it's entirely fine
to switch to gplv2. Phil Freeman contributed one trivial patch
(4183fbd), regardless I checked if he had any objections to the
gplv2 switch and he had none.
So here we go, gplv2 all the things.
Diffstat (limited to 'src/desktop.c')
-rw-r--r-- | src/desktop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.c b/src/desktop.c index d88fa93..0901d4f 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -4,7 +4,7 @@ * Copyright (C) 2012-2018 Vito Caputo - <vcaputo@pengaru.com> * * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3 as published + * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, |