diff options
author | Prashant S | 2019-10-03 12:30:03 +0530 |
---|---|---|
committer | GitHub | 2019-10-03 12:30:03 +0530 |
commit | 5b1c6a211e89fca4b7caf052befa2e570ecdfc4a (patch) | |
tree | 9cba0c741a7cfe3222e2c17401e72b2acc8dedf7 /website/static/admin/img/LICENSE | |
parent | bb9ed5af5e0a9737c89f343ea9d65fe77e25da69 (diff) | |
parent | cb37e15ceb336de7ba94d90805ef1531c47d5c96 (diff) | |
download | R_on_Cloud_Web_Interface-5b1c6a211e89fca4b7caf052befa2e570ecdfc4a.tar.gz R_on_Cloud_Web_Interface-5b1c6a211e89fca4b7caf052befa2e570ecdfc4a.tar.bz2 R_on_Cloud_Web_Interface-5b1c6a211e89fca4b7caf052befa2e570ecdfc4a.zip |
Merge pull request #4 from prashantsinalkar/master
Updated code for falsk api
Diffstat (limited to 'website/static/admin/img/LICENSE')
-rw-r--r-- | website/static/admin/img/LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/website/static/admin/img/LICENSE b/website/static/admin/img/LICENSE new file mode 100644 index 0000000..a4faaa1 --- /dev/null +++ b/website/static/admin/img/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Code Charm Ltd + +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. |