Comment 2 for bug 1814640

Revision history for this message
Adam Collard (adam-collard) wrote :

snapd seems to not understand the license that the store does, so that when the snaps are installed it thinks the license is unset.

I correctly saw the license for both snaps when they were uninstalled:

$ snap info h2static sshoot | grep license
license: LGPL-3.0
license: GPL-3.0+
$ snap install sshoot --classic
...
$ snap info h2static sshoot | grep license
license: LGPL-3.0
license: unset