From 6fbd5847acac01187a45bae6b7908bc48c7b71f0 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Mon, 12 Sep 2011 13:17:07 -0400 Subject: [PATCH] Adding a license and a readme. --- license.txt | 18 ++++++++++++++++++ readme.txt | 13 +++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 license.txt create mode 100644 readme.txt diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..bd1512c --- /dev/null +++ b/license.txt @@ -0,0 +1,18 @@ +Copyright (c) 2010 David Kerkeslager + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..020e676 --- /dev/null +++ b/readme.txt @@ -0,0 +1,13 @@ +These are my Bash configuration files. I use them on Xubuntu Linux and Mac OS X, +but I see no reason why they would not work on other Unix-like systems. + +Code is licensed under the MIT License (included in the file "license.txt") +unless otherwise licensed. + +Code is best viewed in a monospace font with line width set to 80 characters +and tab stops set to 4 spaces. + +I hope you find my code useful and educational! + +Regards, +David Kerkeslager -- 2.20.1