2021-06-01 16:31:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
<configuration>
|
|
|
|
<oatconfig>
|
2021-08-05 06:52:05 +00:00
|
|
|
<policylist>
|
|
|
|
<policy name="jsoncpp" desc="">
|
2021-08-05 09:54:27 +00:00
|
|
|
<policyitem type="compatibility" name="MIT" path=",*" desc="MIT license is compatible with Aapache 2.0."/>
|
2021-08-05 06:52:05 +00:00
|
|
|
</policy>
|
|
|
|
</policylist>
|
2021-06-01 16:31:46 +00:00
|
|
|
<filefilterlist>
|
2021-09-29 03:12:17 +00:00
|
|
|
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
|
|
|
|
<filteritem type="filepath" name=".*" desc="For license see the license of this project."/>
|
|
|
|
</filefilter>
|
2021-06-01 16:31:46 +00:00
|
|
|
<filefilter name="defaultPolicyFilter" desc="Filters for license header policies">
|
|
|
|
<filteritem type="filepath" name="devtools/licenseupdater.py" desc="Not license statement text"/>
|
2021-08-02 02:47:51 +00:00
|
|
|
<filteritem type="filepath" name="doc/doxyfile.in" desc="jsoncpp 参考手册生成配置脚本"/>
|
|
|
|
<filteritem type="filepath" name="doc/web_doxyfile.in" desc="jsoncpp 参考手册生成配置脚本"/>
|
2021-08-05 06:52:05 +00:00
|
|
|
<filteritem type="filepath" name="LICENSE" desc="MIT license is compatible with Aapache 2.0."/>
|
2021-06-01 16:31:46 +00:00
|
|
|
</filefilter>
|
|
|
|
</filefilterlist>
|
2023-03-10 09:16:32 +00:00
|
|
|
<licensematcherlist>
|
|
|
|
<licensematcher name="MIT" desc="">
|
|
|
|
<licensetext name="# Public Domain or MIT" desc=""/>
|
|
|
|
</licensematcher>
|
|
|
|
</licensematcherlist>
|
2021-06-01 16:31:46 +00:00
|
|
|
</oatconfig>
|
|
|
|
</configuration>
|