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_cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bashrc_cxx') diff --git a/.bashrc_cxx b/.bashrc_cxx index 0746912..e8a784e 100644 --- a/.bashrc_cxx +++ b/.bashrc_cxx @@ -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. + C_FLAGS=('-Wall' '-Wextra') runc() ( -- cgit v1.2.3