Skip to content

Commit f736186

Browse files
committed
docs: update copyright date to 2024 for all existing files
1 parent eb66f84 commit f736186

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

README-zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ npm run package
104104
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
105105

106106
```
107-
Copyright (C) 2019-2023 HighCapable
107+
Copyright (C) 2019-2024 HighCapable
108108
109109
This program is free software: you can redistribute it and/or modify
110110
it under the terms of the GNU Affero General Public License as
@@ -120,4 +120,4 @@ You should have received a copy of the GNU Affero General Public License
120120
along with this program. If not, see <http://www.gnu.org/licenses/>.
121121
```
122122

123-
版权所有 © 2019-2023 HighCapable
123+
版权所有 © 2019-2024 HighCapable

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ npm run package
113113
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
114114

115115
```
116-
Copyright (C) 2019-2023 HighCapable
116+
Copyright (C) 2019-2024 HighCapable
117117
118118
This program is free software: you can redistribute it and/or modify
119119
it under the terms of the GNU Affero General Public License as
@@ -129,4 +129,4 @@ You should have received a copy of the GNU Affero General Public License
129129
along with this program. If not, see <http://www.gnu.org/licenses/>.
130130
```
131131

132-
Copyright © 2019-2023 HighCapable
132+
Copyright © 2019-2024 HighCapable

src/app-space.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
* Copyright (C) 2019-2023 HighCapable
3+
* Copyright (C) 2019-2024 HighCapable
44
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
* Copyright (C) 2019-2023 HighCapable
3+
* Copyright (C) 2019-2024 HighCapable
44
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it

src/content/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
Copyright (C) 2019-2023 HighCapable
3+
Copyright (C) 2019-2024 HighCapable
44
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
66
This software is non-free but opensource software: you can redistribute it

src/content/render.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
* Copyright (C) 2019-2023 HighCapable
3+
* Copyright (C) 2019-2024 HighCapable
44
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it

src/content/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
5-
* Copyright (C) 2019-2023 HighCapable
5+
* Copyright (C) 2019-2024 HighCapable
66
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
77
*
88
* This software is non-free but opensource software: you can redistribute it

src/libs/date-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
* Copyright (C) 2019-2023 HighCapable
3+
* Copyright (C) 2019-2024 HighCapable
44
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it

src/libs/file-system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
* Copyright (C) 2019-2023 HighCapable
3+
* Copyright (C) 2019-2024 HighCapable
44
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it

src/libs/locale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
3-
* Copyright (C) 2019-2023 HighCapable
3+
* Copyright (C) 2019-2024 HighCapable
44
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it

0 commit comments

Comments
 (0)