From 87fabb9fbd3e2e0084b9a43fd66b6e8f0d493440 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 4 Oct 2024 17:57:18 +0900 Subject: [PATCH] chore: update license copyright MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolve #1579 https://github.com/vitejs/vite/commit/56eb869a67551a257d20cba00016ea59b1e1a2c4 の反映です。 --- .vitepress/buildEnd.config.ts | 2 +- .vitepress/config.ts | 3 +-- LICENSE | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.vitepress/buildEnd.config.ts b/.vitepress/buildEnd.config.ts index 52a3625c..7e16ebfb 100644 --- a/.vitepress/buildEnd.config.ts +++ b/.vitepress/buildEnd.config.ts @@ -16,7 +16,7 @@ export const buildEnd = async (config: SiteConfig): Promise => { language: 'en', image: 'https://vitejs.dev/og-image.png', favicon: 'https://vitejs.dev/logo.svg', - copyright: 'Copyright © 2019-present Evan You & Vite Contributors', + copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors', }) const posts = await createContentLoader('blog/*.md', { diff --git a/.vitepress/config.ts b/.vitepress/config.ts index cfa22e0f..7dbf46f5 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -170,8 +170,7 @@ export default defineConfig({ footer: { message: `Released under the MIT License. (${commitRef})`, - copyright: - 'Copyright © 2019-present Yuxi (Evan) You & Vite Contributors', + copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors', }, nav: [ diff --git a/LICENSE b/LICENSE index 9c1b313d..b7e97ecb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors +Copyright (c) 2019-present, VoidZero Inc. and Vite contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal