Skip to content

Commit c2d7402

Browse files
committed
chore: Update copyright notices
1 parent 73b3420 commit c2d7402

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Thank you to all the people who have contributed!
3737
### License
3838

3939
<pre>
40+
Copyright © 2024 The Mihon Open Source Project
4041
Copyright © 2024 The Aniyomi Open Source Project
4142

4243
This Source Code Form is subject to the terms of the Mozilla Public

website/src/.vitepress/config/hooks/generateFeed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function generateFeed(config: SiteConfig, hostname: string) {
1212
language: 'en',
1313
image: `${hostname}/img/logo.png`,
1414
favicon: `${hostname}/favicon.ico`,
15-
copyright: `Copyright © ${new Date().getFullYear()} Aniyomi App`,
15+
copyright: `Copyright © ${new Date().getFullYear()} Mihon App, Aniyomi App`,
1616
})
1717
const json: Item[] = []
1818

website/src/.vitepress/config/themeConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const themeConfig: DefaultTheme.Config = {
3030

3131
footer: {
3232
message: '<a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Open-source Apache Licensed</a> <span class="divider">|</span> <a href="/privacy/">Privacy policy</a>',
33-
copyright: `Copyright © ${new Date().getFullYear()} Aniyomi App`,
33+
copyright: `Copyright © ${new Date().getFullYear()} Mihon App, Aniyomi App`,
3434
},
3535

3636
editLink: {

0 commit comments

Comments
 (0)