From dc51544506820a85d596c424af6eefb86abf0048 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 9 Dec 2023 23:48:03 +0100 Subject: switch to egor@tensin.name --- %HOME%/.bash_utils/alternatives.sh | 2 +- %HOME%/.bash_utils/cxx.sh | 2 +- %HOME%/.bash_utils/distr.sh | 2 +- %HOME%/.bash_utils/file.sh | 2 +- %HOME%/.bash_utils/git.sh | 2 +- %HOME%/.bash_utils/os.sh | 2 +- %HOME%/.bash_utils/path.sh | 2 +- %HOME%/.bash_utils/text.sh | 2 +- %HOME%/.bashrc | 2 +- %HOME%/.gitconfig | 2 +- %HOME%/.local/bin/vagrant-update-all-boxes.sh | 2 +- %HOME%/.local/bin/virsh-cleanup.sh | 2 +- %HOME%/.profile | 2 +- LICENSE.txt | 2 +- 14 files changed, 14 insertions(+), 14 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 +# Copyright (c) 2018 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 +# Copyright (c) 2016 Egor Tensin # 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 56dc679..bb7ae05 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin +# Copyright (c) 2018 Egor Tensin # 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%/.gitconfig b/%HOME%/.gitconfig index ab9cb04..577bd5d 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -1,6 +1,6 @@ [user] name = Egor Tensin - email = Egor.Tensin@gmail.com + email = egor@tensin.name [core] # Don't touch line endings (I hate the fact that this is an option). diff --git a/%HOME%/.local/bin/vagrant-update-all-boxes.sh b/%HOME%/.local/bin/vagrant-update-all-boxes.sh index 6f4b61c..a8904a5 100755 --- a/%HOME%/.local/bin/vagrant-update-all-boxes.sh +++ b/%HOME%/.local/bin/vagrant-update-all-boxes.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2022 Egor Tensin +# Copyright (c) 2022 Egor Tensin # 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%/.local/bin/virsh-cleanup.sh b/%HOME%/.local/bin/virsh-cleanup.sh index efdfa5e..b0653f9 100755 --- a/%HOME%/.local/bin/virsh-cleanup.sh +++ b/%HOME%/.local/bin/virsh-cleanup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2022 Egor Tensin +# Copyright (c) 2022 Egor Tensin # 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 51ca2c2..f4575c2 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin +# Copyright (c) 2018 Egor Tensin # 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/LICENSE.txt b/LICENSE.txt index 80c5e0a..91737d5 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Egor Tensin +Copyright (c) 2016 Egor Tensin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- cgit v1.2.3