Ubuntu – How to properly provide license when packaging

licensepackaging

I wrote a BTRSF GUI for Ubuntu and I want to license it with the MIT License.Now that I'm packaging it in a .deb format how and were should I include a copy of the license?

Best Answer

Set your licenses in debian/copyright (in your build source). This should be automatically transposed into /usr/share/doc/PACKAGE/copyright during the packaging process.

Related Question