From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_FILL_THIS_FORM_SHORT,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: kgio-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 735D11F45D; Mon, 17 Nov 2014 08:29:45 +0000 (UTC) From: Eric Wong To: kgio-public@bogomips.org Cc: Eric Wong Subject: [PATCH] relax license to allow LGPLv2.1 or later Date: Mon, 17 Nov 2014 08:29:37 +0000 Message-Id: <1416212977-4942-1-git-send-email-e@80x24.org> X-Mailer: git-send-email 2.2.0.rc2.1.g1758c97.dirty List-Id: In case I'm hit by a bus, the lesser evil is to allow the FSF to update our license than to be stuck as LGPLv3-only in the future. --- LICENSE | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 9f5efcf..2de6854 100644 --- a/LICENSE +++ b/LICENSE @@ -4,9 +4,7 @@ revision control for names and email addresses of all of them. You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation, version {2.1}[http://www.gnu.org/licenses/lgpl-2.1.txt] or -or {3}[http://www.gnu.org/licenses/lgpl-3.0.txt] (see link:COPYING). -The kgio project leader (Eric Wong) reserves the right to -relicense kgio under future versions of the LGPL. +(at your option) any later version. kgio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- EW