The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/oxr_android: Work on aboutLibraries usage.

+44 -20
+1
src/xrt/targets/openxr_android/config/custom_license_mappings.prop
··· 1 + cjson:mit
+14 -11
src/xrt/targets/openxr_android/src/main/res/values/library_cjson_strings.xml
··· 4 4 Copyright 2020, Collabora, Ltd. 5 5 SPDX-License-Identifier: BSL-1.0 6 6 --> 7 - <string name="define_plu_cjson">type</string> 8 - <string name="library_cjson_author">Dave Gamble and cJSON contributors</string> 9 - <string name="library_cjson_authorWebsite">https://github.com/DaveGamble/cJSON</string> 10 - <string name="library_cjson_libraryName">cJSON</string> 11 - <string name="library_cjson_libraryDescription">cJSON is a parser that tries to share the same philosophy as JSON itself. Simple, dumb, out of the way.</string> 12 - <string name="library_cjson_libraryVersion">1.7.12</string> 13 - <string name="library_cjson_licenseIds">mit</string> 14 - <string name="library_cjson_isOpenSource">true</string> 15 - <string name="library_cjson_repositoryLink">https://github.com/DaveGamble/cJSON</string> 16 - <string name="library_cjson_type">native</string> 17 - 7 + <string name="define_plu_cJSON"></string> 8 + <!-- Author section --> 9 + <string name="library_cJSON_author">Dave Gamble and cJSON contributors</string> 10 + <!-- Library section --> 11 + <string name="library_cJSON_libraryName">cJSON</string> 12 + <string name="library_cJSON_libraryDescription">cJSON is a parser that tries to share the same philosophy as JSON itself. Simple, dumb, out of the way.</string> 13 + <string name="library_cJSON_libraryWebsite">https://github.com/DaveGamble/cJSON</string> 14 + <string name="library_cJSON_libraryVersion">1.7.12</string> 15 + <!-- OpenSource section --> 16 + <string name="library_cJSON_isOpenSource">true</string> 17 + <string name="library_cJSON_repositoryLink">https://github.com/DaveGamble/cJSON</string> 18 + <!-- License section --> 19 + <string name="library_cJSON_licenseId">mit</string> 20 + <string name="library_cJSON_licenseIds">mit</string> 18 21 19 22 </resources>
+17
src/xrt/targets/openxr_android/src/main/res/values/library_eigen_strings.xml
··· 1 + <?xml version="1.0" encoding="utf-8"?> 2 + <resources> 3 + <!-- 4 + Copyright 2020, Collabora, Ltd. 5 + SPDX-License-Identifier: BSL-1.0 6 + --> 7 + <string name="define_plu_eigen"></string> 8 + <string name="library_eigen_author">Benoît Jacob, Gaël Guennebaud</string> 9 + <string name="library_eigen_libraryWebsite">http://http://eigen.tuxfamily.org</string> 10 + <string name="library_eigen_libraryName">Eigen</string> 11 + <string name="library_eigen_libraryDescription">Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.</string> 12 + <string name="library_eigen_licenseIds">mpl_2_0</string> 13 + <string name="library_eigen_isOpenSource">true</string> 14 + <string name="library_eigen_repositoryLink">https://gitlab.com/libeigen/eigen</string> 15 + <!--<string name="library_eigen_libraryVersion">3.3.7</string>--> 16 + 17 + </resources>
+1 -1
src/xrt/targets/openxr_android/src/main/res/values/library_flexkalman_strings.xml
··· 9 9 <string name="library_flexkalman_authorWebsite">https://github.com/rpavlik/UVBI-and-KalmanFramework-Standalone</string> 10 10 <string name="library_flexkalman_libraryName">flexkalman</string> 11 11 <string name="library_flexkalman_libraryDescription">Flexible Kalman filter framework.</string> 12 - <string name="library_flexkalman_licenseIds">apache_2_0</string> 12 + <string name="library_flexkalman_licenseIds">apache_2_0,bsl_1_0</string> 13 13 <string name="library_flexkalman_isOpenSource">true</string> 14 14 <string name="library_flexkalman_repositoryLink">https://github.com/rpavlik/UVBI-and-KalmanFramework-Standalone</string> 15 15 <string name="library_flexkalman_type">native</string>
+11 -8
src/xrt/targets/openxr_android/src/main/res/values/license_bsl_1_0.xml
··· 10 10 11 11 <string name="license_bsl_1_0_licenseShortDescription" translatable="false"> 12 12 <![CDATA[ 13 - <p>Boost Software License - Version 1.0 - August 17th, 2003</p> 14 - <p>Permission is hereby granted, free of charge, to any person or organization 13 + Boost Software License - Version 1.0 - August 17th, 2003 14 + <br /><br /> 15 + Permission is hereby granted, free of charge, to any person or organization 15 16 obtaining a copy of the software and accompanying documentation covered by 16 - this license (the "Software") to use, reproduce, display, distribute, execute, 17 + this license (the &quot;Software&quot;) to use, reproduce, display, distribute, execute, 17 18 and transmit the Software, and to prepare derivative works of the Software, 18 19 and to permit third-parties to whom the Software is furnished to do so, all 19 - subject to the following:</p> 20 - <p>The copyright notices in the Software and this entire statement, including 20 + subject to the following: 21 + <br /><br /> 22 + The copyright notices in the Software and this entire statement, including 21 23 the above license grant, this restriction and the following disclaimer, must 22 24 be included in all copies of the Software, in whole or in part, and all derivative 23 25 works of the Software, unless such copies or derivative works are solely in 24 26 the form of machine-executable object code generated by a source language 25 - processor.</p> 26 - <pTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 27 + processor. 28 + <br /><br /> 29 + THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 27 30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 28 31 FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE 29 32 COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES 30 33 OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, 31 34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 32 - THE SOFTWARE.</p> 35 + THE SOFTWARE. 33 36 ]]> 34 37 </string> 35 38 <!-- name of the license file under the raw folder -->