File licenses.config of Package rpmlint

# -*- python -*-
# vim: syntax=python sw=4 et

# This line is mandatory to access the configuration functions
from Config import *
from Filter import addDetails

addDetails('invalid-license',
"""The specified license string is not recognized. Please refer to
http://license.opensuse.org/ for the list of known licences and
their exact spelling.""")

# from http://www.spdx.org/licenses/
setOption('ValidLicenses', (
	# generated in spec file
	#VALIDLICENSES
))
openSUSE Build Service is sponsored by