[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: update license copyright (#8358)

authored by

Vladimir and committed by
GitHub
(Jul 29, 2025, 7:59 AM +0200) 5994279f d06013f2

+5 -4
+1 -1
LICENSE
··· 1 1 MIT License 2 2 3 - Copyright (c) 2021-Present Vitest Team 3 + Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy 6 6 of this software and associated documentation files (the "Software"), to deal
+2 -1
README.md
··· 114 114 - [@patak-dev](https://github.com/patak-dev) for the awesome package name! 115 115 116 116 ## Contribution 117 + 117 118 See [Contributing Guide](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md). 118 119 119 120 ## License 120 121 121 - [MIT](./LICENSE) License © 2021-Present [Anthony Fu](https://github.com/antfu), [Matias Capeletto](https://github.com/patak-dev) 122 + [MIT](./LICENSE) License © 2021-Present VoidZero Inc. and Vitest contributors
+1 -1
docs/.vitepress/config.ts
··· 142 142 143 143 footer: { 144 144 message: 'Released under the MIT License.', 145 - copyright: 'Copyright © 2021-PRESENT Anthony Fu, Matías Capeletto and Vitest contributors', 145 + copyright: 'Copyright © 2021-PRESENT VoidZero Inc. and Vitest contributors', 146 146 }, 147 147 148 148 nav: [
+1 -1
packages/vitest/LICENSE.md
··· 3 3 4 4 MIT License 5 5 6 - Copyright (c) 2021-Present Vitest Team 6 + Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors 7 7 8 8 Permission is hereby granted, free of charge, to any person obtaining a copy 9 9 of this software and associated documentation files (the "Software"), to deal