File tree 6 files changed +1348
-5
lines changed
6 files changed +1348
-5
lines changed Original file line number Diff line number Diff line change
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
+ ...
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ We don't believe in technology replacing human governance. But we can make the p
110
110
## License
111
111
112
112
- :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.
114
114
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 |
You can’t perform that action at this time.
0 commit comments