From 767feec2bf7fde2170038a522c606fe88730f770 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Aug 2016 17:28:10 +0200 Subject: add licensing notices --- .bashrc_text | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bashrc_text') diff --git a/.bashrc_text b/.bashrc_text index 3f5c4fd..5a678ee 100644 --- a/.bashrc_text +++ b/.bashrc_text @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2016 Egor Tensin +# 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. + alias dos2eol='sed --binary --in-place '"'"'s/\(\r\?\)$//'"'" alias eol2dos='sed --binary --in-place '"'"'s/\r\?$/\r/'"'" -- cgit v1.2.3