mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +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
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
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',
|
language: 'en',
|
||||||
image: 'https://vitejs.dev/og-image.png',
|
image: 'https://vitejs.dev/og-image.png',
|
||||||
favicon: 'https://vitejs.dev/logo.svg',
|
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', {
|
const posts = await createContentLoader('blog/*.md', {
|
||||||
|
@ -163,8 +163,7 @@ export default defineConfig({
|
|||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
message: `Released under the MIT License. (${commitRef})`,
|
message: `Released under the MIT License. (${commitRef})`,
|
||||||
copyright:
|
copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors',
|
||||||
'Copyright © 2019-present Yuxi (Evan) You & Vite Contributors',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
nav: [
|
nav: [
|
||||||
|
@ -3,7 +3,7 @@ create-vite is released under the MIT license:
|
|||||||
|
|
||||||
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -3,7 +3,7 @@ Vite is released under the MIT license:
|
|||||||
|
|
||||||
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user