diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-02 04:15:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-02 04:15:16 +0900 |
| commit | 85b7eb1fb8a15026797655425cee1217fe5bab9c (patch) | |
| tree | 49648cc780f77d733a84e3bdcab2f745b7a54e94 | |
| parent | Hide suspended user profile (#5452) (diff) | |
| download | misskey-85b7eb1fb8a15026797655425cee1217fe5bab9c.tar.gz misskey-85b7eb1fb8a15026797655425cee1217fe5bab9c.tar.bz2 misskey-85b7eb1fb8a15026797655425cee1217fe5bab9c.zip | |
2020
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/const.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -182,7 +182,7 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). :four_leaf_clover: Copyright ---------------------------------------------------------------- -> Copyright (c) 2014-2019 syuilo +> Copyright (c) 2014-2020 syuilo Misskey is open-source software licensed under the [GNU AGPLv3](LICENSE). diff --git a/src/const.json b/src/const.json index f0892e54c5..29649061e9 100644 --- a/src/const.json +++ b/src/const.json @@ -1,3 +1,3 @@ { - "copyright": "Copyright (c) 2014-2019 syuilo" + "copyright": "Copyright (c) 2014-2020 syuilo" } |