aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-08 21:45:58 +1000
committerDavid Walter Seikel2014-06-08 21:45:58 +1000
commit5d4acf8f93c32a13f952da6abff97e7671d0be4f (patch)
tree1a3e8b2567e141ef8f5f70b5d143428a811183a9
parentInitial commit, so just the README. (diff)
downloadtoyboxInstaller-5d4acf8f93c32a13f952da6abff97e7671d0be4f.zip
toyboxInstaller-5d4acf8f93c32a13f952da6abff97e7671d0be4f.tar.gz
toyboxInstaller-5d4acf8f93c32a13f952da6abff97e7671d0be4f.tar.bz2
toyboxInstaller-5d4acf8f93c32a13f952da6abff97e7671d0be4f.tar.xz
Added .gitignore and LICENSE files.
-rw-r--r--.gitignore0
-rw-r--r--LICENSE12
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gitignore
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..73582f6
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
1Copyright (C) 2014 by David Walter Seikel
2
3Permission to use, copy, modify, and/or distribute this software for any
4purpose with or without fee is hereby granted.
5
6THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
7WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
8MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
9ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
11ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
12OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.