yblin / Supervoxel-for-3D-point-clouds

A no dependency, header-only, fast supervoxel segmentation library for 3D point clouds
MIT License
230 stars 60 forks source link

Add a software license to the repository #7

Open dokempf opened 1 year ago

dokempf commented 1 year ago

The "About" section mentions that the code is license free. I assume that your intent with this statement is to make this peice of software available and usable freely for others. Unfortunately, the absence of a license makes it legally unusable in most jurisdictions, as copyright law is reserving all rights to the author.

If your intent was to make it freely available, please consider adding a permissive license e.g. MIT License or if you want to be as open as possible e.g. the Unlicense

yblin commented 1 year ago

I added a MIT license as you suggested. Thanks!