diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-01 00:11:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-01 00:11:07 +0900 |
| commit | 9add59aca932f74cc371ac0dd7f99e2dfdba3926 (patch) | |
| tree | acd46ee940028fc24b5a8c22b71f1bb85934478d | |
| parent | 10.73.0 (diff) | |
| download | sharkey-9add59aca932f74cc371ac0dd7f99e2dfdba3926.tar.gz sharkey-9add59aca932f74cc371ac0dd7f99e2dfdba3926.tar.bz2 sharkey-9add59aca932f74cc371ac0dd7f99e2dfdba3926.zip | |
2019 :tada:
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/const.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -123,7 +123,7 @@ Please see [Contribution guide](./CONTRIBUTING.md). :four_leaf_clover: Copyright ---------------------------------------------------------------- -> Copyright (c) 2014-2018 syuilo +> Copyright (c) 2014-2019 syuilo Misskey is an open-source software licensed under the [GNU AGPLv3](LICENSE). diff --git a/src/const.json b/src/const.json index d067ad363e..f0892e54c5 100644 --- a/src/const.json +++ b/src/const.json @@ -1,3 +1,3 @@ { - "copyright": "Copyright (c) 2014-2018 syuilo" + "copyright": "Copyright (c) 2014-2019 syuilo" } |