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:
@@ -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
|
||||
},
|
||||
],
|
||||
|
||||
@@ -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 : `{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/\).`,
|
||||
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