Bug 807724 - libglusterfs: contrib/rbtree license, replace GPLV3+ with LGPL or BSD
Summary: libglusterfs: contrib/rbtree license, replace GPLV3+ with LGPL or BSD
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: unclassified
Version: mainline
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kaleb KEITHLEY
QA Contact: Shwetha Panduranga
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-03-28 14:53 UTC by Kaleb KEITHLEY
Modified: 2012-07-05 11:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-05 11:59:16 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Kaleb KEITHLEY 2012-03-28 14:53:37 UTC
Description of problem:

The rbtree source we're carrying in the tree is licensed under GPLV3+, and is an
impediment to partners and third parties writing add-ons for glusterfs. It could be trivially replaced with a more recent version of the same code, which is licensed under LGPL, or with a bit more work, with BSD licensed implementation from FreeBSD. 


Version-Release number of selected component (if applicable):

All

How reproducible:

N/A

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Anand Avati 2012-04-25 20:19:55 UTC
CHANGE: http://review.gluster.com/3008 (contrib/rbtree license GPL -> LGPL) merged in master by Anand Avati (avati)

Comment 2 Anand Avati 2012-04-30 18:19:31 UTC
CHANGE: http://review.gluster.com/3252 (contrib/rbtree: additional license from Richard Fontana) merged in master by Anand Avati (avati)

Comment 3 Shwetha Panduranga 2012-05-30 06:58:41 UTC
Verified the license for the files under libglusterfs

Copy pasting the contents from one of the file : libglusterfs/src/inode.c

/*
  Copyright (c) 2008-2012 Red Hat, Inc. <http://www.redhat.com>
  This file is part of GlusterFS.

  This file is licensed to you under your choice of the GNU Lesser
  General Public License, version 3 or any later version (LGPLv3 or
  later), or the GNU General Public License, version 2 (GPLv2), in all
  cases as published by the Free Software Foundation.
*/

Verified the bug on 3.3.0qa44.


Note You need to log in before you can comment on or make changes to this bug.