From e218c81af56cbcb71abe4525b04d3c52e68a9e9a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 26 Jan 2009 16:37:41 +0100 Subject: modem-probe: switch to "GPLv2 or later" --- NEWS | 2 +- modem-probe/modem-probe.c | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 65a01ec..b8ff71f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -udev 20080125 +udev 20090125 ============= Update. diff --git a/modem-probe/modem-probe.c b/modem-probe/modem-probe.c index 7b9b4d8..9494c3b 100644 --- a/modem-probe/modem-probe.c +++ b/modem-probe/modem-probe.c @@ -3,9 +3,15 @@ * * Copyright (C) 2008 Dan Williams * - * 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 version 2 of the License. + * 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 + * (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 General Public License for more details: */ #ifndef _GNU_SOURCE -- cgit