diff options
| author | Stefan Weil <sw@weilnetz.de> | 2012-01-27 17:40:43 +0100 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-01 16:24:54 -0600 |
| commit | 4c32fe66b936fd024e194127bda27b264d1f7e5c (patch) | |
| tree | 25739432ffbe89be060971fa6f92858537eb637d | |
| parent | a7c36ee4920ea3acc227a0248dd161693f207357 (diff) | |
| download | focaccia-qemu-4c32fe66b936fd024e194127bda27b264d1f7e5c.tar.gz focaccia-qemu-4c32fe66b936fd024e194127bda27b264d1f7e5c.zip | |
Change license from GPLv2 to GPLv2+
This file only contains code from Red Hat, so it can use GPLv2+. Tested with `git blame -M -C net/checksum.c`. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
| -rw-r--r-- | net/checksum.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/checksum.c b/net/checksum.c index 264c23fe4f..9919b2e5fd 100644 --- a/net/checksum.c +++ b/net/checksum.c @@ -4,7 +4,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; under version 2 of the License. + * the Free Software Foundation; under version 2 or later of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +13,6 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, see <http://www.gnu.org/licenses/>. - * - * Contributions after 2012-01-13 are licensed under the terms of the - * GNU GPL, version 2 or (at your option) any later version. */ #include "net/checksum.h" |