From 352666e2d90ac847a8ac55a6aad9f14ca53b8513 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 10 Jun 2012 19:34:04 +0000 Subject: [PATCH] dump: Fix license version (GPL2+ instead of GPL2) Signed-off-by: Stefan Weil Signed-off-by: Wen Congyang --- dump-stub.c | 4 ++-- dump.c | 4 ++-- dump.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dump-stub.c b/dump-stub.c index 165c005..56d4564 100644 --- a/dump-stub.c +++ b/dump-stub.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. * */ diff --git a/dump.c b/dump.c index 4412d7a..2bf8d8d 100644 --- a/dump.c +++ b/dump.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. * */ diff --git a/dump.h b/dump.h index 4dea3bb..e25b7cf 100644 --- a/dump.h +++ b/dump.h @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. * */ -- 2.7.4