diff --git a/README.md b/README.md index a478301..2513071 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A nostr client like TweetDeck made with SolidJS. ## LICENSE -Copyright (C) 2023 Shusui Moyatani and [Rabbit contributors](https://github.com/syusui-s/rabbit/graphs/contributors) +Copyright (C) 2023, 2024 Shusui Moyatani and [Rabbit contributors](https://github.com/syusui-s/rabbit/graphs/contributors) AGPL-3.0-or-later diff --git a/src/components/modal/About.tsx b/src/components/modal/About.tsx index 77d74f6..1e4114b 100644 --- a/src/components/modal/About.tsx +++ b/src/components/modal/About.tsx @@ -74,7 +74,7 @@ const About: Component = (props) => {

{i18n.t('about.termOfService')}

- Copyright (C) 2023 Shusui Moyatani and{' '} + Copyright © 2023, 2024 Shusui Moyatani and{' '} { +

+ Copyright © 2023, 2024{' '} + + Shusui Moyatani + {' '} + and{' '} + + Rabbit contributors + +

+

+ + GitHub + +

); };