Fix some typos
commit e484950a:
cerbero: Fix typo in license install function
We need to return an empty array instead of None, else we will fail
during installation trying to use a file path called None
commit caed6aed:
cerbero: Import enums from the enums module
The license install function commit is very important to backport. Without that, usage of proprietary licenses completely broken.