You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
330 B

  1. module.exports = ''
  2. + ' /*' + '\n'
  3. + ' * # <%= package.title %>' + '\n'
  4. + ' * <%= package.repository.url %>' + '\n'
  5. + ' *' + '\n'
  6. + ' *' + '\n'
  7. + ' * Copyright 2014 Contributors' + '\n'
  8. + ' * Released under the MIT license' + '\n'
  9. + ' * http://opensource.org/licenses/MIT' + '\n'
  10. + ' *' + '\n'
  11. + ' */' + '\n'
  12. ;