mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 12:32:39 +00:00
Add initial Mongoose material
This commit is contained in:
@@ -8,6 +8,7 @@ const LicenseGenGNU = require('./snippets/licenseGNU.gen.js');
|
||||
const LicenseGen = require('./snippets/license.gen.js');
|
||||
const LicenseGenAelf = require('./snippets/licenseAELF.js');
|
||||
const LicenseDTTRPGGCC = require('./snippets/licenseDTRPGCC.gen.js');
|
||||
const LicenseMongoosePublishing = require('./snippets/licenseMongoose.gen.js');
|
||||
const dedent = require('dedent-tabs').default;
|
||||
const TableOfContentsGen = require('./snippets/tableOfContents.gen.js');
|
||||
const indexGen = require('./snippets/index.gen.js');
|
||||
@@ -673,6 +674,16 @@ module.exports = [
|
||||
gen : LicenseDTTRPGGCC.ulissesSpieleCompanyPhoenixColophon,
|
||||
},
|
||||
|
||||
{
|
||||
name : "Traveller's Aid Society",
|
||||
subsnippets : [
|
||||
{
|
||||
name : "Legal Statement",
|
||||
gen : LicenseMongoosePublishing.TASLegal,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -718,6 +729,34 @@ module.exports = [
|
||||
gen : LicenseGen.mit,
|
||||
},
|
||||
|
||||
{
|
||||
name : 'Mongoose Publishing Fair Use',
|
||||
icon : 'fas fa-mongoosepub',
|
||||
subsnippets : [
|
||||
{
|
||||
name : 'Long Form Fair Use',
|
||||
icon : null,
|
||||
gen : LicenseMongoosePublishing.fairUseLong,
|
||||
},
|
||||
{
|
||||
name : 'Traveller Fair Use',
|
||||
icon : null,
|
||||
gen : LicenseMongoosePublishing.fairUseTraveller,
|
||||
},
|
||||
{
|
||||
name : '2300 AD Fair Use',
|
||||
icon : null,
|
||||
gen : LicenseMongoosePublishing.fairUse2300AD,
|
||||
},
|
||||
{
|
||||
name : 'Twilight 2000 Fair Use',
|
||||
icon : null,
|
||||
gen : LicenseMongoosePublishing.fairUseTwilight2000,
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
name : 'ORC Notice',
|
||||
icon : 'fas fa-Paizo',
|
||||
@@ -1144,9 +1183,4 @@ module.exports = [
|
||||
},
|
||||
];
|
||||
|
||||
// Recontact after first of year
|
||||
// {
|
||||
// name : "Travellers Aid Society Colophon",
|
||||
// gen : LicenseDTTRPGGCC.mongooseTravellersAidSocietyColophon,
|
||||
// },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user