85 lines
3.3 KiB
Plaintext
85 lines
3.3 KiB
Plaintext
Apache License
|
|
Version 2.0, January 2004
|
|
http://www.apache.org/licenses/
|
|
|
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
|
1. Definitions.
|
|
|
|
"License" shall mean the terms and conditions for use, reproduction,
|
|
and distribution as defined by Sections 1 through 9 of this document.
|
|
|
|
"Licensor" shall mean the copyright owner or entity authorized by
|
|
the copyright owner that is granting the License.
|
|
|
|
"Legal Entity" shall mean the union of the acting entity and all
|
|
other entities that control, are controlled by, or are under common
|
|
control with that entity.
|
|
|
|
"You" (or "Your") shall mean an individual or Legal Entity
|
|
exercising permissions granted by this License.
|
|
|
|
"Source" form shall mean the preferred form for making modifications,
|
|
including but not limited to software source code, documentation
|
|
source, and configuration files.
|
|
|
|
"Object" form shall mean any form resulting from mechanical
|
|
transformation or translation of a Source form, including but
|
|
not limited to compiled object code, generated documentation,
|
|
and conversions to other media types.
|
|
|
|
2. Grant of Copyright License.
|
|
|
|
Subject to the terms and conditions of this License, Licensor hereby
|
|
grants You a worldwide, royalty-free, non-sublicensable, non-exclusive,
|
|
perpetual license to exercise the Licensed Material in developing,
|
|
making, using, offering for sale, selling, importing, and otherwise
|
|
transferring the Licensed Material.
|
|
|
|
3. Grant of Patent License.
|
|
|
|
Licensor hereby grants You a worldwide, royalty-free, non-sublicensable,
|
|
non-exclusive, perpetual license to exercise the Patent Rights in the
|
|
Licensed Material to make, have made, use, offer to sell, sell,
|
|
import, and otherwise transfer the Licensed Material.
|
|
|
|
4. Redistribution.
|
|
|
|
You may reproduce and distribute copies of the Licensed Material in any
|
|
medium, with or without modifications, provided that You meet the
|
|
following conditions:
|
|
|
|
(a) You must give any other recipients of the Licensed Material a copy
|
|
of this License; and
|
|
|
|
(b) You must cause any modified files to carry prominent notices stating
|
|
that You changed the files; and
|
|
|
|
(c) You must retain, in the Source form of the Licensed Material,
|
|
all copyright, patent, trademark, and attribution notices.
|
|
|
|
5. Disclaimer of Warranty.
|
|
|
|
THE LICENSED MATERIAL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
|
|
6. Limitation of Liability.
|
|
|
|
IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY ARISING FROM THE USE OF THE LICENSED MATERIAL.
|
|
|
|
END OF TERMS AND CONDITIONS
|
|
|
|
Copyright 2024 amkyawdev
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|