diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-17 02:52:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-17 02:52:28 +0300 |
commit | 4ca3e4f06227356ccdf2b7837250c456230dfa9a (patch) | |
tree | 44bd43dcd1deebedb0f4fe4da1ecef559bed1145 /%HOME%/.local/bin | |
parent | .ssh/config: enable keep-alive messages (diff) | |
download | linux-home-4ca3e4f06227356ccdf2b7837250c456230dfa9a.tar.gz linux-home-4ca3e4f06227356ccdf2b7837250c456230dfa9a.zip |
git-fixup: add copyright notice
Diffstat (limited to '%HOME%/.local/bin')
-rwxr-xr-x | %HOME%/.local/bin/git-fixup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/%HOME%/.local/bin/git-fixup b/%HOME%/.local/bin/git-fixup index b721ffe..3883f10 100755 --- a/%HOME%/.local/bin/git-fixup +++ b/%HOME%/.local/bin/git-fixup @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# This file is part of the "Linux/Cygwin environment" project. +# For details, see https://github.com/egor-tensin/linux-home. +# Distributed under the MIT License. + set -o errexit -o nounset -o pipefail if ! git rev-parse --is-inside-work-tree > /dev/null 2>&1 ; then |