diff --git a/application/application.go b/application/application.go index a2f2e09..ceb382e 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 bef54ad..139d63c 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 2135aeb..155ac53 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 107939b..6c6f1d6 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 eabf50d..09d1d17 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 114b509..0571038 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 c542834..d4b37d3 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 0c1b49c..34cef9a 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 9dd6ad3..84bd5d4 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 0d120eb..d0f9dd4 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 ad01029..0d9248c 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 3e66d4a..dccc627 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 4953d21..5059e83 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 bc80720..1ef1881 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 4139f2a..993bb1f 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 8f50496..c614e6f 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 e57dd72..43e8ddf 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 c98c3ba..a437265 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 80b7095..478c968 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 6d9830c..c74837a 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 9cdcad5..2680b39 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 a564d4c..c77511a 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 85e39b4..098e8e1 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 bcbb50a..45d2fcb 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 115b3af..0194e76 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 8327271..5e3892d 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 ec9799a..51cba59 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 7743b16..27640b0 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 77df360..37da8ee 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 ca2b140..58e91ae 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 1e2aac8..3bacf24 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 109421e..d281f7a 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 f6a1158..1a18702 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 96f5189..7bdbb40 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 743811b..db1bdc3 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 d724829..83d6777 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 1aa616a..f3b4139 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 36a4c83..a1b36de 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 405f48e..03636ef 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 b4ebd73..e2fbf82 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 9339b82..724b2cf 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 6f9d022..7bd7886 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 861ea81..0c431c7 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 52cd234..5543874 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 e3dc489..298ff0a 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 ecaeeaf..3ffde72 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 9c84299..ebb19f6 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 acae6ba..1454d6e 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 ae2f7c4..be1397b 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 8736bb0..66d5f0f 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 30583bf..e8a8679 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 3ba22ff..aedc30b 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 ab35a3e..64c20d3 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 f11c41a..c974950 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 a42daed..d17568b 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 ea053ef..f047648 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 3240da0..b499d62 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 f998bc0..07d3f37 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 6be4635..fb07871 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 f674456..d5b444a 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 9b95cac..37b1802 100644 --- a/ui/auth.vue +++ b/ui/auth.vue @@ -1,7 +1,7 @@