diff options
author | tcsullivan <tullivan99@gmail.com> | 2017-03-08 20:57:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 20:57:06 -0500 |
commit | 0abd87948f0ea06c9a6fd2d16c9abd5f5c3d40dc (patch) | |
tree | 7643bb585844f3f7f8420c0635de2023021c6133 /entityx | |
parent | bcf2ad9bbc3861a6452f2db555909503298453ee (diff) |
Create COPYING
Diffstat (limited to 'entityx')
-rw-r--r-- | entityx/COPYING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/entityx/COPYING b/entityx/COPYING new file mode 100644 index 0000000..1852bbf --- /dev/null +++ b/entityx/COPYING @@ -0,0 +1,19 @@ +Copyright (C) 2012 Alec Thomas + +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. |