新增 GPL 版权

This commit is contained in:
Suwings 2021-12-27 21:31:50 +08:00
parent ded46258fe
commit 2c678d8fe9

View File

@ -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 <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";
initVersionManager();