Add SPDX header to files in the project root directory. Signed-off-by: Albert Esteve <aesteve@redhat.com>
9 lines
159 B
Python
Executable File
9 lines
159 B
Python
Executable File
#!/usr/bin/python3
|
|
#
|
|
# SPDX-FileCopyrightText: Red Hat, Inc.
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
from ovirt_imageio.client import _tool
|
|
|
|
_tool.main()
|