diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-15 10:13:27 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-15 10:13:27 +0000 |
commit | 5d50dee71febb90021f03a353c2730d1f5ef787f (patch) | |
tree | edc8d12d95bfda33a80a4c84b7be4f1ccaed3361 /activeresource/MIT-LICENSE | |
parent | 4ece57cf24e98ff10d4f9700f6d97327a2f4322e (diff) | |
download | rails-5d50dee71febb90021f03a353c2730d1f5ef787f.tar.gz rails-5d50dee71febb90021f03a353c2730d1f5ef787f.tar.bz2 rails-5d50dee71febb90021f03a353c2730d1f5ef787f.zip |
Version updates and missing licenses
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/MIT-LICENSE')
-rw-r--r-- | activeresource/MIT-LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/activeresource/MIT-LICENSE b/activeresource/MIT-LICENSE new file mode 100644 index 0000000000..7f65dd1989 --- /dev/null +++ b/activeresource/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2006 David Heinemeier Hansson + +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 |