🌟 Summary
Minor updates to standardize license formatting across workflow and project files. 🛠️✨
📊 Key Changes
- Adjusted the license formatting in
format.yml
,publish.yml
, andpyproject.toml
to a consistent style:
Changed fromUltralytics YOLO 🚀, AGPL-3.0 license
toUltralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
.
🎯 Purpose & Impact
- 📄 Improved Clarity: Ensures the license reference is standardized and easier to understand.
- ✅ Consistency: Promotes a polished, uniform format across all project-related files.
- 🌐 Transparency: Reinforces openness and accessibility by linking directly to the license details.
What's Changed
- Ultralytics Refactor https://ultralytics.com/actions by @glenn-jocher in #78
- Standardize license headers in Python files by @pderrenger in #79
- Standardize license headers in TOML/YAML files by @pderrenger in #80
- Update pyproject.toml by @glenn-jocher in #81
- Update init.py by @glenn-jocher in #82
Full Changelog: v2.0.13...v2.0.14