MCPcopy Create free account
hub / github.com/deathcap/ProgrammerArt / addLicense

Function addLicense

scripts/generate.js:22–25  ·  view source on GitHub ↗
(z)

Source from the content-addressed store, hash-verified

20var zipRP = new NodeZip(undefined, undefined, zipOpts);
21
22var addLicense = function(z) {
23 z.file('LICENSE.txt', fs.readFileSync(root + 'LICENSE', 'utf8'), fileOpts);
24 z.file('CREDITS.txt', fs.readFileSync(root + 'CREDITS', 'utf8'), fileOpts);
25};
26
27addLicense(zipTP);
28addLicense(zipRP);

Callers 1

generate.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected