diff --git a/README-zh-CN.md b/README-zh-CN.md
index c0278b9..8a411a6 100644
--- a/README-zh-CN.md
+++ b/README-zh-CN.md
@@ -1,25 +1,26 @@
# Yuki Reflection
-[](https://github.com/fankes/YukiReflection/blob/master/LICENSE)
-[](https://github.com/fankes/YukiReflection/releases)
+[](https://github.com/HighCapable/YukiReflection/blob/master/LICENSE)
+[](https://github.com/HighCapable/YukiReflection/releases)
[](https://t.me/YukiReflection)
[](https://t.me/HighCapable_Dev)
-
+
🌴️ 一个使用 Kotlin 构建的用于 Java 和 Android 平台高效反射 API。
-[English](https://github.com/fankes/YukiReflection/blob/master/README.md) | 简体中文
+[English](https://github.com/HighCapable/YukiReflection/blob/master/README.md) | 简体中文
## 这是什么
-这是一个使用 Kotlin 基于 Java 原生反射 API 重新打造的一套简洁、高效的反射 API,同时也是 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 正在使用的核心功能。
+这是一个使用 Kotlin 基于 Java 原生反射 API 重新打造的一套简洁、高效的反射 API,同时也是 [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI)
+正在使用的核心功能。
名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。
## 开始使用
-[点击这里](https://fankes.github.io/YukiReflection/zh-cn/) 前往文档页面查看更多详细教程和内容。
+[点击这里](https://highcapable.github.io/YukiReflection/zh-cn/) 前往文档页面查看更多详细教程和内容。
## 项目推广
@@ -33,11 +34,11 @@
工作不易,无意外情况此项目将继续维护下去,提供更多可能,欢迎打赏。
-
+
## Star History
-
+
## 许可证
diff --git a/README.md b/README.md
index 6b89ae9..63be8cd 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,26 @@
# Yuki Reflection
-[](https://github.com/fankes/YukiReflection/blob/master/LICENSE)
-[](https://github.com/fankes/YukiReflection/releases)
+[](https://github.com/HighCapable/YukiReflection/blob/master/LICENSE)
+[](https://github.com/HighCapable/YukiReflection/releases)
[](https://t.me/YukiReflection)
[](https://t.me/HighCapable_Dev)
-
+
🌴️ An efficient Reflection API for Java and Android built in Kotlin.
-English | [简体中文](https://github.com/fankes/YukiReflection/blob/master/README-zh-CN.md)
+English | [简体中文](https://github.com/HighCapable/YukiReflection/blob/master/README-zh-CN.md)
## What's this
This is a concise and efficient Reflection API rebuilt based on Java's native Reflection API using Kotlin,
-and it is also the core function being used by [YukiHookAPI](https://github.com/fankes/YukiHookAPI).
+and it is also the core function being used by [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI).
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
## Get Started
-[Click here](https://fankes.github.io/YukiReflection/en/) go to the documentation page for more detailed tutorials and content.
+[Click here](https://highcapable.github.io/YukiReflection/en/) go to the documentation page for more detailed tutorials and content.
## Promotion
@@ -34,7 +34,7 @@ This project also uses **SweetDependency** and **SweetProperty**.
## Star History
-
+
## License
diff --git a/docs-source/src/.vuepress/configs/template.ts b/docs-source/src/.vuepress/configs/template.ts
index ce8ef2a..47fe3e6 100644
--- a/docs-source/src/.vuepress/configs/template.ts
+++ b/docs-source/src/.vuepress/configs/template.ts
@@ -73,7 +73,7 @@ export const configs = {
}
},
github: {
- repo: 'https://github.com/fankes/YukiReflection',
+ repo: 'https://github.com/HighCapable/YukiReflection',
branch: 'master',
dir: 'docs-source/src'
}
diff --git a/docs-source/src/en/about/about.md b/docs-source/src/en/about/about.md
index bdb0cbc..df31bfe 100644
--- a/docs-source/src/en/about/about.md
+++ b/docs-source/src/en/about/about.md
@@ -4,7 +4,7 @@
## License
-[The MIT License (MIT)](https://github.com/fankes/YukiReflection/blob/master/LICENSE)
+[The MIT License (MIT)](https://github.com/HighCapable/YukiReflection/blob/master/LICENSE)
```:no-line-numbers
MIT License
diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md
index 7a58679..4cb7300 100644
--- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md
+++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md
@@ -20,4 +20,4 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe
> 这是一个预置反射类型的常量类,主要为 `Android` 相关组件的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md
index ec8793c..9d9f9ea 100644
--- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md
+++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md
@@ -20,4 +20,4 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe
> 这是一个预置反射类型的常量类,主要为 `Android` 相关 `Graphics` 的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md
index d1fbc7b..52b6566 100644
--- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md
+++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md
@@ -20,4 +20,4 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe
> 这是一个预置反射类型的常量类,主要为 `Android` 相关 `Widget` 的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md
index 2566a3e..40fedbb 100644
--- a/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md
+++ b/docs-source/src/en/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md
@@ -20,4 +20,4 @@ You can use the **Chrome Translation Plugin** to translate entire pages for refe
> 这是一个预置反射类型的常量类,主要为 Java 相关基本变量类型的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/en/guide/home.md b/docs-source/src/en/guide/home.md
index 4aa77ec..2f4cc0a 100644
--- a/docs-source/src/en/guide/home.md
+++ b/docs-source/src/en/guide/home.md
@@ -6,7 +6,7 @@
This is a set of simple and efficient Reflection API rebuilt based on Java native Reflection API using Kotlin.
-`YukiReflection` is also the core functionality that [YukiHookAPI](https://github.com/fankes/YukiHookAPI) is using.
+`YukiReflection` is also the core functionality that [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) is using.
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
@@ -24,7 +24,7 @@ All Demo sample codes in the document will be described using Kotlin, if you don
## Source of Inspiration
-`YukiReflection` was originally the core function integrated in the [YukiHookAPI](https://github.com/fankes/YukiHookAPI) project, and now it is decoupled so that this Reflection API can be used in any Java and Android platform project.
+`YukiReflection` was originally the core function integrated in the [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) project, and now it is decoupled so that this Reflection API can be used in any Java and Android platform project.
Now, we only need to write a small amount of code to implement a simple reflection call.
diff --git a/docs-source/src/en/guide/quick-start.md b/docs-source/src/en/guide/quick-start.md
index cc46923..b8c66a3 100644
--- a/docs-source/src/en/guide/quick-start.md
+++ b/docs-source/src/en/guide/quick-start.md
@@ -110,11 +110,11 @@ Please change **<yuki-version>** to the latest version [here](../about/cha
::: danger
-If your project is currently using the 1.x.x version of [YukiHookAPI](https://github.com/fankes/YukiHookAPI), please do not integrate **YukiReflection** repeatedly, because **YukiHookAPI** already includes it functions and there are changes to related functions.
+If your project is currently using the 1.x.x version of [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI), please do not integrate **YukiReflection** repeatedly, because **YukiHookAPI** already includes it functions and there are changes to related functions.
Repeated integration will cause functional conflicts and cause exceptions.
-In this case, you should go to the [Documentation](https://fankes.github.io/YukiHookAPI/zh-cn/) of **YukiHookAPI** view the corresponding usage tutorial.
+In this case, you should go to the [Documentation](https://highcapable.github.io/YukiHookAPI/zh-cn/) of **YukiHookAPI** view the corresponding usage tutorial.
**YukiHookAPI** will be completely separated from **YukiReflection** in version 2.x.x, by which time you can use it with **YukiHookAPI** at the same time.
diff --git a/docs-source/src/zh-cn/about/about.md b/docs-source/src/zh-cn/about/about.md
index 512331a..435fb50 100644
--- a/docs-source/src/zh-cn/about/about.md
+++ b/docs-source/src/zh-cn/about/about.md
@@ -4,7 +4,7 @@
## License
-[The MIT License (MIT)](https://github.com/fankes/YukiReflection/blob/master/LICENSE)
+[The MIT License (MIT)](https://github.com/HighCapable/YukiReflection/blob/master/LICENSE)
```:no-line-numbers
MIT License
diff --git a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md
index 89e9716..9c4c1d1 100644
--- a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md
+++ b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ComponentTypeFactory.md
@@ -12,4 +12,4 @@ pageClass: code-page
> 这是一个预置反射类型的常量类,主要为 `Android` 相关组件的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md
index 496f508..1ca95a0 100644
--- a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md
+++ b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.md
@@ -12,4 +12,4 @@ pageClass: code-page
> 这是一个预置反射类型的常量类,主要为 `Android` 相关 `Graphics` 的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md
index 231d3f6..1bb8675 100644
--- a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md
+++ b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/android/ViewTypeFactory.md
@@ -12,4 +12,4 @@ pageClass: code-page
> 这是一个预置反射类型的常量类,主要为 `Android` 相关 `Widget` 的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md
index 7d4b7e4..389d702 100644
--- a/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md
+++ b/docs-source/src/zh-cn/api/public/com/highcapable/yukireflection/type/java/VariableTypeFactory.md
@@ -12,4 +12,4 @@ pageClass: code-page
> 这是一个预置反射类型的常量类,主要为 Java 相关基本变量类型的 `Class` 内容,跟随版本更新会逐一进行增加。
-详情可 [点击这里](https://github.com/fankes/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt) 进行查看。
\ No newline at end of file
+详情可 [点击这里](https://github.com/HighCapable/YukiReflection/blob/master/yukireflection/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt) 进行查看。
\ No newline at end of file
diff --git a/docs-source/src/zh-cn/guide/home.md b/docs-source/src/zh-cn/guide/home.md
index dac1f91..3dfd404 100644
--- a/docs-source/src/zh-cn/guide/home.md
+++ b/docs-source/src/zh-cn/guide/home.md
@@ -6,7 +6,7 @@
这是一个使用 Kotlin 基于 Java 原生反射 API 重新打造的一套简洁、高效的反射 API。
-`YukiReflection` 同时也是 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 正在使用的核心功能。
+`YukiReflection` 同时也是 [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) 正在使用的核心功能。
名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。
@@ -24,7 +24,7 @@
## 灵感来源
-`YukiReflection` 最初是集成在 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 项目中的核心功能,现在进行了解耦合,使得这套反射 API 可以在任何 Java 和 Android 平台的项目中使用。
+`YukiReflection` 最初是集成在 [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) 项目中的核心功能,现在进行了解耦合,使得这套反射 API 可以在任何 Java 和 Android 平台的项目中使用。
现在,我们只需要编写少量的代码,就能实现一个简单的反射调用。
diff --git a/docs-source/src/zh-cn/guide/quick-start.md b/docs-source/src/zh-cn/guide/quick-start.md
index 8ff0aa4..521c8d5 100644
--- a/docs-source/src/zh-cn/guide/quick-start.md
+++ b/docs-source/src/zh-cn/guide/quick-start.md
@@ -109,7 +109,7 @@ dependencies {
::: danger
-如果你的项目目前正在使用 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 的 1.x.x 版本,请不要重复集成 **YukiReflection**,因为 **YukiHookAPI** 已经包含了其中的功能且存在针对相关功能的改动,重复集成会造成功能性冲突引发异常,此时你应该前往 **YukiHookAPI** 的 [文档](https://fankes.github.io/YukiHookAPI/zh-cn/) 查看对应的使用教程。
+如果你的项目目前正在使用 [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) 的 1.x.x 版本,请不要重复集成 **YukiReflection**,因为 **YukiHookAPI** 已经包含了其中的功能且存在针对相关功能的改动,重复集成会造成功能性冲突引发异常,此时你应该前往 **YukiHookAPI** 的 [文档](https://highcapable.github.io/YukiHookAPI/zh-cn/) 查看对应的使用教程。
**YukiHookAPI** 将在 2.x.x 版本完全分离 **YukiReflection**,届时你可以同时与 **YukiHookAPI** 使用。
diff --git a/gradle.properties b/gradle.properties
index 33ce808..e11b30a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,12 +7,12 @@ kotlin.incremental.useClasspathSnapshot=true
# Project Configuration
project.name=YukiReflection
project.description=An efficient Reflection API for Java and Android built in Kotlin.
-project.url=https://github.com/fankes/YukiReflection
+project.url=https://github.com/HighCapable/YukiReflection
project.groupName=com.highcapable.yukireflection
project.yukireflection-core.moduleName=api
project.yukireflection-core.version="1.0.2"
project.licence.name=MIT
-project.licence.url=https://github.com/fankes/YukiReflection/blob/master/LICENSE
+project.licence.url=https://github.com/HighCapable/YukiReflection/blob/master/LICENSE
project.developer.id="0"
project.developer.name=fankes
project.developer.email=qzmmcn@163.com
@@ -24,6 +24,6 @@ project.samples-demo-android.versionName=universal
project.samples-demo-android.versionCode=1
project.samples-demo-jvm.groupName=${project.groupName}.demo_jvm
# Maven Publish Configuration
-maven.publish.scm.connection=scm:git:git://github.com/fankes/YukiReflection.git
-maven.publish.scm.developerConnection=scm:git:ssh://github.com/fankes/YukiReflection.git
-maven.publish.scm.url=https://github.com/fankes/YukiReflection
\ No newline at end of file
+maven.publish.scm.connection=scm:git:git://github.com/HighCapable/YukiReflection.git
+maven.publish.scm.developerConnection=scm:git:ssh://github.com/HighCapable/YukiReflection.git
+maven.publish.scm.url=https://github.com/HighCapable/YukiReflection
\ No newline at end of file
diff --git a/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/test/Main.java b/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/test/Main.java
index deca565..74f2ba4 100644
--- a/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/test/Main.java
+++ b/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/test/Main.java
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/ui/MainActivity.kt b/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/ui/MainActivity.kt
index 668fe97..3db4696 100644
--- a/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/ui/MainActivity.kt
+++ b/samples/demo-android/src/main/java/com/highcapable/yukireflection/demo_app/ui/MainActivity.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/Main.kt b/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/Main.kt
index edb6be2..b1a1952 100644
--- a/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/Main.kt
+++ b/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/Main.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/test/Main.java b/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/test/Main.java
index 495ab84..a93a37a 100644
--- a/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/test/Main.java
+++ b/samples/demo-jvm/src/main/java/com/highcapable/yukireflection/demo_jvm/test/Main.java
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/YukiReflection.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/YukiReflection.kt
index c24f764..220e285 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/YukiReflection.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/YukiReflection.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/CurrentClass.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/CurrentClass.kt
index 6e43fdd..1f5f4b7 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/CurrentClass.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/CurrentClass.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/GenericClass.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/GenericClass.kt
index 122827c..1e36f85 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/GenericClass.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/GenericClass.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/VariousClass.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/VariousClass.kt
index fb01650..c5f7fee 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/VariousClass.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/bean/VariousClass.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/factory/ReflectionFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/factory/ReflectionFactory.kt
index f7081ec..32a1972 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/factory/ReflectionFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/factory/ReflectionFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/BaseFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/BaseFinder.kt
index b99a9a7..80000b5 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/BaseFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/BaseFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/ClassBaseFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/ClassBaseFinder.kt
index 3ffc5dc..ec6b01b 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/ClassBaseFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/ClassBaseFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/MemberBaseFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/MemberBaseFinder.kt
index 5271039..e93270d 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/MemberBaseFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/MemberBaseFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/data/BaseRulesData.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/data/BaseRulesData.kt
index e55c5cc..a9cc41d 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/data/BaseRulesData.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/data/BaseRulesData.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/CountRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/CountRules.kt
index efe0bd1..34dbd38 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/CountRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/CountRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ModifierRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ModifierRules.kt
index 28449f9..90f2552 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ModifierRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ModifierRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/NameRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/NameRules.kt
index bfbe5b6..31b8d20 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/NameRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/NameRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ObjectRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ObjectRules.kt
index fb38d3d..b01fa3b 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ObjectRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/base/rules/ObjectRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/DexClassFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/DexClassFinder.kt
index ebaca55..d15d006 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/DexClassFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/DexClassFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/data/ClassRulesData.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/data/ClassRulesData.kt
index b1ee882..098a6ee 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/data/ClassRulesData.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/data/ClassRulesData.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.kt
index 2238e90..a2d28be 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/ConstructorRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/FieldRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/FieldRules.kt
index 129d081..2f3fff2 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/FieldRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/FieldRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MemberRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MemberRules.kt
index 04e3e7f..af3d90b 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MemberRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MemberRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MethodRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MethodRules.kt
index 8b8445a..d41b068 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MethodRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/MethodRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/base/BaseRules.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/base/BaseRules.kt
index bc1f0dd..556539e 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/base/BaseRules.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/base/BaseRules.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.kt
index 0857e0a..369cd7f 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/classes/rules/result/MemberRulesResult.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/ConstructorFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/ConstructorFinder.kt
index 542e1de..c568c51 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/ConstructorFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/ConstructorFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/FieldFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/FieldFinder.kt
index 0530cd9..f4a9956 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/FieldFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/FieldFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/MethodFinder.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/MethodFinder.kt
index 3a74d08..0db7f14 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/MethodFinder.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/MethodFinder.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/ConstructorRulesData.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/ConstructorRulesData.kt
index 99dbba0..1c70a1a 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/ConstructorRulesData.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/ConstructorRulesData.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/FieldRulesData.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/FieldRulesData.kt
index a3bcb7f..9857175 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/FieldRulesData.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/FieldRulesData.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MemberRulesData.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MemberRulesData.kt
index 8a5b34d..525e9a1 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MemberRulesData.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MemberRulesData.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MethodRulesData.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MethodRulesData.kt
index 087bb0d..8653556 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MethodRulesData.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/members/data/MethodRulesData.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/tools/ReflectionTool.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/tools/ReflectionTool.kt
index 231405d..56ff7df 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/tools/ReflectionTool.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/tools/ReflectionTool.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/type/factory/TypeAliasFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/type/factory/TypeAliasFactory.kt
index 6fbd5ab..fa66452 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/type/factory/TypeAliasFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/finder/type/factory/TypeAliasFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/log/YLog.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/log/YLog.kt
index 52aa79b..49fbd05 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/log/YLog.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/log/YLog.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt
index 9b50d09..9301d1a 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt
index 7003502..d77d7c7 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/GraphicsTypeFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt
index 2667c25..026a770 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/android/ViewTypeFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.kt
index b5b0b7f..4e550ff 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/defined/DefinedTypeFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt
index 1648fc8..7b37b84 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/type/java/VariableTypeFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThreadFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThreadFactory.kt
index a5b0957..483a629 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThreadFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThreadFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThrowableFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThrowableFactory.kt
index 211d4bb..6017d08 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThrowableFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/ThrowableFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*
diff --git a/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/VariableFactory.kt b/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/VariableFactory.kt
index 144746c..30cf9d9 100644
--- a/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/VariableFactory.kt
+++ b/yukireflection-core/src/main/java/com/highcapable/yukireflection/utils/factory/VariableFactory.kt
@@ -1,7 +1,7 @@
/*
* YukiReflection - An efficient Reflection API for Java and Android built in Kotlin.
* Copyright (C) 2019-2023 HighCapable
- * https://github.com/fankes/YukiReflection
+ * https://github.com/HighCapable/YukiReflection
*
* MIT License
*