obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 176 forks source link

Need to change LICENSE from MIT to GPL-3.0 #77

Closed HyunmoAhn closed 5 years ago

HyunmoAhn commented 5 years ago

This repository is helpful for my study. Thank you for your management. But I found the license misused.

Why

This repository(Tracking-with-darkflow) has dependency of another open source library(darkflow, deep_sort, sort)

darkflow, deep_sort, sort all library have GPL-3.0 LICENSE.

I know that if use library of GPL-3.0 license, must follow same license(GPL-3.0). But this repository represent MIT license

Please refer to the following sentences. Check the full text here

  1. Conveying Modified Source Versions. c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.

Did this PR

I edit LICENSE file. The contents brought LICENSE from dependency library. Please check commit.

If this PR doesn't accept your repository, I hope to change license correctly.

obendidi commented 5 years ago

Thanks , didn't take that into account