LICENSE: Update year to 2018
This commit is contained in:
@ -3,7 +3,7 @@ import * as webpack from 'webpack';
|
||||
|
||||
export default version => new webpack.BannerPlugin({
|
||||
banner:
|
||||
`Misskey v${version} | MIT Licensed, (c) syuilo 2014-2017\n` +
|
||||
`Misskey v${version} | MIT Licensed, (c) syuilo 2014-2018\n` +
|
||||
'https://github.com/syuilo/misskey\n' +
|
||||
`built by ${os.hostname()} at ${new Date()}\n` +
|
||||
'hash:[hash], chunkhash:[chunkhash]'
|
||||
|
Reference in New Issue
Block a user