RPM Guide doesn't state how to handle having no license
I was reading the licensing guide.
It didn't say how to handle no license. That's important for company internal RPMs. They are copyrighted under the company name, and therefore people working for that company can install the rpms, change them etc. But other people should do neither. So to fill the .spec correctly it should say that no license is granted to whoever finds that RPM, copyright handles all use cases.
For now I just added that:
License: None
Is that correct?