]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/client/proxy.go
Raise copyright years
[govpn.git] / src / cypherpunks.ru / govpn / client / proxy.go
index 9f8e684868b073c02af62ad63fa1b4608a731728..be7d1149fa3e4d44e257a195fe92151c11e8ec8d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 GoVPN -- simple secure free software virtual private network daemon
-Copyright (C) 2014-2016 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2014-2017 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
@@ -21,8 +21,8 @@ package client
 import (
        "bufio"
        "encoding/base64"
-       "net"
        "fmt"
+       "net"
        "net/http"
 
        "cypherpunks.ru/govpn"