Skip to content

Commit 660c6e3

Browse files
author
Charlike Mike Reagent
committed
fix: update the license start year
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 3bb948b commit 660c6e3

9 files changed

+10
-9
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2018-present, Charlike Mike Reagent <[email protected]>
189+
Copyright (c) 2017-present, Charlike Mike Reagent <[email protected]>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you or your organization are using this project, consider adding yourself to
134134

135135
## License
136136

137-
Copyright (c) 2018-present, [Charlike Mike Reagent][author-link] `<[email protected]>`.
137+
Copyright (c) 2017-present, [Charlike Mike Reagent][author-link] `<[email protected]>`.
138138
Released under the [Apache-2.0 License][license-url].
139139

140140
---

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"description": "Lightweight and joyful `git commit` replacement. Conventional Commits compliant.",
44
"nspId": "a3213fd4-9f9a-46a1-a472-055c49331b92",
55
"license": "Apache-2.0",
6-
"licenseStart": 2018,
6+
"licenseStart": 2017,
77
"scripts": {
88
"lint": "hela lint",
99
"test": "hela test --no-build",
1010
"precommit": "yarn lint && yarn test && git add --all",
1111
"commit": "node ./src/cli.js",
12+
"commit-dry": "git add --all && node ./src/cli.js",
1213
"release": "hela release --no-build",
1314
"prepublishOnly": "hela protect"
1415
},

src/aliases.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <[email protected]>
2+
* @copyright 2017-present, Charlike Mike Reagent <[email protected]>
33
* @license Apache-2.0
44
*/
55

src/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/**
4-
* @copyright 2018-present, Charlike Mike Reagent <[email protected]>
4+
* @copyright 2017-present, Charlike Mike Reagent <[email protected]>
55
* @license Apache-2.0
66
*/
77

src/dargs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <[email protected]>
2+
* @copyright 2017-present, Charlike Mike Reagent <[email protected]>
33
* @license Apache-2.0
44
*/
55

src/get-questions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <[email protected]>
2+
* @copyright 2017-present, Charlike Mike Reagent <[email protected]>
33
* @license Apache-2.0
44
*/
55

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <[email protected]>
2+
* @copyright 2017-present, Charlike Mike Reagent <[email protected]>
33
* @license Apache-2.0
44
*/
55

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <[email protected]>
2+
* @copyright 2017-present, Charlike Mike Reagent <[email protected]>
33
* @license Apache-2.0
44
*/
55

0 commit comments

Comments
 (0)