ActionableAgile / jira-to-analytics

This code extracts data from Jira based on a yaml config file, and outputs a properly formatted CSV that can be read by the ActionableAgile Analytics tool.
https://www.actionableagile.com
GNU General Public License v2.0
57 stars 36 forks source link

Inconsistent Licence Declarations #61

Open intrbiz opened 5 years ago

intrbiz commented 5 years ago

The repository provides a LICENSE file which contains the text for the GNU GPL V2 licence, however the README.md and package.json files state a MIT licence.

Since the full licence text for the GNU GPL V2 has been provided I assume this code is meant to be under that licence, can you please confirm?

As such the README.md and package.json files should be amended to reflect the actual licence of this code. Such confusion over the licence should be avoided as this could create a situation where people are not able to use this code.