This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from OpenChain-Project/master
Update repo from Master Update 20191003
- Loading branch information
Showing
4 changed files
with
65 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+41.1 KB
License-Info-Exchange/SPDX-Lite-sample/spreadsheet_sample2/SPDX-Lite-sample_20190920.xlsx
Binary file not shown.
Binary file added
BIN
+37.2 KB
...Info-Exchange/SPDX-Lite-sample/spreadsheet_sample2/SPDX-Lite-sample_mbedtls_20190920.xlsx
Binary file not shown.
30 changes: 30 additions & 0 deletions
30
License-Info-Exchange/SPDX-Lite-sample/spreadsheet_sample2/mbedtls_20190920.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# mbedtls | ||
|
||
以前はPolar TLSと呼ばれたこともあったmbedtlsはSSL/TLSまたは暗号化の | ||
ためのオープンソースライブラリである。 | ||
|
||
# ライセンスの注意事項 | ||
|
||
https://tls.mbed.org/how-to-get に書かれているように、mbed-tlsは | ||
Apache License v2 と GPLv2のどちらかのライセンスを選択できるデュアルライセンスの | ||
オープンソースである。 | ||
ダウンロードする際にどちらかのライセンスのソースコードを選ぶことができる。 | ||
ダウンロード方法によってライセンスが変るので注意すること | ||
|
||
|
||
# ダウンロードページ | ||
|
||
https://tls.mbed.org/download から最新バージョンのソースコードが Apache License v2と | ||
GPLv2の両バージョンがダウンロードできる | ||
|
||
# ソースコードの構成について | ||
|
||
ソースコードの構成はどちらもほぼ同じです。 | ||
付属のライセンスファイルとソースコード先頭のライセンス宣言は | ||
全て選択したライセンスに統一されています。 | ||
Apache-2.0を選択した場合は全てApache-2.0になっています。 | ||
GPLv2を選択した場合は全てGPLv2になっています。 | ||
|
||
|
||
|
||
|