From 382908c1e5c045fc062f6ba7ba0d91f578a468a6 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Wed, 5 Jan 2022 12:17:35 +0300 Subject: [PATCH] Updated copyright year --- src/addr/local.go | 2 +- src/checksum/checksum.go | 2 +- src/checksum/checksum_test.go | 2 +- src/encryption/decrypt.go | 2 +- src/encryption/encrypt.go | 2 +- src/encryption/encryption_test.go | 2 +- src/encryption/key.go | 2 +- src/fsys/dir.go | 2 +- src/fsys/dir_test.go | 2 +- src/fsys/file.go | 2 +- src/fsys/file_test.go | 2 +- src/main.go | 8 ++++---- src/node/node.go | 2 +- src/node/options.go | 2 +- src/protocol/constants.go | 2 +- src/protocol/headers.go | 2 +- src/protocol/packet.go | 2 +- src/protocol/packetConstruct.go | 2 +- src/protocol/packetDecode.go | 2 +- src/protocol/protocol_test.go | 2 +- src/protocol/recv.go | 2 +- src/protocol/send.go | 2 +- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/addr/local.go b/src/addr/local.go index b556a18..575c7eb 100644 --- a/src/addr/local.go +++ b/src/addr/local.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/checksum/checksum.go b/src/checksum/checksum.go index dd307f2..b896d3c 100644 --- a/src/checksum/checksum.go +++ b/src/checksum/checksum.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/checksum/checksum_test.go b/src/checksum/checksum_test.go index 385d7f3..33a94fb 100644 --- a/src/checksum/checksum_test.go +++ b/src/checksum/checksum_test.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/encryption/decrypt.go b/src/encryption/decrypt.go index 3818843..868b577 100644 --- a/src/encryption/decrypt.go +++ b/src/encryption/decrypt.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/encryption/encrypt.go b/src/encryption/encrypt.go index 35858a2..1eaecc0 100644 --- a/src/encryption/encrypt.go +++ b/src/encryption/encrypt.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/encryption/encryption_test.go b/src/encryption/encryption_test.go index 988d322..25ff50d 100644 --- a/src/encryption/encryption_test.go +++ b/src/encryption/encryption_test.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/encryption/key.go b/src/encryption/key.go index 53064ae..46dc4b3 100644 --- a/src/encryption/key.go +++ b/src/encryption/key.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/fsys/dir.go b/src/fsys/dir.go index 57f2826..81ea4c0 100644 --- a/src/fsys/dir.go +++ b/src/fsys/dir.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/fsys/dir_test.go b/src/fsys/dir_test.go index 0f70d3d..76904a3 100644 --- a/src/fsys/dir_test.go +++ b/src/fsys/dir_test.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/fsys/file.go b/src/fsys/file.go index 2c90bb2..edbceed 100644 --- a/src/fsys/file.go +++ b/src/fsys/file.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/fsys/file_test.go b/src/fsys/file_test.go index e0cd341..9958c65 100644 --- a/src/fsys/file_test.go +++ b/src/fsys/file_test.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/main.go b/src/main.go index 0877bb7..dbdacc1 100644 --- a/src/main.go +++ b/src/main.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu @@ -30,9 +30,9 @@ import ( ) var ( - VERSION string = "v2.2.0" + VERSION string = "v2.2.1" - versionInformation string = fmt.Sprintf("ftu %s\n\nCopyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/))\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it under certain conditions; type \"ftu -l\" for details.\n", VERSION) + versionInformation string = fmt.Sprintf("ftu %s\n\nCopyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/))\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it under certain conditions; type \"ftu -l\" for details.\n", VERSION) //go:embed COPYING licenseInformation string @@ -103,7 +103,7 @@ func init() { } if *SEND != "" && *ADDRESS != "" { - fmt.Printf("Can`t send and receive at the same time. Specify only -s or -a\n") + fmt.Printf("Can`t send and receive at the same time. Specify either -s or -a\n") os.Exit(-1) } diff --git a/src/node/node.go b/src/node/node.go index 19eed88..b7c3761 100644 --- a/src/node/node.go +++ b/src/node/node.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/node/options.go b/src/node/options.go index 36f2e8e..6de7d3a 100644 --- a/src/node/options.go +++ b/src/node/options.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/constants.go b/src/protocol/constants.go index fd25c8e..b38907e 100644 --- a/src/protocol/constants.go +++ b/src/protocol/constants.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/headers.go b/src/protocol/headers.go index cf4a27a..17d336f 100644 --- a/src/protocol/headers.go +++ b/src/protocol/headers.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/packet.go b/src/protocol/packet.go index 3f350b8..a9d9b59 100644 --- a/src/protocol/packet.go +++ b/src/protocol/packet.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/packetConstruct.go b/src/protocol/packetConstruct.go index bc92942..f38faeb 100644 --- a/src/protocol/packetConstruct.go +++ b/src/protocol/packetConstruct.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/packetDecode.go b/src/protocol/packetDecode.go index bdaf11f..b3d20de 100644 --- a/src/protocol/packetDecode.go +++ b/src/protocol/packetDecode.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/protocol_test.go b/src/protocol/protocol_test.go index ea8dd72..e1d0172 100644 --- a/src/protocol/protocol_test.go +++ b/src/protocol/protocol_test.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/recv.go b/src/protocol/recv.go index 9426300..83b373f 100644 --- a/src/protocol/recv.go +++ b/src/protocol/recv.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu diff --git a/src/protocol/send.go b/src/protocol/send.go index 2f7b711..be6c9b5 100644 --- a/src/protocol/send.go +++ b/src/protocol/send.go @@ -1,6 +1,6 @@ /* ftu - file transferring utility. -Copyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) +Copyright (C) 2021,2022 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/)) This file is a part of ftu