diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-20 15:57:35 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-20 15:57:35 +0200 |
commit | b06588ffa1c925d0a008a34bf8fa5c316b964b87 (patch) | |
tree | e17dd8db74a6da2742011d87d48a305db7d11a31 /library/oauth2-php/LICENSE.txt | |
parent | df996a8b5ed2ac33c26a522d65eca6d6a4abe439 (diff) | |
download | volse-hubzilla-b06588ffa1c925d0a008a34bf8fa5c316b964b87.tar.gz volse-hubzilla-b06588ffa1c925d0a008a34bf8fa5c316b964b87.tar.bz2 volse-hubzilla-b06588ffa1c925d0a008a34bf8fa5c316b964b87.zip |
Initial work adding oauth to api
Diffstat (limited to 'library/oauth2-php/LICENSE.txt')
-rw-r--r-- | library/oauth2-php/LICENSE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/library/oauth2-php/LICENSE.txt b/library/oauth2-php/LICENSE.txt new file mode 100644 index 000000000..7979b1c85 --- /dev/null +++ b/library/oauth2-php/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2010 Tim Ridgely <tim@opendining.net> + +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. |