aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:57 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-13 18:36:57 -0400
commita1879491613bfb355f7fd2fa0aa85105a3a6cc8a (patch)
tree2a2f19ec581decd57012b18b863f6130278ae8af
parent02e4c7dcb519d693dd695e34dfda73f7a2938372 (diff)
downloadexuberant-hacks-a1879491613bfb355f7fd2fa0aa85105a3a6cc8a.tar.gz
exuberant-hacks-a1879491613bfb355f7fd2fa0aa85105a3a6cc8a.zip
add a LICENSE file
-rw-r--r--LICENSE19
1 files changed, 19 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..d5f2701
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+
+This repo ("exuberant-bovines") is a derivative work of Jamie Zawinski (jwz)'s
+"bouncingcow" XScreensaver hack, which is:
+
+ bouncingcow, Copyright (c) 2003-2014 Jamie Zawinski <jwz@jwz.org>
+
+Following the spirit of his precedent (X11 License), I have chosen to license
+this work udner the MIT License.
+
+The MIT License
+=============================================================================
+
+"exuberant-bovines" is Copyright (c) 2016 Bryan Newbold
+
+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.