diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-02 17:28:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-02 17:28:07 +0000 |
commit | 2e511ab1b1ff3d78c695874e3b28ff4ce7680cc8 (patch) | |
tree | 9c3588c82da7ad3e326f51d899800ad183f0d826 /plugins/Dbx_kyoto/src/kyotocabinet/LINKEXCEPTION | |
parent | 0f73f1572a03e5bae2664c1b2bb2cd18a1e33fca (diff) |
kyotocabinet based db driver
first version that compiles
DO NOT USE IT, dragons live there
git-svn-id: http://svn.miranda-ng.org/main/trunk@12580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_kyoto/src/kyotocabinet/LINKEXCEPTION')
-rw-r--r-- | plugins/Dbx_kyoto/src/kyotocabinet/LINKEXCEPTION | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/plugins/Dbx_kyoto/src/kyotocabinet/LINKEXCEPTION b/plugins/Dbx_kyoto/src/kyotocabinet/LINKEXCEPTION new file mode 100644 index 0000000000..ea30129154 --- /dev/null +++ b/plugins/Dbx_kyoto/src/kyotocabinet/LINKEXCEPTION @@ -0,0 +1,57 @@ + Kyoto Products Specific FOSS Library Linking Exception + Version 1.0, 10 June 2011 + +This Specific FOSS (Free and Open Source Software) Library Linking Exception +allows applications of some specific FOSS libraries to link to Kyoto Products +without the "copyleft" duty defined by the GNU General Public License ("GPL"). +Kyoto Products are licensed pursuant to version 3 (or later) of the GPL, but +this exception permits distribution of Kyoto Products with applications of +pecific FOSS libraries listed below, even though their license may be +imcompativle with the GPL. + +The following terms and conditions describe the circumstances under which +this Specific FOSS Library Linking Exception. + + Specific FOSS Library Linking Exception Terms and Conditions + +1. Definitions + + "Derivative Work" means a derivative work, as defined under applicable + copyright law, formed entirely from the Program and the Specific Library + and the Application. + + "Application" means an application under an arbitrary license, which may + or may not be a FOSS license, linking to the Specific Library. + + "Program" means a copy of FAL Labs' Kyoto Products Libraries. + + "Specific Library" means one of the libraries listed in the section below + titled "Specific Library List". + +2. A developer ("you" or "your") may distribute a Derivative Work under an + arbitrary license, provided that you and the Derivative Work and the + Specific Library linked to by the Derivative Work meet all of the + following conditions: + + a. You don't modify the Program at all. + + b. You use the Program as a backend of the Specific Library and you don't + use any interface of the Program for other purposes except for + utilizing the Specific Library. + + c. The Specific Library is a FOSS product whose license complies to + the Open Source Definition defined by the Open Source Initiative. + + d. The Specific Library does not allow applications to use interfaces of + the Product as a general database functions. + +3. FAL Labs reserves all rights not expressly granted in these terms and + conditions. If all of the above conditions are not met, then this + Specific FOSS Library Linking Exception does not apply to you or your + Derivative Work. + + Specific Library List + + Name: GraphLab + Description: a parallel framework for machine learning + URL: http://www.graphlab.ml.cmu.edu/ |