7 "github.com/mjl-/mox/mox-"
10//go:embed LICENSE.MIT LICENSE.MPLv2.0 licenses/*
11var licensesFsys embed.FS
14 mox.LicensesFsys = licensesFsys
17func cmdLicenses(c *cmd) {
18 c.help = `Print licenses of mox source code and dependencies.`
24 err := mox.LicensesWrite(os.Stdout)