UNPKG

277 BJavaScriptView Raw
1module.exports = function (name, version) {
2 return `
3/** @license ${name} ${version}
4*
5* Copyright (c) M.C. van den Boogaart <scola@kvdb.name>
6*
7* This source code is licensed under the MIT license found in the
8* LICENSE file in the root directory of this source tree.
9*/`
10}