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 /activemodel/lib | |
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 'activemodel/lib')
-rw-r--r-- | activemodel/lib/active_model.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb index 4e1b3f7495..b95c174d6e 100644 --- a/activemodel/lib/active_model.rb +++ b/activemodel/lib/active_model.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2004-2015 David Heinemeier Hansson +# Copyright (c) 2004-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 |