X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=govpn.go;h=4deab7bc017f261b499998f0f42759b38887a1b5;hb=refs%2Fheads%2Fdevelop;hp=9a7b1143c97c1daac5fb9f2ef26ccadba3b344ca;hpb=71d699f1c4aa8e2a8537e2d63222faec0a6ea6ca;p=govpn.git diff --git a/govpn.go b/govpn.go index 9a7b114..4deab7b 100644 --- a/govpn.go +++ b/govpn.go @@ -1,11 +1,10 @@ -/* -GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2015 Sergey Matveev +// Simple secure, DPI/censorship-resistant free software VPN daemon. +package govpn -This program is free software: you can redistribute it and/or modify +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. +the Free Software Foundation, version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +12,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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 . -*/ - -// Simple secure free software virtual private network daemon -package govpn +along with this program. If not, see .` +)