From: Bryan T. <tho...@us...> - 2007-04-15 23:29:29
|
Update of /cvsroot/cweb/bigdata In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6131 Modified Files: project.xml Log Message: POM updates in preparation for the license change. Index: project.xml =================================================================== RCS file: /cvsroot/cweb/bigdata/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 15 Apr 2007 18:17:04 -0000 1.5 --- project.xml 15 Apr 2007 23:29:26 -0000 1.6 *************** *** 4,11 **** <name>bigdata</name> <package>com.bigdata</package> ! <extends>../cweb/project.xml</extends> <groupId>bigdata</groupId> <currentVersion>0.1-b1-dev</currentVersion> <organization> <name>SYSTAP, LLC</name> --- 4,13 ---- <name>bigdata</name> <package>com.bigdata</package> ! <extends>../bigdata-master-pom/project.xml</extends> <groupId>bigdata</groupId> <currentVersion>0.1-b1-dev</currentVersion> + <!-- @todo "master" project, CVSROOT (permissions). --> + <organization> <name>SYSTAP, LLC</name> *************** *** 195,198 **** --- 197,223 ---- </p> + <h2>License</h2> + + <p> + + bigdata is currently being released under GPL (version 2). However, it is + our intention to make bigdata usable by non-GPL Free/Libre and Open Source + Software (FLOSS) projects. To this end, we are considering either a FLOSS + exclusion (such as MySQL AB has issued) or a license change to something + with the same semantics as the SleepyCat License. Please bear with us + while we work through this issue. If you have any questions concerning the + license, write lic...@bi.... + + </p> + + <p> + + SYSTAP, LLC will offer commercial licenses for customers who either want the + value add (warrenty, technical support, additional regression testing), who + want to redistribute bigdata with their own commercial products, or who are + not "comfortable" with the GPL license. + + </p> + ]]> |