Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Remove ./
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba committed Jun 21, 2020
1 parent bae77f4 commit 90616ea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ https://visualstudio.microsoft.com/ja/xamarin/

## ライセンス

COVID-19Radar is licensed under the Mozilla Public License Version 2.0. See [LICENSE](./LICENSE.md) for the full license text.
COVID-19Radar is licensed under the Mozilla Public License Version 2.0. See [LICENSE](LICENSE.md) for the full license text.

以下は、原作者の意図に応じた、このライセンスの追加項目です。
MPLに加えて、このプロジェクトでは共著者の著作者人格権の行使を許可しません。
各著者による論争または訴訟は一切許可されていません。

## サードパーティーソフトウェアについて

This file incorporates components from the projects listed [document](./COPYRIGHT_THIRD_PARTY_SOFTWARE_NOTICES.md).
This file incorporates components from the projects listed [document](COPYRIGHT_THIRD_PARTY_SOFTWARE_NOTICES.md).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ You can check the screen transition by accessing the following URL.
## Licensing

COVID-19Radar is licensed under the Mozilla Public License Version 2.0. See
[LICENSE](./LICENSE.md) for the full license text.
[LICENSE](LICENSE.md) for the full license text.

The following are additional items in this license depending on the intention of the original author.
In Addition to MPL, this project not permit exercise of moral rights of co-authors.
Dispute or litigation by each author is not allowed.

## About 3rd Party Software

This file incorporates components from the projects listed [document](./COPYRIGHT_THIRD_PARTY_SOFTWARE_NOTICES.md).
This file incorporates components from the projects listed [document](COPYRIGHT_THIRD_PARTY_SOFTWARE_NOTICES.md).
6 changes: 3 additions & 3 deletions doc/Developer-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- 現在、xamarin.exposurenotificationのNUGET版は、バックグラウンド動作でExceptionが出ます。直接プロジェクトを参照しています。
- Linker動作の変更が必要です。

![image.png](./.attachments/image-fa94e249-2692-499a-9386-6ec08dec8e5e.png)
![image.png](.attachments/image-fa94e249-2692-499a-9386-6ec08dec8e5e.png)

## iOS

Expand All @@ -14,7 +14,7 @@
- SDKバージョンは13.5以上(最新のXcodeを入れてください)
- Linker動作の変更が必要です。

![image.png](./.attachments/image-b9670ee1-20cc-4588-9671-901fbaa433cb.png)
![image.png](.attachments/image-b9670ee1-20cc-4588-9671-901fbaa433cb.png)

### BGTask Issue

Expand All @@ -35,6 +35,6 @@ Linkerの動作変更と以下のオプションの追加が必要です。
--optimize=experimental-xforms-product-type
```

![image.png](./.attachments/image-35068853-c6ed-4fbc-96d6-b4e30c906fa0.png)
![image.png](.attachments/image-35068853-c6ed-4fbc-96d6-b4e30c906fa0.png)


6 changes: 3 additions & 3 deletions doc/WebApi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It also issues special Hash code that avoids biased server load.
The private key is also required at the end of this app at the time of self-diagnosis registration.
It was designed for anonymity, security, and load leveling.

[Register api docments](./Register.md)
[Register api docments](Register.md)


### Diagnosis
Expand All @@ -20,11 +20,11 @@ Call to notify other users that a user has been infected.
This is a self-diagnosis submission. Requires the approval of a public health agency.
You need a design tailored to your country.

[Diagnosis api docments](./Diagnosis.md)
[Diagnosis api docments](Diagnosis.md)

### OptOut

Call this API if the user chooses to stop using this app.
Completely remove self-diagnostic TEK, generated UserUuid, and Secret before being collected in batch.

[OptOut api docments](./OptOut.md)
[OptOut api docments](OptOut.md)

0 comments on commit 90616ea

Please sign in to comment.