From 4d5232666fb9c733a4be7b3e789ba042a79d9bd1 Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Fri, 31 May 2024 12:15:34 -0400 Subject: [PATCH] Better sentence --- x/psiphon/psiphon.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x/psiphon/psiphon.go b/x/psiphon/psiphon.go index ff283397..fd530e49 100644 --- a/x/psiphon/psiphon.go +++ b/x/psiphon/psiphon.go @@ -15,7 +15,8 @@ //go:build psiphon && go1.21 /* -Package psiphon provides adaptors to create StreamDialers that leverage the [Psiphon] network. +Package psiphon provides adaptors to create StreamDialers that leverage [Psiphon] technology and +infrastructure to bypass network interference. You will need to provide your own Psiphon config file, which you must acquire from the Psiphon team. See the [Psiphon End-User License Agreement]. For more details, email them at sponsor@psiphon.ca. @@ -24,7 +25,7 @@ For testing, you can [generate a Psiphon config yourself]. # License restrictions -Psiphon code is licensed as GPLv3, which you will have to take that into account if you incorporate Psiphon logic into your app. +Psiphon code is licensed as GPLv3, which you will have to take into account if you incorporate Psiphon logic into your app. If you don't want your app to be GPL, consider acquiring an appropriate license when acquiring their services. Note that a few of Psiphon's dependencies may impose additional restrictions. For example, github.com/hashicorp/golang-lru is MPL-2.0