Skip to content

Commit 9a83a37

Browse files
committed
main branch merged rel branch
2 parents 45621d7 + 19d68b1 commit 9a83a37

24 files changed

+26
-26
lines changed

aidesign_blend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""AI Design blend main package."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Executables."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend create" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_frags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend frags" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend help" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend info" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend project" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_reset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend reset" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

aidesign_blend/exes/blend_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""blend start" command executable."""
22

3-
# Copyright 2022 Yucheng Liu. GNU GPL3 license.
3+
# Copyright 2022-2023 Yucheng Liu. GNU GPL3 license.
44
# GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
55
# First added by username: liu-yucheng
66
# Last updated by username: liu-yucheng

0 commit comments

Comments
 (0)