diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-09-09 02:36:59 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-09-09 02:36:59 -0300 |
commit | 77ec13b46af2926bfcfc3073685711c874b0d272 (patch) | |
tree | 8d16dc007423e546c32c994c7a2119fdce3d3f03 /MIT-LICENSE | |
parent | 64d897844c5b30657ab702293647f09dcb38a13e (diff) | |
parent | 17c5b6d3e330e122ecf418158bdb0d6558a93d1d (diff) | |
download | rails-77ec13b46af2926bfcfc3073685711c874b0d272.tar.gz rails-77ec13b46af2926bfcfc3073685711c874b0d272.tar.bz2 rails-77ec13b46af2926bfcfc3073685711c874b0d272.zip |
Merge pull request #392 from maclover7/contributing
Add CONTRIBUTING.md
Diffstat (limited to 'MIT-LICENSE')
-rw-r--r-- | MIT-LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000000..001426b5b0 --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,21 @@ +Copyright (c) 2007-2015 Nick Kallen, Bryan Helmkamp, Emilio Tagua, Aaron Patterson + +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. + |