diff --git a/src/app.ts b/src/app.ts index ecf54be..a245f9d 100644 --- a/src/app.ts +++ b/src/app.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/compress.ts b/src/common/compress.ts index 1cdf896..1bd2798 100644 --- a/src/common/compress.ts +++ b/src/common/compress.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/global_variable.ts b/src/common/global_variable.ts index 375d615..d5bac04 100644 --- a/src/common/global_variable.ts +++ b/src/common/global_variable.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/instance_stream.ts b/src/common/instance_stream.ts index 4aabd67..4e8123f 100644 --- a/src/common/instance_stream.ts +++ b/src/common/instance_stream.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/mcping.ts b/src/common/mcping.ts index c167185..3e3f516 100644 --- a/src/common/mcping.ts +++ b/src/common/mcping.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/query_wrapper.ts b/src/common/query_wrapper.ts index 4d855ec..c484894 100644 --- a/src/common/query_wrapper.ts +++ b/src/common/query_wrapper.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/system_info.ts b/src/common/system_info.ts index b846235..2362821 100644 --- a/src/common/system_info.ts +++ b/src/common/system_info.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/common/system_storage.ts b/src/common/system_storage.ts index 10cf149..8a4281e 100644 --- a/src/common/system_storage.ts +++ b/src/common/system_storage.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/base/command.ts b/src/entity/commands/base/command.ts index 9b413fa..8e36b94 100644 --- a/src/entity/commands/base/command.ts +++ b/src/entity/commands/base/command.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/base/command_parser.ts b/src/entity/commands/base/command_parser.ts index 0e4acf6..483c03c 100644 --- a/src/entity/commands/base/command_parser.ts +++ b/src/entity/commands/base/command_parser.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/cmd.ts b/src/entity/commands/cmd.ts index 7f478ab..7636a6a 100644 --- a/src/entity/commands/cmd.ts +++ b/src/entity/commands/cmd.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/dispatcher.ts b/src/entity/commands/dispatcher.ts index 67b34c5..e15dfb0 100644 --- a/src/entity/commands/dispatcher.ts +++ b/src/entity/commands/dispatcher.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/docker/docker _start.ts b/src/entity/commands/docker/docker _start.ts index 04ef91c..8a17818 100644 --- a/src/entity/commands/docker/docker _start.ts +++ b/src/entity/commands/docker/docker _start.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/general/general _command.ts b/src/entity/commands/general/general _command.ts index 3d675b4..09ece00 100644 --- a/src/entity/commands/general/general _command.ts +++ b/src/entity/commands/general/general _command.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/general/general _kill.ts b/src/entity/commands/general/general _kill.ts index 2ce5cdf..7dbaa06 100644 --- a/src/entity/commands/general/general _kill.ts +++ b/src/entity/commands/general/general _kill.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/general/general _restart.ts b/src/entity/commands/general/general _restart.ts index 1fde251..a477127 100644 --- a/src/entity/commands/general/general _restart.ts +++ b/src/entity/commands/general/general _restart.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/general/general _start.ts b/src/entity/commands/general/general _start.ts index b28cff3..d0155af 100644 --- a/src/entity/commands/general/general _start.ts +++ b/src/entity/commands/general/general _start.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/general/general _stop.ts b/src/entity/commands/general/general _stop.ts index eff6ed3..35b2793 100644 --- a/src/entity/commands/general/general _stop.ts +++ b/src/entity/commands/general/general _stop.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/kill.ts b/src/entity/commands/kill.ts index 152cc1d..833396b 100644 --- a/src/entity/commands/kill.ts +++ b/src/entity/commands/kill.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/nullfunc.ts b/src/entity/commands/nullfunc.ts index 2266a54..d4af616 100644 --- a/src/entity/commands/nullfunc.ts +++ b/src/entity/commands/nullfunc.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/process_info.ts b/src/entity/commands/process_info.ts index ef9d4d8..7c3bc6b 100644 --- a/src/entity/commands/process_info.ts +++ b/src/entity/commands/process_info.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/restart.ts b/src/entity/commands/restart.ts index 4fa3c4b..ee62660 100644 --- a/src/entity/commands/restart.ts +++ b/src/entity/commands/restart.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/start.ts b/src/entity/commands/start.ts index 986952a..1068f7c 100644 --- a/src/entity/commands/start.ts +++ b/src/entity/commands/start.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/stop.ts b/src/entity/commands/stop.ts index 93ed589..b99176d 100644 --- a/src/entity/commands/stop.ts +++ b/src/entity/commands/stop.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/task/players.ts b/src/entity/commands/task/players.ts index 4a45bda..c438aca 100644 --- a/src/entity/commands/task/players.ts +++ b/src/entity/commands/task/players.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/task/time.ts b/src/entity/commands/task/time.ts index 4c2ef6a..5f2dd60 100644 --- a/src/entity/commands/task/time.ts +++ b/src/entity/commands/task/time.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/commands/update.ts b/src/entity/commands/update.ts index 7b01a8f..61405b4 100644 --- a/src/entity/commands/update.ts +++ b/src/entity/commands/update.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/config.ts b/src/entity/config.ts index 30ae764..87b8ca9 100644 --- a/src/entity/config.ts +++ b/src/entity/config.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/ctx.ts b/src/entity/ctx.ts index 9b22ca1..60ef9a3 100644 --- a/src/entity/ctx.ts +++ b/src/entity/ctx.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/instance/Instance_config.ts b/src/entity/instance/Instance_config.ts index c3c4443..09e09d4 100644 --- a/src/entity/instance/Instance_config.ts +++ b/src/entity/instance/Instance_config.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/instance/instance.ts b/src/entity/instance/instance.ts index bdee650..5b8dbc7 100644 --- a/src/entity/instance/instance.ts +++ b/src/entity/instance/instance.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/instance/interface.ts b/src/entity/instance/interface.ts index 8338b93..c126ef1 100644 --- a/src/entity/instance/interface.ts +++ b/src/entity/instance/interface.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/instance/life_cycle.ts b/src/entity/instance/life_cycle.ts index 1c15284..528b65f 100644 --- a/src/entity/instance/life_cycle.ts +++ b/src/entity/instance/life_cycle.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/instance/preset.ts b/src/entity/instance/preset.ts index d527c22..4271bc2 100644 --- a/src/entity/instance/preset.ts +++ b/src/entity/instance/preset.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/instance/process_config.ts b/src/entity/instance/process_config.ts index 964a479..1a280ba 100644 --- a/src/entity/instance/process_config.ts +++ b/src/entity/instance/process_config.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/minecraft/mc_getplayer.ts b/src/entity/minecraft/mc_getplayer.ts index 93c0859..2b59f84 100644 --- a/src/entity/minecraft/mc_getplayer.ts +++ b/src/entity/minecraft/mc_getplayer.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/minecraft/mc_getplayer_bedrock.ts b/src/entity/minecraft/mc_getplayer_bedrock.ts index 22abc3f..3cbb70e 100644 --- a/src/entity/minecraft/mc_getplayer_bedrock.ts +++ b/src/entity/minecraft/mc_getplayer_bedrock.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/entity/minecraft/mc_update.ts b/src/entity/minecraft/mc_update.ts index c543fc6..d4c9ca9 100644 --- a/src/entity/minecraft/mc_update.ts +++ b/src/entity/minecraft/mc_update.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/Instance_router.ts b/src/routers/Instance_router.ts index 5bc3f36..c93a8a0 100644 --- a/src/routers/Instance_router.ts +++ b/src/routers/Instance_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/auth_router.ts b/src/routers/auth_router.ts index 7fe762a..a97d993 100644 --- a/src/routers/auth_router.ts +++ b/src/routers/auth_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/environment_router.ts b/src/routers/environment_router.ts index 1c12aad..25eb36d 100644 --- a/src/routers/environment_router.ts +++ b/src/routers/environment_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/file_router.ts b/src/routers/file_router.ts index cfb291d..560c51c 100644 --- a/src/routers/file_router.ts +++ b/src/routers/file_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/http_router.ts b/src/routers/http_router.ts index 471a37a..61314ae 100644 --- a/src/routers/http_router.ts +++ b/src/routers/http_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/info_router.ts b/src/routers/info_router.ts index 0cc69f2..327ce30 100644 --- a/src/routers/info_router.ts +++ b/src/routers/info_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/instance_event_router.ts b/src/routers/instance_event_router.ts index bd936f0..7085f91 100644 --- a/src/routers/instance_event_router.ts +++ b/src/routers/instance_event_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/passport_router.ts b/src/routers/passport_router.ts index fdf74fb..34b75c9 100644 --- a/src/routers/passport_router.ts +++ b/src/routers/passport_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/schedule_router.ts b/src/routers/schedule_router.ts index 7ce0dd0..415b4b2 100644 --- a/src/routers/schedule_router.ts +++ b/src/routers/schedule_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/routers/stream_router.ts b/src/routers/stream_router.ts index 9c8422c..ff67b74 100644 --- a/src/routers/stream_router.ts +++ b/src/routers/stream_router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/docker_service.ts b/src/service/docker_service.ts index 4460900..aafbf0e 100644 --- a/src/service/docker_service.ts +++ b/src/service/docker_service.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/file_router_service.ts b/src/service/file_router_service.ts index dec3cf2..0f0a469 100644 --- a/src/service/file_router_service.ts +++ b/src/service/file_router_service.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/http.ts b/src/service/http.ts index 5eb94a1..244f831 100644 --- a/src/service/http.ts +++ b/src/service/http.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/interfaces.ts b/src/service/interfaces.ts index af0b184..e516e27 100644 --- a/src/service/interfaces.ts +++ b/src/service/interfaces.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/log.ts b/src/service/log.ts index 429c706..a639833 100644 --- a/src/service/log.ts +++ b/src/service/log.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/mission_passport.ts b/src/service/mission_passport.ts index c62d4e3..5b7ae80 100644 --- a/src/service/mission_passport.ts +++ b/src/service/mission_passport.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/node_auth.ts b/src/service/node_auth.ts index 141785f..52282dd 100644 --- a/src/service/node_auth.ts +++ b/src/service/node_auth.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/protocol.ts b/src/service/protocol.ts index 11ec9be..9dca33f 100644 --- a/src/service/protocol.ts +++ b/src/service/protocol.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/router.ts b/src/service/router.ts index a580e07..838af21 100644 --- a/src/service/router.ts +++ b/src/service/router.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/system_file.ts b/src/service/system_file.ts index ba4e733..dd416af 100644 --- a/src/service/system_file.ts +++ b/src/service/system_file.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/system_instance.ts b/src/service/system_instance.ts index 31a1b1e..8f89429 100644 --- a/src/service/system_instance.ts +++ b/src/service/system_instance.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/system_instance_control.ts b/src/service/system_instance_control.ts index b45a24f..a34b292 100644 --- a/src/service/system_instance_control.ts +++ b/src/service/system_instance_control.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/ui.ts b/src/service/ui.ts index 92c7886..d735df3 100644 --- a/src/service/ui.ts +++ b/src/service/ui.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/service/version.ts b/src/service/version.ts index 0674dba..b6e6c1c 100644 --- a/src/service/version.ts +++ b/src/service/version.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/test/system_file.ts b/src/test/system_file.ts index 7cafe38..82e0f8f 100644 --- a/src/test/system_file.ts +++ b/src/test/system_file.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/tools/filepath.ts b/src/tools/filepath.ts index 8c06208..22e8c4f 100644 --- a/src/tools/filepath.ts +++ b/src/tools/filepath.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保, diff --git a/src/types/properties.d.ts b/src/types/properties.d.ts index 7707ec6..cce846b 100644 --- a/src/types/properties.d.ts +++ b/src/types/properties.d.ts @@ -12,7 +12,7 @@ GNU General Public License for more details. - 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + 版权所有 (C) 2022 Suwings(https://github.com/Suwings) 本程序为自由软件,你可以依据 GPL 的条款(第三版或者更高),再分发和/或修改它。 该程序以具有实际用途为目的发布,但是并不包含任何担保,