diff --git a/src/app.ts b/src/app.ts index 47be8e9..4e04c9c 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,9 +1,28 @@ -/* - * @Author: Copyright(c) 2021 Suwings - * @Date: 2020-11-23 17:45:02 - * @LastEditTime: 2021-12-05 15:42:16 - * @Description: Daemon service startup file - */ +/** + Copyright (C) 2021 Suwings(https://github.com/Suwings) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + 版权所有 (C) 2021 Suwings(https://github.com/Suwings) + + 本程序为自由软件,你可以依据 GPLv3 的条款,再分发和/或修改它。 + 该程序以具有实际用途为目的发布,但是并不包含任何担保, + 也不包含基于特定商用或健康用途的默认担保。具体细节请查看 GPL 协议。 + + 你在收到本程序的同时,也应当收到一份GNU通用公共授权许可证副本, + 如果没有,请查看。 +*/ import { getVersion, initVersionManager } from "./service/version"; initVersionManager();