Skip to content

Commit 868e003

Browse files
committed
main branch merged rel branch
2 parents 764e498 + fa02e2a commit 868e003

17 files changed

+19
-19
lines changed

aidesign_widgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""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_widgets/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_widgets/exes/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets" 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_widgets/exes/widgets_bulk_crop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets bulk-crop" 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_widgets/exes/widgets_grid_crop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets grid-crop" 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_widgets/exes/widgets_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets 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_widgets/exes/widgets_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets 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_widgets/exes/widgets_path_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets path-name" 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_widgets/exes/widgets_rand_crop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""""widgets rand-crop" 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_widgets/libs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Libraries."""
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)