diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 16:48:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 16:48:20 +0300 |
commit | adc8be9a8312bf4c6b19fc5a0c1f0dc873f2fc16 (patch) | |
tree | 561d4416d4656701368234fb949de0f4725043fe /%HOME% | |
parent | fix .gitattributes (diff) | |
download | linux-home-adc8be9a8312bf4c6b19fc5a0c1f0dc873f2fc16.tar.gz linux-home-adc8be9a8312bf4c6b19fc5a0c1f0dc873f2fc16.zip |
rename the project
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bash_utils/alternatives.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/cxx.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/distr.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/file.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/git.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/mysql.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/os.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/path.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/text.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bashrc | 2 | ||||
-rw-r--r-- | %HOME%/.profile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/%HOME%/.bash_utils/alternatives.sh b/%HOME%/.bash_utils/alternatives.sh index 4a0565c..58fcfc3 100644 --- a/%HOME%/.bash_utils/alternatives.sh +++ b/%HOME%/.bash_utils/alternatives.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/cxx.sh b/%HOME%/.bash_utils/cxx.sh index 2db46b0..3aaa918 100644 --- a/%HOME%/.bash_utils/cxx.sh +++ b/%HOME%/.bash_utils/cxx.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh index 52422df..232bbee 100644 --- a/%HOME%/.bash_utils/distr.sh +++ b/%HOME%/.bash_utils/distr.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/file.sh b/%HOME%/.bash_utils/file.sh index 9c68bf8..684ff4b 100644 --- a/%HOME%/.bash_utils/file.sh +++ b/%HOME%/.bash_utils/file.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh index 8e6e789..e366f07 100644 --- a/%HOME%/.bash_utils/git.sh +++ b/%HOME%/.bash_utils/git.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/mysql.sh b/%HOME%/.bash_utils/mysql.sh index f57199c..d7c8e18 100644 --- a/%HOME%/.bash_utils/mysql.sh +++ b/%HOME%/.bash_utils/mysql.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/os.sh b/%HOME%/.bash_utils/os.sh index 4be558a..1e66108 100644 --- a/%HOME%/.bash_utils/os.sh +++ b/%HOME%/.bash_utils/os.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh index d371ff3..c8c4613 100644 --- a/%HOME%/.bash_utils/path.sh +++ b/%HOME%/.bash_utils/path.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bash_utils/text.sh b/%HOME%/.bash_utils/text.sh index e9d9702..0ea007f 100644 --- a/%HOME%/.bash_utils/text.sh +++ b/%HOME%/.bash_utils/text.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 94dd1f3..ac1dd68 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -1,5 +1,5 @@ # Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.profile b/%HOME%/.profile index 4f8c6fd..eb57441 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -1,5 +1,5 @@ # Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Linux/Cygwin environment" project. +# This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. |