Skip to content

Commit fe5b5f0

Browse files
committed
Update License
1 parent 8f2ad21 commit fe5b5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yolov5_2_coco.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def __init__(self, dir_path):
6161

6262
self.licenses = [{
6363
'id': 1,
64-
'name': 'GNU General Public License v3.0',
65-
'url': 'https://github.com/zhiqwang/yolov5-rt-stack/blob/master/LICENSE',
64+
'name': 'Apache License v2.0',
65+
'url': 'https://github.com/RapidAI/YOLO2COCO/LICENSE',
6666
}]
6767

6868
def _get_category(self):

0 commit comments

Comments
 (0)