mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 01:02:51 +00:00
Merge branch 'master' into License_Add-Mongoose
This commit is contained in:
@@ -412,6 +412,38 @@ module.exports = [
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name : 'Icons',
|
||||
icon : 'fas fa-i',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Text Declarations',
|
||||
icon : null,
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Compatibility',
|
||||
icon : 'fas fa-i',
|
||||
gen : LicenseGen.iconsCompatibility,
|
||||
},
|
||||
{
|
||||
name : 'Section 15',
|
||||
icon : 'fas fa-i',
|
||||
gen : LicenseGen.icondsSection15,
|
||||
},
|
||||
{
|
||||
name : 'Trademark',
|
||||
icon : 'fas fa-i',
|
||||
gen : LicenseGen.iconsTrademark,
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name : 'Compatibility Logo',
|
||||
icon : 'fas fa-i',
|
||||
gen : LicenseGen.iconsCompatibilityLogo
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'MIT License',
|
||||
|
||||
Reference in New Issue
Block a user