mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 06:38:41 +00:00
chore: update license copyright (#18278)
This commit is contained in:
parent
ad4f4048e2
commit
56eb869a67
2
LICENSE
2
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
|
||||
|
@ -16,7 +16,7 @@ export const buildEnd = async (config: SiteConfig): Promise<void> => {
|
||||
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', {
|
||||
|
@ -163,8 +163,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: [
|
||||
|
@ -3,7 +3,7 @@ create-vite is released under the MIT license:
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@ Vite is released under the MIT license:
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user