Open wetneb opened 5 years ago
Welcome to the project! I have added a license file. Let me speak to a few of your other points:
There is also this for me to do:
Great! But the license you have added is just the preamble that is designed to be added as header to the source files, I think. It is generally expected that you put the full text of the license: https://www.gnu.org/licenses/agpl-3.0.txt This way GitHub should detect it more easily.
Oh, ok, fixed!
Awesome, now it registers the license correctly:
Hi!
This project is great! It seems to be very advanced, I will try to play with it. If you are interested in growing this as an open source project, there are a few things that could be improved:
LICENSE
file which contains the stated license (AGPLv3), this will let GitHub (and many other tools) detect the license of this software;.jar
files stored in the repository: Maven/Gradle can already fetch them from the project configuration. When using an IDE, just use plugins to integrate with one of these build systems. That makes Eclipse project creation much easier (the configuration is directly derived from the build system config);These little habits should make development much more pleasant, and they will lower the bar for other contributors (be they from your team or external).