Skip to content

Commit

Permalink
Better sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed May 31, 2024
1 parent 5c9902c commit 4d52326
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/psiphon/psiphon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
Expand All @@ -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
Expand Down

0 comments on commit 4d52326

Please sign in to comment.