summaryrefslogtreecommitdiff
path: root/lib/twitteroauth/LICENSE
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-22 16:26:00 +0300
committerAndrew Dolgov <[email protected]>2010-11-22 16:26:00 +0300
commit57e24c82675e37ea9262e54e30836596caf77e76 (patch)
tree4632564997857315d6009ce553f39847a6fafe23 /lib/twitteroauth/LICENSE
parentc0ed0371060df409d2cde811f5a87510c10e1c24 (diff)
add experimental support for Twitter OAuth and Twitter feeds (bump schema)
Diffstat (limited to 'lib/twitteroauth/LICENSE')
-rw-r--r--lib/twitteroauth/LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/twitteroauth/LICENSE b/lib/twitteroauth/LICENSE
new file mode 100644
index 000000000..233854f16
--- /dev/null
+++ b/lib/twitteroauth/LICENSE
@@ -0,0 +1,22 @@
+Copyright (c) 2009 Abraham Williams - http://abrah.am - [email protected]
+
+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.