Skip to content

Commit 3f358b3

Browse files
committed
Updated licensing terms etc
1 parent ccccb64 commit 3f358b3

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Aries Cloud Agent - Python Plugin for MyData DID DIDComm protcol
22

3+
4+
<p align="center">
5+
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/decentralised-dataexchange/automated-data-agreements?style=flat"></a>
6+
<a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/decentralised-dataexchange/automated-data-agreements?style=flat"></a>
7+
<a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a>
8+
</p>
9+
10+
11+
<p align="center">
12+
<a href="#about">About</a> •
13+
<a href="#installation">Installation</a> •
14+
<a href="#contributing">Contributing</a> •
15+
<a href="#licensing">Licensing</a>
16+
</p>
17+
18+
19+
## About
20+
21+
This repository contains the opensource for ACA-Py plugin for Data Agreement released as part of the Automated Data Agreement (ADA) Project. This is part of NGI-eSSIF-Lab project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871932.
22+
323
## ACA-Py Version Compatibility
424

525
To avoid a confusing pseudo-lock-step release, this plugin is
@@ -64,4 +84,17 @@ $ aca-py start \
6484
-ot http \
6585
-e http://localhost:3000 ws://localhost:3001 \
6686
--plugin "mydata_did"
67-
```
87+
```
88+
89+
## Contributing
90+
91+
Feel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo.
92+
93+
## Licensing
94+
Copyright (c) 2021-22 LCubed AB (iGrant.io), Sweden
95+
96+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
97+
98+
You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.
99+
100+
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.

0 commit comments

Comments
 (0)