X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fgovpn.go;h=49a11ccf659c7e30d00139cdac3ce7656733e044;hb=3682e7292736085087613f84cbc5908bae63268b;hp=d65e72b84038387a64714ad106b15a922f5202d8;hpb=e71bc62b4fbeeb9862b30b4f2ef71ae6036c61d4;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/govpn.go b/src/cypherpunks.ru/govpn/govpn.go index d65e72b..49a11cc 100644 --- a/src/cypherpunks.ru/govpn/govpn.go +++ b/src/cypherpunks.ru/govpn/govpn.go @@ -1,2 +1,17 @@ // Simple secure, DPI/censorship-resistant free software VPN daemon. package govpn + +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. + +This program 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .` +)