Skip to content

Commit 74233d5

Browse files
committed
docs: update license
1 parent 008ae12 commit 74233d5

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
@@ -105,7 +105,7 @@ npm run package
105105
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
106106

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

124-
版权所有 © 2019-2024 HighCapable
124+
版权所有 © 2019 HighCapable

README.md

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

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

133-
Copyright © 2019-2024 HighCapable
133+
Copyright © 2019 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-2024 HighCapable
3+
* Copyright (C) 2019 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-2024 HighCapable
3+
* Copyright (C) 2019 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-2024 HighCapable
3+
Copyright (C) 2019 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-2024 HighCapable
3+
* Copyright (C) 2019 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-2024 HighCapable
5+
* Copyright (C) 2019 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-2024 HighCapable
3+
* Copyright (C) 2019 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-2024 HighCapable
3+
* Copyright (C) 2019 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-2024 HighCapable
3+
* Copyright (C) 2019 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)