Skip to content

Commit

Permalink
[core] Fix typo in license in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 12, 2021
1 parent 442ad83 commit 83fd5f5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Mantine has a very friendly community, we are always happy to help you get start

[Become a contributor](https://mantine.dev/pages/contributing/)

## Licence
## License

MIT
2 changes: 1 addition & 1 deletion scripts/utils/get-packages-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface PackageJson {
readonly version: string;
readonly private: boolean;
readonly main: string;
readonly licence: string;
readonly license: string;
readonly types?: string;
readonly author: string;
readonly sideEffects?: boolean;
Expand Down
4 changes: 2 additions & 2 deletions src/mantine-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ function App() {
}
```

## Licence
## License

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
All Mantine packages have MIT license. All Mantine dependencies also have MIT license.
4 changes: 2 additions & 2 deletions src/mantine-dates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ function App() {
}
```

## Licence
## License

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
All Mantine packages have MIT license. All Mantine dependencies also have MIT license.
4 changes: 2 additions & 2 deletions src/mantine-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ npm install @mantine/hooks
- [use-mouse](https://mantine.dev/hooks/use-mouse/) – track mouse position over document or given element
- [use-viewport-size](https://mantine.dev/hooks/use-viewport-size/) – get viewport width and height

## Licence
## License

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
All Mantine packages have MIT license. All Mantine dependencies also have MIT license.
4 changes: 2 additions & 2 deletions src/mantine-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ npm install @mantine/notifications @mantine/core @mantine/hooks
npx install-peerdeps @mantine/notifications
```

## Licence
## License

All Mantine packages have MIT licence. All @mantine/notifications dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT license. All @mantine/notifications dependencies also have MIT license, except react-transition-group package which has BSD-3-Clause license.

0 comments on commit 83fd5f5

Please sign in to comment.