[About section] Added license for OpenXR

This commit is contained in:
amwatson 2024-01-31 16:54:09 -06:00
parent 646009457e
commit dfb42258b8
2 changed files with 25 additions and 0 deletions

View file

@ -163,6 +163,13 @@ class LicensesFragment : Fragment() {
R.string.license_zstd_link,
R.string.license_zstd_copyright,
R.string.license_zstd_text
),
License(
R.string.license_openxr,
R.string.license_openxr_description,
R.string.license_openxr_link,
R.string.license_openxr_copyright,
R.string.license_openxr
)
)

View file

@ -395,4 +395,22 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</string>
<string name="license_openxr" translatable="false">OpenXR SDK</string>
<string name="license_openxr_description" translatable="false">Sources for OpenXR loader, basic API layers, and example code.</string>
<string name="license_openxr_link" translatable="false">https://github.com/KhronosGroup/OpenXR-SDK-Source</string>
<string name="license_openxr_copyright" translatable="false">Copyright (c) 2017-2024, The Khronos Group Inc.</string>
<string name="license_openxr_link_license" translatable="false">
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.
</string>
</resources>