UNPKG

update-copyright

Version:

Update a copyright statement with the current year. Also makes minor corrections.

10 lines (7 loc) 120 B
'use strict'; var year = require('year'); module.exports = { year: year(), prefix: 'Copyright', symbol: '©' };