diff options
Diffstat (limited to '%HOME%/.bash_utils')
-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/os.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/path.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/text.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/%HOME%/.bash_utils/alternatives.sh b/%HOME%/.bash_utils/alternatives.sh index 3bd4b5f..6558e7a 100644 --- a/%HOME%/.bash_utils/alternatives.sh +++ b/%HOME%/.bash_utils/alternatives.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # 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 58470bb..368ff2d 100644 --- a/%HOME%/.bash_utils/cxx.sh +++ b/%HOME%/.bash_utils/cxx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # 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 1a42afd..847404e 100644 --- a/%HOME%/.bash_utils/distr.sh +++ b/%HOME%/.bash_utils/distr.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # 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 c434fdb..9bc28e2 100644 --- a/%HOME%/.bash_utils/file.sh +++ b/%HOME%/.bash_utils/file.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # 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 c0aecf4..f676801 100644 --- a/%HOME%/.bash_utils/git.sh +++ b/%HOME%/.bash_utils/git.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # 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 d0f9017..6655ab1 100644 --- a/%HOME%/.bash_utils/os.sh +++ b/%HOME%/.bash_utils/os.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # 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 27564fb..f361a6f 100644 --- a/%HOME%/.bash_utils/path.sh +++ b/%HOME%/.bash_utils/path.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # 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 cdda01e..9c4fdf6 100644 --- a/%HOME%/.bash_utils/text.sh +++ b/%HOME%/.bash_utils/text.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2016 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. |