diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-12-31 11:32:55 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-12-31 11:32:55 -0500 |
commit | 15299f3a5c0e068b4945bdb8199755100dc91e13 (patch) | |
tree | 9b5c38936865fa36c72d713d2544476d06f24973 /activesupport/MIT-LICENSE | |
parent | 8d929df95044908e59c4aa87566ef731dff0651e (diff) | |
parent | 1b608a695cccebbc813b188987ef332808619472 (diff) | |
download | rails-15299f3a5c0e068b4945bdb8199755100dc91e13.tar.gz rails-15299f3a5c0e068b4945bdb8199755100dc91e13.tar.bz2 rails-15299f3a5c0e068b4945bdb8199755100dc91e13.zip |
Merge pull request #22873 from raysrashmi/change-copyright-year
Update copyright notices to 2016 [ci skip]
Diffstat (limited to 'activesupport/MIT-LICENSE')
-rw-r--r-- | activesupport/MIT-LICENSE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/MIT-LICENSE b/activesupport/MIT-LICENSE index 7bffebb076..40235833ba 100644 --- a/activesupport/MIT-LICENSE +++ b/activesupport/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2005-2015 David Heinemeier Hansson +Copyright (c) 2005-2016 David Heinemeier Hansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -17,4 +17,4 @@ 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 +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |