From 8fb694c1080f7e70d3245d9d18ff633f6702d58c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 28 Apr 2017 10:51:05 +0200 Subject: [PATCH] relicense to GPLv2-or-later --- util/gpio.c | 8 ++++---- util/main.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/util/gpio.c b/util/gpio.c index 15d2566..dbe3e7e 100644 --- a/util/gpio.c +++ b/util/gpio.c @@ -6,16 +6,16 @@ * Author: Philipp Maier * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/util/main.c b/util/main.c index f90ae4b..e6fa9d9 100644 --- a/util/main.c +++ b/util/main.c @@ -6,16 +6,16 @@ * Author: Philipp Maier * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with this program. If not, see . */