diff options
| author | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2022-05-10 13:41:26 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-10 13:41:26 +0200 |
| commit | 57d6c2ac55a5fd1ea609c873d5410174b7cf6ca4 (patch) | |
| tree | 065ece2d84685b3d00f07eee20adb92c0a31f148 /docs/src | |
| parent | fe8c69997c3d47970cf06e1a6d6c74841eee7b50 (diff) | |
Create LICENSE
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/about.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/about.md b/docs/src/about.md index 4631166..e2715c0 100644 --- a/docs/src/about.md +++ b/docs/src/about.md @@ -12,5 +12,8 @@ eduVPN-common is a library for [eduVPN](https://www.eduvpn.org/), which is a VPN However, as these clients are rather similar in functionality, apart from platform specific differences, right now there is duplicate code between them. For example, the process to discover institution's servers, the authorization process (OAuth) and Wireguard key generation. This goal of this library is to provide the common functionality between these clients into one codebase. The library is written in the [Go](https://go.dev/) language and has wrapper code for each of the languages that are used by the current clients. +## License +[MIT](https://github.com/jwijenbergh/eduvpn-common/blob/main/LICENSE) + ## Authors This library is written by [Steven Wallis de Vries](https://github.com/stevenwdv) and [Jeroen Wijenbergh](https://github.com/jwijenbergh), two Radboud University students that worked at Surf for their research internship. |
