From 0ba17d3da478f0364f3503aa98b95ea778ba570b Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 19 Jul 2024 18:51:28 -0700 Subject: *: 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. --- src/desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/desktop.c') 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 - * * 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, -- cgit v1.2.3