diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 17:28:10 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 17:28:10 +0200 |
commit | 767feec2bf7fde2170038a522c606fe88730f770 (patch) | |
tree | 7c1a62467bc1a33d79b9b3c224eff09c89f596ad /.bashrc_third_party | |
parent | .inputrc: detect bash (diff) | |
download | linux-home-767feec2bf7fde2170038a522c606fe88730f770.tar.gz linux-home-767feec2bf7fde2170038a522c606fe88730f770.zip |
add licensing notices
Diffstat (limited to '.bashrc_third_party')
-rw-r--r-- | .bashrc_third_party | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc_third_party b/.bashrc_third_party index b276e5d..48c1137 100644 --- a/.bashrc_third_party +++ b/.bashrc_third_party @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +# This file is part of the "Cygwin configuration files" project. +# For details, see https://github.com/egor-tensin/cygwin-home. +# Distributed under the MIT License. + ensure_symlinks_enabled() { case "${CYGWIN:-}" in *winsymlinks:native*) ;; |