Skip to content

Commit 361ef67

Browse files
authored
chore: update license copyright (#1584)
resolve #1579 vitejs/vite@56eb869 の反映です。
1 parent f3c3760 commit 361ef67

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.vitepress/buildEnd.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const buildEnd = async (config: SiteConfig): Promise<void> => {
1616
language: 'en',
1717
image: 'https://vitejs.dev/og-image.png',
1818
favicon: 'https://vitejs.dev/logo.svg',
19-
copyright: 'Copyright © 2019-present Evan You & Vite Contributors',
19+
copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors',
2020
})
2121

2222
const posts = await createContentLoader('blog/*.md', {

.vitepress/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ export default defineConfig({
170170

171171
footer: {
172172
message: `Released under the MIT License. (${commitRef})`,
173-
copyright:
174-
'Copyright © 2019-present Yuxi (Evan) You & Vite Contributors',
173+
copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors',
175174
},
176175

177176
nav: [

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
3+
Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)