diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7f9f694..466b52e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,4 +1,5 @@ -# Ultralytics 🚀 - AGPL-3.0 License https://ultralytics.com/license +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license + # Ultralytics Actions https://github.com/ultralytics/actions # This workflow automatically formats code and documentation in PRs to official Ultralytics standards diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index c6c58f5..c11674a 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,4 +1,5 @@ -# Ultralytics YOLO 🚀, AGPL-3.0 license +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license + # Continuous Integration (CI) GitHub Actions tests broken link checker using https://github.com/lycheeverse/lychee # Ignores the following status codes to reduce false positives: # - 401(Vimeo, 'unauthorized') diff --git a/.github/workflows/publish-handbook.yml b/.github/workflows/publish-handbook.yml index c035ac0..65232bb 100644 --- a/.github/workflows/publish-handbook.yml +++ b/.github/workflows/publish-handbook.yml @@ -1,4 +1,4 @@ -# Ultralytics 🚀 - AGPL-3.0 License https://ultralytics.com/license +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license name: Publish Handbook to GitHub Pages diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 2b52d55..b4df5e0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -1,4 +1,5 @@ -# Ultralytics 🚀 - AGPL-3.0 License https://ultralytics.com/license +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license + # Ultralytics Actions https://github.com/ultralytics/actions # This workflow automatically publishes a new repository tag and release diff --git a/docs/mkdocs_github_authors.yaml b/docs/mkdocs_github_authors.yaml index 5db255a..8afd0bb 100644 --- a/docs/mkdocs_github_authors.yaml +++ b/docs/mkdocs_github_authors.yaml @@ -1,3 +1,5 @@ +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license + 62214284+Burhan-Q@users.noreply.github.com: avatar: https://avatars.githubusercontent.com/u/62214284?v=4 username: Burhan-Q diff --git a/mkdocs.yml b/mkdocs.yml index 2ba2761..715de27 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# Ultralytics YOLO 🚀, AGPL-3.0 license +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license # Configuration file for building the Ultralytics YOLO documentation site using MkDocs. # Provides settings to control site metadata, customize the appearance using the diff --git a/pyproject.toml b/pyproject.toml index 332ad17..2e5c967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Ultralytics YOLO 🚀, AGPL-3.0 License https://ultralytics.com/license +# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license # Overview: # This pyproject.toml file manages the build, packaging, and distribution of the Ultralytics Template library.