From cac9460335683bf05f7df7d6b9e028208ee3b5ae Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 1 Jan 2024 01:37:34 +0800 Subject: [PATCH] docs: update copyright date to 2024 for all existing files --- README-zh-CN.md | 4 ++-- README.md | 4 ++-- docs-source/src/en/about/about.md | 4 ++-- docs-source/src/en/index.md | 2 +- docs-source/src/index.md | 2 +- docs-source/src/zh-cn/about/about.md | 4 ++-- docs-source/src/zh-cn/index.md | 2 +- .../java/com/highcapable/yukihookapi/demo_app/test/Main.java | 2 +- .../com/highcapable/yukihookapi/demo_app/test/SuperMain.java | 2 +- .../com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt | 2 +- .../yukihookapi/demo_module/application/DemoApplication.kt | 2 +- .../com/highcapable/yukihookapi/demo_module/data/DataConst.kt | 2 +- .../com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt | 2 +- .../demo_module/hook/factory/ComponentCompatFactory.kt | 2 +- .../highcapable/yukihookapi/demo_module/ui/MainActivity.kt | 2 +- .../yukihookapi/demo_module/ui/PreferenceActivity.kt | 2 +- .../src/main/java/com/highcapable/yukihookapi/YukiHookAPI.kt | 2 +- .../yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt | 2 +- .../com/highcapable/yukihookapi/hook/bean/CurrentClass.kt | 2 +- .../com/highcapable/yukihookapi/hook/bean/GenericClass.kt | 2 +- .../java/com/highcapable/yukihookapi/hook/bean/HookClass.kt | 2 +- .../com/highcapable/yukihookapi/hook/bean/HookResources.kt | 2 +- .../com/highcapable/yukihookapi/hook/bean/VariousClass.kt | 2 +- .../yukihookapi/hook/core/YukiMemberHookCreator.kt | 2 +- .../yukihookapi/hook/core/YukiResourcesHookCreator.kt | 2 +- .../yukihookapi/hook/core/annotation/LegacyHookApi.kt | 2 +- .../yukihookapi/hook/core/annotation/LegacyResourcesHook.kt | 2 +- .../yukihookapi/hook/core/api/compat/HookApiCategory.kt | 2 +- .../yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt | 2 +- .../yukihookapi/hook/core/api/compat/HookApiProperty.kt | 2 +- .../yukihookapi/hook/core/api/compat/HookCompatHelper.kt | 2 +- .../yukihookapi/hook/core/api/compat/type/ExecutorType.kt | 2 +- .../hook/core/api/factory/YukiHookDelegateFactory.kt | 2 +- .../yukihookapi/hook/core/api/helper/YukiHookHelper.kt | 2 +- .../yukihookapi/hook/core/api/priority/YukiHookPriority.kt | 2 +- .../yukihookapi/hook/core/api/proxy/YukiHookCallback.kt | 2 +- .../yukihookapi/hook/core/api/proxy/YukiMemberHook.kt | 2 +- .../yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt | 2 +- .../yukihookapi/hook/core/api/result/YukiHookResult.kt | 2 +- .../yukihookapi/hook/core/api/store/YukiHookCacheStore.kt | 2 +- .../yukihookapi/hook/core/finder/base/BaseFinder.kt | 2 +- .../yukihookapi/hook/core/finder/base/ClassBaseFinder.kt | 2 +- .../yukihookapi/hook/core/finder/base/MemberBaseFinder.kt | 2 +- .../yukihookapi/hook/core/finder/base/data/BaseRulesData.kt | 2 +- .../yukihookapi/hook/core/finder/base/rules/CountRules.kt | 2 +- .../yukihookapi/hook/core/finder/base/rules/ModifierRules.kt | 2 +- .../yukihookapi/hook/core/finder/base/rules/NameRules.kt | 2 +- .../yukihookapi/hook/core/finder/base/rules/ObjectRules.kt | 2 +- .../yukihookapi/hook/core/finder/classes/DexClassFinder.kt | 2 +- .../hook/core/finder/classes/data/ClassRulesData.kt | 2 +- .../hook/core/finder/classes/rules/ConstructorRules.kt | 2 +- .../yukihookapi/hook/core/finder/classes/rules/FieldRules.kt | 2 +- .../yukihookapi/hook/core/finder/classes/rules/MemberRules.kt | 2 +- .../yukihookapi/hook/core/finder/classes/rules/MethodRules.kt | 2 +- .../hook/core/finder/classes/rules/base/BaseRules.kt | 2 +- .../core/finder/classes/rules/result/MemberRulesResult.kt | 2 +- .../yukihookapi/hook/core/finder/members/ConstructorFinder.kt | 2 +- .../yukihookapi/hook/core/finder/members/FieldFinder.kt | 2 +- .../yukihookapi/hook/core/finder/members/MethodFinder.kt | 2 +- .../hook/core/finder/members/data/ConstructorRulesData.kt | 2 +- .../hook/core/finder/members/data/FieldRulesData.kt | 2 +- .../hook/core/finder/members/data/MemberRulesData.kt | 2 +- .../hook/core/finder/members/data/MethodRulesData.kt | 2 +- .../yukihookapi/hook/core/finder/tools/ReflectionTool.kt | 2 +- .../hook/core/finder/type/factory/TypeAliasFactory.kt | 2 +- .../com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt | 2 +- .../highcapable/yukihookapi/hook/factory/ReflectionFactory.kt | 2 +- .../highcapable/yukihookapi/hook/factory/YukiHookFactory.kt | 2 +- .../main/java/com/highcapable/yukihookapi/hook/log/YLog.kt | 2 +- .../java/com/highcapable/yukihookapi/hook/log/_deprecated.kt | 2 +- .../com/highcapable/yukihookapi/hook/log/data/YLogData.kt | 2 +- .../java/com/highcapable/yukihookapi/hook/param/HookParam.kt | 2 +- .../com/highcapable/yukihookapi/hook/param/PackageParam.kt | 2 +- .../yukihookapi/hook/param/wrapper/PackageParamWrapper.kt | 2 +- .../yukihookapi/hook/type/android/ComponentTypeFactory.kt | 2 +- .../yukihookapi/hook/type/android/GraphicsTypeFactory.kt | 2 +- .../yukihookapi/hook/type/android/ViewTypeFactory.kt | 2 +- .../yukihookapi/hook/type/defined/DefinedTypeFactory.kt | 2 +- .../yukihookapi/hook/type/java/VariableTypeFactory.kt | 2 +- .../yukihookapi/hook/utils/factory/ThreadFactory.kt | 2 +- .../yukihookapi/hook/utils/factory/ThrowableFactory.kt | 2 +- .../yukihookapi/hook/utils/factory/VariableFactory.kt | 2 +- .../yukihookapi/hook/xposed/application/ModuleApplication.kt | 2 +- .../yukihookapi/hook/xposed/bridge/YukiXposedModule.kt | 2 +- .../hook/xposed/bridge/caller/YukiXposedModuleCaller.kt | 2 +- .../hook/xposed/bridge/delegate/XSharedPreferencesDelegate.kt | 2 +- .../yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt | 2 +- .../hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt | 2 +- .../hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt | 2 +- .../hook/xposed/bridge/resources/YukiModuleResources.kt | 2 +- .../hook/xposed/bridge/resources/YukiResForwarder.kt | 2 +- .../yukihookapi/hook/xposed/bridge/resources/YukiResources.kt | 2 +- .../bridge/resources/caller/YukiXposedResourcesCaller.kt | 2 +- .../hook/xposed/bridge/status/YukiXposedModuleStatus.kt | 2 +- .../yukihookapi/hook/xposed/bridge/type/HookEntryType.kt | 2 +- .../yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt | 2 +- .../hook/xposed/channel/annotation/SendTooLargeChannelData.kt | 2 +- .../yukihookapi/hook/xposed/channel/data/ChannelData.kt | 2 +- .../hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt | 2 +- .../hook/xposed/channel/priority/ChannelPriority.kt | 2 +- .../yukihookapi/hook/xposed/parasitic/AppParasitics.kt | 2 +- .../hook/xposed/parasitic/activity/base/ModuleAppActivity.kt | 2 +- .../xposed/parasitic/activity/base/ModuleAppCompatActivity.kt | 2 +- .../xposed/parasitic/activity/config/ActivityProxyConfig.kt | 2 +- .../parasitic/activity/delegate/InstrumentationDelegate.kt | 2 +- .../activity/delegate/caller/HandlerDelegateCaller.kt | 2 +- .../activity/delegate/caller/IActivityManagerProxyCaller.kt | 2 +- .../parasitic/activity/delegate/impl/HandlerDelegateImpl.kt | 2 +- .../activity/delegate/impl/IActivityManagerProxyImpl.kt | 2 +- .../parasitic/context/wrapper/ModuleContextThemeWrapper.kt | 2 +- .../hook/xposed/parasitic/reference/ModuleClassLoader.kt | 2 +- .../yukihookapi/hook/xposed/prefs/YukiHookPrefsBridge.kt | 2 +- .../yukihookapi/hook/xposed/prefs/data/PrefsData.kt | 2 +- .../hook/xposed/prefs/ui/ModulePreferenceFragment.kt | 2 +- .../yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt | 2 +- .../yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt | 2 +- .../com/highcapable/yukihookapi/YukiHookXposedProcessor.kt | 2 +- .../kotlin/com/highcapable/yukihookapi/bean/GenerateData.kt | 2 +- .../highcapable/yukihookapi/factory/CodeSourceFileFactory.kt | 4 ++-- .../main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt | 2 +- .../hook/xposed/application/ModuleApplication_Impl.kt | 2 +- .../hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt | 2 +- .../activity/delegate/impl/HandlerDelegateImpl_Impl.kt | 2 +- .../activity/delegate/impl/IActivityManagerProxyImpl_Impl.kt | 2 +- 124 files changed, 129 insertions(+), 129 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 9e13b80f..20accd18 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -86,7 +86,7 @@ ``` Apache License Version 2.0 -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -101,4 +101,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -版权所有 © 2019-2023 HighCapable \ No newline at end of file +版权所有 © 2019-2024 HighCapable \ No newline at end of file diff --git a/README.md b/README.md index bb08817f..1a8c0012 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ links). ``` Apache License Version 2.0 -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -103,4 +103,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -Copyright © 2019-2023 HighCapable \ No newline at end of file +Copyright © 2019-2024 HighCapable \ No newline at end of file diff --git a/docs-source/src/en/about/about.md b/docs-source/src/en/about/about.md index 415e2239..159ae9b8 100644 --- a/docs-source/src/en/about/about.md +++ b/docs-source/src/en/about/about.md @@ -9,7 +9,7 @@ ```:no-line-numbers Apache License Version 2.0 -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,4 +24,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -Copyright © 2019-2023 HighCapable \ No newline at end of file +Copyright © 2019-2024 HighCapable \ No newline at end of file diff --git a/docs-source/src/en/index.md b/docs-source/src/en/index.md index b2db2448..49e89ea6 100644 --- a/docs-source/src/en/index.md +++ b/docs-source/src/en/index.md @@ -22,7 +22,7 @@ features: details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8. - title: Quickly Started details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself. -footer: Apache-2.0 License | Copyright (C) 2019-2023 HighCapable +footer: Apache-2.0 License | Copyright (C) 2019-2024 HighCapable --- ### All Hook process in one step, everything is simplified diff --git a/docs-source/src/index.md b/docs-source/src/index.md index febf546f..42d6198b 100644 --- a/docs-source/src/index.md +++ b/docs-source/src/index.md @@ -13,5 +13,5 @@ actions: - text: 简体中文 link: /zh-cn/ type: secondary -footer: Apache-2.0 License | Copyright (C) 2019-2023 HighCapable +footer: Apache-2.0 License | Copyright (C) 2019-2024 HighCapable --- \ No newline at end of file diff --git a/docs-source/src/zh-cn/about/about.md b/docs-source/src/zh-cn/about/about.md index 58c5aa0a..92acbede 100644 --- a/docs-source/src/zh-cn/about/about.md +++ b/docs-source/src/zh-cn/about/about.md @@ -9,7 +9,7 @@ ```:no-line-numbers Apache License Version 2.0 -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,4 +24,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -版权所有 © 2019-2023 HighCapable \ No newline at end of file +版权所有 © 2019-2024 HighCapable \ No newline at end of file diff --git a/docs-source/src/zh-cn/index.md b/docs-source/src/zh-cn/index.md index 529bd7eb..3c8b4607 100644 --- a/docs-source/src/zh-cn/index.md +++ b/docs-source/src/zh-cn/index.md @@ -22,7 +22,7 @@ features: details: 构建的 Xposed 模块原生支持 R8 压缩优化混淆,混淆不会破坏 Hook 入口点,R8 下无需任何其它配置。 - title: 快速上手 details: 简单易用,不需要繁琐的配置,不需要十足的开发经验,搭建环境集成依赖即可立即开始使用。 -footer: Apache-2.0 License | Copyright (C) 2019-2023 HighCapable +footer: Apache-2.0 License | Copyright (C) 2019-2024 HighCapable --- ### 所有 Hook 流程一步到位,拒绝繁琐 diff --git a/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/Main.java b/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/Main.java index ce0122a3..14a02f85 100644 --- a/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/Main.java +++ b/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/Main.java @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/SuperMain.java b/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/SuperMain.java index 501fc877..1215d427 100644 --- a/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/SuperMain.java +++ b/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/test/SuperMain.java @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt b/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt index c78d84dd..4bf21aff 100644 --- a/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt +++ b/samples/demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt index 6e6488d7..10afc58f 100644 --- a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt +++ b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt index d8a8ab11..16b1107b 100644 --- a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt +++ b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt index 7ae6184e..aaa113ec 100644 --- a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt +++ b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt index d8e16058..d2e2b29b 100644 --- a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt +++ b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt index 8afc5df9..7e07167c 100644 --- a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt +++ b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt index 73cc604b..7304751c 100644 --- a/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt +++ b/samples/demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/YukiHookAPI.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/YukiHookAPI.kt index 95b4235d..21da5f0e 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/YukiHookAPI.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/YukiHookAPI.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt index 66263021..a035951f 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/xposed/InjectYukiHookWithXposed.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt index 345ad183..da053f64 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/CurrentClass.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/GenericClass.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/GenericClass.kt index 015b2208..57074d34 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/GenericClass.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/GenericClass.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookClass.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookClass.kt index 923a2ce2..da7cdfbd 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookClass.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookClass.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookResources.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookResources.kt index 6f1f4a31..86fe9415 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookResources.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/HookResources.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/VariousClass.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/VariousClass.kt index 1b3e864d..272aa944 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/VariousClass.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/bean/VariousClass.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt index 9920d35d..d11baa5a 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiMemberHookCreator.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt index d5d226b9..44156596 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/YukiResourcesHookCreator.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyHookApi.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyHookApi.kt index fd4775a3..0ddceec6 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyHookApi.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyHookApi.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyResourcesHook.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyResourcesHook.kt index 96a803d5..30dbe6de 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyResourcesHook.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/annotation/LegacyResourcesHook.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt index fc6dd55b..4e8c3d0d 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt index e9f7ab77..6f891f56 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiCategoryHelper.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt index a52a8029..bc75f7e8 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookApiProperty.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt index a1ef6c0d..e1338cd0 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/HookCompatHelper.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/type/ExecutorType.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/type/ExecutorType.kt index 49dda96a..093f744a 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/type/ExecutorType.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/compat/type/ExecutorType.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt index 0639a5f4..005037d6 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/factory/YukiHookDelegateFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt index 071e5812..3e31435d 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/helper/YukiHookHelper.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt index cb43a7ca..2fac5f48 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/priority/YukiHookPriority.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt index 8eebd2c4..2f0b731c 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiHookCallback.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt index 8ebaeeb7..3c80c3ce 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberHook.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt index 32f8c392..7f4e2493 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/proxy/YukiMemberReplacement.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt index dcb5052d..86fae1b1 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/result/YukiHookResult.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt index d369aefb..b38fdfed 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/api/store/YukiHookCacheStore.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt index 89c8d31b..520f2589 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/BaseFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt index 4fd0c512..3f781bf3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/ClassBaseFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt index df54104e..ffefb255 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/MemberBaseFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt index a9c99f88..27783da3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/data/BaseRulesData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt index 3bf9bb73..637d2394 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/CountRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt index 80a45e50..f325cafa 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ModifierRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt index 2986606c..ed20da99 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/NameRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt index 2666eea7..0a0e9db9 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/base/rules/ObjectRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt index 01c5b9b7..9e2a78bf 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/DexClassFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt index f6ef2d30..3d7ae290 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/data/ClassRulesData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt index 98ed0306..395bc473 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/ConstructorRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt index 939d3b29..b80fffa3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/FieldRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt index 54106c97..60266ec2 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MemberRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt index 453a82e0..6431e2f6 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/MethodRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt index 6d08ba25..6093ed99 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/base/BaseRules.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt index 9903a8e1..303b3dcd 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/classes/rules/result/MemberRulesResult.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt index 333855f7..26ab07c0 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/ConstructorFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt index b13b392c..cd13b7c2 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/FieldFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt index 560e0bf4..6e391f81 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/MethodFinder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt index a08712fd..3b001aa9 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/ConstructorRulesData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt index e79c6a20..2d4e4300 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/FieldRulesData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt index 4fcdf0ca..3a832d6e 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MemberRulesData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt index a7143057..845c2ff6 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/members/data/MethodRulesData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt index 80cca81f..80490ea6 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt index b2747a9d..58a38bd2 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/core/finder/type/factory/TypeAliasFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt index 6a04ca07..a51d12e9 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/entity/YukiBaseHooker.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt index 790270c7..f79b34cc 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/ReflectionFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt index a2ab0b89..84d9b584 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/factory/YukiHookFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/YLog.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/YLog.kt index e791018c..9eb9c308 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/YLog.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/YLog.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/_deprecated.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/_deprecated.kt index 7d69a4d9..b97acba3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/_deprecated.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/_deprecated.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/data/YLogData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/data/YLogData.kt index a52b8ed4..ef927f4c 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/data/YLogData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/log/data/YLogData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/HookParam.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/HookParam.kt index ed6506d1..b6e1e7a9 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/HookParam.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/HookParam.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/PackageParam.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/PackageParam.kt index 8d82f761..3c666d50 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/PackageParam.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/PackageParam.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt index 031ee8ec..4190b754 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/param/wrapper/PackageParamWrapper.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt index 373c84e2..c377037d 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt index b05c4cc2..f654ccf3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/GraphicsTypeFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt index f4e27b08..be12f47a 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/android/ViewTypeFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt index af7208e5..5b77f597 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/defined/DefinedTypeFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt index 613575e4..c6263f7e 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/type/java/VariableTypeFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThreadFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThreadFactory.kt index f331fa32..07024f60 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThreadFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThreadFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThrowableFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThrowableFactory.kt index 9c6272b0..4875452f 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThrowableFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/ThrowableFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/VariableFactory.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/VariableFactory.kt index 979fde3f..99f7f610 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/VariableFactory.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/utils/factory/VariableFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt index 3391ad47..336a4d39 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt index 0deb3acc..25ff3eef 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/YukiXposedModule.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt index 94d1524b..eb1a0345 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/caller/YukiXposedModuleCaller.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/delegate/XSharedPreferencesDelegate.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/delegate/XSharedPreferencesDelegate.kt index 047937df..dfbacb4c 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/delegate/XSharedPreferencesDelegate.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/delegate/XSharedPreferencesDelegate.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt index 5cc5f548..58c4677b 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/YukiXposedEvent.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt index 59d17411..008820f0 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/event/caller/YukiXposedEventCaller.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt index b5e2f0ee..1640108f 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/proxy/IYukiXposedModuleLifecycle.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt index 142feae5..2eb9c8c0 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiModuleResources.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt index 0f913b65..166b6ad8 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResForwarder.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt index 43bbf888..a8913afe 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/YukiResources.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt index 9e17abc3..3b295862 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/resources/caller/YukiXposedResourcesCaller.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt index 0025f100..6fa149b7 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt index 4f1eb836..3f2d081c 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt index 91174d6a..3134738e 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/YukiHookDataChannel.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/annotation/SendTooLargeChannelData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/annotation/SendTooLargeChannelData.kt index 9a7728b3..3f3342a7 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/annotation/SendTooLargeChannelData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/annotation/SendTooLargeChannelData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt index a8cc93a4..12062818 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/ChannelData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt index 1add3d8a..057803ec 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/data/wrapper/ChannelDataWrapper.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt index 31a1e74c..816b40e3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/channel/priority/ChannelPriority.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt index 0c8a40dd..5c7e4989 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/AppParasitics.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt index ff6e9baf..4a037050 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppActivity.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt index f284e3b3..76919d74 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/base/ModuleAppCompatActivity.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt index 1a5fe405..aa5d0721 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/config/ActivityProxyConfig.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt index a3c39d64..a4c1f043 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/InstrumentationDelegate.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/HandlerDelegateCaller.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/HandlerDelegateCaller.kt index b31e0a64..57af9218 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/HandlerDelegateCaller.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/HandlerDelegateCaller.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/IActivityManagerProxyCaller.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/IActivityManagerProxyCaller.kt index e79a5362..e2fe2057 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/IActivityManagerProxyCaller.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/caller/IActivityManagerProxyCaller.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl.kt index 60c7e1ae..6af7d9b3 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl.kt index c8852421..32082162 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt index 5d28d9af..29ba2685 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/context/wrapper/ModuleContextThemeWrapper.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt index b0ee4beb..0ddb0103 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/reference/ModuleClassLoader.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookPrefsBridge.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookPrefsBridge.kt index cd65614d..df97d1e6 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookPrefsBridge.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookPrefsBridge.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt index 30e723f9..0aa5560b 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/data/PrefsData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt index 90287791..bbbf8cf2 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/prefs/ui/ModulePreferenceFragment.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt index fa62849e..550cbdbc 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/IYukiHookXposedInit.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt index 888fb360..dedcaa22 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/proxy/YukiHookXposedInitProxy.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/YukiHookXposedProcessor.kt b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/YukiHookXposedProcessor.kt index 2b366e39..42726c4b 100644 --- a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/YukiHookXposedProcessor.kt +++ b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/YukiHookXposedProcessor.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/bean/GenerateData.kt b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/bean/GenerateData.kt index 5979266b..a1e2160d 100644 --- a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/bean/GenerateData.kt +++ b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/bean/GenerateData.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/factory/CodeSourceFileFactory.kt b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/factory/CodeSourceFileFactory.kt index a51f514a..5a76fb65 100644 --- a/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/factory/CodeSourceFileFactory.kt +++ b/yukihookapi-ksp-xposed/src/api/kotlin/com/highcapable/yukihookapi/factory/CodeSourceFileFactory.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 @@ -116,7 +116,7 @@ private fun createCommentContent(currrentClassTag: String) = * * Generate Date: ${SimpleDateFormat.getDateTimeInstance().format(Date())} * - * Powered by YukiHookAPI (C) HighCapable 2019-2023 + * Powered by YukiHookAPI (C) HighCapable 2019-2024 * * Project URL: [${YukiHookAPIProperties.PROJECT_NAME}](${YukiHookAPIProperties.PROJECT_URL}) */ diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt index b91cc753..ba0644e4 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/YukiHookAPI_Impl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt index 9996e232..5ba092da 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/application/ModuleApplication_Impl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt index a47d3222..f531d705 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/status/YukiXposedModuleStatus_Impl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl_Impl.kt index efb90df4..9ce6d5bb 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/HandlerDelegateImpl_Impl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0 diff --git a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl_Impl.kt b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl_Impl.kt index c57290d8..01735582 100644 --- a/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl_Impl.kt +++ b/yukihookapi-stub/src/main/java/com/highcapable/yukihookapi/hook/xposed/parasitic/activity/delegate/impl/IActivityManagerProxyImpl_Impl.kt @@ -1,6 +1,6 @@ /* * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/HighCapable/YukiHookAPI * * Apache License Version 2.0