EEXCESS / c4

C4 - Cultural and sCientific Content in Context - is the EEXCESS context detection framework written in JavaScript. It provides supporting functionionality to enable easy user mining and querying for all EEXCESS clients. It supports for example Named Entity Recognition using the DOSeR Service, paragraph detection, Citation Buidling etc.
http://eexcess.eu/
1 stars 1 forks source link

license information for c4 files #30

Closed gdoppler closed 8 years ago

gdoppler commented 8 years ago

For acceptance of or moodle plugin we will need to provide license information for all third-party files that we use, e.g. APIConnector.js from c4. We should provide the licenses for all these files in a structure like <?xml version="1.0"?>

javascript/html5shiv.js Html5Shiv 3.6.2 Apache 2.0 vendor/guzzle/guzzle/ guzzle v3.9.3 MIT

So we would need version and license information. Have we agreed on license for c4? For being used in Moodle that license must be compatible with the GNU GPLv3. http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses

schloett commented 8 years ago

version and license information is available in bower.json. (latest version: 6.5.2, license: MIT).