Add License section to README - #79
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
|
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
The new section is well placed and links the repository license, but it conflates this .github repository's AGPL-3.0 license with the separate Enterprise licensing terms for Ultralytics software and models.
💬 Posted 1 inline comment
|
|
||
| ## 📄 License | ||
|
|
||
| Ultralytics offers two licensing options to accommodate diverse needs: |
There was a problem hiding this comment.
💡 MEDIUM: This repository contains only community-health resources, and its LICENSE is the AGPL-3.0 license for those repository contents. Presenting it as a two-option license suggests that an Enterprise License also governs this repository, but the linked Enterprise terms cover Ultralytics software/models instead. Please scope this section to the .github repository's AGPL-3.0 license (or remove the Enterprise option) to avoid giving contributors incorrect licensing guidance.
|
Addressed the review finding in aad0466: the section no longer presents a two-option license for this repository. It now states plainly that this repo's contents are AGPL-3.0, and mentions the Enterprise License only as separately covering Ultralytics software and AI models. |
|
🎉 Thank you, @glenn-jocher, for this valuable contribution!
Adding clear AGPL-3.0 and Enterprise License information makes the |
This repo ships an AGPL-3.0
LICENSEfile, but the README never mentioned or linked it. Added the canonical two-option## 📄 Licensesection between Feedback and Contributions and Contact, matching the section order used across Ultralytics repos.Note:
LICENSEandREADME.mdare this repo's own files and are not inherited as org-wide defaults, so this changes nothing for other repositories.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
📄 Adds clear licensing information to the
.githubrepository README.📊 Key Changes
README.md.🎯 Purpose & Impact