From bea4768adb5c5ada934af2437b2f50956c821b73 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 21 Sep 2015 09:42:09 +0300 Subject: [PATCH] Add missing copyright docstrings Signed-off-by: Sergey Matveev --- src/govpn/cmd/govpn-server/common.go | 18 ++++++++++++++++++ src/govpn/peer.go | 18 ++++++++++++++++++ src/govpn/stats.go | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/src/govpn/cmd/govpn-server/common.go b/src/govpn/cmd/govpn-server/common.go index 4692e52..f2cc0d3 100644 --- a/src/govpn/cmd/govpn-server/common.go +++ b/src/govpn/cmd/govpn-server/common.go @@ -1,3 +1,21 @@ +/* +GoVPN -- simple secure free software virtual private network daemon +Copyright (C) 2014-2015 Sergey Matveev + +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 . +*/ + package main import ( diff --git a/src/govpn/peer.go b/src/govpn/peer.go index 1076e74..0918018 100644 --- a/src/govpn/peer.go +++ b/src/govpn/peer.go @@ -1,3 +1,21 @@ +/* +GoVPN -- simple secure free software virtual private network daemon +Copyright (C) 2014-2015 Sergey Matveev + +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 . +*/ + package govpn import ( diff --git a/src/govpn/stats.go b/src/govpn/stats.go index 8d39e7a..7cdb3b7 100644 --- a/src/govpn/stats.go +++ b/src/govpn/stats.go @@ -1,3 +1,21 @@ +/* +GoVPN -- simple secure free software virtual private network daemon +Copyright (C) 2014-2015 Sergey Matveev + +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 . +*/ + package govpn import ( -- 2.44.0