From 87dc142973f7d1546bdf739b2b1f0fa714313750 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Jul 2010 22:13:02 +0000 Subject: [PATCH] LICENSE: dual license under LGPLv2.1 and LGPLv3 This allows GPLv2-only applications to bundle us. --- LICENSE | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 23fc26d..fd11581 100644 --- a/LICENSE +++ b/LICENSE @@ -1,12 +1,14 @@ raindrops is copyrighted Free Software by all contributors, see logs in revision control for names and email addresses of all of them. -You can redistribute it and/or modify it under either the terms of the GNU -Lesser General Public License as published by the Free Software Foundation, -version 3.0 {LGPLv3}[http://www.gnu.org/licenses/lgpl-3.0.txt] (see -link:COPYING). +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 raindrops project leader (Eric Wong) reserves the right to +relicense raindrops under future versions of the LGPL. -posix_mq is distributed in the hope that it will be useful, but WITHOUT +raindrops 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. -- 2.11.4.GIT