mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 08:12:39 +00:00
Update Blades in the Dark license sections.
This commit is contained in:
@@ -143,29 +143,37 @@ module.exports = [
|
|||||||
subsnippets : [
|
subsnippets : [
|
||||||
{
|
{
|
||||||
name : 'Title Page Declaration',
|
name : 'Title Page Declaration',
|
||||||
|
icon : 'fas fa-text',
|
||||||
gen : LicenseGenAelf.aelfTitleNotice
|
gen : LicenseGenAelf.aelfTitleNotice
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Legal Declaration',
|
name : 'Legal Declaration',
|
||||||
|
icon : 'fas fa-text',
|
||||||
gen : LicenseGenAelf.aelfLegalNotice
|
gen : LicenseGenAelf.aelfLegalNotice
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'AELF License',
|
name : 'AELF License',
|
||||||
|
icon : 'fas fa-legal',
|
||||||
gen : LicenseGenAelf.aelf10a
|
gen : LicenseGenAelf.aelf10a
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Blades in the Dark',
|
name : 'Forged in the Dark',
|
||||||
subsnippets : [
|
subsnippets : [
|
||||||
{
|
{
|
||||||
name : 'Forged in the Dark Logo',
|
name : 'Logo',
|
||||||
icon : 'fas fa-image',
|
icon : 'fas fa-image',
|
||||||
gen : LicenseGen.bladesDarkLogo
|
gen : LicenseGen.bladesDarkLogo
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Usage Statement',
|
name : 'Logo Attribution',
|
||||||
icon : 'fas fa-text',
|
icon : 'fas fa-legal',
|
||||||
|
gen : LicenseGen.bladesDarkLogoAttribution
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : 'Attribution Statement',
|
||||||
|
icon : 'fas fa-legal',
|
||||||
gen : LicenseGen.bladesDarkNotice
|
gen : LicenseGen.bladesDarkNotice
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
|
|
||||||
// Small and one-off licenses
|
// 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 = {
|
module.exports = {
|
||||||
|
|
||||||
@@ -54,5 +56,6 @@ module.exports = {
|
|||||||
shadowDarkBlack : `{width:200px}`,
|
shadowDarkBlack : `{width:200px}`,
|
||||||
shadowDarkWhite : `{width:200px}`,
|
shadowDarkWhite : `{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/\).`,
|
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 : ``
|
bladesDarkLogo : ``,
|
||||||
|
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.*`
|
||||||
};
|
};
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user