浏览代码

Dual license for some of the Labelme utils

Kentaro Wada 1 年之前
父节点
当前提交
12d425b956
共有 3 个文件被更改,包括 9 次插入0 次删除
  1. 3 0
      labelme/utils/_io.py
  2. 3 0
      labelme/utils/image.py
  3. 3 0
      labelme/utils/shape.py

+ 3 - 0
labelme/utils/_io.py

@@ -1,3 +1,6 @@
+# MIT License
+# Copyright (c) Kentaro Wada
+
 import os.path as osp
 import os.path as osp
 
 
 import numpy as np
 import numpy as np

+ 3 - 0
labelme/utils/image.py

@@ -1,3 +1,6 @@
+# MIT License
+# Copyright (c) Kentaro Wada
+
 import base64
 import base64
 import io
 import io
 
 

+ 3 - 0
labelme/utils/shape.py

@@ -1,3 +1,6 @@
+# MIT License
+# Copyright (c) Kentaro Wada
+
 import math
 import math
 import uuid
 import uuid