LICENSE: Update year to 2018
This commit is contained in:
parent
deb86bf6e5
commit
17369103d7
3 changed files with 3 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2017 syuilo
|
||||
Copyright (c) 2014-2018 syuilo
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"copyright": "Copyright (c) 2014-2017 syuilo",
|
||||
"copyright": "Copyright (c) 2014-2018 syuilo",
|
||||
"themeColor": "#ff4e45",
|
||||
"themeColorForeground": "#fff"
|
||||
}
|
||||
|
|
|
@ -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]'
|
||||
|
|
Loading…
Reference in a new issue