github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/mutagen/licenses_nosspl.go (about) 1 //go:build !mutagensspl 2 3 package mutagen 4 5 // mutagenSSPLEnhancementsHeader is an additional message to include in the 6 // license text if using SSPL-licensed enhancements. 7 const mutagenSSPLEnhancementsHeader = `` 8 9 // licensesSSPL is an additional message to include in the license text if using 10 // SSPL-licensed enhancements. 11 const licensesSSPL = `` 12 13 // licenseTextSSPL is the Server Side Public License content to include in the 14 // license text if using SSPL-licensed enhancements. 15 const licenseTextSSPL = ``