diff --git a/LICENSE b/LICENSE index 5ae481fdb..0e5771ddd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-Present Vitest Team +Copyright (c) 2021-Present VoidZero Inc. and Vitest 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 diff --git a/README.md b/README.md index 711aa7a6f..bc35688a7 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,9 @@ Thanks to: - [@patak-dev](https://github.com/patak-dev) for the awesome package name! ## Contribution + See [Contributing Guide](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md). ## License -[MIT](./LICENSE) License © 2021-Present [Anthony Fu](https://github.com/antfu), [Matias Capeletto](https://github.com/patak-dev) +[MIT](./LICENSE) License © 2021-Present VoidZero Inc. and Vitest contributors diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 05261a02d..690b348c4 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -142,7 +142,7 @@ export default ({ mode }: { mode: string }) => { footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2021-PRESENT Anthony Fu, Matías Capeletto and Vitest contributors', + copyright: 'Copyright © 2021-PRESENT VoidZero Inc. and Vitest contributors', }, nav: [ diff --git a/packages/vitest/LICENSE.md b/packages/vitest/LICENSE.md index 06f3105c6..8d1e012cf 100644 --- a/packages/vitest/LICENSE.md +++ b/packages/vitest/LICENSE.md @@ -3,7 +3,7 @@ Vitest is released under the MIT license: MIT License -Copyright (c) 2021-Present Vitest Team +Copyright (c) 2021-Present VoidZero Inc. and Vitest 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