]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/govpn.go
golint fixes
[govpn.git] / src / cypherpunks.ru / govpn / govpn.go
index 49a11ccf659c7e30d00139cdac3ce7656733e044..cf48dedc04ea6ff2824f49b752a18d4f2073a514 100644 (file)
@@ -1,8 +1,8 @@
-// Simple secure, DPI/censorship-resistant free software VPN daemon.
+// Package govpn is a simple secure, DPI/censorship-resistant free software VPN client and server.
 package govpn
 
-const (
-       Warranty = `This program is free software: you can redistribute it and/or modify
+// Warranty is GoVPN license
+const Warranty = `This program 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.
@@ -14,4 +14,3 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.`
-)