diff --git a/app/src/main/java/io/legado/app/utils/EncodingDetect.kt b/app/src/main/java/io/legado/app/utils/EncodingDetect.kt index 4d1a53037..7b82e42c8 100644 --- a/app/src/main/java/io/legado/app/utils/EncodingDetect.kt +++ b/app/src/main/java/io/legado/app/utils/EncodingDetect.kt @@ -9,28 +9,8 @@ import java.nio.charset.StandardCharsets import java.util.* /** - * Copyright (C) <2009> ,ACC http://androidos.cc/dev> - * - * - * 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. - * - * - * EncodingDetect.java

* 自动获取文件的编码 - * - * @author Billows.Van - * @version 1.0 - * @since Create on 2010-01-27 11:19:00 -
*/ + * */ @Suppress("MemberVisibilityCanBePrivate", "unused") object EncodingDetect {