mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 10:32:45 +00:00
Merge branch 'master' into License_Add-GreenRonin
This commit is contained in:
@@ -227,26 +227,6 @@ module.exports = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name : 'Forged in the Dark',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Logo',
|
||||
icon : 'fas fa-image',
|
||||
gen : LicenseGen.bladesDarkLogo
|
||||
},
|
||||
{
|
||||
name : 'Logo Attribution',
|
||||
icon : 'fas fa-legal',
|
||||
gen : LicenseGen.bladesDarkLogoAttribution
|
||||
},
|
||||
{
|
||||
name : 'Attribution Statement',
|
||||
icon : 'fas fa-legal',
|
||||
gen : LicenseGen.bladesDarkNotice
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name : 'Creative Commons',
|
||||
icon : 'fab fa-creative-commons',
|
||||
@@ -400,11 +380,6 @@ module.exports = [
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : "Hall of Champions Colophon",
|
||||
gen : LicenseDTTRPGGCC.dojHallofChampionsColophon,
|
||||
},
|
||||
|
||||
{
|
||||
name : "Hero Kid\'s Creators Guild",
|
||||
subsnippets : [
|
||||
@@ -442,10 +417,6 @@ module.exports = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name : "Starforgers Guild Colophon",
|
||||
gen : LicenseDTTRPGGCC.alligatorAlleyEntertainmentStarforgersGuildColophon,
|
||||
},
|
||||
{
|
||||
name : "Super-Powered by M&M",
|
||||
subsnippets : [
|
||||
@@ -508,6 +479,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',
|
||||
@@ -527,7 +530,7 @@ module.exports = [
|
||||
icon : 'fab fa-shadowdark',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Icons',
|
||||
name : 'Logos',
|
||||
icon : 'fas fa-image',
|
||||
subsnippets : [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user