mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 15:42:39 +00:00
More license updates, make sure everyone can dedent.
This commit is contained in:
@@ -143,12 +143,12 @@ module.exports = [
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Title Page Declaration',
|
||||
icon : 'fas fa-text',
|
||||
icon : 'fas fa-sticky-note',
|
||||
gen : LicenseGenAelf.aelfTitleNotice
|
||||
},
|
||||
{
|
||||
name : 'Legal Declaration',
|
||||
icon : 'fas fa-text',
|
||||
icon : 'fas fa-sticky-note',
|
||||
gen : LicenseGenAelf.aelfLegalNotice
|
||||
},
|
||||
{
|
||||
@@ -278,129 +278,6 @@ module.exports = [
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU',
|
||||
icon : 'fas fa-w',
|
||||
subsnippets : [
|
||||
|
||||
{
|
||||
name : 'GNU Free Documentation License',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gfdl,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU FDL Title Page',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gfdltitle,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU FDL Title Page w/alterations',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gfdltitleinvariant,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU General Public License v3',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gpl3,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU GPLv3 Title Page',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gpl3title,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'MIT License',
|
||||
icon : 'fas fa-mit',
|
||||
gen : LicenseGen.mit,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'ORC Notice',
|
||||
icon : 'fas fa-Paizo',
|
||||
gen : LicenseGen.orc1,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Old School Essentials',
|
||||
icon : 'fas fa-ose',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'OSE Logo - Black',
|
||||
icon : 'fas fab-ose',
|
||||
gen : LicenseGen.oseBlack,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'OSE Logo - White',
|
||||
icon : 'fas fa-ose',
|
||||
gen : LicenseGen.oseWhite,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'OSE Legal Text',
|
||||
icon : 'fas fa-alt',
|
||||
gen : LicenseGen.oseNotice,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Shadowdark',
|
||||
icon : 'fab fa-shadowdark',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Icons',
|
||||
icon : 'fas fa-image',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Compatibility Logo - Black',
|
||||
icon : 'fas fa-image',
|
||||
gen : LicenseGen.shadowDarkBlack
|
||||
},
|
||||
{
|
||||
name : 'Compatibility Logo - White',
|
||||
icon : 'fas fa-image',
|
||||
gen : LicenseGen.shadowDarkWhite
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name : 'License Statement',
|
||||
icon : 'fas fa-alt',
|
||||
gen : LicenseGen.shadowDarkNotice
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Wizards of the Coast',
|
||||
icon : 'fab fa-wizards-of-the-coast',
|
||||
subsnippets : [
|
||||
|
||||
{
|
||||
name : 'OGL 1.0 A',
|
||||
icon : 'fab fa-wizards-of-the-coast',
|
||||
gen : LicenseGenWotC.ogl1a,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'WoTC Fan Content Policy',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenWotC.fcp,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'DTRPG Community Content',
|
||||
incon : 'fab fa-dtrpg',
|
||||
@@ -761,8 +638,128 @@ module.exports = [
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name : 'GNU',
|
||||
icon : 'fas fa-w',
|
||||
subsnippets : [
|
||||
|
||||
{
|
||||
name : 'GNU Free Documentation License',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gfdl,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU FDL Title Page',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gfdltitle,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU FDL Title Page w/alterations',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gfdltitleinvariant,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU General Public License v3',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gpl3,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'GNU GPLv3 Title Page',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenGNU.gpl3title,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'MIT License',
|
||||
icon : 'fas fa-mit',
|
||||
gen : LicenseGen.mit,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'ORC Notice',
|
||||
icon : 'fas fa-Paizo',
|
||||
gen : LicenseGen.orc1,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Old School Essentials',
|
||||
icon : 'fas fa-ose',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'OSE Logo - Black',
|
||||
icon : 'fas fab-ose',
|
||||
gen : LicenseGen.oseBlack,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'OSE Logo - White',
|
||||
icon : 'fas fa-ose',
|
||||
gen : LicenseGen.oseWhite,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'OSE Legal Text',
|
||||
icon : 'fas fa-alt',
|
||||
gen : LicenseGen.oseNotice,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Shadowdark',
|
||||
icon : 'fab fa-shadowdark',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Icons',
|
||||
icon : 'fas fa-image',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Compatibility Logo - Black',
|
||||
icon : 'fas fa-image',
|
||||
gen : LicenseGen.shadowDarkBlack
|
||||
},
|
||||
{
|
||||
name : 'Compatibility Logo - White',
|
||||
icon : 'fas fa-image',
|
||||
gen : LicenseGen.shadowDarkWhite
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name : 'License Statement',
|
||||
icon : 'fas fa-alt',
|
||||
gen : LicenseGen.shadowDarkNotice
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Wizards of the Coast',
|
||||
icon : 'fab fa-wizards-of-the-coast',
|
||||
subsnippets : [
|
||||
|
||||
{
|
||||
name : 'OGL 1.0 A',
|
||||
icon : 'fab fa-wizards-of-the-coast',
|
||||
gen : LicenseGenWotC.ogl1a,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'WoTC Fan Content Policy',
|
||||
icon : 'fas fa-w',
|
||||
gen : LicenseGenWotC.fcp,
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user