Skip to content

Commit ea39b68

Browse files
committed
fix: licensing
1 parent ca7eea1 commit ea39b68

File tree

6 files changed

+1348
-5
lines changed

6 files changed

+1348
-5
lines changed

AUTHORS

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ZKorum is written by:
2+
- Nicolas Gimenez <[email protected]>
3+
4+
With help from many libraries and frameworks including:
5+
- Dock Crypto libraries
6+
- Veramo
7+
- libsodium
8+
- UCAN
9+
- React
10+
- Material UI
11+
- NestJS
12+
...

COPYING

+661
Large diffs are not rendered by default.

COPYING-README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- :package: This mono-repository contains a suite of services.
2+
- :balance_scale: The mono-repository is released under [AGPLv3 license](./COPYING). Note that the services contain their own licenses.
3+
4+
| Package | License | Docs | Description |
5+
| --------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------- |
6+
| [`front`](./services/front) | [![License: MPLv2](https://img.shields.io/badge/License-MPL%20v2-blue.svg)](./services/front/LICENSE) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/front) | :bird: Frontend |
7+
| [`back`](./services/back) | [![License: AGPLv3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./services/back/LICENSE) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/back) | :thought_balloon: Backend |
8+
9+
Attribution information for ZKorum is contained in the [AUTHORS](AUTHORS) file.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ We don't believe in technology replacing human governance. But we can make the p
110110
## License
111111

112112
- :package: This mono-repository contains a suite of services.
113-
- :balance_scale: The mono-repository is released under [LGPLv3 license](./LICENSE). Note, that the services contain their own licenses.
113+
- :balance_scale: The mono-repository is released under [AGPLv3 license](./LICENSE). Note, that the services contain their own licenses.
114114

115-
| Package | License | Docs | Description |
116-
| --------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------- |
117-
| [`front`](./services/front) | [![License: MPL v2](https://img.shields.io/badge/License-MPL%20v2-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/front) | :bird: Frontend |
118-
| [`back`](./services/back) | [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/back) | :thought_balloon: Backend |
115+
| Package | License | Docs | Description |
116+
| --------------------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------- |
117+
| [`front`](./services/front) | [![License: MPLv2](https://img.shields.io/badge/License-MPL%20v2-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/front) | :bird: Frontend |
118+
| [`back`](./services/back) | [![License: AGPLv3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) | [![documentation](https://img.shields.io/badge/readme-blue)](./services/back) | :thought_balloon: Backend |

0 commit comments

Comments
 (0)