Adding a license and a readme.
authorDavid Kerkeslager <kerkeslager@gmail.com>
Mon, 12 Sep 2011 17:17:07 +0000 (13:17 -0400)
committerDavid Kerkeslager <david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:14 +0000 (15:01 +0000)
license.txt [new file with mode: 0644]
readme.txt [new file with mode: 0644]

diff --git a/license.txt b/license.txt
new file mode 100644 (file)
index 0000000..bd1512c
--- /dev/null
@@ -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 (file)
index 0000000..020e676
--- /dev/null
@@ -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