diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-12-31 17:35:04 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-12-31 17:38:13 +0100 |
commit | 621d063f6b1e58ab9c308fe4f29a341c7d1eb3c6 (patch) | |
tree | 2c43cb6a20c4921b01ebf813e3666a586c826cab /activemodel/lib | |
parent | 233499b6d6f7df1b2b367ab2e0117021ac1e419b (diff) | |
download | rails-621d063f6b1e58ab9c308fe4f29a341c7d1eb3c6.tar.gz rails-621d063f6b1e58ab9c308fe4f29a341c7d1eb3c6.tar.bz2 rails-621d063f6b1e58ab9c308fe4f29a341c7d1eb3c6.zip |
[ci skip] Update Active Model copyright years.
Missed in 37d956f. Fixes #27524.
[ MSathieu & Kasper Timm Hansen ]
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 a9b0663940..8163856a46 100644 --- a/activemodel/lib/active_model.rb +++ b/activemodel/lib/active_model.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2004-2016 David Heinemeier Hansson +# Copyright (c) 2004-2017 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |