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.
10 lines
163 B
Python
Executable File
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())
|