haplokuon / netDxf

.net dxf Reader-Writer
MIT License
986 stars 400 forks source link

About comment in output file #305

Closed is0263rf closed 3 years ago

is0263rf commented 3 years ago

This library currently licensed under MIT license. But, default comment in output file says LGPL. Is there some kind of meaning to that?

https://github.com/haplokuon/netDxf/blob/e1b64e9f19f9e0fc7f72ed7b7b746f2682849561/netDxf/DxfDocument.cs#L164

haplokuon commented 3 years ago

I have changed the license a few months ago and I forgot to change that. Don't worry about it, you can easily edit, delete, and add your own comments.

is0263rf commented 3 years ago

Thank you. I sent pull request.

haplokuon commented 3 years ago

Thank you for your pull request, it won't be necessary, I already did the changes in my working copy. More programs should make use of the comments at least to identify its origin, even though they are not used in binary DXF files.

is0263rf commented 3 years ago

I see. My question was solved.