Skip to content

Commit 36c1d53

Browse files
authored
Standardize license headers in Python files (#123)
Automated merge of Ultralytics Code Refactor
1 parent bbe11ba commit 36c1d53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ultralytics MkDocs plugin 🚀, AGPL-3.0 license
1+
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
22

33
from .main import MetaPlugin
44

plugin/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ultralytics MkDocs plugin 🚀, AGPL-3.0 license
1+
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
22

33
import json
44
from pathlib import Path

plugin/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ultralytics MkDocs plugin 🚀, AGPL-3.0 license
1+
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
22

33
import contextlib
44
import re

0 commit comments

Comments
 (0)