Skip to content

Commit 1d44662

Browse files
committed
update copyright notices
1 parent 7c4334e commit 1d44662

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

website/docusaurus-config-redirects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit/.
1010
*/
1111

1212
import util from 'node:util';

website/sidebars-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit/.
1010
*/
1111

1212
import type {SidebarConfig} from '@docusaurus/plugin-content-docs';

website/src/components/HomepageTools/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit/.
1010
*/
1111

1212
import clsx from 'clsx';

website/src/libs/versionMajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* for any purpose is hereby granted, under the terms of the MIT license.
1010
*
1111
* If a copy of the license was not distributed with this file, it can
12-
* be obtained from https://opensource.org/licenses/MIT/.
12+
* be obtained from https://opensource.org/licenses/mit/.
1313
*/
1414

1515
import customField from '@site/src/libs/customField';

website/src/libs/versionMinor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* for any purpose is hereby granted, under the terms of the MIT license.
1010
*
1111
* If a copy of the license was not distributed with this file, it can
12-
* be obtained from https://opensource.org/licenses/MIT/.
12+
* be obtained from https://opensource.org/licenses/mit/.
1313
*/
1414

1515
import customField from '@site/src/libs/customField';

website/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit/.
1010
*/
1111

1212
const tools = {

0 commit comments

Comments
 (0)