Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize license headers in Python files #13490

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

pderrenger
Copy link
Member

@pderrenger pderrenger commented Jan 15, 2025

This PR updates all Python file headers to use a standardized license format. 🔄

Changes:

  • 📝 Standardized header: # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  • 🧹 Ensures consistent spacing after headers
  • 🔍 Applies to all Python files except those in venv

Learn more about Ultralytics licensing 📚

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

This PR updates licensing headers across all source files in the YOLOv5 repository for clarity and consistency.

📊 Key Changes

  • Updated license headers from "Ultralytics YOLOv5 🚀, AGPL-3.0 license" to "Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license" in all files.
  • Slight restructuring of some assert and error messages for readability and formatting.

🎯 Purpose & Impact

  • Purpose:

    • Provide a consistent and clear reference to the open-source AGPL-3.0 license and the Ultralytics licensing page.
    • Enhance uniformity in licensing documentation across the codebase.
  • Impact:

    • Helps users, developers, and contributors better understand licensing terms.
    • No functional changes—users will not experience any behavior or performance differences. 📜✨

@glenn-jocher glenn-jocher merged commit c568972 into master Jan 15, 2025
10 checks passed
@glenn-jocher glenn-jocher deleted the refactor-20250115140854 branch January 15, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops GitHub Devops or MLops documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants