docs: update copyright date to 2024 for all existing files

This commit is contained in:
2024-01-01 01:37:34 +08:00
parent 1005cd0eea
commit cac9460335
124 changed files with 129 additions and 129 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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})
*/