So, basically me and my team are planning to create python flask app, and we wanted to know whether the app is required to be licensed or it can be distributed as we wish?
i am not sure if i am able to convey exactly what i mean, but hopefully this help you understand what i am trying to ask, if not please let me know, and i will try to clarify my question.
we have created the required python script, that will eventually be converted to a flask app, but the thing is we dont know if its freely distributeable or it needs to be licensed or follow a particular license requirements.
2
Answers
Usually you could find info like this on official repo of projects like flask.
https://github.com/pallets/flask/blob/main/LICENSE.rst
The flask project is under the BSD-3-Clause license (BSD-new).
From wikipedia