t/oxr_android: Work on aboutLibraries usage.

This commit is contained in:
Ryan Pavlik 2020-11-05 17:02:02 -06:00
parent a7785c0fe1
commit 3c13dbce43
5 changed files with 44 additions and 20 deletions

View file

@ -0,0 +1 @@
cjson:mit

View file

@ -4,16 +4,19 @@
Copyright 2020, Collabora, Ltd.
SPDX-License-Identifier: BSL-1.0
-->
<string name="define_plu_cjson">type</string>
<string name="library_cjson_author">Dave Gamble and cJSON contributors</string>
<string name="library_cjson_authorWebsite">https://github.com/DaveGamble/cJSON</string>
<string name="library_cjson_libraryName">cJSON</string>
<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>
<string name="library_cjson_libraryVersion">1.7.12</string>
<string name="library_cjson_licenseIds">mit</string>
<string name="library_cjson_isOpenSource">true</string>
<string name="library_cjson_repositoryLink">https://github.com/DaveGamble/cJSON</string>
<string name="library_cjson_type">native</string>
<string name="define_plu_cJSON"></string>
<!-- Author section -->
<string name="library_cJSON_author">Dave Gamble and cJSON contributors</string>
<!-- Library section -->
<string name="library_cJSON_libraryName">cJSON</string>
<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>
<string name="library_cJSON_libraryWebsite">https://github.com/DaveGamble/cJSON</string>
<string name="library_cJSON_libraryVersion">1.7.12</string>
<!-- OpenSource section -->
<string name="library_cJSON_isOpenSource">true</string>
<string name="library_cJSON_repositoryLink">https://github.com/DaveGamble/cJSON</string>
<!-- License section -->
<string name="library_cJSON_licenseId">mit</string>
<string name="library_cJSON_licenseIds">mit</string>
</resources>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
Copyright 2020, Collabora, Ltd.
SPDX-License-Identifier: BSL-1.0
-->
<string name="define_plu_eigen"></string>
<string name="library_eigen_author">Benoît Jacob, Gaël Guennebaud</string>
<string name="library_eigen_libraryWebsite">http://http://eigen.tuxfamily.org</string>
<string name="library_eigen_libraryName">Eigen</string>
<string name="library_eigen_libraryDescription">Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.</string>
<string name="library_eigen_licenseIds">mpl_2_0</string>
<string name="library_eigen_isOpenSource">true</string>
<string name="library_eigen_repositoryLink">https://gitlab.com/libeigen/eigen</string>
<!--<string name="library_eigen_libraryVersion">3.3.7</string>-->
</resources>

View file

@ -9,7 +9,7 @@
<string name="library_flexkalman_authorWebsite">https://github.com/rpavlik/UVBI-and-KalmanFramework-Standalone</string>
<string name="library_flexkalman_libraryName">flexkalman</string>
<string name="library_flexkalman_libraryDescription">Flexible Kalman filter framework.</string>
<string name="library_flexkalman_licenseIds">apache_2_0</string>
<string name="library_flexkalman_licenseIds">apache_2_0,bsl_1_0</string>
<string name="library_flexkalman_isOpenSource">true</string>
<string name="library_flexkalman_repositoryLink">https://github.com/rpavlik/UVBI-and-KalmanFramework-Standalone</string>
<string name="library_flexkalman_type">native</string>

View file

@ -10,26 +10,29 @@
<string name="license_bsl_1_0_licenseShortDescription" translatable="false">
<![CDATA[
<p>Boost Software License - Version 1.0 - August 17th, 2003</p>
<p>Permission is hereby granted, free of charge, to any person or organization
Boost Software License - Version 1.0 - August 17th, 2003
<br /><br />
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute, execute,
this license (the &quot;Software&quot;) to use, reproduce, display, distribute, execute,
and transmit the Software, and to prepare derivative works of the Software,
and to permit third-parties to whom the Software is furnished to do so, all
subject to the following:</p>
<p>The copyright notices in the Software and this entire statement, including
subject to the following:
<br /><br />
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer, must
be included in all copies of the Software, in whole or in part, and all derivative
works of the Software, unless such copies or derivative works are solely in
the form of machine-executable object code generated by a source language
processor.</p>
<pTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
processor.
<br /><br />
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES
OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</p>
THE SOFTWARE.
]]>
</string>
<!-- name of the license file under the raw folder -->