diff --git a/application/application.go b/application/application.go index a2f2e092..ceb382e9 100644 --- a/application/application.go +++ b/application/application.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/commander.go b/application/command/commander.go index bef54adb..139d63ca 100644 --- a/application/command/commander.go +++ b/application/command/commander.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/commands.go b/application/command/commands.go index 2135aeb5..155ac539 100644 --- a/application/command/commands.go +++ b/application/command/commands.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/fsm.go b/application/command/fsm.go index 107939b7..6c6f1d68 100644 --- a/application/command/fsm.go +++ b/application/command/fsm.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/handler.go b/application/command/handler.go index eabf50d6..09d1d17d 100644 --- a/application/command/handler.go +++ b/application/command/handler.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/handler_echo_test.go b/application/command/handler_echo_test.go index 114b5090..05710384 100644 --- a/application/command/handler_echo_test.go +++ b/application/command/handler_echo_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/handler_stream_test.go b/application/command/handler_stream_test.go index c5428345..d4b37d3a 100644 --- a/application/command/handler_stream_test.go +++ b/application/command/handler_stream_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/handler_test.go b/application/command/handler_test.go index 0c1b49c3..34cef9a3 100644 --- a/application/command/handler_test.go +++ b/application/command/handler_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/header.go b/application/command/header.go index 9dd6ad3f..84bd5d44 100644 --- a/application/command/header.go +++ b/application/command/header.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/streams.go b/application/command/streams.go index 0d120eba..d0f9dd46 100644 --- a/application/command/streams.go +++ b/application/command/streams.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/command/streams_test.go b/application/command/streams_test.go index ad010296..0d9248cf 100644 --- a/application/command/streams_test.go +++ b/application/command/streams_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/address.go b/application/commands/address.go index 3e66d4aa..dccc627f 100644 --- a/application/commands/address.go +++ b/application/commands/address.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/address_test.go b/application/commands/address_test.go index 4953d21e..5059e83e 100644 --- a/application/commands/address_test.go +++ b/application/commands/address_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/commands.go b/application/commands/commands.go index bc807200..1ef18815 100644 --- a/application/commands/commands.go +++ b/application/commands/commands.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/integer.go b/application/commands/integer.go index 4139f2ae..993bb1f8 100644 --- a/application/commands/integer.go +++ b/application/commands/integer.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/integer_test.go b/application/commands/integer_test.go index 8f504962..c614e6f2 100644 --- a/application/commands/integer_test.go +++ b/application/commands/integer_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/ssh.go b/application/commands/ssh.go index e57dd726..43e8ddf3 100644 --- a/application/commands/ssh.go +++ b/application/commands/ssh.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/string.go b/application/commands/string.go index c98c3ba8..a4372652 100644 --- a/application/commands/string.go +++ b/application/commands/string.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/string_test.go b/application/commands/string_test.go index 80b70951..478c968e 100644 --- a/application/commands/string_test.go +++ b/application/commands/string_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/commands/telnet.go b/application/commands/telnet.go index 6d9830c0..c74837aa 100644 --- a/application/commands/telnet.go +++ b/application/commands/telnet.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/common.go b/application/configuration/common.go index 9cdcad5c..2680b391 100644 --- a/application/configuration/common.go +++ b/application/configuration/common.go @@ -1,3 +1,20 @@ +// Sshwifty - A Web SSH client +// +// Copyright (C) 2019-2021 Ni Rui +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package configuration func durationAtLeast(current, min int) int { diff --git a/application/configuration/config.go b/application/configuration/config.go index a564d4cb..c77511a5 100644 --- a/application/configuration/config.go +++ b/application/configuration/config.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/loader.go b/application/configuration/loader.go index 85e39b46..098e8e1c 100644 --- a/application/configuration/loader.go +++ b/application/configuration/loader.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/loader_direct.go b/application/configuration/loader_direct.go index bcbb50ac..45d2fcb3 100644 --- a/application/configuration/loader_direct.go +++ b/application/configuration/loader_direct.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/loader_enviro.go b/application/configuration/loader_enviro.go index 115b3af6..0194e769 100644 --- a/application/configuration/loader_enviro.go +++ b/application/configuration/loader_enviro.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/loader_file.go b/application/configuration/loader_file.go index 83272718..5e3892d4 100644 --- a/application/configuration/loader_file.go +++ b/application/configuration/loader_file.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/loader_redundant.go b/application/configuration/loader_redundant.go index ec9799ab..51cba595 100644 --- a/application/configuration/loader_redundant.go +++ b/application/configuration/loader_redundant.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/configuration/string.go b/application/configuration/string.go index 7743b162..27640b02 100644 --- a/application/configuration/string.go +++ b/application/configuration/string.go @@ -1,3 +1,20 @@ +// Sshwifty - A Web SSH client +// +// Copyright (C) 2019-2021 Ni Rui +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package configuration import ( diff --git a/application/configuration/string_test.go b/application/configuration/string_test.go index 77df3609..37da8eef 100644 --- a/application/configuration/string_test.go +++ b/application/configuration/string_test.go @@ -1,3 +1,20 @@ +// Sshwifty - A Web SSH client +// +// Copyright (C) 2019-2021 Ni Rui +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package configuration import ( diff --git a/application/controller/base.go b/application/controller/base.go index ca2b1404..58e91ae4 100644 --- a/application/controller/base.go +++ b/application/controller/base.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/common.go b/application/controller/common.go index 1e2aac85..3bacf245 100644 --- a/application/controller/common.go +++ b/application/controller/common.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/common_test.go b/application/controller/common_test.go index 109421eb..d281f7ae 100644 --- a/application/controller/common_test.go +++ b/application/controller/common_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/controller.go b/application/controller/controller.go index f6a11586..1a18702f 100644 --- a/application/controller/controller.go +++ b/application/controller/controller.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/error.go b/application/controller/error.go index 96f51890..7bdbb406 100644 --- a/application/controller/error.go +++ b/application/controller/error.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/failure.go b/application/controller/failure.go index 743811b0..db1bdc31 100644 --- a/application/controller/failure.go +++ b/application/controller/failure.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/home.go b/application/controller/home.go index d7248290..83d67774 100644 --- a/application/controller/home.go +++ b/application/controller/home.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/socket.go b/application/controller/socket.go index 1aa616a5..f3b4139d 100644 --- a/application/controller/socket.go +++ b/application/controller/socket.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/socket_verify.go b/application/controller/socket_verify.go index 36a4c83b..a1b36def 100644 --- a/application/controller/socket_verify.go +++ b/application/controller/socket_verify.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/static.go b/application/controller/static.go index 405f48e0..03636efb 100644 --- a/application/controller/static.go +++ b/application/controller/static.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/controller/static_page_generater/main.go b/application/controller/static_page_generater/main.go index b4ebd739..e2fbf827 100644 --- a/application/controller/static_page_generater/main.go +++ b/application/controller/static_page_generater/main.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -41,7 +41,7 @@ const ( const ( staticListHeader = `// Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/log/ditch.go b/application/log/ditch.go index 9339b82a..724b2cf8 100644 --- a/application/log/ditch.go +++ b/application/log/ditch.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/log/log.go b/application/log/log.go index 6f9d0220..7bd7886f 100644 --- a/application/log/log.go +++ b/application/log/log.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/log/writer.go b/application/log/writer.go index 861ea814..0c431c77 100644 --- a/application/log/writer.go +++ b/application/log/writer.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/log/writer_nodebug.go b/application/log/writer_nodebug.go index 52cd2344..55438742 100644 --- a/application/log/writer_nodebug.go +++ b/application/log/writer_nodebug.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/network/conn.go b/application/network/conn.go index e3dc4890..298ff0a7 100644 --- a/application/network/conn.go +++ b/application/network/conn.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/network/conn_timeout.go b/application/network/conn_timeout.go index ecaeeaf2..3ffde723 100644 --- a/application/network/conn_timeout.go +++ b/application/network/conn_timeout.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/network/dial.go b/application/network/dial.go index 9c842998..ebb19f68 100644 --- a/application/network/dial.go +++ b/application/network/dial.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/network/dial_ac.go b/application/network/dial_ac.go index acae6ba3..1454d6e0 100644 --- a/application/network/dial_ac.go +++ b/application/network/dial_ac.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/network/dial_socks5.go b/application/network/dial_socks5.go index ae2f7c4c..be1397b9 100644 --- a/application/network/dial_socks5.go +++ b/application/network/dial_socks5.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/plate.go b/application/plate.go index 8736bb03..66d5f0fb 100644 --- a/application/plate.go +++ b/application/plate.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/rw/fetch.go b/application/rw/fetch.go index 30583bf7..e8a86793 100644 --- a/application/rw/fetch.go +++ b/application/rw/fetch.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/rw/fetch_test.go b/application/rw/fetch_test.go index 3ba22ffd..aedc30b0 100644 --- a/application/rw/fetch_test.go +++ b/application/rw/fetch_test.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/rw/limited.go b/application/rw/limited.go index ab35a3e7..64c20d3d 100644 --- a/application/rw/limited.go +++ b/application/rw/limited.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/rw/rw.go b/application/rw/rw.go index f11c41a6..c974950d 100644 --- a/application/rw/rw.go +++ b/application/rw/rw.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/server/conn.go b/application/server/conn.go index a42daede..d17568b6 100644 --- a/application/server/conn.go +++ b/application/server/conn.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/application/server/server.go b/application/server/server.go index ea053eff..f047648f 100644 --- a/application/server/server.go +++ b/application/server/server.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/babel.config.js b/babel.config.js index 3240da0e..b499d620 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/sshwifty.go b/sshwifty.go index f998bc01..07d3f375 100644 --- a/sshwifty.go +++ b/sshwifty.go @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/ui/app.css b/ui/app.css index 6be46358..fb07871d 100644 --- a/ui/app.css +++ b/ui/app.css @@ -1,7 +1,7 @@ /* // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/ui/app.js b/ui/app.js index f6744560..d5b444a6 100644 --- a/ui/app.js +++ b/ui/app.js @@ -1,6 +1,6 @@ // Sshwifty - A Web SSH client // -// Copyright (C) 2019-2020 Rui NI +// Copyright (C) 2019-2021 Ni Rui // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/ui/auth.vue b/ui/auth.vue index 9b95caca..37b18025 100644 --- a/ui/auth.vue +++ b/ui/auth.vue @@ -1,7 +1,7 @@