diff options
author | prashantsinalkar | 2018-08-02 22:51:52 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-02 22:51:52 +0530 |
commit | 0e6233cacf57ce2e35a52c53708fa15f2374aa96 (patch) | |
tree | fecae077228b2d33c5e6897970e462ccad098244 /static/website/bootstrap-css/bower_components/jquery/MIT-LICENSE.txt | |
parent | d22f9f0c93721ae2ab310f09686ab42c6822d784 (diff) | |
download | SciPy2018-0e6233cacf57ce2e35a52c53708fa15f2374aa96.tar.gz SciPy2018-0e6233cacf57ce2e35a52c53708fa15f2374aa96.tar.bz2 SciPy2018-0e6233cacf57ce2e35a52c53708fa15f2374aa96.zip |
added template files
Diffstat (limited to 'static/website/bootstrap-css/bower_components/jquery/MIT-LICENSE.txt')
-rw-r--r-- | static/website/bootstrap-css/bower_components/jquery/MIT-LICENSE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/website/bootstrap-css/bower_components/jquery/MIT-LICENSE.txt b/static/website/bootstrap-css/bower_components/jquery/MIT-LICENSE.txt new file mode 100644 index 0000000..cdd31b5 --- /dev/null +++ b/static/website/bootstrap-css/bower_components/jquery/MIT-LICENSE.txt @@ -0,0 +1,21 @@ +Copyright 2014 jQuery Foundation and other contributors +http://jquery.com/ + +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. |