dme-compunet / YoloV8

Integrate YOLOv8 into your C# project for a variety of real-time tasks including object detection, instance segmentation, pose estimation and more, using ONNX Runtime.
https://www.nuget.org/packages/YoloV8
GNU Affero General Public License v3.0
242 stars 45 forks source link

Align YOLOv8 with AGPL-3.0 License Requirements #51

Closed RizwanMunawar closed 4 months ago

RizwanMunawar commented 4 months ago

@dme-compunet @FunJoo

I’ve discovered an oversight where code from ultralytics/ultralytics under AGPL-3.0 has been incorporated into dme-compunet/YOLOv8 and incorrectly licensed under MIT. Key examples include usage instructions, hyperlinks

To address this and ensure full legal compliance, I recommend promptly updating YOLOv8 licensing to AGPL-3.0.

I appreciate your prompt attention to this matter.

@glenn-jocher @Burhan-Q

Thanks and Regards Ultralytics Team!

glenn-jocher commented 4 months ago

@RizwanMunawar thanks for updating the license to the correct AGPL-3.0 License.

@dme-compunet @FunJoo please merge this PR as soon as you can to comply with the Ultralytics YOLO license terms. Thank you!

dme-compunet commented 4 months ago

Sure, no problem

RizwanMunawar commented 4 months ago

Thanks @dme-compunet!

But I just seen that there are two licenses found in the repository, can you please remove the MIT license? Thanks

dme-compunet commented 4 months ago

@RizwanMunawar it got fixed! Now there is no MIT license in repository.

RizwanMunawar commented 4 months ago

Awesome. Thanks @dme-compunet