Skip to content

Commit

Permalink
chore(licensify): update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Jan 2, 2017
1 parent 0c894d7 commit c0d6252
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ NOTE: If licensify works in any of the unsupported environments, it is purely co
LICENSE
---------------------------------------
Licensed under the [MIT](https://twada.mit-license.org/2014-2016) license.
Licensed under the [MIT](https://twada.mit-license.org/2014-2017) license.
[npm-url]: https://www.npmjs.com/package/licensify
Expand All @@ -236,5 +236,5 @@ Licensed under the [MIT](https://twada.mit-license.org/2014-2016) license.
[depstat-url]: https://gemnasium.com/twada/licensify
[depstat-image]: https://gemnasium.com/twada/licensify.svg
[license-url]: https://twada.mit-license.org/2014-2016
[license-url]: https://twada.mit-license.org/2014-2017
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* https://github.com/twada/licensify
*
* Copyright (c) 2014-2016 Takuto Wada
* Copyright (c) 2014-2017 Takuto Wada
* Licensed under the MIT license.
* https://twada.mit-license.org/2014-2016
* https://twada.mit-license.org/2014-2017
*/
module.exports = require('./lib/licensify');
4 changes: 2 additions & 2 deletions lib/licensify.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* https://github.com/twada/licensify
*
* Copyright (c) 2014-2016 Takuto Wada
* Copyright (c) 2014-2017 Takuto Wada
* Licensed under the MIT license.
* https://twada.mit-license.org/2014-2016
* https://twada.mit-license.org/2014-2017
*/
'use strict';

Expand Down

0 comments on commit c0d6252

Please sign in to comment.