Change LICENSE to LGPL

This commit is contained in:
StageGuard
2020-10-04 12:24:43 +08:00
parent 1ee3c70bc3
commit 937334be46
4 changed files with 491 additions and 622 deletions

1017
LICENSE

File diff suppressed because it is too large Load Diff

View File

@@ -135,19 +135,21 @@ Twitter[Phoebe@huunhut1217](https://mobile.twitter.com/huunhut1217)<br>
# 许可证协议 # 许可证协议
``` ```
SkyAutoPlayer (Auto.js script) SkyAutoPlayer (Auto.js script)
Copyright © 2020 StageGuard Copyright © 2020 StageGuard
This program is free software: you can redistribute it and/or modify This library is free software; you can redistribute it and/or
it under the terms of the GNU General Public License as published by modify it under the terms of the GNU Lesser General Public
the Free Software Foundation, either version 3 of the License, or License as published by the Free Software Foundation; either
(at your option) any later version. version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
GNU General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU Lesser General Public
along with this program. If not, see <https://www.gnu.org/licenses/> License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
``` ```

View File

@@ -1,28 +1,30 @@
"ui"; "ui";
"use strict"; "use strict";
/* /*
Sky Auto Player (Auto.js script) SkyAutoPlayer (Auto.js script)
Copyright © 2020 StageGuard Copyright © 2020 StageGuard
Contact : Contact :
(QQ: 1355416608) (QQ: 1355416608)
(Email: beamiscool@qq.com) (Email: beamiscool@qq.com)
(BaiduTieba@拐角处_等你) (BaiduTieba@拐角处_等你)
(Weibo@StageGuard) (Weibo@StageGuard)
(CoolApk@StageGuard) (CoolApk@StageGuard)
(Twiter@stageguardcn) (Twiter@stageguardcn)
This program is free software: you can redistribute it and/or modify This library is free software; you can redistribute it and/or
it under the terms of the GNU General Public License as published by modify it under the terms of the GNU Lesser General Public
the Free Software Foundation, either version 3 of the License, or License as published by the Free Software Foundation; either
(at your option) any later version. version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
GNU General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU Lesser General Public
along with this program. If not, see <https://www.gnu.org/licenses/> License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
*/ */
const user_agreements = const user_agreements =

View File

@@ -1,5 +1,33 @@
"ui"; "ui";
"use strict"; "use strict";
/*
SkyAutoPlayer (Auto.js script)
Copyright © 2020 StageGuard
Contact :
(QQ: 1355416608)
(Email: beamiscool@qq.com)
(BaiduTieba@拐角处_等你)
(Weibo@StageGuard)
(CoolApk@StageGuard)
(Twiter@stageguardcn)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
*/
var emitter = events.emitter(threads.currentThread()); var emitter = events.emitter(threads.currentThread());
threads.start(function() { threads.start(function() {
emitter.emit("evaluate", (function(){ emitter.emit("evaluate", (function(){