Update LICENSE to AGPL-3.0 (#2031)

This commit is contained in:
Glenn Jocher 2023-04-14 15:17:41 +02:00 committed by GitHub
parent 5065ca36a8
commit 2c6fc0a444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
131 changed files with 200 additions and 213 deletions

View file

@ -1,4 +1,4 @@
# Ultralytics YOLO 🚀, GPL-3.0 license
# Ultralytics YOLO 🚀, AGPL-3.0 license
import re
from pathlib import Path
@ -23,7 +23,7 @@ setup(
name='ultralytics', # name of pypi package
version=get_version(), # version of pypi package
python_requires='>=3.7',
license='GPL-3.0',
license='AGPL-3.0',
description='Ultralytics YOLOv8',
long_description=README,
long_description_content_type='text/markdown',