From eb306206268bbf24cbfe85ccc897ce40d0c834d6 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 26 Aug 2025 23:16:00 +0000 Subject: [PATCH] fix(main): As requested old devine version removed from banner to avoid any confusion the developer of this software. Original GNU is still applys. --- unshackle/core/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unshackle/core/__main__.py b/unshackle/core/__main__.py index 4b17b1f..e4717fa 100644 --- a/unshackle/core/__main__.py +++ b/unshackle/core/__main__.py @@ -69,7 +69,7 @@ def main(version: bool, debug: bool, log_path: Path) -> None: r" ▀▀▀ ▀▀ █▪ ▀▀▀▀ ▀▀▀ · ▀ ▀ ·▀▀▀ ·▀ ▀.▀▀▀ ▀▀▀ ", style="ascii.art", ), - f"v [repr.number]{__version__}[/] - unshackle", + f"v [repr.number]{__version__}[/] - © 2025 - github.com/unshackle-dl/unshackle", ), (1, 11, 1, 10), expand=True,