UNPKG

272 BJavaScriptView Raw
1/**
2 * Bud file for LICENSE
3 */
4
5'use strict'
6
7const apeTmpl = require('ape-tmpl')
8
9module.exports = apeTmpl.licenseBud({
10 type: 'MIT',
11 holder: 'apeman-labo',
12 year: 2015
13})
14
15if (!module.parent) {
16 // This will generate "LICENSE"
17 require('coz').render(__filename)
18}
\No newline at end of file