0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 16:22:41 +00:00

Add Mongoose licenses back for initial work

This commit is contained in:
David Bolack
2025-10-17 15:16:12 -05:00
parent 807a938f01
commit 053d7bef6a
2 changed files with 64 additions and 0 deletions

View File

@@ -9,6 +9,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 TableOfContentsGen = require('./snippets/tableOfContents.gen.js');
const indexGen = require('./snippets/index.gen.js');
@@ -399,6 +400,18 @@ module.exports = [
]
}
]
},
{
name : "Traveller's Aid Society",
subsnippets : [
{
name : "Legal Statement",
gen : LicenseMongoosePublishing.TASLegal,
}
]
}
]
},
{
@@ -444,6 +457,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',