diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:07:10 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:07:10 -0400 |
| commit | 5c856bf983b41ae135791b61ab12d5f3461d2896 (patch) | |
| tree | 050f7491c2c29d8af8088d7c1809bba633d664e1 /README.md | |
| parent | b6b19ccbb4bf8da0fab91f3f712d261a52b4fa75 (diff) | |
| download | jasper-client-5c856bf983b41ae135791b61ab12d5f3461d2896.tar.gz jasper-client-5c856bf983b41ae135791b61ab12d5f3461d2896.zip | |
MIT license
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -3,4 +3,28 @@ jasper-client Client code for Jasper voice computing platform -Learn more at [jasperproject.github.io](http://jasperproject.github.io/)
\ No newline at end of file +Learn more at [jasperproject.github.io](http://jasperproject.github.io/) + +Jasper is released under the MIT license, a permissive free software license that lets you do anything you want with the source code, as long as you provide back attribution and ["don't hold \[us\] liable"](http://choosealicense.com). Note that this licensing only refers to the Jasper client code (i.e., the code on GitHub) and not to the disk image itself (i.e., the code on SourceForge). + +The MIT License (MIT) + +Copyright (c) 2014 Charles Marsh & Shubhro Saha + +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.
\ No newline at end of file |
