mirror of
https://github.com/openharmony/third_party_rust_rust-openssl.git
synced 2026-07-19 15:13:31 -04:00
!3 CI OAT 告警清零与README.OpenSource 中License信息整改
Merge pull request !3 from peizhe/master
This commit is contained in:
@@ -55,10 +55,12 @@ Note:If the text contains special characters|please escape them according to the
|
||||
-->
|
||||
<configuration>
|
||||
<oatconfig>
|
||||
<licensefile>LICENSE-UNICODE|LICENSE-APACHE|LICENSE-MIT</licensefile>
|
||||
<licensefile>THIRD_PARTY|LICENSE-APACHE|LICENSE-MIT</licensefile>
|
||||
<policylist>
|
||||
<policy name="projectPolicy" desc="">
|
||||
<policyitem type="compatibility" name="InvalidLicense" path="openssl/src/pkey.rs" desc="rust文件不涉及二进制"/>
|
||||
<policyitem type="compatibility" name="InvalidLicense" path="openssl/src/pkey.rs" desc="原生上游文件不涉及license"/>
|
||||
<policyitem type="compatibility" name="InvalidLicense" path="openssl/Cargo.toml" desc="toml文件已声明license"/>
|
||||
<policyitem type="compatibility" name="OpenSSL" path="THIRD_PARTY" desc="rust-openssl contains code from OpenSSL, under the following license:OpenSSL License"/>
|
||||
</policy>
|
||||
</policylist>
|
||||
</oatconfig>
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"Name": "openssl",
|
||||
"License": "Apache License V2.0, MIT",
|
||||
"License File": "LICENSE-APACHE, LICENSE-MIT",
|
||||
"License": "Apache License V2.0",
|
||||
"License File": "THIRD_PARTY",
|
||||
"Version Number": "0.10.47",
|
||||
"Owner": "xuelei3@huawei.com",
|
||||
"Upstream URL": "https://github.com/sfackler/rust-openssl",
|
||||
|
||||
Reference in New Issue
Block a user