update copyright

This commit is contained in:
huanghongxun 2020-02-05 13:13:10 +08:00
parent 7c75e3d4a0
commit 5a8446524a
9 changed files with 57 additions and 6 deletions

View File

@ -18,7 +18,7 @@
# Contributors: dxNeil # Contributors: dxNeil
about.copyright=Copyright about.copyright=Copyright
about.copyright.statement=Copyright (c) 2019 huangyuhui. about.copyright.statement=Copyright (c) 2020 huangyuhui.
about.author=Author about.author=Author
about.author.statement=huanghongxun (hmcl@huangyuhui.net) about.author.statement=huanghongxun (hmcl@huangyuhui.net)
about.thanks_to=Thanks to about.thanks_to=Thanks to

View File

@ -18,7 +18,7 @@
# Contributors: poopingpenis # Contributors: poopingpenis
about.copyright=Copyright about.copyright=Copyright
about.copyright.statement=Copyright (c) 2019 huangyuhui. about.copyright.statement=Copyright (c) 2020 huangyuhui.
about.author=Autor about.author=Autor
about.author.statement=huanghongxun (hmcl@huangyuhui.net) about.author.statement=huanghongxun (hmcl@huangyuhui.net)
about.thanks_to=Gracias a about.thanks_to=Gracias a

View File

@ -18,7 +18,7 @@
# Contributors: Botylyov Yury # Contributors: Botylyov Yury
about.copyright=Авторское право about.copyright=Авторское право
about.copyright.statement=Создано (c) 2019 huangyuhui. about.copyright.statement=Создано (c) 2020 huangyuhui.
about.author=Автор about.author=Автор
about.author.statement=huanghongxun (hmcl@huangyuhui.net) about.author.statement=huanghongxun (hmcl@huangyuhui.net)
about.thanks_to=Благодарность about.thanks_to=Благодарность

View File

@ -1,6 +1,6 @@
# #
# Hello Minecraft! Launcher # Hello Minecraft! Launcher
# Copyright (C) 2020 huangyuhui <huanghongxun2008@126.com> and contributors # Copyright (C) 2020 huangyuhui <huanghongxun2008@126.com> and contributors
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@ -17,7 +17,7 @@
# #
about.copyright=版权 about.copyright=版权
about.copyright.statement=Copyright (c) 2019 huangyuhui. about.copyright.statement=版权所有 (c) 2020 huangyuhui.
about.author=作者 about.author=作者
about.author.statement=huanghongxun (hmcl@huangyuhui.net) about.author.statement=huanghongxun (hmcl@huangyuhui.net)
about.thanks_to=鸣谢 about.thanks_to=鸣谢

View File

@ -1,3 +1,20 @@
/*
* Hello Minecraft! Launcher
* Copyright (C) 2020 huangyuhui <huanghongxun2008@126.com> and contributors
*
* 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/>.
*/
package org.jackhuang.hmcl.download; package org.jackhuang.hmcl.download;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,20 @@
/*
* Hello Minecraft! Launcher
* Copyright (C) 2020 huangyuhui <huanghongxun2008@126.com> and contributors
*
* 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/>.
*/
package org.jackhuang.hmcl.task; package org.jackhuang.hmcl.task;
import org.jackhuang.hmcl.util.Logging; import org.jackhuang.hmcl.util.Logging;

View File

@ -1,3 +1,20 @@
/*
* Hello Minecraft! Launcher
* Copyright (C) 2020 huangyuhui <huanghongxun2008@126.com> and contributors
*
* 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/>.
*/
package org.jackhuang.hmcl.task; package org.jackhuang.hmcl.task;
import org.jetbrains.annotations.Nullable; import org.jetbrains.annotations.Nullable;

View File

@ -86,7 +86,7 @@ public class VersionNumberTest {
"1.10.2-forge2511-simple_life_2", "1.10.2-forge2511-simple_life_2",
"1.10.2-forge2511_bxztest", "1.10.2-forge2511_bxztest",
"1.10.2-forge2511_Farming_Valley", "1.10.2-forge2511_Farming_Valley",
"1.10.2-forge2511ç®?å<>•生活BXZ", "1.10.2-forge2511中文",
"1.10.2-FTB_Beyond", "1.10.2-FTB_Beyond",
"1.10.2-LiteLoader1.10.2", "1.10.2-LiteLoader1.10.2",
"1.12.2", "1.12.2",