From 988a946836057f3847bf906daaa3697b5f35af0d Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 15 Aug 2011 16:17:52 +0300 Subject: [PATCH] Added warning to every file. --- bash_aliases | 5 +++++ bash_profile | 6 ++++-- bashrc | 9 ++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/bash_aliases b/bash_aliases index 06555547..5fe6c378 100644 --- a/bash_aliases +++ b/bash_aliases @@ -1,5 +1,10 @@ # This is ~/.bash_aliases file by Mika Suomalainen (Mkaysi) +# Feel free to redistribute and copy-paste parts of this bash_aliases file, +# but if you can, please mention where did you get this or part of this file. +# If it's originally copy-pasted from somewhere else, mention that original source +# (which is mentioned in this file). + # Moving between directories: alias ..="cd .." alias .="cd ." diff --git a/bash_profile b/bash_profile index 26f306ba..37a0a97d 100644 --- a/bash_profile +++ b/bash_profile @@ -1,4 +1,6 @@ # This is ~/.bash_profile by Mika Suomalainen (Mkaysi) - +# +## WARNING! Author of this file is not responsible for any harms which might happen because of +## file. Use this file with your own responsiblity! +# source ~/.bashrc - diff --git a/bashrc b/bashrc index ab05be4a..fd4032a8 100644 --- a/bashrc +++ b/bashrc @@ -1,7 +1,14 @@ # This is ~/.bashrc file by Mika Suomalainen (Mkaysi) # This file also contains the default things. -echo "You must comment lines 4, 5 and 6 in your ~/.bashrc and if you don't live in Finland, +# Feel free to redistribute and copy-paste parts of this bashrc, but if you can, please mention +# where did you get this or part of this file. If it's originally copy-pasted from somewhere else +# (The Ultimate bashrc), mention that original source (which is mentioned in this file). + +## WARNING! Author of this file is not responsible for any harms which might happen because of +## file. Use this file with your own responsiblity! + +echo "You must comment lines 11, 12 and 13 in your ~/.bashrc and if you don't live in Finland, you must set correct timezone in line 126. Otherwise you will notice that the 'date' command will give you the current time at Finland ;)"