diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-26 16:37:41 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-26 16:37:41 +0100 |
commit | e218c81af56cbcb71abe4525b04d3c52e68a9e9a (patch) | |
tree | 4564bd2eba32438021794997d013b9f497a9a743 | |
parent | eb75d866015c3eb21205457bc7896c9deea8e795 (diff) |
modem-probe: switch to "GPLv2 or later"
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | modem-probe/modem-probe.c | 12 |
2 files changed, 10 insertions, 4 deletions
@@ -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 <dcbw@redhat.com> * - * 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 |