mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
chore: update license copyright (#8358)
This commit is contained in:
parent
d06013f2e1
commit
5994279f7f
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
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
|
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
|
||||||
|
|||||||
@ -114,8 +114,9 @@ Thanks to:
|
|||||||
- [@patak-dev](https://github.com/patak-dev) for the awesome package name!
|
- [@patak-dev](https://github.com/patak-dev) for the awesome package name!
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
See [Contributing Guide](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md).
|
See [Contributing Guide](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md).
|
||||||
|
|
||||||
## License
|
## 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
|
||||||
|
|||||||
@ -142,7 +142,7 @@ export default ({ mode }: { mode: string }) => {
|
|||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
message: 'Released under the MIT License.',
|
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: [
|
nav: [
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Vitest is released under the MIT license:
|
|||||||
|
|
||||||
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
|
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…
x
Reference in New Issue
Block a user