mvaerle / python-ifc

An IFC file parser in python
GNU Lesser General Public License v3.0
68 stars 28 forks source link

license #3

Open JosefAssad opened 11 years ago

JosefAssad commented 11 years ago

Can you slap a license on this code please? I've forked your repo and would like to know what I am allowed to do with the code. Anything standard like Apache 2 or GPL is great. :)

mvaerle commented 11 years ago

Hi,

I'll put it up somewhere next week. It will be BSD license. Note that my code is pretty limited and has a lot of bugs.

IfcOpenShell is a much better IFC library to use http://ifcopenshell.org/

Regards, Marijn

On 16 nov. 2012, at 22:12, Josef Assad notifications@github.com wrote:

Can you slap a license on this code please? I've forked your repo and would like to know what I am allowed to do with the code. Anything standard like Apache 2 or GPL is great. :)

— Reply to this email directly or view it on GitHubhttps://github.com/mvaerle/python-ifc/issues/3.

JosefAssad commented 11 years ago

BSD is great, thank you! I'm aware of IfcOpenShell, I like your code because it is more approachable. I am not an IFC expert.