mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 10:12:41 +00:00
Add initial Mongoose material
This commit is contained in:
@@ -168,9 +168,6 @@ module.exports = {
|
||||
Distributed through the Hero Kids Creator's Guild at DriveThruRPG.
|
||||
`;
|
||||
},
|
||||
// Mongoose's version of Traveller's Aid Society - Verify Logo and access
|
||||
// Recontact after first of 2025
|
||||
// mongooseTravellersAidSocietyColophon : `This product was created under license. Traveller and its logo are trademarks of Far Future Enterprises. This work contains material that is copyright Mongoose Publishing and/or other authors. Such material is used with permission under the Community Content Agreement for The Travellers' Aid Society.`,
|
||||
// Monte Cook's Cypher License
|
||||
monteCookCypherCover : `Requires the Cypher System Rulebook from Monte Cook Games. Distributed through the Cypher System CreatorTM at DriveThruRPG.`,
|
||||
monteCookCypherColophon : function() {
|
||||
|
||||
23
themes/V3/Blank/snippets/licenseMongoose.gen.js
Normal file
23
themes/V3/Blank/snippets/licenseMongoose.gen.js
Normal file
@@ -0,0 +1,23 @@
|
||||
/* eslint-disable max-lines */
|
||||
const _ = require('lodash');
|
||||
const dedent = require('dedent');
|
||||
|
||||
// AELF License
|
||||
|
||||
module.exports = {
|
||||
fairUseLong : function() {
|
||||
return `The Traveller, 2300AD and Twilight: 2000 games in all forms are owned by Mongoose Publishing. Copyright 1977 - 2024 Mongoose Publishing. Traveller is a registered trademark of Mongoose Publishing. Mongoose Publishing permits web sites and fanzines for this game, provided it contains this notice, that Mongoose Publishing is notified, and subject to a withdrawal of permission on 90 days notice. The contents of this site are for personal, non-commercial use only. Any use of Mongoose Publishing's copyrighted material or trademarks anywhere on this web site and its files should not be viewed as a challenge to those copyrights or trademarks. In addition, any program/articles/file on this site cannot be republished or distributed without the consent of the author who contributed it.`;
|
||||
},
|
||||
fairUseTraveller : function() {
|
||||
return `The Traveller game in all forms is owned by Mongoose Publishing. Copyright 1977 - 2024 Mongoose Publishing.`;
|
||||
},
|
||||
fairUse2300AD : function() {
|
||||
return `The 2300AD game in all forms is owned by Mongoose Publishing. Copyright 1986 - 2024 Mongoose Publishing.`;
|
||||
},
|
||||
fairUseTwilight2000 : function() {
|
||||
return `The Twilight: 2000 game in all forms is owned by Mongoose Publishing. Copyright 1984 - 2024 Mongoose Publishing.`;
|
||||
},
|
||||
TASLegal : function(){
|
||||
return `This product was created under license. Traveller and its logo are trademarks of Mongoose Publishing. This work contains material that is copyright Mongoose Publishing and/or other authors. Such material is used with permission under the Community Content Agreement for The Travellers' Aid Society.`;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user