From 4ca3e4f06227356ccdf2b7837250c456230dfa9a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 17 Oct 2018 02:52:28 +0300 Subject: git-fixup: add copyright notice --- %HOME%/.local/bin/git-fixup | 5 +++++ 1 file changed, 5 insertions(+) (limited to '%HOME%/.local') 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 +# 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 -- cgit v1.2.3