Skip to content

Commit 09da720

Browse files
Finally v2
1 parent 6ef382b commit 09da720

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1677
-1546
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44

55
# MkDocs
66
site/
7+
8+
# Unity
9+
*.meta
10+
*.cs.meta
11+
*.asmdef.meta

docs/other/licenses.md renamed to LICENSES.md

Lines changed: 271 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Mozilla Public License Version 2.0
134134
means any form of the work other than Source Code Form.
135135
136136
1.7. "Larger Work"
137-
means a work that combines Covered Software with other material, in
137+
means a work that combines Covered Software with other material, in
138138
a separate file or files, that is not Covered Software.
139139
140140
1.8. "License"
@@ -474,7 +474,248 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
474474

475475
---
476476

477-
This webtise is made using [MkDocs](https://github.com/mkdocs/mkdocs)
477+
## UV
478+
479+
uv is licensed under either of **Apache License 2.0** and **MIT License**.
480+
481+
You may choose either license.
482+
483+
**Apache License 2.0**:
484+
485+
```
486+
Apache License
487+
Version 2.0, January 2004
488+
http://www.apache.org/licenses/
489+
490+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
491+
492+
1. Definitions.
493+
494+
"License" shall mean the terms and conditions for use, reproduction,
495+
and distribution as defined by Sections 1 through 9 of this document.
496+
497+
"Licensor" shall mean the copyright owner or entity authorized by
498+
the copyright owner that is granting the License.
499+
500+
"Legal Entity" shall mean the union of the acting entity and all
501+
other entities that control, are controlled by, or are under common
502+
control with that entity. For the purposes of this definition,
503+
"control" means (i) the power, direct or indirect, to cause the
504+
direction or management of such entity, whether by contract or
505+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
506+
outstanding shares, or (iii) beneficial ownership of such entity.
507+
508+
"You" (or "Your") shall mean an individual or Legal Entity
509+
exercising permissions granted by this License.
510+
511+
"Source" form shall mean the preferred form for making modifications,
512+
including but not limited to software source code, documentation
513+
source, and configuration files.
514+
515+
"Object" form shall mean any form resulting from mechanical
516+
transformation or translation of a Source form, including but
517+
not limited to compiled object code, generated documentation,
518+
and conversions to other media types.
519+
520+
"Work" shall mean the work of authorship, whether in Source or
521+
Object form, made available under the License, as indicated by a
522+
copyright notice that is included in or attached to the work
523+
(an example is provided in the Appendix below).
524+
525+
"Derivative Works" shall mean any work, whether in Source or Object
526+
form, that is based on (or derived from) the Work and for which the
527+
editorial revisions, annotations, elaborations, or other modifications
528+
represent, as a whole, an original work of authorship. For the purposes
529+
of this License, Derivative Works shall not include works that remain
530+
separable from, or merely link (or bind by name) to the interfaces of,
531+
the Work and Derivative Works thereof.
532+
533+
"Contribution" shall mean any work of authorship, including
534+
the original version of the Work and any modifications or additions
535+
to that Work or Derivative Works thereof, that is intentionally
536+
submitted to Licensor for inclusion in the Work by the copyright owner
537+
or by an individual or Legal Entity authorized to submit on behalf of
538+
the copyright owner. For the purposes of this definition, "submitted"
539+
means any form of electronic, verbal, or written communication sent
540+
to the Licensor or its representatives, including but not limited to
541+
communication on electronic mailing lists, source code control systems,
542+
and issue tracking systems that are managed by, or on behalf of, the
543+
Licensor for the purpose of discussing and improving the Work, but
544+
excluding communication that is conspicuously marked or otherwise
545+
designated in writing by the copyright owner as "Not a Contribution."
546+
547+
"Contributor" shall mean Licensor and any individual or Legal Entity
548+
on behalf of whom a Contribution has been received by Licensor and
549+
subsequently incorporated within the Work.
550+
551+
2. Grant of Copyright License. Subject to the terms and conditions of
552+
this License, each Contributor hereby grants to You a perpetual,
553+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
554+
copyright license to reproduce, prepare Derivative Works of,
555+
publicly display, publicly perform, sublicense, and distribute the
556+
Work and such Derivative Works in Source or Object form.
557+
558+
3. Grant of Patent License. Subject to the terms and conditions of
559+
this License, each Contributor hereby grants to You a perpetual,
560+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
561+
(except as stated in this section) patent license to make, have made,
562+
use, offer to sell, sell, import, and otherwise transfer the Work,
563+
where such license applies only to those patent claims licensable
564+
by such Contributor that are necessarily infringed by their
565+
Contribution(s) alone or by combination of their Contribution(s)
566+
with the Work to which such Contribution(s) was submitted. If You
567+
institute patent litigation against any entity (including a
568+
cross-claim or counterclaim in a lawsuit) alleging that the Work
569+
or a Contribution incorporated within the Work constitutes direct
570+
or contributory patent infringement, then any patent licenses
571+
granted to You under this License for that Work shall terminate
572+
as of the date such litigation is filed.
573+
574+
4. Redistribution. You may reproduce and distribute copies of the
575+
Work or Derivative Works thereof in any medium, with or without
576+
modifications, and in Source or Object form, provided that You
577+
meet the following conditions:
578+
579+
(a) You must give any other recipients of the Work or
580+
Derivative Works a copy of this License; and
581+
582+
(b) You must cause any modified files to carry prominent notices
583+
stating that You changed the files; and
584+
585+
(c) You must retain, in the Source form of any Derivative Works
586+
that You distribute, all copyright, patent, trademark, and
587+
attribution notices from the Source form of the Work,
588+
excluding those notices that do not pertain to any part of
589+
the Derivative Works; and
590+
591+
(d) If the Work includes a "NOTICE" text file as part of its
592+
distribution, then any Derivative Works that You distribute must
593+
include a readable copy of the attribution notices contained
594+
within such NOTICE file, excluding those notices that do not
595+
pertain to any part of the Derivative Works, in at least one
596+
of the following places: within a NOTICE text file distributed
597+
as part of the Derivative Works; within the Source form or
598+
documentation, if provided along with the Derivative Works; or,
599+
within a display generated by the Derivative Works, if and
600+
wherever such third-party notices normally appear. The contents
601+
of the NOTICE file are for informational purposes only and
602+
do not modify the License. You may add Your own attribution
603+
notices within Derivative Works that You distribute, alongside
604+
or as an addendum to the NOTICE text from the Work, provided
605+
that such additional attribution notices cannot be construed
606+
as modifying the License.
607+
608+
You may add Your own copyright statement to Your modifications and
609+
may provide additional or different license terms and conditions
610+
for use, reproduction, or distribution of Your modifications, or
611+
for any such Derivative Works as a whole, provided Your use,
612+
reproduction, and distribution of the Work otherwise complies with
613+
the conditions stated in this License.
614+
615+
5. Submission of Contributions. Unless You explicitly state otherwise,
616+
any Contribution intentionally submitted for inclusion in the Work
617+
by You to the Licensor shall be under the terms and conditions of
618+
this License, without any additional terms or conditions.
619+
Notwithstanding the above, nothing herein shall supersede or modify
620+
the terms of any separate license agreement you may have executed
621+
with Licensor regarding such Contributions.
622+
623+
6. Trademarks. This License does not grant permission to use the trade
624+
names, trademarks, service marks, or product names of the Licensor,
625+
except as required for reasonable and customary use in describing the
626+
origin of the Work and reproducing the content of the NOTICE file.
627+
628+
7. Disclaimer of Warranty. Unless required by applicable law or
629+
agreed to in writing, Licensor provides the Work (and each
630+
Contributor provides its Contributions) on an "AS IS" BASIS,
631+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
632+
implied, including, without limitation, any warranties or conditions
633+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
634+
PARTICULAR PURPOSE. You are solely responsible for determining the
635+
appropriateness of using or redistributing the Work and assume any
636+
risks associated with Your exercise of permissions under this License.
637+
638+
8. Limitation of Liability. In no event and under no legal theory,
639+
whether in tort (including negligence), contract, or otherwise,
640+
unless required by applicable law (such as deliberate and grossly
641+
negligent acts) or agreed to in writing, shall any Contributor be
642+
liable to You for damages, including any direct, indirect, special,
643+
incidental, or consequential damages of any character arising as a
644+
result of this License or out of the use or inability to use the
645+
Work (including but not limited to damages for loss of goodwill,
646+
work stoppage, computer failure or malfunction, or any and all
647+
other commercial damages or losses), even if such Contributor
648+
has been advised of the possibility of such damages.
649+
650+
9. Accepting Warranty or Additional Liability. While redistributing
651+
the Work or Derivative Works thereof, You may choose to offer,
652+
and charge a fee for, acceptance of support, warranty, indemnity,
653+
or other liability obligations and/or rights consistent with this
654+
License. However, in accepting such obligations, You may act only
655+
on Your own behalf and on Your sole responsibility, not on behalf
656+
of any other Contributor, and only if You agree to indemnify,
657+
defend, and hold each Contributor harmless for any liability
658+
incurred by, or claims asserted against, such Contributor by reason
659+
of your accepting any such warranty or additional liability.
660+
661+
END OF TERMS AND CONDITIONS
662+
663+
APPENDIX: How to apply the Apache License to your work.
664+
665+
To apply the Apache License to your work, attach the following
666+
boilerplate notice, with the fields enclosed by brackets "[]"
667+
replaced with your own identifying information. (Don't include
668+
the brackets!) The text should be enclosed in the appropriate
669+
comment syntax for the file format. We also recommend that a
670+
file or class name and description of purpose be included on the
671+
same "printed page" as the copyright notice for easier
672+
identification within third-party archives.
673+
674+
Copyright [yyyy] [name of copyright owner]
675+
676+
Licensed under the Apache License, Version 2.0 (the "License");
677+
you may not use this file except in compliance with the License.
678+
You may obtain a copy of the License at
679+
680+
http://www.apache.org/licenses/LICENSE-2.0
681+
682+
Unless required by applicable law or agreed to in writing, software
683+
distributed under the License is distributed on an "AS IS" BASIS,
684+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
685+
See the License for the specific language governing permissions and
686+
limitations under the License.
687+
```
688+
689+
**MIT License**:
690+
691+
```
692+
MIT License
693+
694+
Copyright (c) 2025 Astral Software Inc.
695+
696+
Permission is hereby granted, free of charge, to any person obtaining a copy
697+
of this software and associated documentation files (the "Software"), to deal
698+
in the Software without restriction, including without limitation the rights
699+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
700+
copies of the Software, and to permit persons to whom the Software is
701+
furnished to do so, subject to the following conditions:
702+
703+
The above copyright notice and this permission notice shall be included in all
704+
copies or substantial portions of the Software.
705+
706+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
707+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
708+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
709+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
710+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
711+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
712+
SOFTWARE.
713+
```
714+
---
715+
716+
## MkDocs
717+
718+
Docs webtise is made using [MkDocs](https://github.com/mkdocs/mkdocs)
478719

479720
MkDocs is licensed under the **BSD-2 Claude License**:
480721

@@ -505,4 +746,32 @@ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
505746
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
506747
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
507748
POSSIBILITY OF SUCH DAMAGE.
749+
```
750+
751+
---
752+
753+
## Material for MkDocs
754+
755+
Material for MkDocs is licensed under the **MIT License**:
756+
757+
```
758+
Copyright (c) 2016-2025 Martin Donath <[email protected]>
759+
760+
Permission is hereby granted, free of charge, to any person obtaining a copy
761+
of this software and associated documentation files (the "Software"), to
762+
deal in the Software without restriction, including without limitation the
763+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
764+
sell copies of the Software, and to permit persons to whom the Software is
765+
furnished to do so, subject to the following conditions:
766+
767+
The above copyright notice and this permission notice shall be included in
768+
all copies or substantial portions of the Software.
769+
770+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
771+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
772+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
773+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
774+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
775+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
776+
IN THE SOFTWARE.
508777
```

PowerShell/setup.ps1

Lines changed: 0 additions & 32 deletions
This file was deleted.

batch/RunPoweshell.bat

Lines changed: 0 additions & 5 deletions
This file was deleted.

batch/run_server.bat

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)