Skip to content

Commit

Permalink
Update license line in Python files (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant authored Jun 18, 2024
1 parent 86163ff commit e04a08d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics πŸš€ - AGPL-3.0 license
# Ultralytics YOLO πŸš€, 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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics Template πŸš€, AGPL-3.0 license
# Ultralytics YOLO πŸš€, AGPL-3.0 License https://ultralytics.com/license

# Overview:
# This pyproject.toml file manages the build, packaging, and distribution of the Ultralytics Template library.
Expand Down
2 changes: 1 addition & 1 deletion template/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Ultralytics YOLO πŸš€, AGPL-3.0 license
# Ultralytics YOLO πŸš€, AGPL-3.0 License https://ultralytics.com/license

__version__ = "0.0.0"
2 changes: 1 addition & 1 deletion template/module1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics YOLO πŸš€, AGPL-3.0 license
# Ultralytics YOLO πŸš€, AGPL-3.0 License https://ultralytics.com/license


def add_numbers(a, b):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_module1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics YOLO πŸš€, AGPL-3.0 license
# Ultralytics YOLO πŸš€, AGPL-3.0 License https://ultralytics.com/license

from module1 import add_numbers

Expand Down

0 comments on commit e04a08d

Please sign in to comment.