Skip to content

Commit

Permalink
fix: update the license start year
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Mar 7, 2018
1 parent 3bb948b commit 660c6e3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
Copyright (c) 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ If you or your organization are using this project, consider adding yourself to

## License

Copyright (c) 2018-present, [Charlike Mike Reagent][author-link] `<olsten.larck@gmail.com>`.
Copyright (c) 2017-present, [Charlike Mike Reagent][author-link] `<olsten.larck@gmail.com>`.
Released under the [Apache-2.0 License][license-url].

---
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"description": "Lightweight and joyful `git commit` replacement. Conventional Commits compliant.",
"nspId": "a3213fd4-9f9a-46a1-a472-055c49331b92",
"license": "Apache-2.0",
"licenseStart": 2018,
"licenseStart": 2017,
"scripts": {
"lint": "hela lint",
"test": "hela test --no-build",
"precommit": "yarn lint && yarn test && git add --all",
"commit": "node ./src/cli.js",
"commit-dry": "git add --all && node ./src/cli.js",
"release": "hela release --no-build",
"prepublishOnly": "hela protect"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aliases.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/**
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dargs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/get-questions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

Expand Down

0 comments on commit 660c6e3

Please sign in to comment.