aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/vendor/thor-0.11.2/LICENSE
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-07-16 11:17:19 +0200
committerJosé Valim <jose.valim@gmail.com>2009-07-16 11:17:19 +0200
commitd6a590a7107eabd9c3ab067c60bef904da62f174 (patch)
tree31dbb4c37dfa32ec1e1eb49801681aad6e2909be /railties/lib/vendor/thor-0.11.2/LICENSE
parentb03034a686df5ed91d790404b27e595165883834 (diff)
downloadrails-d6a590a7107eabd9c3ab067c60bef904da62f174.tar.gz
rails-d6a590a7107eabd9c3ab067c60bef904da62f174.tar.bz2
rails-d6a590a7107eabd9c3ab067c60bef904da62f174.zip
Modified rake tasks to use new app generator structure and updated Thor version.
Diffstat (limited to 'railties/lib/vendor/thor-0.11.2/LICENSE')
-rw-r--r--railties/lib/vendor/thor-0.11.2/LICENSE20
1 files changed, 20 insertions, 0 deletions
diff --git a/railties/lib/vendor/thor-0.11.2/LICENSE b/railties/lib/vendor/thor-0.11.2/LICENSE
new file mode 100644
index 0000000000..98722da459
--- /dev/null
+++ b/railties/lib/vendor/thor-0.11.2/LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2008 Yehuda Katz
+
+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