From caebfdca622670e0558dad2cb28bec093dfa6c94 Mon Sep 17 00:00:00 2001 From: Matt Moran Date: Wed, 5 Jan 2022 23:54:18 +1300 Subject: [PATCH] Update license from LGPL to GPL --- client/src/cmdhfgallagher.c | 2 +- client/src/cmdhfgallagher.h | 2 +- client/src/mifare/gallaghercore.c | 2 +- client/src/mifare/gallaghercore.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/cmdhfgallagher.c b/client/src/cmdhfgallagher.c index e8ff0554d..27c814237 100644 --- a/client/src/cmdhfgallagher.c +++ b/client/src/cmdhfgallagher.c @@ -2,7 +2,7 @@ * Matt Moran (@DarkMatterMatt), 2021 * ----------------------------------------------------------------------------- * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as published by the + * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. * ----------------------------------------------------------------------------- diff --git a/client/src/cmdhfgallagher.h b/client/src/cmdhfgallagher.h index 3c4024114..22aee9c2f 100644 --- a/client/src/cmdhfgallagher.h +++ b/client/src/cmdhfgallagher.h @@ -2,7 +2,7 @@ * Matt Moran (@DarkMatterMatt), 2021 * ----------------------------------------------------------------------------- * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as published by the + * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. * ----------------------------------------------------------------------------- diff --git a/client/src/mifare/gallaghercore.c b/client/src/mifare/gallaghercore.c index 6bff623f8..71e235286 100644 --- a/client/src/mifare/gallaghercore.c +++ b/client/src/mifare/gallaghercore.c @@ -2,7 +2,7 @@ * Matt Moran (@DarkMatterMatt), 2021 * ----------------------------------------------------------------------------- * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as published by the + * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. * ----------------------------------------------------------------------------- diff --git a/client/src/mifare/gallaghercore.h b/client/src/mifare/gallaghercore.h index bc9ee0c67..9137073bb 100644 --- a/client/src/mifare/gallaghercore.h +++ b/client/src/mifare/gallaghercore.h @@ -2,7 +2,7 @@ * Matt Moran (@DarkMatterMatt), 2021 * ----------------------------------------------------------------------------- * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as published by the + * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. * -----------------------------------------------------------------------------