forked from mirror/MCSM-Daemon
新增 GPL 版权
This commit is contained in:
parent
ded46258fe
commit
2c678d8fe9
31
src/app.ts
31
src/app.ts
@ -1,9 +1,28 @@
|
|||||||
/*
|
/**
|
||||||
* @Author: Copyright(c) 2021 Suwings
|
Copyright (C) 2021 Suwings(https://github.com/Suwings)
|
||||||
* @Date: 2020-11-23 17:45:02
|
|
||||||
* @LastEditTime: 2021-12-05 15:42:16
|
This program is free software: you can redistribute it and/or modify
|
||||||
* @Description: Daemon service startup file
|
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 <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
版权所有 (C) 2021 Suwings(https://github.com/Suwings)
|
||||||
|
|
||||||
|
本程序为自由软件,你可以依据 GPLv3 的条款,再分发和/或修改它。
|
||||||
|
该程序以具有实际用途为目的发布,但是并不包含任何担保,
|
||||||
|
也不包含基于特定商用或健康用途的默认担保。具体细节请查看 GPL 协议。
|
||||||
|
|
||||||
|
你在收到本程序的同时,也应当收到一份GNU通用公共授权许可证副本,
|
||||||
|
如果没有,请查看<http://www.gnu.org/licenses/>。
|
||||||
|
*/
|
||||||
|
|
||||||
import { getVersion, initVersionManager } from "./service/version";
|
import { getVersion, initVersionManager } from "./service/version";
|
||||||
initVersionManager();
|
initVersionManager();
|
||||||
|
Loading…
Reference in New Issue
Block a user