From d84d168f0f14cc7f25c16adc955c3c2e062236b6 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 11 Feb 2014 18:36:24 -0800 Subject: [PATCH] Change license for the ld preload hack to gplv3 --- examples/ld_nfs.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/ld_nfs.c b/examples/ld_nfs.c index 0620bd6..b7304a3 100644 --- a/examples/ld_nfs.c +++ b/examples/ld_nfs.c @@ -2,16 +2,16 @@ Copyright (C) 2014 by Ronnie Sahlberg This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1 of the License, or + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 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 Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program; if not, see . */ -- 2.34.1