]> Cypherpunks.ru repositories - govpn.git/commitdiff
Lesser copyright junk appearing in godoc
authorSergey Matveev <stargrave@stargrave.org>
Fri, 16 Jan 2015 12:36:13 +0000 (15:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 16 Jan 2015 12:36:13 +0000 (15:36 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
govpn.go
handshake.go
tap_freebsd.go
tap_linux.go

index 439b095a364726dc27a6cfd1ceca97a824b71751..c22a1e6e517b8d930836da2b5a709ecfc0c073d3 100644 (file)
--- a/govpn.go
+++ b/govpn.go
@@ -15,6 +15,8 @@ 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/>.
 */
+
+// High-performance secure virtual private network daemon
 package main
 
 import (
index 2d27e55f3117c7befb462a68edaa8d9d44743b79..b02f0b19157fd4f3dd2dbc68870849e860583b48 100644 (file)
@@ -15,6 +15,7 @@ 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/>.
 */
+
 package main
 
 import (
index a9d6ab37d86ec7e63db26879ce8d567d88f4a821..398e686d47f818fb3a8c0404b320429b7a48ad54 100644 (file)
@@ -4,6 +4,7 @@
 govpn -- high-performance secure virtual private network daemon
 Copyright (C) 2014 Sergey Matveev <stargrave@stargrave.org>
 */
+
 package main
 
 import (
index 663d96e8b0e295cfd9815e845842d53bb08eb89b..03a842f50dd72c748a064d2177afde0e587c256a 100644 (file)
@@ -4,6 +4,7 @@
 govpn -- high-performance secure virtual private network daemon
 Copyright (C) 2014 Sergey Matveev <stargrave@stargrave.org>
 */
+
 package main
 
 import (