aont/aont_test.go | 2 +- aont/oaep.go | 2 +- client/client.go | 2 +- client/proxy.go | 2 +- client/tcp.go | 2 +- client/udp.go | 2 +- cmd/govpn-client/main.go | 2 +- cmd/govpn-server/common.go | 2 +- cmd/govpn-server/conf.go | 2 +- cmd/govpn-server/main.go | 2 +- cmd/govpn-server/proxy.go | 2 +- cmd/govpn-server/tcp.go | 2 +- cmd/govpn-server/udp.go | 2 +- cmd/govpn-verifier/main.go | 2 +- cnw/cnw.go | 2 +- cnw/cnw_test.go | 2 +- common.go | 2 +- conf.go | 2 +- doc/index.texi | 2 +- egd.go | 2 +- encless.go | 2 +- encless_test.go | 2 +- handshake.go | 2 +- handshake_test.go | 2 +- identity.go | 2 +- logger.go | 2 +- peer.go | 2 +- peer_test.go | 2 +- stats.go | 2 +- tap.go | 2 +- tap_freebsd.go | 2 +- tap_linux.go | 2 +- verifier.go | 2 +- diff --git a/aont/aont_test.go b/aont/aont_test.go index bd5cb6504bb3257aa04c2883487498aa030c2d7c..5a28fc477f9473276f420558dde270425be59951 100644 --- a/aont/aont_test.go +++ b/aont/aont_test.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/aont/oaep.go b/aont/oaep.go index 50ce41673b7c2fdd3531bcc030ea864c8374155a..861ab93a5ac46de7735443e9a3a36eec69d1fc6a 100644 --- a/aont/oaep.go +++ b/aont/oaep.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/client/client.go b/client/client.go index b7788f268722776c2c504ec58ce7c2ad0887544f..b5383a15a14a44011585ca9f5a8639073622b903 100644 --- a/client/client.go +++ b/client/client.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/client/proxy.go b/client/proxy.go index de37420022dba9cb83b8f1ade8c2c7fcb56a87cd..6956b3c9c93c03f80fcd8c93a0a61fdd38c37dd9 100644 --- a/client/proxy.go +++ b/client/proxy.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/client/tcp.go b/client/tcp.go index c366aefdee4af64689ce29897f26d8e54b1951be..eaf828dd4bb998a3d02b55b14a9ba10b79a3561e 100644 --- a/client/tcp.go +++ b/client/tcp.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/client/udp.go b/client/udp.go index d98fd5a97809faf4de193c93e5c01eb151a76db7..d64ca6b8d1e10317441ecd1637d7a0f57c12bd9a 100644 --- a/client/udp.go +++ b/client/udp.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-client/main.go b/cmd/govpn-client/main.go index a4e10db54314adfa472923f5de60d993697966e6..107289e8b2e04a70c87413e9a13de200a5fd92f2 100644 --- a/cmd/govpn-client/main.go +++ b/cmd/govpn-client/main.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-server/common.go b/cmd/govpn-server/common.go index dcae6a8249b65cc0724358d24aa7561ef44fe77f..23857c6937dcae828b254d9956176be671c7b4e9 100644 --- a/cmd/govpn-server/common.go +++ b/cmd/govpn-server/common.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-server/conf.go b/cmd/govpn-server/conf.go index b7781ce8b2591436e7317cf3b3703e076aff6ad2..74ab90612ccf4837341dd07c45d70dfe4a3e7ba7 100644 --- a/cmd/govpn-server/conf.go +++ b/cmd/govpn-server/conf.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-server/main.go b/cmd/govpn-server/main.go index 451e8871057eed63e55c288acf4525dbbf544c26..1161efde64f0424a877dd6143e421a405ef366af 100644 --- a/cmd/govpn-server/main.go +++ b/cmd/govpn-server/main.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-server/proxy.go b/cmd/govpn-server/proxy.go index 7d407e646850c1c45004e23f1f29a83a0839f487..de054084f6a742bd0221d95e1edaded570bbd540 100644 --- a/cmd/govpn-server/proxy.go +++ b/cmd/govpn-server/proxy.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-server/tcp.go b/cmd/govpn-server/tcp.go index 59d770502512976f47fdb099df0db742655c1170..6a742b7cd47a2250a4a8bef6c478b8dca16bc18a 100644 --- a/cmd/govpn-server/tcp.go +++ b/cmd/govpn-server/tcp.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-server/udp.go b/cmd/govpn-server/udp.go index 5e7fa6424136094d28254fcd9bf754b6c91f57f3..d5c095cc770b169b1f97b7f60472b750575f5901 100644 --- a/cmd/govpn-server/udp.go +++ b/cmd/govpn-server/udp.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cmd/govpn-verifier/main.go b/cmd/govpn-verifier/main.go index 78031a1fc14276de1b752cfd4d4eaca97d030dcc..e57361cfd5c0a293dfd8b3fdd7f5934b96fd9ae3 100644 --- a/cmd/govpn-verifier/main.go +++ b/cmd/govpn-verifier/main.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cnw/cnw.go b/cnw/cnw.go index f058bc4e6c7dde5fc26f9c9f9aaa84e5b14b7dba..128bc355ede8eabe03b80d53e0eea5d4ba6f7bf3 100644 --- a/cnw/cnw.go +++ b/cnw/cnw.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/cnw/cnw_test.go b/cnw/cnw_test.go index dd972c28cb589001be8a3f6c8961a7cc366a72f1..3be0161c1dd32acb7ebc69a7387d42f026dc304c 100644 --- a/cnw/cnw_test.go +++ b/cnw/cnw_test.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/common.go b/common.go index a1636f5513d7b8bedce6168a8a747183cf0784c8..f9c5d1a44e04d8435b7f2c7a2335d4f29a74cf78 100644 --- a/common.go +++ b/common.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/conf.go b/conf.go index 327fcb23775a86bd52b2ab28e850e1f650a2dccf..a06add7665be08c915f9ce79d073e4bb85a4127c 100644 --- a/conf.go +++ b/conf.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/doc/index.texi b/doc/index.texi index a220a24c770c3e4cd5ec915776407c5cf57ac4bb..1115937f5c18f651cd30e04bd2971f94f3507e4d 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -7,7 +7,7 @@ This manual is for GoVPN -- simple free software virtual private network daemon, aimed to be reviewable, secure, DPI/censorship-resistant, written on Go. -Copyright @copyright{} 2014-2019 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2014-2020 @email{stargrave@@stargrave.org, Sergey Matveev} @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/egd.go b/egd.go index f06296cda1065b6c83fa395ff309d02ac9198487..3a25b1791c41eea2ba3a99b50338756384a7dda2 100644 --- a/egd.go +++ b/egd.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/encless.go b/encless.go index fe5425d0694d6100dab2b7e16c9c2f51ec9a3a05..86cfe6114390b5828d7b83376740a2804c326b16 100644 --- a/encless.go +++ b/encless.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/encless_test.go b/encless_test.go index 6d7ca5edf4af156cc935dafcfe87afcda34fe207..04d9cd7828bbe971483ee886bc534640abdcb44d 100644 --- a/encless_test.go +++ b/encless_test.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/handshake.go b/handshake.go index 80ab1c9910c2220c005472e0f03fe36400cb8ea2..d1516406d3dd4e92b99642dad7188eebb0ac8eba 100644 --- a/handshake.go +++ b/handshake.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/handshake_test.go b/handshake_test.go index 7eb596b35664416a054016c319b3586c8c33cb09..dffd9433ee7314b90503d179985f003577dd23f2 100644 --- a/handshake_test.go +++ b/handshake_test.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/identity.go b/identity.go index 47e6b954e800b059c2f12be8127ced53df6793a7..55496804c98b2f46464d0d5d7b99fae294c6f56f 100644 --- a/identity.go +++ b/identity.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/logger.go b/logger.go index d5c959b1d3be3a48f48fef39bf649af114b28680..18f4973967316e550c22c3e1072f2cd05a01a1b6 100644 --- a/logger.go +++ b/logger.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/peer.go b/peer.go index 1c6a52737d01cf8cb1358500dda4e5d343924c71..b040f1a70148401324da29660e4103a3f38eaea1 100644 --- a/peer.go +++ b/peer.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/peer_test.go b/peer_test.go index b07cbbd72d813ed91599759ab0c93fb8968190e8..aae97262dd867e8dc4ea3b942f02312dda8149b9 100644 --- a/peer_test.go +++ b/peer_test.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/stats.go b/stats.go index f227d631d4eef79d0bad4cccdce0fb69bcc91dae..c1e51379684faf3fc667eed31136dbb74f6abbb2 100644 --- a/stats.go +++ b/stats.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/tap.go b/tap.go index 2421792feaee51669072a2b23694c320bdda92d4..6fbba6d3a32749e5d065dcb1281b06a78aaca5ba 100644 --- a/tap.go +++ b/tap.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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 diff --git a/tap_freebsd.go b/tap_freebsd.go index 9f7a7350e550dcee6fb08b47aba6901d9fc5a9ba..677ba29a696938ad8517f76cfa9cfe1ad309863f 100644 --- a/tap_freebsd.go +++ b/tap_freebsd.go @@ -2,7 +2,7 @@ // +build freebsd /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev */ package govpn diff --git a/tap_linux.go b/tap_linux.go index daa6bd50664d29e8705b32ae0c670b044626d4ca..aae40f60efedc0409e15c10970db810e92fc09ac 100644 --- a/tap_linux.go +++ b/tap_linux.go @@ -2,7 +2,7 @@ // +build linux /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev */ package govpn diff --git a/verifier.go b/verifier.go index 077cfe404d9397fce08eb280f99bae9858b76e0a..f3d4db560d9c632ca613cde21ff5e3aac6c202da 100644 --- a/verifier.go +++ b/verifier.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 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