summaryrefslogtreecommitdiff
path: root/networkQuality.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-10-14 10:24:51 -0400
committerWill Hawkins <[email protected]>2022-10-14 10:24:51 -0400
commit1f36afaf4e2c79aa4bc80f9bc8320ea28cc51f6f (patch)
treedac9a0df24ea209ab098b3e0edcf76614c5840a4 /networkQuality.go
parent1ccd544faa96941a1be93e2cdd4874d3f1d9e82c (diff)
Relicense with GPLv2
With this commit the project is being relicensed under GPLv2. All contributors to the code prior to this commit have given their explicit approval for the project to be relicensed (see https://github.com/network-quality/goresponsiveness/issues/41).
Diffstat (limited to 'networkQuality.go')
-rw-r--r--networkQuality.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkQuality.go b/networkQuality.go
index de10d54..806f2f7 100644
--- a/networkQuality.go
+++ b/networkQuality.go
@@ -3,7 +3,7 @@
*
* Go Responsiveness is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software Foundation,
- * either version 3 of the License, or (at your option) any later version.
+ * either version 2 of the License, or (at your option) any later version.
* Go Responsiveness is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.