Carleslc / Simple-YAML

This Java API provides an easy-to-use way to store data and provide configurations using the YAML format.
https://carleslc.me/Simple-YAML
GNU General Public License v3.0
130 stars 38 forks source link

Licensing issue #1

Closed DarkSeraphim closed 7 years ago

DarkSeraphim commented 7 years ago

Give credit where credit is due. You pretty much copy pasted half the classes (if not more) from Bukkit.

Moreover, their license does not allow you to use it as it currently is used:

Carleslc commented 7 years ago

You're right, thank you. Firstly I've changed the LICENSE to match GPL v3.

Now what I need to do exactly? Documenting changes from the Bukkit configuration files?

DarkSeraphim commented 7 years ago

Documenting changes you made to the files you use from Bukkit I believe.

(Besides it'd probably be nice for the Bukkit team to note that you're using their YAML wrapper as well)

Carleslc commented 7 years ago

Ok, I've improved the README and added @author tag to each File.