]> Cypherpunks.ru repositories - govpn.git/blobdiff - govpn.go
Raise copyright years
[govpn.git] / govpn.go
index 9a7b1143c97c1daac5fb9f2ef26ccadba3b344ca..4deab7bc017f261b499998f0f42759b38887a1b5 100644 (file)
--- 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 <stargrave@stargrave.org>
+// 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 <http://www.gnu.org/licenses/>.
-*/
-
-// Simple secure free software virtual private network daemon
-package govpn
+along with this program.  If not, see <http://www.gnu.org/licenses/>.`
+)