]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/conf.go
Forbid any later GNU GPL versions autousage
[govpn.git] / src / cypherpunks.ru / govpn / conf.go
index c8232d64b047a91644b47111b8cf6db8384613b0..327fcb23775a86bd52b2ab28e850e1f650a2dccf 100644 (file)
@@ -1,11 +1,10 @@
 /*
 GoVPN -- simple secure free software virtual private network daemon
-Copyright (C) 2014-2016 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2014-2019 Sergey Matveev <stargrave@stargrave.org>
 
 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
@@ -25,7 +24,7 @@ import (
 )
 
 type PeerConf struct {
-       Id          *PeerId       `yaml:"-"`
+       ID          *PeerID       `yaml:"-"`
        Name        string        `yaml:"name"`
        Iface       string        `yaml:"iface"`
        MTU         int           `yaml:"mtu"`