From fb2baad2eabaab665d2349ca1948e0fc1c110fb6 Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Mon, 3 Mar 2025 14:53:29 +0300 Subject: [PATCH] License --- Script/alias_main | 4 ++++ Script/backup | 4 ++++ Script/common | 4 ++++ Script/crontab | 4 ++++ Script/download | 4 ++++ Script/hdd | 4 ++++ Script/image | 4 ++++ Script/img_and_wav2video | 5 ++++- Script/install | 4 ++++ Script/lang | 4 ++++ Script/nmap | 4 ++++ Script/openwrt | 4 ++++ Script/pdf | 4 ++++ Script/ssh | 4 ++++ Script/sync | 4 ++++ Script/utils | 4 ++++ Script/video | 4 ++++ install_alias.bash | 4 ++++ 18 files changed, 72 insertions(+), 1 deletion(-) diff --git a/Script/alias_main b/Script/alias_main index 42cb338..de77e47 100755 --- a/Script/alias_main +++ b/Script/alias_main @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + source "${alias_dir}/crontab" source "${alias_dir}/install" source "${alias_dir}/pdf" diff --git a/Script/backup b/Script/backup index 396dd95..b4af342 100644 --- a/Script/backup +++ b/Script/backup @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/common b/Script/common index 27230ab..142e31a 100644 --- a/Script/common +++ b/Script/common @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + prefix='a_' mkalias_with_prefix() diff --git a/Script/crontab b/Script/crontab index aa2c7a1..7c3ac84 100644 --- a/Script/crontab +++ b/Script/crontab @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/download b/Script/download index f2b94d6..911e387 100644 --- a/Script/download +++ b/Script/download @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/hdd b/Script/hdd index a233676..5de78ad 100644 --- a/Script/hdd +++ b/Script/hdd @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/image b/Script/image index c126d25..49c0d43 100644 --- a/Script/image +++ b/Script/image @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/img_and_wav2video b/Script/img_and_wav2video index 30e6327..4843bdb 100755 --- a/Script/img_and_wav2video +++ b/Script/img_and_wav2video @@ -1,5 +1,8 @@ #!/bin/bash -# Общественное достояние, 2024, Алексей Безбородов (Alexei Bezborodov) + +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/install b/Script/install index 90477b4..9ed2917 100644 --- a/Script/install +++ b/Script/install @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/lang b/Script/lang index 2d88473..84a4de6 100644 --- a/Script/lang +++ b/Script/lang @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/nmap b/Script/nmap index a973505..5e1ea24 100644 --- a/Script/nmap +++ b/Script/nmap @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/openwrt b/Script/openwrt index ec89a69..f4f191e 100644 --- a/Script/openwrt +++ b/Script/openwrt @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/pdf b/Script/pdf index 18462e8..c70d3ba 100644 --- a/Script/pdf +++ b/Script/pdf @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/ssh b/Script/ssh index 73b2ab8..912ddbd 100644 --- a/Script/ssh +++ b/Script/ssh @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/sync b/Script/sync index 92ede27..fdb7ac1 100644 --- a/Script/sync +++ b/Script/sync @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/utils b/Script/utils index c018d5d..ce652b3 100644 --- a/Script/utils +++ b/Script/utils @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/Script/video b/Script/video index 599ff00..202e269 100644 --- a/Script/video +++ b/Script/video @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + [ "${alias_dir}" = "" ] && alias_dir=$(pwd) source "${alias_dir}/common" diff --git a/install_alias.bash b/install_alias.bash index c0888b7..325612e 100755 --- a/install_alias.bash +++ b/install_alias.bash @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2025 by Alexei Bezborodov +# License: Public domain: http://unlicense.org/ +# Общественное достояние + cur_dir=$(pwd) alias_dir="${cur_dir}/Script"