academic-moodle-cooperation / moodle-gradereport_gradedist

The Grade Distribution visualizes the distribution of the participants' letter grades in the grades overview. Changes to letter grades can be visually analysed, saved and overwritten if necessary.
https://academic-moodle-cooperation.org/gradereport_gradedist/
4 stars 0 forks source link

Highcharts JS license #3

Closed mudrd8mz closed 8 years ago

mudrd8mz commented 9 years ago

As per http://shop.highsoft.com/highcharts.html I assume you intended to use it under its CC-NonCommercial license. However, that is not compatible with GNU GPL so the library cannot be distributed together with your code in a single package. One way would be to remove the js/highcharts.src.js and js/exporting.src.js from your code and let the site admins to download them manually (if they are allowed to - for "personal or non-profit projects"). Alternatively, you may want to search for a library providing same features and is compatible with GPLv3.

kaspot commented 9 years ago

thanks - we will take a look at this

mkemmerling commented 8 years ago

As proposed the files js/highcharts.src.js and js/exporting.src.js have been removed from the master and MOODLE_28_STABLE branches. A download description has been added to the README.