From 1790eb6dd46e7a96d89edf930b39648049530a62 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 15 Aug 2007 08:24:11 +0000 Subject: [PATCH] License fix. git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@4671 7894878c-1315-0410-8ee3-d5d059ff63e0 --- tools/util.c | 3 ++- tools/util.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/util.c b/tools/util.c index 9a85161..029719e 100644 --- a/tools/util.c +++ b/tools/util.c @@ -4,7 +4,8 @@ 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. + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. */ #include diff --git a/tools/util.h b/tools/util.h index 608adb6..a179b19 100644 --- a/tools/util.h +++ b/tools/util.h @@ -4,7 +4,8 @@ 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. + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. */ #ifndef _UTIL_H