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