From 12d425b956878132566d243b4d9f6f3af33ec810 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 11 Feb 2024 13:44:40 +0900 Subject: [PATCH] Dual license for some of the Labelme utils --- labelme/utils/_io.py | 3 +++ labelme/utils/image.py | 3 +++ labelme/utils/shape.py | 3 +++ 3 files changed, 9 insertions(+) diff --git a/labelme/utils/_io.py b/labelme/utils/_io.py index cf869e1e7..9e97ef558 100644 --- a/labelme/utils/_io.py +++ b/labelme/utils/_io.py @@ -1,3 +1,6 @@ +# MIT License +# Copyright (c) Kentaro Wada + import os.path as osp import numpy as np diff --git a/labelme/utils/image.py b/labelme/utils/image.py index 087953ec7..a037265cf 100644 --- a/labelme/utils/image.py +++ b/labelme/utils/image.py @@ -1,3 +1,6 @@ +# MIT License +# Copyright (c) Kentaro Wada + import base64 import io diff --git a/labelme/utils/shape.py b/labelme/utils/shape.py index 020c5709b..2aab557c9 100644 --- a/labelme/utils/shape.py +++ b/labelme/utils/shape.py @@ -1,3 +1,6 @@ +# MIT License +# Copyright (c) Kentaro Wada + import math import uuid