diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:23:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:23:42 +0300 |
commit | d52850255b96ba9bcae4386956bdfab06148fc03 (patch) | |
tree | b5970124a9d65174180e0827325af4d2313fdccb /src | |
parent | README: add "Installation" (diff) | |
download | config-links-d52850255b96ba9bcae4386956bdfab06148fc03.tar.gz config-links-d52850255b96ba9bcae4386956bdfab06148fc03.zip |
rename the projectv1.0
Diffstat (limited to 'src')
-rw-r--r-- | src/common.sh | 2 | ||||
-rw-r--r-- | src/db.sh | 2 | ||||
-rw-r--r-- | src/os.sh | 2 | ||||
-rw-r--r-- | src/path.sh | 2 | ||||
-rw-r--r-- | src/vars.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/common.sh b/src/common.sh index 18df4ce..8048ae1 100644 --- a/src/common.sh +++ b/src/common.sh @@ -1,5 +1,5 @@ # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Configuration file sharing" project. +# This file is part of the "Config file sharing" project. # For details, see https://github.com/egor-tensin/config-links. # Distributed under the MIT License. @@ -1,5 +1,5 @@ # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Configuration file sharing" project. +# This file is part of the "Config file sharing" project. # For details, see https://github.com/egor-tensin/config-links. # Distributed under the MIT License. @@ -1,5 +1,5 @@ # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Configuration file sharing" project. +# This file is part of the "Config file sharing" project. # For details, see https://github.com/egor-tensin/config-links. # Distributed under the MIT License. diff --git a/src/path.sh b/src/path.sh index b1b1e8f..bf52a6f 100644 --- a/src/path.sh +++ b/src/path.sh @@ -1,5 +1,5 @@ # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Configuration file sharing" project. +# This file is part of the "Config file sharing" project. # For details, see https://github.com/egor-tensin/config-links. # Distributed under the MIT License. diff --git a/src/vars.sh b/src/vars.sh index f989b0a..af73c1d 100644 --- a/src/vars.sh +++ b/src/vars.sh @@ -1,5 +1,5 @@ # Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "Configuration file sharing" project. +# This file is part of the "Config file sharing" project. # For details, see https://github.com/egor-tensin/config-links. # Distributed under the MIT License. |