From fbc483020cc4241c95f5bd298a07978dfccee166 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 21 Feb 2019 16:34:16 +0100 Subject: [PATCH] Update all files to mention version 3 of the GPL. --- oled/main.c | 2 +- pacman/data.h | 2 +- pacman/main.c | 2 +- tests/main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oled/main.c b/oled/main.c index cb45957..ce7b40a 100644 --- a/oled/main.c +++ b/oled/main.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/pacman/data.h b/pacman/data.h index 016f99a..98449b6 100644 --- a/pacman/data.h +++ b/pacman/data.h @@ -9,7 +9,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/pacman/main.c b/pacman/main.c index 5f7a77b..80007fe 100644 --- a/pacman/main.c +++ b/pacman/main.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/main.c b/tests/main.c index 245ca29..778fbef 100644 --- a/tests/main.c +++ b/tests/main.c @@ -8,7 +8,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, -- 2.43.0