From 2a89eb041eec79da75ca153983fce0e14da110a7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 7 Jan 2024 12:00:58 +0300 Subject: [PATCH 1/2] Raise copyright years --- torn.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torn.zsh b/torn.zsh index df642d6..d9900de 100755 --- a/torn.zsh +++ b/torn.zsh @@ -1,5 +1,5 @@ # torn - Musical files renaming with russian language transliteration -# Copyright (C) 2021-2023 Sergey Matveev (stargrave@stargrave.org) +# Copyright (C) 2021-2024 Sergey Matveev (stargrave@stargrave.org) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.44.0 From 1e4446c71d0f1536dc1a915b42ed41e6275f60e3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 13 May 2024 00:20:39 +0300 Subject: [PATCH 2/2] Typo --- torn.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torn.zsh b/torn.zsh index d9900de..69ec947 100755 --- a/torn.zsh +++ b/torn.zsh @@ -22,7 +22,7 @@ # You can run like that: # $ fpath=(... $fpath) # $ autoload torn -# $ zmv "*" '`torn $f`" +# $ zmv "*" '`torn $f`' # # Transliteration function is separate tornt(), so you can use only # its abilities: -- 2.44.0