oguzhancevik / obj2gltf

OBJ to glTF converter for Java
9 stars 4 forks source link

This project is a blatant copyright violation #4

Open javagl opened 2 years ago

javagl commented 2 years ago

JglTF is published under the MIT license. This is a very permissive license. The only reqirement from this license is that the copyright information is included. This is clearly and explicitly stated in each and every copyright header of JglTF.

But when comparing the ObjGltfAssetCreatorV2 from JglTF and the ObjGltfAssetCreatorV2 from this project, it is obvious that the only change was that the copyright information was removed. And this refers to most of the classes in this project.

You should be ashamed.