ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

[#73] Document the project's license (AGPL v3.0) #74

Closed torfsen closed 6 years ago

torfsen commented 6 years ago

Adds a LICENSE file and a corresponding notice in README.md for the AGPL v3.0 license which is used for all CKAN extensions.

@amercader Please let me know if there is anything else that should be mentioned regarding license/copyright.

torfsen commented 6 years ago

Argh, the errors on Travis are unrelated to this PR.

amercader commented 6 years ago

Thanks for this @torfsen

The errors are because of this: https://github.com/psycopg/psycopg2/issues/594

The workaround is to upgrade psycopg2 (tricky in CKAN's case) or maybe use an older travis image.

neilmayhew commented 6 years ago

It would also be helpful to enter a value in the license field in setup.py.

While you're at it, url and keywords are also empty.

torfsen commented 6 years ago

Thanks for the review, @amercader! I've fixed the Travis issue via workaround for ckanext-pages in 0081b250cca9670cdf22e07a95eb0808256e1d30 and created a PR to fix it in core CKAN.

As @neilmayhew has suggested I've also added the license information to setup.py.