summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-01-02 04:15:16 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-01-02 04:15:16 +0900
commit85b7eb1fb8a15026797655425cee1217fe5bab9c (patch)
tree49648cc780f77d733a84e3bdcab2f745b7a54e94
parentHide suspended user profile (#5452) (diff)
downloadmisskey-85b7eb1fb8a15026797655425cee1217fe5bab9c.tar.gz
misskey-85b7eb1fb8a15026797655425cee1217fe5bab9c.tar.bz2
misskey-85b7eb1fb8a15026797655425cee1217fe5bab9c.zip
2020
-rw-r--r--README.md2
-rw-r--r--src/const.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55e797bb7f..530a5dbea3 100644
--- a/README.md
+++ b/README.md
@@ -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"
}