0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 03:02:40 +00:00

Update Blades in the Dark license sections.

This commit is contained in:
David Bolack
2024-08-31 16:36:18 -05:00
parent f7bef214ab
commit 4adcadba67
3 changed files with 16 additions and 5 deletions

View File

@@ -143,29 +143,37 @@ module.exports = [
subsnippets : [
{
name : 'Title Page Declaration',
icon : 'fas fa-text',
gen : LicenseGenAelf.aelfTitleNotice
},
{
name : 'Legal Declaration',
icon : 'fas fa-text',
gen : LicenseGenAelf.aelfLegalNotice
},
{
name : 'AELF License',
icon : 'fas fa-legal',
gen : LicenseGenAelf.aelf10a
}
]
},
{
name : 'Blades in the Dark',
name : 'Forged in the Dark',
subsnippets : [
{
name : 'Forged in the Dark Logo',
name : 'Logo',
icon : 'fas fa-image',
gen : LicenseGen.bladesDarkLogo
},
{
name : 'Usage Statement',
icon : 'fas fa-text',
name : 'Logo Attribution',
icon : 'fas fa-legal',
gen : LicenseGen.bladesDarkLogoAttribution
},
{
name : 'Attribution Statement',
icon : 'fas fa-legal',
gen : LicenseGen.bladesDarkNotice
},
],

View File

@@ -2,6 +2,8 @@
const _ = require('lodash');
// Small and one-off licenses
// Licenses in this file consist of one or two functions at most. If something is larger,
// has more assets, or variations, break it out into a distinct file.
module.exports = {
@@ -54,5 +56,6 @@ module.exports = {
shadowDarkBlack : `![Shadowdark Black Logo](/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png){width:200px}`,
shadowDarkWhite : `![Shadowdark White Logo](/assets/license_logos/Third_Party_Shadowdark_Logo_White.png){width:200px}`,
bladesDarkNotice : `This work is based on Blades in the Dark \(found at (http://www.bladesinthedark.com/)\), product of One Seven Design, developed and authored by John Harper, and licensed for our use under the Creative Commons Attribution 3.0 Unported license \(http://creativecommons.org/licenses/by/3.0/\).`,
bladesDarkLogo : `![Forged in the Dark](/assets/license_logos/forged_in_the_dark_logo2_0.png)`
bladesDarkLogo : `![Forged in the Dark](/assets/license_logos/forged_in_the_dark_logo2_0.png)`,
bladesDarkLogoAttribution : `*Blades in the Dark^tm^ is a trademark of One Seven Design. The Forged in the Dark Logo is © One Seven Design, and is used with permission.*`
};

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB