We have a gem distributed under a commercial license (Cuber License).
Now we have specified the license in a file called LICENSE in the root of the Git repository.
However when I run gem build I get a warning, complaining that license is not present in the gemspec.
I see a lot of confusion here, in case of a commercial license (EULA)...
- Should I keep the
license field empty?
- Should I use
Nonstandard for the license field?
- Should I use
Cuber License for the license field?
- Should I use
LicenseRef-LICENSE for the license field?
Every part of your documentation seems to suggest something different and a clarification would be useful for everyone.
We have a gem distributed under a commercial license (Cuber License).
Now we have specified the license in a file called
LICENSEin the root of the Git repository.However when I run
gem buildI get a warning, complaining thatlicenseis not present in thegemspec.I see a lot of confusion here, in case of a commercial license (EULA)...
licensefield empty?Nonstandardfor thelicensefield?Cuber Licensefor thelicensefield?LicenseRef-LICENSEfor thelicensefield?Every part of your documentation seems to suggest something different and a clarification would be useful for everyone.