"runner/vscode:/vscode.git/clone" did not exist on "3ed7ad3ab32b458aa2fdb8d0144c546efdb26a72"
Unverified Commit 10fa1eea authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Add copyright header (#171)

* add copyright header

* change # to // for cpp files
parent da7bb063
# Copyright (c) Open-MMLab. All rights reserved.
# flake8: noqa
import os
......
# Copyright (c) Open-MMLab. All rights reserved.
import os.path as osp
import sys
from pathlib import Path
......
# Copyright (c) Open-MMLab. All rights reserved.
import sys
import time
......
# Copyright (c) Open-MMLab. All rights reserved.
import os.path as osp
import tempfile
import warnings
......
# Copyright (c) Open-MMLab. All rights reserved.
import time
import pytest
......
# Copyright (c) Open-MMLab. All rights reserved.
import os
import os.path as osp
import tempfile
......
# Copyright (c) Open-MMLab. All rights reserved.
import numpy as np
import pytest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment