openSUSE-release-tools/openqa-maintenance.py
Jimmy Berry 6069245350 Remove SUSE copyright, warranty, and license headers.
Distinct copyrights were left as I do not wish to track down commit
history to ensure it properly documents the copyright holders. Also left
non-GPLv2 licenses and left bs_copy untouched as a mirror from OBS.

Already have a mix of with and without headers and even OBS does not place
on majority of files. If SUSE lawyers have an issue it will come up in
legal review for Factory.
2018-08-23 19:18:06 -05:00

10 lines
163 B
Python
Executable File

#!/usr/bin/python
from oqamaint.cli import CommandLineInterface
import sys
if __name__ == "__main__":
app = CommandLineInterface()
sys.exit(app.main())