Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 660c6e3

Browse files
author
Charlike Mike Reagent
committed
fix: update the license start year
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 3bb948b commit 660c6e3

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
lines changed

‎LICENSE

Lines changed: 1 addition & 1 deletion
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 <olsten.larck@gmail.com>
189+
Copyright (c) 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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] `<olsten.larck@gmail.com>`.
137+
Copyright (c) 2017-present, [Charlike Mike Reagent][author-link] `<olsten.larck@gmail.com>`.
138138
Released under the [Apache-2.0 License][license-url].
139139

140140
---

‎package.json

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
2+
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
33
* @license Apache-2.0
44
*/
55

‎src/cli.js

Lines changed: 1 addition & 1 deletion
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 <olsten.larck@gmail.com>
4+
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
55
* @license Apache-2.0
66
*/
77

‎src/dargs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
2+
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
33
* @license Apache-2.0
44
*/
55

‎src/get-questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
2+
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
33
* @license Apache-2.0
44
*/
55

‎src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
2+
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
33
* @license Apache-2.0
44
*/
55

‎test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright 2018-present, Charlike Mike Reagent <olsten.larck@gmail.com>
2+
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
33
* @license Apache-2.0
44
*/
55

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /